emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/ement a38eba1cc4 10/12: Comment: Add FIXME


From: ELPA Syncer
Subject: [elpa] externals-release/ement a38eba1cc4 10/12: Comment: Add FIXME
Date: Thu, 25 Jan 2024 21:58:00 -0500 (EST)

branch: externals-release/ement
commit a38eba1cc424933b954143a423141fb9d7c31b28
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Comment: Add FIXME
---
 ement-notifications.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ement-notifications.el b/ement-notifications.el
index 322f395fa9..4df7e96b26 100644
--- a/ement-notifications.el
+++ b/ement-notifications.el
@@ -288,6 +288,10 @@ to `ement-api', which see."
 (defun ement-notifications-bookmark-handler (_bookmark)
   "Show `ement-notifications' buffer for BOOKMARK."
   ;; FIXME: Handle multiple sessions.
+  ;; FIXME: This doesn't work quite correctly when the buffer isn't already 
open, because
+  ;; the command is asynchronous in that case, so the buffer can be displayed 
in the wrong
+  ;; window.  Fixing this would be hacky and awkward, but a partial solution 
is probably
+  ;; possible.
   (ement-notifications (ement-complete-session)))
 
 ;;; Footer



reply via email to

[Prev in Thread] Current Thread [Next in Thread]