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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andrés Ramírez <rrandresf <at> gmail.com>
Subject: bug#77227: closed (Re: bug#77227: PATCH (was: 30.1;
 cedet:semantic fix for moving from minibuffer to completions buffer))
Date: Sat, 29 Mar 2025 10:33:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#77227: PATCH (was: 30.1; cedet:semantic fix for moving from minibuffer to completions buffer)

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 77227 <at> debbugs.gnu.org.

-- 
77227: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77227
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Andrés Ramírez <rrandresf <at> gmail.com>
Cc: 77227-done <at> debbugs.gnu.org
Subject: Re: bug#77227: PATCH (was: 30.1;
 cedet:semantic fix for moving from minibuffer to completions buffer)
Date: Sat, 29 Mar 2025 13:31:51 +0300
> 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.

[Message part 3 (message/rfc822, inline)]
From: Andrés Ramírez <rrandresf <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 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 4 (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 6 (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.