branch: externals/ement
commit f16798721b160905297c9be24dabeed7e3961fbb
Author: Adam Porter <a...@alphapapa.net>
Commit: Adam Porter <a...@alphapapa.net>

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

diff --git a/ement-room.el b/ement-room.el
index f006d25bec..082b91a73d 100644
--- a/ement-room.el
+++ b/ement-room.el
@@ -999,6 +999,10 @@ Note that, if ROOM has no buffer, STRING is returned 
unchanged."
                          (ement-afirst (equal room-id (ement-room-id it))
                            (ement-session-rooms session))
                        (cl-assert it nil "Room %S not found on session %S" 
room-id session-id))))
+    ;; TODO: Put point at the end of the room buffer.  However, this doesn't 
seem easy or
+    ;; even possible, possibly because the bookmark library itself moves point 
after this
+    ;; function returns.  My attempts at setting the buffer's and window's 
points after
+    ;; calling `ement-view-room' have had no effect.
     (ement-view-room room session)))
 
 ;;;; Commands

Reply via email to