bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#59605: 29.0.50; gdb no more creates Gud menu entry for source file w


From: Eli Zaretskii
Subject: bug#59605: 29.0.50; gdb no more creates Gud menu entry for source file window
Date: Mon, 28 Nov 2022 21:21:46 +0200

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: martin rudalics <rudalics@gmx.at>,  59605@debbugs.gnu.org
> Date: Mon, 28 Nov 2022 12:55:37 -0500
> 
> The immediate problem in the patch is that it removed
> 
>     (setf (alist-get 'gud-minor-mode minor-mode-map-alist)
>           gud-minor-mode-map)
> 
> without replacing it with anything else.
> Re-adding those 2 lines seems to bring back the previous behavior.

Thanks.  I could've sworn that I tried that and it didn't work, which is why
I decided this was because gud-minor-mode is not a proper minor mode.  But I
guess my testing was flawed, because it definitely does work.

So I've now made that change, and I'm closing this bug.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]