GNU bug report logs - #62041
30.0.50; RET bound to `comint-send-input` in C-mode buffer

Previous Next

Package: emacs;

Reported by: Stefan Monnier <monnier <at> iro.umontreal.ca>

Date: Wed, 8 Mar 2023 00:00:02 UTC

Severity: normal

Merged with 61162, 61271

Found in version 30.0.50

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


Message #46 received at 62041 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 62041 <at> debbugs.gnu.org, larsi <at> gnus.org
Subject: Re: bug#62041: 30.0.50; RET bound to `comint-send-input` in C-mode
 buffer
Date: Thu, 09 Mar 2023 15:28:07 -0500
> No, that's wrong.  Those buttons come from here:
>
> (easy-mmode-defmap gud-minor-mode-map
>   (append
>      `(([menu-bar debug] . ("Gud" . ,gud-menu-map)))
>      ;; Get tool bar like functionality from the menu bar on a text only
>      ;; terminal.
>    (unless window-system
>      `(([menu-bar down]
> 	. (,(propertize "down" 'face 'font-lock-doc-face) . gud-down))
>        ([menu-bar up]
> 	. (,(propertize "up" 'face 'font-lock-doc-face) . gud-up))
>        ([menu-bar finish]
> 	. (,(propertize "finish" 'face 'font-lock-doc-face) . gud-finish))
>        ([menu-bar step]
> 	. (,(propertize "step" 'face 'font-lock-doc-face) . gud-step))
>        ([menu-bar next]
> 	. (,(propertize "next" 'face 'font-lock-doc-face) . gud-next))
>        ([menu-bar until] menu-item
> 	,(propertize "until" 'face 'font-lock-doc-face) gud-until
> 		  :visible (memq gud-minor-mode '(gdbmi gdb perldb)))
>        ([menu-bar cont] menu-item
> 	,(propertize "cont" 'face 'font-lock-doc-face) gud-cont
> 	:visible (not (eq gud-minor-mode 'gdbmi)))
>        ([menu-bar run] menu-item
> 	,(propertize "run" 'face 'font-lock-doc-face) gud-run
> 	:visible (memq gud-minor-mode '(gdbmi gdb dbx jdb)))
>        ([menu-bar go] menu-item
> 	,(propertize " go " 'face 'font-lock-doc-face) gud-go
> 	:visible (and (eq gud-minor-mode 'gdbmi)
>                       (gdb-show-run-p)))
>        ([menu-bar stop] menu-item
> 	,(propertize "stop" 'face 'font-lock-doc-face) gud-stop-subjob
> 	:visible (or (and (eq gud-minor-mode 'gdbmi)
>                           (gdb-show-stop-p))
> 		     (not (eq gud-minor-mode 'gdbmi))))
>        ([menu-bar print]
> 	. (,(propertize "print" 'face 'font-lock-doc-face) . gud-print))
>        ([menu-bar tools] . undefined)
>        ([menu-bar buffer] . undefined)
>        ([menu-bar options] . undefined)
>        ([menu-bar edit] . undefined)
>        ([menu-bar file] . undefined))))
>   "Map used in visited files.")

Duh, I was looking at the wrong file version, no wonder I couldn't
find it.  Thanks,


        Stefan





This bug report was last modified 2 years and 71 days ago.

Previous Next


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