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

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

[elpa] externals/gnorb 2783829 322/449: Save return config for quick rep


From: Stefan Monnier
Subject: [elpa] externals/gnorb 2783829 322/449: Save return config for quick reply
Date: Fri, 27 Nov 2020 23:16:04 -0500 (EST)

branch: externals/gnorb
commit 2783829379686fe8ce960a6df4e37c88191618ff
Author: Eric Abrahamsen <eric@ericabrahamsen.net>
Commit: Eric Abrahamsen <eric@ericabrahamsen.net>

    Save return config for quick reply
    
    * gnorb-gnus.el (gnorb-gnus-quick-reply): The trigger action was
      returning, but not to the right place.  The whole "return" mechanism
      is messy and confusing.
---
 gnorb-gnus.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnorb-gnus.el b/gnorb-gnus.el
index a77a7ed..8c1e961 100644
--- a/gnorb-gnus.el
+++ b/gnorb-gnus.el
@@ -628,6 +628,8 @@ reply."
         (targ (car-safe related-headings)))
     (if targ
        (let ((ret (make-marker)))
+         (setq gnorb-window-conf (current-window-configuration))
+         (move-marker gnorb-return-marker (point))
          ;; Assume the first heading is the one we want.
          (gnorb-registry-make-entry
           msg-id from subject targ group)



reply via email to

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