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

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

[elpa] externals/detached 59b68b53a4 2/9: Update compile session


From: ELPA Syncer
Subject: [elpa] externals/detached 59b68b53a4 2/9: Update compile session
Date: Thu, 22 Sep 2022 09:57:34 -0400 (EDT)

branch: externals/detached
commit 59b68b53a4a42bb2f3af76f85b29bf5296ff41e2
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Update compile session
    
    Make sure point is located at the end of the buffer when opened to
    sync behavior with viewing a session.
---
 detached.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/detached.el b/detached.el
index ea798c314d..0f3bcca887 100644
--- a/detached.el
+++ b/detached.el
@@ -406,7 +406,8 @@ The session is compiled by opening its output and enabling
             (setq detached--buffer-session session)
             (setq-local font-lock-defaults 
'(compilation-mode-font-lock-keywords t)))
           (font-lock-mode)
-          (read-only-mode))
+          (read-only-mode)
+          (goto-char (point-max)))
         (pop-to-buffer buffer-name)))))
 
 ;;;###autoload



reply via email to

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