Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4841:3465c3161fea
when `debug', abort when lisp error during loadup
loadup.el: When featurep `debug-xemacs' (configure --with-debug), set
debug-on-error, so that we get an exit-to-debugger/assertion
failure upon Lisp error during loadup. Unset before dumping.
cmdloop.c: During really-early-error-handler, exit to the debugger and abort
if an error occurs and
lisp.h: extern Vdebug_on_error.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 13 Jan 2010 01:55:56 -0600 |
parents | d08fc2e159c9 |
children | 8b7644c73fd2 |
comparison
equal
deleted
inserted
replaced
4840:17b3dc5500b0 | 4841:3465c3161fea |
---|---|
1 2010-01-13 Ben Wing <ben@xemacs.org> | |
2 | |
3 * loadup.el: | |
4 * loadup.el (featurep): | |
5 * loadup.el (member): | |
6 When featurep `debug-xemacs' (configure --with-debug), set | |
7 debug-on-error, so that we get an exit-to-debugger/assertion | |
8 failure upon Lisp error during loadup. Unset before dumping. | |
9 | |
1 2010-01-10 Ben Wing <ben@xemacs.org> | 10 2010-01-10 Ben Wing <ben@xemacs.org> |
2 | 11 |
3 * mule/mule-cmds.el (get-native-coding-system-from-language-environment): | 12 * mule/mule-cmds.el (get-native-coding-system-from-language-environment): |
4 Under Cygwin, force utf-8 if we are using Cygwin 1.7 or later | 13 Under Cygwin, force utf-8 if we are using Cygwin 1.7 or later |
5 (making use of the magic feature 'cygwin-use-utf-8). | 14 (making use of the magic feature 'cygwin-use-utf-8). |