mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
; * doc/emacs/trouble.texi (Checklist): Minor copyedits (bug#62320).
This commit is contained in:
parent
d1d39a0f09
commit
24ed9c7ae7
1 changed files with 8 additions and 4 deletions
|
|
@ -856,7 +856,7 @@ customizations.
|
||||||
@cindex dribble file
|
@cindex dribble file
|
||||||
@cindex logging keystrokes
|
@cindex logging keystrokes
|
||||||
One way to record the input to Emacs precisely is to write a dribble
|
One way to record the input to Emacs precisely is to write a dribble
|
||||||
file. To start the file, use the @kbd{M-x open-dribble-file} command.
|
file. To start the file, use the command @w{@kbd{M-x open-dribble-file}}.
|
||||||
From then on, Emacs copies all your input to the specified dribble
|
From then on, Emacs copies all your input to the specified dribble
|
||||||
file until the Emacs process is killed. Be aware that sensitive
|
file until the Emacs process is killed. Be aware that sensitive
|
||||||
information (such as passwords) may end up recorded in the dribble
|
information (such as passwords) may end up recorded in the dribble
|
||||||
|
|
@ -1071,9 +1071,13 @@ backtrace for the error. To make a backtrace for the error, use
|
||||||
say, you must give that command and then make the bug happen). This
|
say, you must give that command and then make the bug happen). This
|
||||||
causes the error to start the Lisp debugger, which shows you a
|
causes the error to start the Lisp debugger, which shows you a
|
||||||
backtrace. Copy the text of the debugger's backtrace into the bug
|
backtrace. Copy the text of the debugger's backtrace into the bug
|
||||||
report. @xref{Edebug,, Edebug, elisp, the Emacs Lisp Reference
|
report. (The backtrace is more detailed if you load the relevant Lisp
|
||||||
Manual}, for information on debugging Emacs Lisp programs with the
|
@file{*.el} source files before triggering the error, so do that if
|
||||||
Edebug package.
|
you know how to find and load those files.)
|
||||||
|
|
||||||
|
To debug the error, we suggest to use Edebug. @xref{Edebug,, Edebug,
|
||||||
|
elisp, the Emacs Lisp Reference Manual}, for information on debugging
|
||||||
|
Emacs Lisp programs with the Edebug package.
|
||||||
|
|
||||||
This use of the debugger is possible only if you know how to make the
|
This use of the debugger is possible only if you know how to make the
|
||||||
bug happen again. If you can't make it happen again, at least copy
|
bug happen again. If you can't make it happen again, at least copy
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue