GNU bug report logs -
#77227
PATCH (was: 30.1; cedet:semantic fix for moving from minibuffer to completions buffer)
Previous Next
To reply to this bug, email your comments to 77227 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#77227
; Package
emacs
.
(Mon, 24 Mar 2025 02:55:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andrés Ramírez <rrandresf <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Mon, 24 Mar 2025 02:55:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[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
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Sat, 29 Mar 2025 10:33:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andrés Ramírez <rrandresf <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 29 Mar 2025 10:33:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 77227-done <at> debbugs.gnu.org (full text, mbox):
> From: Andrés Ramírez <rrandresf <at> gmail.com>
> Date: Mon, 24 Mar 2025 02:54:02 +0000
>
> 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
Thanks, installed.
This bug report was last modified 5 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.