annotate doc/emacs/trouble.texi @ 112397:a7191495c39c

Include entries from yesterdays checkins that were in an unsaved buffer.
author Ken Manheimer <ken.manheimer@gmail.com>
date Fri, 21 Jan 2011 11:36:24 -0500
parents 376148b31b5e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1 @c This is part of the Emacs manual.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2 @c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
112218
376148b31b5e Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents: 112076
diff changeset
3 @c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
106802
b92c3979701c Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
Glenn Morris <rgm@gnu.org>
parents: 105594
diff changeset
4 @c Free Software Foundation, Inc.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5 @c See file emacs.texi for copying conditions.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6 @iftex
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
7 @chapter Dealing with Common Problems
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
8
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
9 If you type an Emacs command you did not intend, the results are often
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
10 mysterious. This chapter tells what you can do to cancel your mistake or
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
11 recover from a mysterious situation. Emacs bugs and system crashes are
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
12 also considered.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
13 @end iftex
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
14
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
15 @ifnottex
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
16 @raisesections
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
17 @end ifnottex
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
18
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
19 @node Quitting, Lossage, Customization, Top
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
20 @section Quitting and Aborting
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
21 @cindex quitting
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
22
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
23 @table @kbd
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
24 @item C-g
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
25 @itemx C-@key{BREAK} @r{(MS-DOS only)}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
26 Quit: cancel running or partially typed command.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
27 @item C-]
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
28 Abort innermost recursive editing level and cancel the command which
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
29 invoked it (@code{abort-recursive-edit}).
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
30 @item @key{ESC} @key{ESC} @key{ESC}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
31 Either quit or abort, whichever makes sense (@code{keyboard-escape-quit}).
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
32 @item M-x top-level
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
33 Abort all recursive editing levels that are currently executing.
103202
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
34 @item C-/
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
35 @itemx C-x u
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
36 @itemx C-_
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
37 Cancel a previously made change in the buffer contents (@code{undo}).
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
38 @end table
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
39
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
40 There are two ways of canceling a command before it has finished:
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
41 @dfn{quitting} with @kbd{C-g}, and @dfn{aborting} with @kbd{C-]} or
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
42 @kbd{M-x top-level}. Quitting cancels a partially typed command, or
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
43 one which is still running. Aborting exits a recursive editing level
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
44 and cancels the command that invoked the recursive edit.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
45 (@xref{Recursive Edit}.)
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
46
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
47 @cindex quitting
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
48 @kindex C-g
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
49 Quitting with @kbd{C-g} is the way to get rid of a partially typed
93360
80674d4c5239 (Quitting): Clarify effects of C-g.
Chong Yidong <cyd@stupidchicken.com>
parents: 87903
diff changeset
50 command, or a numeric argument that you don't want. Furthermore, if
80674d4c5239 (Quitting): Clarify effects of C-g.
Chong Yidong <cyd@stupidchicken.com>
parents: 87903
diff changeset
51 you are in the middle of a command that is running, @kbd{C-g} stops
80674d4c5239 (Quitting): Clarify effects of C-g.
Chong Yidong <cyd@stupidchicken.com>
parents: 87903
diff changeset
52 the command in a relatively safe way. For example, if you quit out of
80674d4c5239 (Quitting): Clarify effects of C-g.
Chong Yidong <cyd@stupidchicken.com>
parents: 87903
diff changeset
53 a kill command that is taking a long time, either your text will
80674d4c5239 (Quitting): Clarify effects of C-g.
Chong Yidong <cyd@stupidchicken.com>
parents: 87903
diff changeset
54 @emph{all} still be in the buffer, or it will @emph{all} be in the
80674d4c5239 (Quitting): Clarify effects of C-g.
Chong Yidong <cyd@stupidchicken.com>
parents: 87903
diff changeset
55 kill ring, or maybe both. If the region is active, @kbd{C-g}
80674d4c5239 (Quitting): Clarify effects of C-g.
Chong Yidong <cyd@stupidchicken.com>
parents: 87903
diff changeset
56 deactivates the mark, unless Transient Mark mode is off
80674d4c5239 (Quitting): Clarify effects of C-g.
Chong Yidong <cyd@stupidchicken.com>
parents: 87903
diff changeset
57 (@pxref{Persistent Mark}). If you are in the middle of an incremental
80674d4c5239 (Quitting): Clarify effects of C-g.
Chong Yidong <cyd@stupidchicken.com>
parents: 87903
diff changeset
58 search, @kbd{C-g} does special things; it may take two successive
80674d4c5239 (Quitting): Clarify effects of C-g.
Chong Yidong <cyd@stupidchicken.com>
parents: 87903
diff changeset
59 @kbd{C-g} characters to get out of a search. @xref{Incremental
80674d4c5239 (Quitting): Clarify effects of C-g.
Chong Yidong <cyd@stupidchicken.com>
parents: 87903
diff changeset
60 Search}, for details.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
61
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
62 On MS-DOS, the character @kbd{C-@key{BREAK}} serves as a quit character
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
63 like @kbd{C-g}. The reason is that it is not feasible, on MS-DOS, to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
64 recognize @kbd{C-g} while a command is running, between interactions
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
65 with the user. By contrast, it @emph{is} feasible to recognize
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
66 @kbd{C-@key{BREAK}} at all times.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
67 @iftex
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
68 @xref{MS-DOS Keyboard,,,emacs-xtra, Specialized Emacs Features}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
69 @end iftex
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
70 @ifnottex
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
71 @xref{MS-DOS Keyboard}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
72 @end ifnottex
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
73
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
74 @findex keyboard-quit
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
75 @kbd{C-g} works by setting the variable @code{quit-flag} to @code{t}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
76 the instant @kbd{C-g} is typed; Emacs Lisp checks this variable
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
77 frequently, and quits if it is non-@code{nil}. @kbd{C-g} is only
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
78 actually executed as a command if you type it while Emacs is waiting for
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
79 input. In that case, the command it runs is @code{keyboard-quit}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
80
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
81 On a text terminal, if you quit with @kbd{C-g} a second time before
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
82 the first @kbd{C-g} is recognized, you activate the ``emergency
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
83 escape'' feature and return to the shell. @xref{Emergency Escape}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
84
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
85 @cindex NFS and quitting
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
86 There are some situations where you cannot quit. When Emacs is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
87 waiting for the operating system to do something, quitting is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
88 impossible unless special pains are taken for the particular system
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
89 call within Emacs where the waiting occurs. We have done this for the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
90 system calls that users are likely to want to quit from, but it's
85423
d35fe28557ac Merge from emacs--rel--22
Miles Bader <miles@gnu.org>
parents: 84269
diff changeset
91 possible you will encounter a case not handled. In one very common
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
92 case---waiting for file input or output using NFS---Emacs itself knows
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
93 how to quit, but many NFS implementations simply do not allow user
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
94 programs to stop waiting for NFS when the NFS server is hung.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
95
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
96 @cindex aborting recursive edit
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
97 @findex abort-recursive-edit
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
98 @kindex C-]
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
99 Aborting with @kbd{C-]} (@code{abort-recursive-edit}) is used to get
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
100 out of a recursive editing level and cancel the command which invoked
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
101 it. Quitting with @kbd{C-g} does not do this, and could not do this,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
102 because it is used to cancel a partially typed command @emph{within} the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
103 recursive editing level. Both operations are useful. For example, if
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
104 you are in a recursive edit and type @kbd{C-u 8} to enter a numeric
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
105 argument, you can cancel that argument with @kbd{C-g} and remain in the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
106 recursive edit.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
107
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
108 @findex keyboard-escape-quit
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
109 @kindex ESC ESC ESC
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
110 The sequence @kbd{@key{ESC} @key{ESC} @key{ESC}}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
111 (@code{keyboard-escape-quit}) can either quit or abort. (We defined
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
112 it this way because @key{ESC} means ``get out'' in many PC programs.)
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
113 It can cancel a prefix argument, clear a selected region, or get out
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
114 of a Query Replace, like @kbd{C-g}. It can get out of the minibuffer
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
115 or a recursive edit, like @kbd{C-]}. It can also get out of splitting
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
116 the frame into multiple windows, as with @kbd{C-x 1}. One thing it
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
117 cannot do, however, is stop a command that is running. That's because
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
118 it executes as an ordinary command, and Emacs doesn't notice it until
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
119 it is ready for the next command.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
120
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
121 @findex top-level
98045
7e5d202f9202 (Quitting): Note that top-level exits active minibuffers.
Chong Yidong <cyd@stupidchicken.com>
parents: 93360
diff changeset
122 The command @kbd{M-x top-level} is equivalent to ``enough''
7e5d202f9202 (Quitting): Note that top-level exits active minibuffers.
Chong Yidong <cyd@stupidchicken.com>
parents: 93360
diff changeset
123 @kbd{C-]} commands to get you out of all the levels of recursive edits
7e5d202f9202 (Quitting): Note that top-level exits active minibuffers.
Chong Yidong <cyd@stupidchicken.com>
parents: 93360
diff changeset
124 that you are in; it also exits the minibuffer if it is active.
7e5d202f9202 (Quitting): Note that top-level exits active minibuffers.
Chong Yidong <cyd@stupidchicken.com>
parents: 93360
diff changeset
125 @kbd{C-]} gets you out one level at a time, but @kbd{M-x top-level}
7e5d202f9202 (Quitting): Note that top-level exits active minibuffers.
Chong Yidong <cyd@stupidchicken.com>
parents: 93360
diff changeset
126 goes out all levels at once. Both @kbd{C-]} and @kbd{M-x top-level}
7e5d202f9202 (Quitting): Note that top-level exits active minibuffers.
Chong Yidong <cyd@stupidchicken.com>
parents: 93360
diff changeset
127 are like all other commands, and unlike @kbd{C-g}, in that they take
7e5d202f9202 (Quitting): Note that top-level exits active minibuffers.
Chong Yidong <cyd@stupidchicken.com>
parents: 93360
diff changeset
128 effect only when Emacs is ready for a command. @kbd{C-]} is an
7e5d202f9202 (Quitting): Note that top-level exits active minibuffers.
Chong Yidong <cyd@stupidchicken.com>
parents: 93360
diff changeset
129 ordinary key and has its meaning only because of its binding in the
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
130 keymap. @xref{Recursive Edit}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
131
103202
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
132 @kbd{C-/} (@code{undo}) is not strictly speaking a way of canceling
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
133 a command, but you can think of it as canceling a command that already
103202
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
134 finished executing. @xref{Undo}, for more information about the undo
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
135 facility.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
136
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
137 @node Lossage, Bugs, Quitting, Top
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
138 @section Dealing with Emacs Trouble
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
139
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
140 This section describes various conditions in which Emacs fails to work
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
141 normally, and how to recognize them and correct them. For a list of
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
142 additional problems you might encounter, see @ref{Bugs and problems, ,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
143 Bugs and problems, efaq, GNU Emacs FAQ}, and the file @file{etc/PROBLEMS}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
144 in the Emacs distribution. Type @kbd{C-h C-f} to read the FAQ; type
103151
58bdec4eecc6 * trouble.texi (Lossage): Use new binding of view-emacs-problems.
Chong Yidong <cyd@stupidchicken.com>
parents: 100974
diff changeset
145 @kbd{C-h C-p} to read the @file{PROBLEMS} file.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
146
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
147 @menu
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
148 * DEL Does Not Delete:: What to do if @key{DEL} doesn't delete.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
149 * Stuck Recursive:: `[...]' in mode line around the parentheses.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
150 * Screen Garbled:: Garbage on the screen.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
151 * Text Garbled:: Garbage in the text.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
152 * Memory Full:: How to cope when you run out of memory.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
153 * After a Crash:: Recovering editing in an Emacs session that crashed.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
154 * Emergency Escape:: Emergency escape---
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
155 What to do if Emacs stops responding.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
156 * Total Frustration:: When you are at your wits' end.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
157 @end menu
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
158
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
159 @node DEL Does Not Delete
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
160 @subsection If @key{DEL} Fails to Delete
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
161 @cindex @key{DEL} vs @key{BACKSPACE}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
162 @cindex @key{BACKSPACE} vs @key{DEL}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
163 @cindex usual erasure key
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
164
103202
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
165 Every keyboard has a large key, usually labelled @key{Backspace},
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
166 which is ordinarily used to erase the last character that you typed.
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
167 We call this key @dfn{the usual erasure key}. In Emacs, it is
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
168 supposed to be equivalent to @key{DEL}.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
169
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
170 When Emacs starts up on a graphical display, it determines
103202
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
171 automatically which key should be @key{DEL}. In some unusual cases,
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
172 Emacs gets the wrong information from the system. If the usual
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
173 erasure key deletes forwards instead of backwards, that is probably
103202
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
174 what happened---Emacs ought to be treating the @key{Backspace} key as
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
175 @key{DEL}, but it isn't.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
176
103202
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
177 Some keyboards also have a @key{Delete} key, which is ordinarily
105594
93081d78d55b * trouble.texi (DEL Does Not Delete): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents: 103202
diff changeset
178 used to delete forwards. If this key deletes backward in Emacs, that
93081d78d55b * trouble.texi (DEL Does Not Delete): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents: 103202
diff changeset
179 too suggests Emacs got the wrong information---but in the opposite
93081d78d55b * trouble.texi (DEL Does Not Delete): Fix typo.
Juanma Barranquero <lekktu@gmail.com>
parents: 103202
diff changeset
180 sense.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
181
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
182 On a text-only terminal, if you find the usual erasure key prompts
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
183 for a Help command, like @kbd{Control-h}, instead of deleting a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
184 character, it means that key is actually sending the @key{BS}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
185 character. Emacs ought to be treating @key{BS} as @key{DEL}, but it
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
186 isn't.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
187
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
188 In all of those cases, the immediate remedy is the same: use the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
189 command @kbd{M-x normal-erase-is-backspace-mode}. This toggles
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
190 between the two modes that Emacs supports for handling @key{DEL}, so
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
191 if Emacs starts in the wrong mode, this should switch to the right
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
192 mode. On a text-only terminal, if you want to ask for help when
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
193 @key{BS} is treated as @key{DEL}, use @key{F1}; @kbd{C-?} may also
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
194 work, if it sends character code 127.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
195
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
196 @findex normal-erase-is-backspace-mode
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
197 To fix the problem automatically for every Emacs session, you can
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
198 put one of the following lines into your @file{.emacs} file
103202
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
199 (@pxref{Init File}). For the first case above, where @key{Backspace}
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
200 deletes forwards instead of backwards, use this line to make
103202
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
201 @key{Backspace} act as @key{DEL} (resulting in behavior compatible
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
202 with Emacs 20 and previous versions):
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
203
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
204 @lisp
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
205 (normal-erase-is-backspace-mode 0)
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
206 @end lisp
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
207
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
208 @noindent
103202
9597f2f82406 * trouble.texi (Quitting): Add other undo bindings to table.
Chong Yidong <cyd@stupidchicken.com>
parents: 103151
diff changeset
209 For the other two cases, use this line:
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
210
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
211 @lisp
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
212 (normal-erase-is-backspace-mode 1)
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
213 @end lisp
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
214
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
215 @vindex normal-erase-is-backspace
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
216 Another way to fix the problem for every Emacs session is to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
217 customize the variable @code{normal-erase-is-backspace}: the value
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
218 @code{t} specifies the mode where @key{BS} or @key{BACKSPACE} is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
219 @key{DEL}, and @code{nil} specifies the other mode. @xref{Easy
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
220 Customization}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
221
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
222 @node Stuck Recursive
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
223 @subsection Recursive Editing Levels
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
224
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
225 Recursive editing levels are important and useful features of Emacs, but
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
226 they can seem like malfunctions if you do not understand them.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
227
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
228 If the mode line has square brackets @samp{[@dots{}]} around the parentheses
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
229 that contain the names of the major and minor modes, you have entered a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
230 recursive editing level. If you did not do this on purpose, or if you
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
231 don't understand what that means, you should just get out of the recursive
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
232 editing level. To do so, type @kbd{M-x top-level}. This is called getting
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
233 back to top level. @xref{Recursive Edit}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
234
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
235 @node Screen Garbled
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
236 @subsection Garbage on the Screen
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
237
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
238 If the text on a text terminal looks wrong, the first thing to do is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
239 see whether it is wrong in the buffer. Type @kbd{C-l} to redisplay
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
240 the entire screen. If the screen appears correct after this, the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
241 problem was entirely in the previous screen update. (Otherwise, see
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
242 the following section.)
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
243
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
244 Display updating problems often result from an incorrect terminfo
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
245 entry for the terminal you are using. The file @file{etc/TERMS} in
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
246 the Emacs distribution gives the fixes for known problems of this
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
247 sort. @file{INSTALL} contains general advice for these problems in
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
248 one of its sections. To investigate the possibility that you have
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
249 this sort of problem, try Emacs on another terminal made by a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
250 different manufacturer. If problems happen frequently on one kind of
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
251 terminal but not another kind, it is likely to be a bad terminfo entry,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
252 though it could also be due to a bug in Emacs that appears for
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
253 terminals that have or that lack specific features.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
254
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
255 @node Text Garbled
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
256 @subsection Garbage in the Text
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
257
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
258 If @kbd{C-l} shows that the text is wrong, first type @kbd{C-h l} to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
259 see what commands you typed to produce the observed results. Then try
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
260 undoing the changes step by step using @kbd{C-x u}, until it gets back
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
261 to a state you consider correct.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
262
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
263 If a large portion of text appears to be missing at the beginning or
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
264 end of the buffer, check for the word @samp{Narrow} in the mode line.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
265 If it appears, the text you don't see is probably still present, but
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
266 temporarily off-limits. To make it accessible again, type @kbd{C-x n
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
267 w}. @xref{Narrowing}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
268
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
269 @node Memory Full
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
270 @subsection Running out of Memory
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
271 @cindex memory full
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
272 @cindex out of memory
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
273
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
274 If you get the error message @samp{Virtual memory exceeded}, save
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
275 your modified buffers with @kbd{C-x s}. This method of saving them
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
276 has the smallest need for additional memory. Emacs keeps a reserve of
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
277 memory which it makes available when this error happens; that should
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
278 be enough to enable @kbd{C-x s} to complete its work. When the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
279 reserve has been used, @samp{!MEM FULL!} appears at the beginning of
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
280 the mode line, indicating there is no more reserve.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
281
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
282 Once you have saved your modified buffers, you can exit this Emacs
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
283 session and start another, or you can use @kbd{M-x kill-some-buffers}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
284 to free space in the current Emacs job. If this frees up sufficient
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
285 space, Emacs will refill its memory reserve, and @samp{!MEM FULL!}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
286 will disappear from the mode line. That means you can safely go on
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
287 editing in the same Emacs session.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
288
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
289 Do not use @kbd{M-x buffer-menu} to save or kill buffers when you run
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
290 out of memory, because the buffer menu needs a fair amount of memory
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
291 itself, and the reserve supply may not be enough.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
292
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
293 @node After a Crash
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
294 @subsection Recovery After a Crash
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
295
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
296 If Emacs or the computer crashes, you can recover the files you were
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
297 editing at the time of the crash from their auto-save files. To do
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
298 this, start Emacs again and type the command @kbd{M-x recover-session}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
299
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
300 This command initially displays a buffer which lists interrupted
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
301 session files, each with its date. You must choose which session to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
302 recover from. Typically the one you want is the most recent one. Move
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
303 point to the one you choose, and type @kbd{C-c C-c}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
304
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
305 Then @code{recover-session} considers each of the files that you
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
306 were editing during that session; for each such file, it asks whether
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
307 to recover that file. If you answer @kbd{y} for a file, it shows the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
308 dates of that file and its auto-save file, then asks once again
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
309 whether to recover that file. For the second question, you must
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
310 confirm with @kbd{yes}. If you do, Emacs visits the file but gets the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
311 text from the auto-save file.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
312
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
313 When @code{recover-session} is done, the files you've chosen to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
314 recover are present in Emacs buffers. You should then save them. Only
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
315 this---saving them---updates the files themselves.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
316
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
317 As a last resort, if you had buffers with content which were not
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
318 associated with any files, or if the autosave was not recent enough to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
319 have recorded important changes, you can use the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
320 @file{etc/emacs-buffer.gdb} script with GDB (the GNU Debugger) to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
321 retrieve them from a core dump--provided that a core dump was saved,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
322 and that the Emacs executable was not stripped of its debugging
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
323 symbols.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
324
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
325 As soon as you get the core dump, rename it to another name such as
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
326 @file{core.emacs}, so that another crash won't overwrite it.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
327
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
328 To use this script, run @code{gdb} with the file name of your Emacs
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
329 executable and the file name of the core dump, e.g. @samp{gdb
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
330 /usr/bin/emacs core.emacs}. At the @code{(gdb)} prompt, load the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
331 recovery script: @samp{source /usr/src/emacs/etc/emacs-buffer.gdb}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
332 Then type the command @code{ybuffer-list} to see which buffers are
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
333 available. For each buffer, it lists a buffer number. To save a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
334 buffer, use @code{ysave-buffer}; you specify the buffer number, and
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
335 the file name to write that buffer into. You should use a file name
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
336 which does not already exist; if the file does exist, the script does
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
337 not make a backup of its old contents.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
338
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
339 @node Emergency Escape
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
340 @subsection Emergency Escape
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
341
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
342 On text-only terminals, the @dfn{emergency escape} feature suspends
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
343 Emacs immediately if you type @kbd{C-g} a second time before Emacs can
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
344 actually respond to the first one by quitting. This is so you can
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
345 always get out of GNU Emacs no matter how badly it might be hung.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
346 When things are working properly, Emacs recognizes and handles the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
347 first @kbd{C-g} so fast that the second one won't trigger emergency
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
348 escape. However, if some problem prevents Emacs from handling the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
349 first @kbd{C-g} properly, then the second one will get you back to the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
350 shell.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
351
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
352 When you resume Emacs after a suspension caused by emergency escape,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
353 it asks two questions before going back to what it had been doing:
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
354
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
355 @example
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
356 Auto-save? (y or n)
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
357 Abort (and dump core)? (y or n)
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
358 @end example
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
359
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
360 @noindent
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
361 Answer each one with @kbd{y} or @kbd{n} followed by @key{RET}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
362
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
363 Saying @kbd{y} to @samp{Auto-save?} causes immediate auto-saving of
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
364 all modified buffers in which auto-saving is enabled. Saying @kbd{n}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
365 skips this.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
366
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
367 Saying @kbd{y} to @samp{Abort (and dump core)?} causes Emacs to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
368 crash, dumping core. This is to enable a wizard to figure out why
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
369 Emacs was failing to quit in the first place. Execution does not
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
370 continue after a core dump.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
371
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
372 If you answer this question @kbd{n}, Emacs execution resumes. With
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
373 luck, Emacs will ultimately do the requested quit. If not, each
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
374 subsequent @kbd{C-g} invokes emergency escape again.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
375
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
376 If Emacs is not really hung, just slow, you may invoke the double
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
377 @kbd{C-g} feature without really meaning to. Then just resume and
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
378 answer @kbd{n} to both questions, and you will get back to the former
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
379 state. The quit you requested will happen by and by.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
380
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
381 Emergency escape is active only for text terminals. On graphical
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
382 displays, you can use the mouse to kill Emacs or switch to another
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
383 program.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
384
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
385 On MS-DOS, you must type @kbd{C-@key{BREAK}} (twice) to cause
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
386 emergency escape---but there are cases where it won't work, when
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
387 system call hangs or when Emacs is stuck in a tight loop in C code.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
388
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
389 @node Total Frustration
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
390 @subsection Help for Total Frustration
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
391 @cindex Eliza
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
392 @cindex doctor
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
393
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
394 If using Emacs (or something else) becomes terribly frustrating and none
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
395 of the techniques described above solve the problem, Emacs can still help
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
396 you.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
397
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
398 First, if the Emacs you are using is not responding to commands, type
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
399 @kbd{C-g C-g} to get out of it and then start a new one.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
400
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
401 @findex doctor
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
402 Second, type @kbd{M-x doctor @key{RET}}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
403
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
404 The Emacs psychotherapist will help you feel better. Each time you
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
405 say something to the psychotherapist, you must end it by typing
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
406 @key{RET} @key{RET}. This indicates you are finished typing.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
407
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
408 @node Bugs, Contributing, Lossage, Top
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
409 @section Reporting Bugs
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
410
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
411 @cindex bugs
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
412 If you think you have found a bug in Emacs, please report it. We
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
413 cannot promise to fix it, or always to agree that it is a bug, but we
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
414 certainly want to hear about it. The same applies for new features
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
415 you would like to see added. The following sections will help you to
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
416 construct an effective bug report.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
417
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
418 @menu
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
419 * Known Problems:: How to read about known problems and bugs.
109262
51ddcf320fe4 Untabify doc/emacs/*.texi files.
Glenn Morris <rgm@gnu.org>
parents: 107929
diff changeset
420 * Criteria: Bug Criteria. Have you really found a bug?
51ddcf320fe4 Untabify doc/emacs/*.texi files.
Glenn Morris <rgm@gnu.org>
parents: 107929
diff changeset
421 * Understanding Bug Reporting:: How to report a bug effectively.
51ddcf320fe4 Untabify doc/emacs/*.texi files.
Glenn Morris <rgm@gnu.org>
parents: 107929
diff changeset
422 * Checklist:: Steps to follow for a good bug report.
51ddcf320fe4 Untabify doc/emacs/*.texi files.
Glenn Morris <rgm@gnu.org>
parents: 107929
diff changeset
423 * Sending Patches:: How to send a patch for GNU Emacs.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
424 @end menu
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
425
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
426 @node Known Problems
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
427 @subsection Reading Existing Bug Reports and Known Problems
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
428
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
429 Before reporting a bug, if at all possible please check to see if it
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
430 is already known about. Indeed, it may already have been fixed in a
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
431 later release of Emacs, or in the development version. Here is a list
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
432 of the main places you can read about known issues:
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
433
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
434 @itemize
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
435 @item
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
436 The @file{etc/PROBLEMS} file in the Emacs distribution; type @kbd{C-h
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
437 C-p} to read it. This file contains a list of particularly well-known
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
438 issues that have been encountered in compiling, installing and running
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
439 Emacs. Often, there are suggestions for workarounds and solutions.
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
440
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
441 @item
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
442 Some additional user-level problems can be found in @ref{Bugs and
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
443 problems, , Bugs and problems, efaq, GNU Emacs FAQ}.
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
444
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
445 @item
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
446 The @samp{bug-gnu-emacs} mailing list (also available as the newsgroup
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
447 @samp{gnu.emacs.bug}). This is where you will find most Emacs bug
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
448 reports. You can read the list archives at
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
449 @url{http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs}. If you
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
450 like, you can also subscribe to the list. Be aware that the sole
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
451 purpose of this list is to provide the Emacs maintainers with
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
452 information about bugs and feature requests. Reports may contain
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
453 fairly large amounts of data; spectators should not complain about
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
454 this.
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
455
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
456 @item
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
457 The bug tracker at @url{http://debbugs.gnu.org}. From early 2008,
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
458 reports from the @samp{bug-gnu-emacs} list have been sent here. The
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
459 tracker contains the same information as the mailing list, just in a
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
460 different format. You may prefer to browse and read reports using the
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
461 tracker.
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
462
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
463 @item
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
464 The @samp{emacs-pretest-bug} mailing list. This list is no longer
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
465 used, and is mainly of historical interest. At one time, it was used
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
466 for bug reports in development (i.e., not yet released) versions of
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
467 Emacs. You can read the archives for 2003 to mid 2007 at
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
468 @url{http://lists.gnu.org/archive/html/emacs-pretest-bug/}. From
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
469 late 2007 to mid 2008, the address was an alias for the
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
470 @samp{emacs-devel} mailing list. From mid 2008 onwards, it has been
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
471 an alias for @samp{bug-gnu-emacs}.
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
472
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
473 @item
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
474 The @samp{emacs-devel} mailing list. Sometimes people report bugs to
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
475 this mailing list. This is not the main purpose of the list, however,
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
476 and it is much better to send bug reports to the bug list. You should
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
477 not feel obliged to read this list before reporting a bug.
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
478
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
479 @end itemize
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
480
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
481
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
482 @node Bug Criteria
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
483 @subsection When Is There a Bug
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
484
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
485 If Emacs accesses an invalid memory location (``segmentation
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
486 fault''), or exits with an operating system error message that
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
487 indicates a problem in the program (as opposed to something like
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
488 ``disk full''), then it is certainly a bug.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
489
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
490 If Emacs updates the display in a way that does not correspond to what is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
491 in the buffer, then it is certainly a bug. If a command seems to do the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
492 wrong thing but the problem corrects itself if you type @kbd{C-l}, it is a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
493 case of incorrect display updating.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
494
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
495 Taking forever to complete a command can be a bug, but you must make
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
496 certain that it was really Emacs's fault. Some commands simply take a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
497 long time. Type @kbd{C-g} (@kbd{C-@key{BREAK}} on MS-DOS) and then @kbd{C-h l}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
498 to see whether the input Emacs received was what you intended to type;
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
499 if the input was such that you @emph{know} it should have been processed
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
500 quickly, report a bug. If you don't know whether the command should
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
501 take a long time, find out by looking in the manual or by asking for
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
502 assistance.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
503
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
504 If a command you are familiar with causes an Emacs error message in a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
505 case where its usual definition ought to be reasonable, it is probably a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
506 bug.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
507
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
508 If a command does the wrong thing, that is a bug. But be sure you know
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
509 for certain what it ought to have done. If you aren't familiar with the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
510 command, or don't know for certain how the command is supposed to work,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
511 then it might actually be working right. Rather than jumping to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
512 conclusions, show the problem to someone who knows for certain.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
513
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
514 Finally, a command's intended definition may not be the best
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
515 possible definition for editing with. This is a very important sort
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
516 of problem, but it is also a matter of judgment. Also, it is easy to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
517 come to such a conclusion out of ignorance of some of the existing
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
518 features. It is probably best not to complain about such a problem
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
519 until you have checked the documentation in the usual ways, feel
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
520 confident that you understand it, and know for certain that what you
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
521 want is not available. Ask other Emacs users, too. If you are not
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
522 sure what the command is supposed to do after a careful reading of the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
523 manual, check the index and glossary for any terms that may be
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
524 unclear.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
525
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
526 If after careful rereading of the manual you still do not understand
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
527 what the command should do, that indicates a bug in the manual, which
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
528 you should report. The manual's job is to make everything clear to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
529 people who are not Emacs experts---including you. It is just as
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
530 important to report documentation bugs as program bugs.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
531
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
532 If the on-line documentation string of a function or variable disagrees
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
533 with the manual, one of them must be wrong; that is a bug.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
534
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
535 @node Understanding Bug Reporting
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
536 @subsection Understanding Bug Reporting
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
537
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
538 @findex emacs-version
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
539 When you decide that there is a bug, it is important to report it and to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
540 report it in a way which is useful. What is most useful is an exact
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
541 description of what commands you type, starting with the shell command to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
542 run Emacs, until the problem happens.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
543
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
544 The most important principle in reporting a bug is to report
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
545 @emph{facts}. Hypotheses and verbal descriptions are no substitute for
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
546 the detailed raw data. Reporting the facts is straightforward, but many
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
547 people strain to posit explanations and report them instead of the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
548 facts. If the explanations are based on guesses about how Emacs is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
549 implemented, they will be useless; meanwhile, lacking the facts, we will
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
550 have no real information about the bug.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
551
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
552 For example, suppose that you type @kbd{C-x C-f /glorp/baz.ugh
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
553 @key{RET}}, visiting a file which (you know) happens to be rather
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
554 large, and Emacs displays @samp{I feel pretty today}. The best way to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
555 report the bug is with a sentence like the preceding one, because it
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
556 gives all the facts.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
557
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
558 A bad way would be to assume that the problem is due to the size of
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
559 the file and say, ``I visited a large file, and Emacs displayed @samp{I
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
560 feel pretty today}.'' This is what we mean by ``guessing
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
561 explanations.'' The problem is just as likely to be due to the fact
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
562 that there is a @samp{z} in the file name. If this is so, then when we
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
563 got your report, we would try out the problem with some ``large file,''
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
564 probably with no @samp{z} in its name, and not see any problem. There
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
565 is no way in the world that we could guess that we should try visiting a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
566 file with a @samp{z} in its name.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
567
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
568 Alternatively, the problem might be due to the fact that the file starts
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
569 with exactly 25 spaces. For this reason, you should make sure that you
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
570 inform us of the exact contents of any file that is needed to reproduce the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
571 bug. What if the problem only occurs when you have typed the @kbd{C-x C-a}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
572 command previously? This is why we ask you to give the exact sequence of
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
573 characters you typed since starting the Emacs session.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
574
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
575 You should not even say ``visit a file'' instead of @kbd{C-x C-f} unless
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
576 you @emph{know} that it makes no difference which visiting command is used.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
577 Similarly, rather than saying ``if I have three characters on the line,''
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
578 say ``after I type @kbd{@key{RET} A B C @key{RET} C-p},'' if that is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
579 the way you entered the text.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
580
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
581 So please don't guess any explanations when you report a bug. If you
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
582 want to actually @emph{debug} the problem, and report explanations that
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
583 are more than guesses, that is useful---but please include the facts as
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
584 well.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
585
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
586 @node Checklist
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
587 @subsection Checklist for Bug Reports
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
588
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
589 @cindex reporting bugs
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
590
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
591 Before reporting a bug, first try to see if the problem has already
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
592 been reported (@pxref{Known Problems}).
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
593
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
594 If you are able to, try the latest release of Emacs to see if the
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
595 problem has already been fixed. Even better is to try the latest
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
596 development version. We recognize that this is not easy for some
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
597 people, so do not feel that you absolutely must do this before making
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
598 a report.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
599
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
600 @findex report-emacs-bug
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
601 The best way to write a bug report for Emacs is to use the command
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
602 @kbd{M-x report-emacs-bug}. This sets up a mail buffer
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
603 (@pxref{Sending Mail}) and automatically inserts @emph{some} of the
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
604 essential information. However, it cannot supply all the necessary
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
605 information; you should still read and follow the guidelines below, so
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
606 you can enter the other crucial information by hand before you send
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
607 the message. You may feel that some of the information inserted by
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
608 @kbd{M-x report-emacs-bug} is not relevant, but unless you are
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
609 absolutely sure it is best to leave it, so that the developers can
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
610 decide for themselves.
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
611
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
612 When you have finished writing your report, type @kbd{C-c C-c} and it
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
613 will be sent to the Emacs maintainers at @email{bug-gnu-emacs@@gnu.org}.
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
614 (If you want to suggest an improvement or new feature, use the same
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
615 address.) If you cannot send mail from inside Emacs, you can copy the
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
616 text of your report to your normal mail client and send it to that
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
617 address. Or you can simply send an email to that address describing
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
618 the problem.
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
619
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
620 Your report will be sent to the @samp{bug-gnu-emacs} mailing list, and
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
621 stored in the tracker at @url{http://debbugs.gnu.org}. Please try to
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
622 include a valid reply email address, in case we need to ask you for
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
623 more information about your report. Submissions are moderated, so
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
624 there may be a delay before your report appears.
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
625
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
626 You do not need to know how the @url{http://debbugs.gnu.org} bug
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
627 tracker works in order to report a bug, but if you want to, you can
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
628 read the tracker's online documentation to see the various features
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
629 you can use.
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
630
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
631 All mail sent to the @samp{bug-gnu-emacs} mailing list is also
111931
bcd9920c3c81 * doc/emacs/trouble.texi (Checklist): Fix typo in newsgroup name.
Glenn Morris <rgm@gnu.org>
parents: 110348
diff changeset
632 gatewayed to the @samp{gnu.emacs.bug} newsgroup. The reverse is also
112048
916ee043dbcf * doc/emacs/trouble.texi (Checklist): Mention not replying via news either.
Glenn Morris <rgm@gnu.org>
parents: 111931
diff changeset
633 true, but we ask you not to post bug reports (or replies) via the
916ee043dbcf * doc/emacs/trouble.texi (Checklist): Mention not replying via news either.
Glenn Morris <rgm@gnu.org>
parents: 111931
diff changeset
634 newsgroup. It can make it much harder to contact you if we need to ask
916ee043dbcf * doc/emacs/trouble.texi (Checklist): Mention not replying via news either.
Glenn Morris <rgm@gnu.org>
parents: 111931
diff changeset
635 for more information, and it does not integrate well with the bug
916ee043dbcf * doc/emacs/trouble.texi (Checklist): Mention not replying via news either.
Glenn Morris <rgm@gnu.org>
parents: 111931
diff changeset
636 tracker.
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
637
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
638 If your data is more than 500,000 bytes, please don't include it
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
639 directly in the bug report; instead, offer to send it on request, or
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
640 make it available by ftp and say where.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
641
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
642 To enable maintainers to investigate a bug, your report
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
643 should include all these things:
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
644
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
645 @itemize @bullet
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
646 @item
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
647 The version number of Emacs. Without this, we won't know whether there is any
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
648 point in looking for the bug in the current version of GNU Emacs.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
649
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
650 @kbd{M-x report-emacs-bug} includes this information automatically,
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
651 but if you are not using that command for your report you can get the
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
652 version number by typing @kbd{M-x emacs-version @key{RET}}. If that
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
653 command does not work, you probably have something other than GNU
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
654 Emacs, so you will have to report the bug somewhere else.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
655
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
656 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
657 The type of machine you are using, and the operating system name and
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
658 version number (again, automatically included by @kbd{M-x
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
659 report-emacs-bug}). @kbd{M-x emacs-version @key{RET}} provides this
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
660 information too. Copy its output from the @samp{*Messages*} buffer,
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
661 so that you get it all and get it accurately.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
662
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
663 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
664 The operands given to the @code{configure} command when Emacs was
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
665 installed (automatically included by @kbd{M-x report-emacs-bug}).
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
666
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
667 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
668 A complete list of any modifications you have made to the Emacs source.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
669 (We may not have time to investigate the bug unless it happens in an
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
670 unmodified Emacs. But if you've made modifications and you don't tell
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
671 us, you are sending us on a wild goose chase.)
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
672
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
673 Be precise about these changes. A description in English is not
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
674 enough---send a context diff for them.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
675
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
676 Adding files of your own, or porting to another machine, is a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
677 modification of the source.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
678
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
679 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
680 Details of any other deviations from the standard procedure for installing
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
681 GNU Emacs.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
682
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
683 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
684 The complete text of any files needed to reproduce the bug.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
685
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
686 If you can tell us a way to cause the problem without visiting any files,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
687 please do so. This makes it much easier to debug. If you do need files,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
688 make sure you arrange for us to see their exact contents. For example, it
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
689 can matter whether there are spaces at the ends of lines, or a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
690 newline after the last line in the buffer (nothing ought to care whether
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
691 the last line is terminated, but try telling the bugs that).
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
692
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
693 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
694 The precise commands we need to type to reproduce the bug.
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
695 If at all possible, give a full recipe for an Emacs started with the
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
696 @samp{-Q} option (@pxref{Initial Options}). This bypasses your
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
697 @file{.emacs} customizations.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
698
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
699 @findex open-dribble-file
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
700 @cindex dribble file
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
701 @cindex logging keystrokes
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
702 One way to record the input to Emacs precisely is to write a dribble
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
703 file. To start the file, execute the Lisp expression
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
704
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
705 @example
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
706 (open-dribble-file "~/dribble")
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
707 @end example
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
708
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
709 @noindent
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
710 using @kbd{M-:} or from the @samp{*scratch*} buffer just after
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
711 starting Emacs. From then on, Emacs copies all your input to the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
712 specified dribble file until the Emacs process is killed.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
713
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
714 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
715 @findex open-termscript
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
716 @cindex termscript file
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
717 @cindex @env{TERM} environment variable
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
718 For possible display bugs, the terminal type (the value of environment
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
719 variable @env{TERM}), the complete termcap entry for the terminal from
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
720 @file{/etc/termcap} (since that file is not identical on all machines),
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
721 and the output that Emacs actually sent to the terminal.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
722
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
723 The way to collect the terminal output is to execute the Lisp expression
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
724
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
725 @example
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
726 (open-termscript "~/termscript")
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
727 @end example
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
728
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
729 @noindent
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
730 using @kbd{M-:} or from the @samp{*scratch*} buffer just after
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
731 starting Emacs. From then on, Emacs copies all terminal output to the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
732 specified termscript file as well, until the Emacs process is killed.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
733 If the problem happens when Emacs starts up, put this expression into
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
734 your @file{.emacs} file so that the termscript file will be open when
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
735 Emacs displays the screen for the first time.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
736
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
737 Be warned: it is often difficult, and sometimes impossible, to fix a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
738 terminal-dependent bug without access to a terminal of the type that
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
739 stimulates the bug.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
740
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
741 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
742 If non-@acronym{ASCII} text or internationalization is relevant, the locale that
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
743 was current when you started Emacs. On GNU/Linux and Unix systems, or
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
744 if you use a Posix-style shell such as Bash, you can use this shell
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
745 command to view the relevant values:
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
746
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
747 @smallexample
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
748 echo LC_ALL=$LC_ALL LC_COLLATE=$LC_COLLATE LC_CTYPE=$LC_CTYPE \
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
749 LC_MESSAGES=$LC_MESSAGES LC_TIME=$LC_TIME LANG=$LANG
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
750 @end smallexample
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
751
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
752 Alternatively, use the @command{locale} command, if your system has it,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
753 to display your locale settings.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
754
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
755 You can use the @kbd{M-!} command to execute these commands from
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
756 Emacs, and then copy the output from the @samp{*Messages*} buffer into
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
757 the bug report. Alternatively, @kbd{M-x getenv @key{RET} LC_ALL
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
758 @key{RET}} will display the value of @code{LC_ALL} in the echo area, and
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
759 you can copy its output from the @samp{*Messages*} buffer.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
760
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
761 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
762 A description of what behavior you observe that you believe is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
763 incorrect. For example, ``The Emacs process gets a fatal signal,'' or,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
764 ``The resulting text is as follows, which I think is wrong.''
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
765
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
766 Of course, if the bug is that Emacs gets a fatal signal, then one can't
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
767 miss it. But if the bug is incorrect text, the maintainer might fail to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
768 notice what is wrong. Why leave it to chance?
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
769
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
770 Even if the problem you experience is a fatal signal, you should still
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
771 say so explicitly. Suppose something strange is going on, such as, your
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
772 copy of the source is out of sync, or you have encountered a bug in the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
773 C library on your system. (This has happened!) Your copy might crash
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
774 and the copy here might not. If you @emph{said} to expect a crash, then
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
775 when Emacs here fails to crash, we would know that the bug was not
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
776 happening. If you don't say to expect a crash, then we would not know
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
777 whether the bug was happening---we would not be able to draw any
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
778 conclusion from our observations.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
779
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
780 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
781 If the bug is that the Emacs Manual or the Emacs Lisp Reference Manual
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
782 fails to describe the actual behavior of Emacs, or that the text is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
783 confusing, copy in the text from the online manual which you think is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
784 at fault. If the section is small, just the section name is enough.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
785
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
786 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
787 If the manifestation of the bug is an Emacs error message, it is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
788 important to report the precise text of the error message, and a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
789 backtrace showing how the Lisp program in Emacs arrived at the error.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
790
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
791 To get the error message text accurately, copy it from the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
792 @samp{*Messages*} buffer into the bug report. Copy all of it, not just
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
793 part.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
794
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
795 @findex toggle-debug-on-error
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
796 @pindex Edebug
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
797 To make a backtrace for the error, use @kbd{M-x toggle-debug-on-error}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
798 before the error happens (that is to say, you must give that command
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
799 and then make the bug happen). This causes the error to start the Lisp
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
800 debugger, which shows you a backtrace. Copy the text of the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
801 debugger's backtrace into the bug report. @xref{Debugger,, The Lisp
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
802 Debugger, elisp, the Emacs Lisp Reference Manual}, for information on
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
803 debugging Emacs Lisp programs with the Edebug package.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
804
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
805 This use of the debugger is possible only if you know how to make the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
806 bug happen again. If you can't make it happen again, at least copy
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
807 the whole error message.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
808
112076
9b34017f06c6 Fix bug #7667: mention debug-on-quit in the manual.
Eli Zaretskii <eliz@gnu.org>
parents: 112048
diff changeset
809 @vindex debug-on-quit
9b34017f06c6 Fix bug #7667: mention debug-on-quit in the manual.
Eli Zaretskii <eliz@gnu.org>
parents: 112048
diff changeset
810 If Emacs appears to be stuck in an infinite loop or in a very long
9b34017f06c6 Fix bug #7667: mention debug-on-quit in the manual.
Eli Zaretskii <eliz@gnu.org>
parents: 112048
diff changeset
811 operation, typing @kbd{C-g} with the variable @code{debug-on-quit}
9b34017f06c6 Fix bug #7667: mention debug-on-quit in the manual.
Eli Zaretskii <eliz@gnu.org>
parents: 112048
diff changeset
812 non-@code{nil} will start the Lisp debugger and show a backtrace.
9b34017f06c6 Fix bug #7667: mention debug-on-quit in the manual.
Eli Zaretskii <eliz@gnu.org>
parents: 112048
diff changeset
813 This backtrace is useful for debugging such long loops, so if you can
9b34017f06c6 Fix bug #7667: mention debug-on-quit in the manual.
Eli Zaretskii <eliz@gnu.org>
parents: 112048
diff changeset
814 produce it, copy it into the bug report.
9b34017f06c6 Fix bug #7667: mention debug-on-quit in the manual.
Eli Zaretskii <eliz@gnu.org>
parents: 112048
diff changeset
815
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
816 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
817 Check whether any programs you have loaded into the Lisp world,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
818 including your @file{.emacs} file, set any variables that may affect the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
819 functioning of Emacs. Also, see whether the problem happens in a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
820 freshly started Emacs without loading your @file{.emacs} file (start
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
821 Emacs with the @code{-Q} switch to prevent loading the init files). If
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
822 the problem does @emph{not} occur then, you must report the precise
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
823 contents of any programs that you must load into the Lisp world in order
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
824 to cause the problem to occur.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
825
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
826 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
827 If the problem does depend on an init file or other Lisp programs that
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
828 are not part of the standard Emacs system, then you should make sure it
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
829 is not a bug in those programs by complaining to their maintainers
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
830 first. After they verify that they are using Emacs in a way that is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
831 supposed to work, they should report the bug.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
832
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
833 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
834 If you wish to mention something in the GNU Emacs source, show the line
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
835 of code with a few lines of context. Don't just give a line number.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
836
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
837 The line numbers in the development sources don't match those in your
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
838 sources. It would take extra work for the maintainers to determine what
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
839 code is in your version at a given line number, and we could not be
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
840 certain.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
841
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
842 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
843 Additional information from a C debugger such as GDB might enable
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
844 someone to find a problem on a machine which he does not have available.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
845 If you don't know how to use GDB, please read the GDB manual---it is not
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
846 very long, and using GDB is easy. You can find the GDB distribution,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
847 including the GDB manual in online form, in most of the same places you
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
848 can find the Emacs distribution. To run Emacs under GDB, you should
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
849 switch to the @file{src} subdirectory in which Emacs was compiled, then
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
850 do @samp{gdb emacs}. It is important for the directory @file{src} to be
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
851 current so that GDB will read the @file{.gdbinit} file in this
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
852 directory.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
853
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
854 However, you need to think when you collect the additional information
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
855 if you want it to show what causes the bug.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
856
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
857 @cindex backtrace for bug reports
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
858 For example, many people send just a backtrace, but that is not very
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
859 useful by itself. A simple backtrace with arguments often conveys
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
860 little about what is happening inside GNU Emacs, because most of the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
861 arguments listed in the backtrace are pointers to Lisp objects. The
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
862 numeric values of these pointers have no significance whatever; all that
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
863 matters is the contents of the objects they point to (and most of the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
864 contents are themselves pointers).
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
865
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
866 @findex debug_print
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
867 To provide useful information, you need to show the values of Lisp
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
868 objects in Lisp notation. Do this for each variable which is a Lisp
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
869 object, in several stack frames near the bottom of the stack. Look at
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
870 the source to see which variables are Lisp objects, because the debugger
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
871 thinks of them as integers.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
872
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
873 To show a variable's value in Lisp syntax, first print its value, then
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
874 use the user-defined GDB command @code{pr} to print the Lisp object in
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
875 Lisp syntax. (If you must use another debugger, call the function
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
876 @code{debug_print} with the object as an argument.) The @code{pr}
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
877 command is defined by the file @file{.gdbinit}, and it works only if you
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
878 are debugging a running process (not with a core dump).
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
879
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
880 To make Lisp errors stop Emacs and return to GDB, put a breakpoint at
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
881 @code{Fsignal}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
882
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
883 For a short listing of Lisp functions running, type the GDB
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
884 command @code{xbacktrace}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
885
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
886 The file @file{.gdbinit} defines several other commands that are useful
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
887 for examining the data types and contents of Lisp objects. Their names
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
888 begin with @samp{x}. These commands work at a lower level than
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
889 @code{pr}, and are less convenient, but they may work even when
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
890 @code{pr} does not, such as when debugging a core dump or when Emacs has
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
891 had a fatal signal.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
892
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
893 @cindex debugging Emacs, tricks and techniques
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
894 More detailed advice and other useful techniques for debugging Emacs
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
895 are available in the file @file{etc/DEBUG} in the Emacs distribution.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
896 That file also includes instructions for investigating problems
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
897 whereby Emacs stops responding (many people assume that Emacs is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
898 ``hung,'' whereas in fact it might be in an infinite loop).
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
899
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
900 To find the file @file{etc/DEBUG} in your Emacs installation, use the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
901 directory name stored in the variable @code{data-directory}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
902 @end itemize
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
903
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
904 Here are some things that are not necessary in a bug report:
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
905
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
906 @itemize @bullet
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
907 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
908 A description of the envelope of the bug---this is not necessary for a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
909 reproducible bug.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
910
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
911 Often people who encounter a bug spend a lot of time investigating
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
912 which changes to the input file will make the bug go away and which
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
913 changes will not affect it.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
914
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
915 This is often time-consuming and not very useful, because the way we
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
916 will find the bug is by running a single example under the debugger
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
917 with breakpoints, not by pure deduction from a series of examples.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
918 You might as well save time by not searching for additional examples.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
919 It is better to send the bug report right away, go back to editing,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
920 and find another bug to report.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
921
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
922 Of course, if you can find a simpler example to report @emph{instead} of
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
923 the original one, that is a convenience. Errors in the output will be
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
924 easier to spot, running under the debugger will take less time, etc.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
925
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
926 However, simplification is not vital; if you can't do this or don't have
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
927 time to try, please report the bug with your original test case.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
928
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
929 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
930 A core dump file.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
931
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
932 Debugging the core dump might be useful, but it can only be done on
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
933 your machine, with your Emacs executable. Therefore, sending the core
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
934 dump file to the Emacs maintainers won't be useful. Above all, don't
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
935 include the core file in an email bug report! Such a large message
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
936 can be extremely inconvenient.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
937
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
938 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
939 A system-call trace of Emacs execution.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
940
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
941 System-call traces are very useful for certain special kinds of
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
942 debugging, but in most cases they give little useful information. It is
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
943 therefore strange that many people seem to think that @emph{the} way to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
944 report information about a crash is to send a system-call trace. Perhaps
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
945 this is a habit formed from experience debugging programs that don't
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
946 have source code or debugging symbols.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
947
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
948 In most programs, a backtrace is normally far, far more informative than
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
949 a system-call trace. Even in Emacs, a simple backtrace is generally
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
950 more informative, though to give full information you should supplement
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
951 the backtrace by displaying variable values and printing them as Lisp
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
952 objects with @code{pr} (see above).
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
953
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
954 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
955 A patch for the bug.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
956
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
957 A patch for the bug is useful if it is a good one. But don't omit the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
958 other information that a bug report needs, such as the test case, on the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
959 assumption that a patch is sufficient. We might see problems with your
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
960 patch and decide to fix the problem another way, or we might not
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
961 understand it at all. And if we can't understand what bug you are
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
962 trying to fix, or why your patch should be an improvement, we mustn't
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
963 install it.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
964
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
965 @ifnottex
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
966 @xref{Sending Patches}, for guidelines on how to make it easy for us to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
967 understand and install your patches.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
968 @end ifnottex
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
969
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
970 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
971 A guess about what the bug is or what it depends on.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
972
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
973 Such guesses are usually wrong. Even experts can't guess right about
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
974 such things without first using the debugger to find the facts.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
975 @end itemize
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
976
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
977 @node Sending Patches
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
978 @subsection Sending Patches for GNU Emacs
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
979
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
980 @cindex sending patches for GNU Emacs
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
981 @cindex patches, sending
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
982 If you would like to write bug fixes or improvements for GNU Emacs,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
983 that is very helpful. When you send your changes, please follow these
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
984 guidelines to make it easy for the maintainers to use them. If you
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
985 don't follow these guidelines, your information might still be useful,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
986 but using it will take extra work. Maintaining GNU Emacs is a lot of
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
987 work in the best of circumstances, and we can't keep up unless you do
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
988 your best to help.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
989
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
990 @itemize @bullet
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
991 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
992 Send an explanation with your changes of what problem they fix or what
110348
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
993 improvement they bring about. For a fix for an existing bug, it is
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
994 best to reply to the relevant discussion on the @samp{bug-gnu-emacs}
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
995 list, or item in the @url{http://debbugs.gnu.org} tracker. Explain
facbb9773cf5 Various updates for the Bugs section of the manual.
Glenn Morris <rgm@gnu.org>
parents: 109262
diff changeset
996 why your change fixes the bug.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
997
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
998 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
999 Always include a proper bug report for the problem you think you have
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1000 fixed. We need to convince ourselves that the change is right before
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1001 installing it. Even if it is correct, we might have trouble
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1002 understanding it if we don't have a way to reproduce the problem.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1003
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1004 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1005 Include all the comments that are appropriate to help people reading the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1006 source in the future understand why this change was needed.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1007
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1008 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1009 Don't mix together changes made for different reasons.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1010 Send them @emph{individually}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1011
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1012 If you make two changes for separate reasons, then we might not want to
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1013 install them both. We might want to install just one. If you send them
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1014 all jumbled together in a single set of diffs, we have to do extra work
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1015 to disentangle them---to figure out which parts of the change serve
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1016 which purpose. If we don't have time for this, we might have to ignore
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1017 your changes entirely.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1018
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1019 If you send each change as soon as you have written it, with its own
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1020 explanation, then two changes never get tangled up, and we can consider
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1021 each one properly without any extra work to disentangle them.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1022
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1023 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1024 Send each change as soon as that change is finished. Sometimes people
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1025 think they are helping us by accumulating many changes to send them all
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1026 together. As explained above, this is absolutely the worst thing you
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1027 could do.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1028
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1029 Since you should send each change separately, you might as well send it
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1030 right away. That gives us the option of installing it immediately if it
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1031 is important.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1032
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1033 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1034 Use @samp{diff -c} to make your diffs. Diffs without context are hard
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1035 to install reliably. More than that, they are hard to study; we must
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1036 always study a patch to decide whether we want to install it. Unidiff
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1037 format is better than contextless diffs, but not as easy to read as
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1038 @samp{-c} format.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1039
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1040 If you have GNU diff, use @samp{diff -c -F'^[_a-zA-Z0-9$]+ *('} when
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1041 making diffs of C code. This shows the name of the function that each
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1042 change occurs in.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1043
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1044 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1045 Avoid any ambiguity as to which is the old version and which is the new.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1046 Please make the old version the first argument to diff, and the new
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1047 version the second argument. And please give one version or the other a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1048 name that indicates whether it is the old version or your new changed
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1049 one.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1050
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1051 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1052 Write the change log entries for your changes. This is both to save us
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1053 the extra work of writing them, and to help explain your changes so we
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1054 can understand them.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1055
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1056 The purpose of the change log is to show people where to find what was
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1057 changed. So you need to be specific about what functions you changed;
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1058 in large functions, it's often helpful to indicate where within the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1059 function the change was.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1060
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1061 On the other hand, once you have shown people where to find the change,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1062 you need not explain its purpose in the change log. Thus, if you add a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1063 new function, all you need to say about it is that it is new. If you
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1064 feel that the purpose needs explaining, it probably does---but put the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1065 explanation in comments in the code. It will be more useful there.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1066
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1067 Please read the @file{ChangeLog} files in the @file{src} and
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1068 @file{lisp} directories to see what sorts of information to put in,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1069 and to learn the style that we use. @xref{Change Log}.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1070
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1071 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1072 When you write the fix, keep in mind that we can't install a change that
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1073 would break other systems. Please think about what effect your change
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1074 will have if compiled on another type of system.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1075
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1076 Sometimes people send fixes that @emph{might} be an improvement in
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1077 general---but it is hard to be sure of this. It's hard to install
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1078 such changes because we have to study them very carefully. Of course,
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1079 a good explanation of the reasoning by which you concluded the change
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1080 was correct can help convince us.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1081
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1082 The safest changes are changes to the configuration files for a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1083 particular machine. These are safe because they can't create new bugs
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1084 on other machines.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1085
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1086 Please help us keep up with the workload by designing the patch in a
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1087 form that is clearly safe to install.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1088 @end itemize
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1089
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1090 @node Contributing, Service, Bugs, Top
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1091 @section Contributing to Emacs Development
107929
b8bbaa0c915f Doc fix related to Contributing.
Glenn Morris <rgm@gnu.org>
parents: 107194
diff changeset
1092 @cindex contributing to Emacs
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1093
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1094 If you would like to help pretest Emacs releases to assure they work
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1095 well, or if you would like to work on improving Emacs, please contact
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1096 the maintainers at @email{emacs-devel@@gnu.org}. A pretester
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1097 should be prepared to investigate bugs as well as report them. If you'd
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1098 like to work on improving Emacs, please ask for suggested projects or
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1099 suggest your own ideas.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1100
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1101 If you have already written an improvement, please tell us about it. If
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1102 you have not yet started work, it is useful to contact
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1103 @email{emacs-devel@@gnu.org} before you start; it might be
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1104 possible to suggest ways to make your extension fit in better with the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1105 rest of Emacs.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1106
107185
3c0f19155b60 * trouble.texi (Contributing): Repository is no longer CVS.
Glenn Morris <rgm@gnu.org>
parents: 106924
diff changeset
1107 The development version of Emacs can be downloaded from the
107194
f14b4c307fe1 * trouble.texi: Revert grammar change from previous change.
Glenn Morris <rgm@gnu.org>
parents: 107185
diff changeset
1108 repository where it is actively maintained by a group of developers.
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1109 See the Emacs project page
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1110 @url{http://savannah.gnu.org/projects/emacs/} for details.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1111
107929
b8bbaa0c915f Doc fix related to Contributing.
Glenn Morris <rgm@gnu.org>
parents: 107194
diff changeset
1112 For more information on how to contribute, see the @file{etc/CONTRIBUTE}
b8bbaa0c915f Doc fix related to Contributing.
Glenn Morris <rgm@gnu.org>
parents: 107194
diff changeset
1113 file in the Emacs distribution.
b8bbaa0c915f Doc fix related to Contributing.
Glenn Morris <rgm@gnu.org>
parents: 107194
diff changeset
1114
84269
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1115 @node Service, Copying, Contributing, Top
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1116 @section How To Get Help with GNU Emacs
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1117
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1118 If you need help installing, using or changing GNU Emacs, there are two
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1119 ways to find it:
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1120
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1121 @itemize @bullet
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1122 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1123 Send a message to the mailing list
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1124 @email{help-gnu-emacs@@gnu.org}, or post your request on
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1125 newsgroup @code{gnu.emacs.help}. (This mailing list and newsgroup
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1126 interconnect, so it does not matter which one you use.)
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1127
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1128 @item
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1129 Look in the service directory for someone who might help you for a fee.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1130 The service directory is found in the file named @file{etc/SERVICE} in the
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1131 Emacs distribution.
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1132 @end itemize
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1133
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1134 @ifnottex
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1135 @lowersections
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1136 @end ifnottex
6709874c8176 Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
1137