GNU bug report logs - #15575
24.3.50; New tty menus crash Emacs

Previous Next

Package: emacs;

Reported by: Jan Djärv <jan.h.d <at> swipnet.se>

Date: Wed, 9 Oct 2013 17:07:01 UTC

Severity: normal

Found in version 24.3.50

Done: Jan Djärv <jan.h.d <at> swipnet.se>

Bug is archived. No further changes may be made.

Full log


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

From: martin rudalics <rudalics <at> gmx.at>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: jan.h.d <at> swipnet.se, 15575 <at> debbugs.gnu.org
Subject: Re: bug#15575: 24.3.50; New tty menus crash Emacs
Date: Tue, 15 Oct 2013 20:27:39 +0200
> You can overcome this in one of 2 ways:
>
>   . start "emacs -Q -nw", then attach the debugger to it with
>     "gdb -p PID", set any breakpoints and type "continue"

This doesn't catch initial crashes.

>   . start the debugger first, then do this:
>
>     (gdb) set new-console on
>     (gdb) run -Q -nw
>
> The "set new-console on" command causes a new console to be created by
> GDB before it runs the program attached to that console.

This works fine.  What is the GNU/Linux equivalent of this?  I have
tried some of the tty commands but failed miserably.  (What I want is to
run an emacs -nw session from a graphical Emacs GDB window.)

>> A minor nitpick: When I mouse-open the Tools menu and, with that menu
>> open, mouse-click the Emacs-Lisp menu, the Tools menu is still around.
>> Any simple way to close all open menus when opening a new one?
>
> This is a known bug for which I have no solution, see the comments in
> menu-bar.el where tty-menu-navigation-map is being constructed.  (The
> menu item you mention is put on the menu bar by a minor mode.)

It works now.

Thanks, martin




This bug report was last modified 11 years and 216 days ago.

Previous Next


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