GNU bug report logs - #77227
PATCH (was: 30.1; cedet:semantic fix for moving from minibuffer to completions buffer)

Previous Next

Package: emacs;

Reported by: Andrés Ramírez <rrandresf <at> gmail.com>

Date: Mon, 24 Mar 2025 02:55:02 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Andrés Ramírez <rrandresf <at> gmail.com>
To: 77227 <at> debbugs.gnu.org
Subject: bug#77227: PATCH (was: 30.1; cedet:semantic fix for moving from minibuffer to completions buffer)
Date: Mon, 24 Mar 2025 02:54:02 +0000
[Message part 1 (text/plain, inline)]
Hi.

[cedet-semantic-fix-for-moving-to-completions-window.patch (text/x-patch, inline)]
diff -u /tmp/emacs-30.1/lisp/cedet/semantic/complete.el.bak /tmp/emacs-30.1/lisp/cedet/semantic/complete.el
--- /tmp/emacs-30.1/lisp/cedet/semantic/complete.el.bak	2025-02-17 17:38:57.000000000 -0500
+++ /tmp/emacs-30.1/lisp/cedet/semantic/complete.el	2025-03-23 21:37:23.172865275 -0500
@@ -177,6 +177,7 @@
     (define-key km "\C-g" #'abort-recursive-edit)
     (define-key km "\M-n" #'next-history-element)
     (define-key km "\M-p" #'previous-history-element)
+    (define-key km "\M-v" #'switch-to-completions)
     (define-key km "\C-n" #'next-history-element)
     (define-key km "\C-p" #'previous-history-element)
     ;; Add history navigation

Diff finished.  Sun Mar 23 21:38:04 2025
[Message part 3 (text/plain, inline)]
Best Regards
Andrés Ramírez

This bug report was last modified 55 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.