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

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

Re: void-variable c-subword-mode with debug-on-error


From: Eli Zaretskii
Subject: Re: void-variable c-subword-mode with debug-on-error
Date: Thu, 13 Apr 2006 14:50:13 +0300

> From: Ralf Angeli <address@hidden>
> Date: Wed, 12 Apr 2006 21:34:04 +0200
> 
> * Richard Stallman (2006-04-10) writes:
> 
> >     >> emacs -Q -f toggle-debug-on-error test.c
> >     >> 
> >     >> the following error occurs:
> >     >> 
> >     >> Debugger entered--Lisp error: (void-variable c-subword-mode)
> >
> > It did not happen for me on GNU/Linux.
> > (I fetched the sources today and rebuilt.)
> 
> I just updated the sources, did
> 
> make maintainer-clean
> ./configure --with-gtk
> make bootstrap
> 
> and I am still getting the error.

As far as I could see, this has something to do with menu items that
reference autoloaded symbols (in this case, c-subword-mode is an
autoloaded function).  Specifically, Feval is called by one of the
subroutines of parse_menu_item, and is handed the symbol
c-subword-mode as its argument.  Is Feval supposed to DTRT with
autoloaded symbols in this case?




reply via email to

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