bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#19468: 25.0.50; UI inconveniences with M-.


From: Dmitry Gutov
Subject: bug#19468: 25.0.50; UI inconveniences with M-.
Date: Tue, 30 Dec 2014 20:33:36 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0

On 12/30/2014 08:27 PM, Eli Zaretskii wrote:

If you press RET in *xref* buffer it closes the *xref* window.

I meant to simulate the '.' key, not the RET key.

You should try this:

(advice-add 'xref--show-xref-buffer :after
            (lambda (&rest r)
              (run-with-idle-timer 0 nil #'xref-next-line)))

Before adding the user option, I'd like to see at least one other person say that they'll use it.





reply via email to

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