> Cc: Ralf Angeli <[EMAIL PROTECTED]>, [email protected] > From: Stefan Monnier <[EMAIL PROTECTED]> > Date: Thu, 13 Apr 2006 07:57:51 -0400 > > > With the above recipe, namely: > > > emacs -Q -f toggle-debug-on-error test.c > > > this doesn't happen for me on Windows as well. Only if I touch the > > menu bar, I see the error message. > > Either way, the error shoud be fixed (e.g. by checking boundp in the > menubar entry's expression).
And doing what if boundp returns nil? The menu item in question toggles a minor mode whose symbol is autoloaded (or at least it's supposed to). How will testing with boundp help in this situation? _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
