diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-04-23 09:25:35 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-04-23 09:25:35 +0300 |
commit | 804f5acda4bd947f058c6843e373797202314467 (patch) | |
tree | 47478bd9f2423e4d2fffb00b9c86a3260c11760c /etc | |
parent | 08fab316a1be8388a1a4bca05e9c8d04517aa51c (diff) | |
download | emacs-804f5acda4bd947f058c6843e373797202314467.tar.gz |
Revert "Remove the binding for xref-quit-and-goto-xref"
This reverts commit 522c34f0e80f60969861b0dc34bc7105249f9994.
Making changes to which there was an explicit disagreement
and a long discussion is unacceptable. (Bug#44611)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1644,19 +1644,11 @@ in 'project-list-file'. ** xref -+++ +--- *** Prefix arg of 'xref-goto-xref' quits the "*xref*" buffer. So typing 'C-u RET' in the "*xref*" buffer quits its window before navigating to the selected location. -+++ -*** The TAB binding in *xref* buffers has been removed. Use 'C-u RET' instead. -To restore the old binding, say something like: - - (require 'xref) - (define-key xref--xref-buffer-mode-map - (kbd "TAB") #'xref-quit-and-goto-xref) - *** New user options 'xref-search-program' and 'xref-search-program-alist'. So far 'grep' and 'ripgrep' are supported. 'ripgrep' seems to offer better performance in certain cases, in particular for case-insensitive |