[Bug: 21.5-b29] Syntactic font-lock confuses skip-syntax-forward

Marcus Crestani crestani at informatik.uni-tuebingen.de
Fri Apr 29 13:41:26 EDT 2011


>>>>>"JJ" == Jerry James <james at xemacs.org> writes:
JJ> That activates the virtual dirty bit code, which uses deliberate
JJ> SIGSEGV/SIGBUS signals to manage memory.  Do this:
JJ> (gdb) handle SIGSEGV nostop noprint pass
JJ> (gdb) handle SIGBUS nostop noprint pass

When building with the incremental GC, configure creates src/.gdbinit
that includes these settings.  When you run gdb from within the src/
directory, gdb reads .gdbinit and sets the signal handling settings
automatically (and defines some very useful gdb commands that help
debugging XEmacs).

-- 
Marcus



More information about the XEmacs-Beta mailing list