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

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

bug#6035: M-x gdb crashes


From: Arni Magnusson
Subject: bug#6035: M-x gdb crashes
Date: Mon, 26 Apr 2010 01:37:35 +0000 (GMT)
User-agent: Alpine 2.00 (LFD 1167 2008-08-23)

When there is no .emacs file, M-x gdb works fine.

When the .emacs file defines a keybinding for C-x C-a, for example,

  (global-set-key [?\C-x ?\C-a] 'align)

then M-x gdb crashes with the following error message:

  Key sequence C-x C-a C-l starts with non-prefix key C-x C-a

The Emacs documentation indicates that users are allowed to bind C-x C- keystrokes to functions that they use in their work. Most likely, M-x gdb can be implemented so that it doesn't crash with the above example.

Arni







reply via email to

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