[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: strange error from global-ede-mode
From: |
Stephen Leake |
Subject: |
Re: strange error from global-ede-mode |
Date: |
Fri, 11 Sep 2015 11:58:36 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt) |
Stefan Monnier <address@hidden> writes:
>> Enabling debug-on-error does not catch the error.
>
> Have you tried debug-on-signal?
No help.
> If that still doesn't help, try running in GDB, then putting a break
> point on maybe_call_debugger and then look at "xbacktrace".
Also no help.
I traced thru x-create-frame in gdb; the error occurs in
initialize_frame_menubar.
I get the same error message by activating the menubar with F10 in the
files.el buffer in the initial fraem. But debug-on-error is still no
help. So I'm off to study the menu init code; I'm guessing it's
something in the EDE "Development" menu.
--
-- Stephe