[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107111: More doc for debug-on-event.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107111: More doc for debug-on-event. |
Date: |
Sat, 04 Feb 2012 19:37:19 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107111
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-02-04 19:37:19 -0800
message:
More doc for debug-on-event.
* emacs/trouble.texi (Checklist): Mention debug-on-event.
* lispref/debugging.texi (Error Debugging): Mention debug-on-event default.
modified:
doc/emacs/ChangeLog
doc/emacs/trouble.texi
doc/lispref/ChangeLog
doc/lispref/debugging.texi
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog 2012-02-05 03:26:26 +0000
+++ b/doc/emacs/ChangeLog 2012-02-05 03:37:19 +0000
@@ -1,5 +1,7 @@
2012-02-05 Glenn Morris <address@hidden>
+ * trouble.texi (Checklist): Mention debug-on-event.
+
* maintaining.texi (Maintaining): Add cross-ref to ERT.
2012-02-04 Glenn Morris <address@hidden>
=== modified file 'doc/emacs/trouble.texi'
--- a/doc/emacs/trouble.texi 2012-01-19 07:21:25 +0000
+++ b/doc/emacs/trouble.texi 2012-02-05 03:37:19 +0000
@@ -784,6 +784,12 @@
This backtrace is useful for debugging such long loops, so if you can
produce it, copy it into the bug report.
address@hidden debug-on-event
+If you cannot get Emacs to respond to @kbd{C-g} (e.g., because
address@hidden is set), then you can try sending the signal
+specified by @code{debug-on-event} (default SIGUSR2) from outside
+Emacs to cause it to enter the debugger.
+
@item
Check whether any programs you have loaded into the Lisp world,
including your initialization file, set any variables that may affect
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-02-04 22:04:12 +0000
+++ b/doc/lispref/ChangeLog 2012-02-05 03:37:19 +0000
@@ -1,3 +1,7 @@
+2012-02-05 Glenn Morris <address@hidden>
+
+ * debugging.texi (Error Debugging): Mention debug-on-event default.
+
2012-02-04 Glenn Morris <address@hidden>
* backups.texi (Reverting): Mention revert-buffer-in-progress-p.
=== modified file 'doc/lispref/debugging.texi'
--- a/doc/lispref/debugging.texi 2012-02-04 21:58:00 +0000
+++ b/doc/lispref/debugging.texi 2012-02-05 03:37:19 +0000
@@ -153,8 +153,8 @@
Events}), Emacs will try to enter the debugger as soon as it receives
this event, bypassing @code{special-event-map}. At present, the only
supported values correspond to the signals @code{SIGUSR1} and
address@hidden This can be helpful when @code{inhibit-quit} is set
-and Emacs is not otherwise responding.
address@hidden (this is the default). This can be helpful when
address@hidden is set and Emacs is not otherwise responding.
@end defopt
To debug an error that happens during loading of the init
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107111: More doc for debug-on-event.,
Glenn Morris <=