diff options
| author | Richard M. Stallman | 2005-06-04 10:18:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-04 10:18:46 +0000 |
| commit | 5cf98ab4b3a736ab2df3140f9bde2f66e8f241fb (patch) | |
| tree | f1ecb2e51fd0bc898bfe2b54d35cdd19af3fce18 | |
| parent | d4755e04910eac135f80e4b222146107e073553b (diff) | |
| download | emacs-5cf98ab4b3a736ab2df3140f9bde2f66e8f241fb.tar.gz emacs-5cf98ab4b3a736ab2df3140f9bde2f66e8f241fb.zip | |
(After a Crash): Polish previous change.
| -rw-r--r-- | man/trouble.texi | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/man/trouble.texi b/man/trouble.texi index ff846821ff2..da14f25568f 100644 --- a/man/trouble.texi +++ b/man/trouble.texi | |||
| @@ -351,7 +351,6 @@ visits the file but gets the text from the auto-save file. | |||
| 351 | recover are present in Emacs buffers. You should then save them. Only | 351 | recover are present in Emacs buffers. You should then save them. Only |
| 352 | this---saving them---updates the files themselves. | 352 | this---saving them---updates the files themselves. |
| 353 | 353 | ||
| 354 | |||
| 355 | As a last resort, if you had buffers with content which were not | 354 | As a last resort, if you had buffers with content which were not |
| 356 | associated with any files, or if the autosave was not recent enough to | 355 | associated with any files, or if the autosave was not recent enough to |
| 357 | have recorded important changes, you can use the | 356 | have recorded important changes, you can use the |
| @@ -360,16 +359,16 @@ retrieve them from a core dump--provided that a core dump was saved, | |||
| 360 | and that the Emacs executable was not stripped of its debugging | 359 | and that the Emacs executable was not stripped of its debugging |
| 361 | symbols. | 360 | symbols. |
| 362 | 361 | ||
| 363 | To use this script, run @code{gdb} with the file name of your | 362 | To use this script, run @code{gdb} with the file name of your Emacs |
| 364 | Emacs executable and the file name of the core dump, e.g. @samp{gdb | 363 | executable and the file name of the core dump, e.g. @samp{gdb |
| 365 | /usr/bin/emacs core.emacs}. At the @code{(gdb)} prompt, load the | 364 | /usr/bin/emacs core.emacs}. At the @code{(gdb)} prompt, load the |
| 366 | recovery script: @samp{source /usr/src/emacs/etc/emacs-buffer.gdb}. | 365 | recovery script: @samp{source /usr/src/emacs/etc/emacs-buffer.gdb}. |
| 367 | You can now use the commands @code{ybuffer-list} and | 366 | Then type the command @code{ybuffer-list} to see which buffers are |
| 368 | @code{ysave-buffer} to list and save buffers. The @code{ysave-buffer} | 367 | available. For each buffer, it lists a buffer number. To save a |
| 369 | command takes a buffer number (as listed by @code{ybuffer-list}) and a | 368 | buffer, use @code{ysave-buffer}; you specify the buffer number, and |
| 370 | file name to which to write the buffer contents. You should use a | 369 | the file name to write that buffer into. You should use a file name |
| 371 | file name which does not already exist; no backups of the previous | 370 | which does not already exist; if the file does exist, the script does |
| 372 | contents of the file will be saved, if any. | 371 | not make make a backup of its old contents. |
| 373 | 372 | ||
| 374 | @node Emergency Escape | 373 | @node Emergency Escape |
| 375 | @subsection Emergency Escape | 374 | @subsection Emergency Escape |