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

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

Re: Emacs hangs enabling debug-on-error


From: Robert Mecklenburg
Subject: Re: Emacs hangs enabling debug-on-error
Date: Mon, 3 May 2004 16:33:09 -0600

KFS> Robert Mecklenburg <address@hidden> writes:
RM> $1 = -1456108064
RM> (gdb) pr
RM> (nil)

KFS> #34 0x0812a2b9 in process_tool_bar_item (key=675591248,
KFS> def=-1458520440) at keyboard.c:7615 
KFS> 
KFS> p key
KFS> pr
KFS> p def
KFS> pr
KFS> 
KFS> Can you then try to identify which tool-bar item is involved
KFS> here, and possibly which lisp package added that toolbar binding.

(gdb) frame 34
#34 0x0812a2b9 in process_tool_bar_item (key=675591248, def=-1459438176) at 
keyboard.c:7615
7615      else if (parse_tool_bar_item (key, def))
(gdb) p key
$2 = 675591248
(gdb) pr
next
(gdb) p def
$3 = -1459438176
(gdb) pr
(menu-item "Go to the next message.

The command `vm-toolbar-next-command' is run, which is normally
fbound to `vm-next-message'.
You can make this button run some other command by using a Lisp
s-expression like this one in your .vm 
   (fset 'vm-toolbar-next-command 'some-other-command)" vm-toolbar-next-command 
:enable (vm-toolbar-any-messages-p) :button (:toggle nil) :image [(image :type 
xpm :mask heuristic :file 
"/usr/local/share/emacs/site-lisp/vm-7.18/pixmaps-small-fuzzy/next-dn.xpm") 
(image :type xpm :mask heuristic :file 
"/usr/local/share/emacs/site-lisp/vm-7.18/pixmaps-small-fuzzy/next-up.xpm") 
(image :type xpm :mask heuristic :file 
"/usr/local/share/emacs/site-lisp/vm-7.18/pixmaps-small-fuzzy/next-dn.xpm") 
(image :type xpm :mask heuristic :file 
"/usr/local/share/emacs/site-lisp/vm-7.18/pixmaps-small-fuzzy/next-dn.xpm")])


It sure looks like vm 7.18 added this item.


Next request?
-- 
Robert




reply via email to

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