(adjust_glyph_matrix): Undo last change.
[bpt/emacs.git] / man / faq.texi
CommitLineData
35f07cbc 1\input texinfo @c -*-texinfo-*- -*- coding: latin-1 -*-
71e68827 2@c %**start of header
35ab2989 3@setfilename ../info/efaq
71e68827
DL
4@settitle GNU Emacs FAQ
5@c %**end of header
6
7@setchapternewpage odd
8
ed5c18e2
EZ
9@c This is used in many places
10@set VER 21.1
11
71e68827
DL
12@c The @ifinfo stuff only appears in the Info version
13@ifinfo
4c2ca4f3 14@dircategory Emacs
0d17cd5c 15@direntry
35ab2989 16* Emacs FAQ: (efaq). Frequently Asked Questions about Emacs.
0d17cd5c
DL
17@end direntry
18
ed5c18e2 19Copyright 1994,1995,1996,1997,1998,1999,2000 Reuven M. Lerner@*
010bb2f0
DL
20Copyright 1992,1993 Steven Byrnes@*
21Copyright 1990,1991,1992 Joseph Brian Wells@*
71e68827
DL
22
23This list of frequently asked questions about GNU Emacs with answers
24("FAQ") may be translated into other languages, transformed into other
25formats (e.g. Texinfo, Info, WWW, WAIS), and updated with new information.
26
27The same conditions apply to any derivative of the FAQ as apply to the FAQ
28itself. Every copy of the FAQ must include this notice or an approved
29translation, information on who is currently maintaining the FAQ and how to
30contact them (including their e-mail address), and information on where the
31latest version of the FAQ is archived (including FTP information).
32
33The FAQ may be copied and redistributed under these conditions, except that
34the FAQ may not be embedded in a larger literary work unless that work
35itself allows free copying and redistribution.
0d17cd5c
DL
36
37[This version has been somewhat edited from the last-posted version
38(as of August 1999) for inclusion in the Emacs distribution.]
39
71e68827
DL
40@end ifinfo
41
42@c The @titlepage stuff only appears in the printed version
43@titlepage
44@sp 10
45@center @titlefont{GNU Emacs FAQ}
46
47@c The following two commands start the copyright page.
48@page
49@vskip 0pt plus 1filll
ed5c18e2 50Copyright @copyright{} 1994,1995,1996,1997,1998,1999,2000 Reuven M. Lerner@*
010bb2f0
DL
51Copyright @copyright{} 1992,1993 Steven Byrnes@*
52Copyright @copyright{} 1990,1991,1992 Joseph Brian Wells@*
71e68827
DL
53
54This list of frequently asked questions about GNU Emacs with answers
55("FAQ") may be translated into other languages, transformed into other
56formats (e.g. Texinfo, Info, WWW, WAIS), and updated with new information.
57
58The same conditions apply to any derivative of the FAQ as apply to the FAQ
59itself. Every copy of the FAQ must include this notice or an approved
60translation, information on who is currently maintaining the FAQ and how to
61contact them (including their e-mail address), and information on where the
62latest version of the FAQ is archived (including FTP information).
63
64The FAQ may be copied and redistributed under these conditions, except that
65the FAQ may not be embedded in a larger literary work unless that work
66itself allows free copying and redistribution.
0d17cd5c
DL
67
68[This version has been somewhat edited from the last-posted version
69(as of August 1999) for inclusion in the Emacs distribution.]
71e68827
DL
70@end titlepage
71
72@node Top, FAQ notation, (dir), (dir)
73
74This is the GNU Emacs FAQ, last updated on @today{}.
75
ed5c18e2
EZ
76The FAQ is maintained as a Texinfo document, allowing us to create HTML,
77Info, and TeX documents from a single source file, and is slowly but
78surely being improved. Please bear with us as we improve on this
79format. If you have any suggestions or questions, please contact
71e68827
DL
80@email{emacs-faq@@lerner.co.il, the FAQ maintainers}.
81
82@menu
83* FAQ notation::
84* General questions::
85* Getting help::
86* Status of Emacs::
87* Common requests::
88* Bugs and problems::
89* Compiling and installing Emacs::
90* Finding Emacs and related packages::
91* Major packages and programs::
92* Key bindings::
93* Alternate character sets::
94* Mail and news::
95* Concept index::
96@end menu
97
98@c ------------------------------------------------------------
99@node FAQ notation, General questions, Top, Top
100@chapter FAQ notation
101@cindex FAQ notation
102
ed5c18e2 103This chapter describes notation used in the GNU Emacs FAQ, as well as in
71e68827
DL
104the Emacs documentation. Consult this section if this is the first time
105you are reading the FAQ, or if you are confused by notation or terms
106used in the FAQ.
107
108@menu
109* Basic keys::
110* Extended commands::
111* On-line manual::
f8635375 112* File-name conventions::
71e68827
DL
113* Common acronyms::
114@end menu
115
116@node Basic keys, Extended commands, FAQ notation, FAQ notation
117@section What do these mean: @kbd{C-h}, @kbd{M-C-a}, @key{RET}, @kbd{@key{ESC} a}, etc.?
118@cindex Basic keys
119@cindex Control key, notation for
120@cindex @key{Meta} key, notation for
ed5c18e2 121@cindex Control-Meta characters, notation for
71e68827
DL
122@cindex @kbd{C-h}, definition of
123@cindex @kbd{M-C-h}, definition of
124@cindex @key{DEL}, definition of
125@cindex @key{ESC}, definition of
126@cindex @key{LFD}, definition of
127@cindex @key{RET}, definition of
128@cindex @key{SPC}, definition of
129@cindex @key{TAB}, definition of
ed5c18e2 130@cindex Notation for keys
71e68827
DL
131
132@itemize @bullet
133
134@item
135@kbd{C-x}: press the @key{x} key while holding down the @key{Control} key
136
137@item
138@kbd{M-x}: press the @key{x} key while holding down the @key{Meta} key
ed5c18e2 139(if your computer doesn't have a @key{Meta} key, @pxref{No Meta key})
71e68827
DL
140
141@item
142@kbd{M-C-x}: press the @key{x} key while holding down both @key{Control}
143and @key{Meta}
144
145@item
146@kbd{C-M-x}: a synonym for the above
147
148@item
149@key{LFD}: Linefeed or Newline; same as @kbd{C-j}
150
151@item
152@key{RET}: @key{Return}, sometimes marked @key{Enter}; same as @kbd{C-m}
153
154@item
ed5c18e2
EZ
155@key{DEL}: @key{Delete}, usually @strong{not} the same as
156@key{Backspace}; same as @kbd{C-?} (see @ref{Backspace invokes help}, if
157deleting invokes Emacs help)
71e68827
DL
158
159@item
160@key{ESC}: Escape; same as @kbd{C-[}
161
162@item
163@key{TAB}: Tab; same as @kbd{C-i}
164
165@item
166@key{SPC}: Space bar
167
168@end itemize
169
170Key sequences longer than one key (and some single-key sequences) are
ed5c18e2
EZ
171written inside quotes or on lines by themselves, like this:
172
173@display
174 @kbd{M-x frobnicate-while-foo RET}
175@end display
176
177@noindent
178Any real spaces in such a key sequence should be ignored; only @key{SPC}
179really means press the space key.
71e68827
DL
180
181The ASCII code sent by @kbd{C-x} (except for @kbd{C-?}) is the value
182that would be sent by pressing just @key{x} minus 96 (or 64 for
f8635375 183upper-case @key{X}) and will be from 0 to 31. On Unix and GNU/Linux
ed5c18e2
EZ
184terminals, the ASCII code sent by @kbd{M-x} is the sum of 128 and the
185ASCII code that would be sent by pressing just @key{x}. Essentially,
186@key{Control} turns off bits 5 and 6 and @key{Meta} turns on bit
1877@footnote{
188DOS and Windows terminals don't set bit 7 when the @key{Meta} key is
189pressed.}.
71e68827
DL
190
191@kbd{C-?} (aka @key{DEL}) is ASCII code 127. It is a misnomer to call
ed5c18e2 192@kbd{C-?} a ``control'' key, since 127 has both bits 5 and 6 turned ON.
71e68827
DL
193Also, on very few keyboards does @kbd{C-?} generate ASCII code 127.
194
ed438271
EZ
195@inforef{Text Characters, Text Characters, emacs}, and @inforef{Keys,
196Keys, emacs}, for more information. (@xref{On-line manual}, for more
197information about Info.)
71e68827
DL
198
199@node Extended commands, On-line manual, Basic keys, FAQ notation
200@section What does @file{M-x @var{command}} mean?
201@cindex Extended commands
202@cindex Commands, extended
203@cindex M-x, meaning of
204
205@kbd{M-x @var{command}} means type @kbd{M-x}, then type the name of the
ed5c18e2 206command, then type @key{RET}. (@xref{Basic keys}, if you're not sure
71e68827
DL
207what @kbd{M-x} and @key{RET} mean.)
208
209@kbd{M-x} (by default) invokes the command
210@code{execute-extended-command}. This command allows you to run any
211Emacs command if you can remember the command's name. If you can't
212remember the command's name, you can type @key{TAB} and @key{SPC} for
213completion, @key{?} for a list of possibilities, and @kbd{M-p} and
ed5c18e2
EZ
214@kbd{M-n} (or up-arrow and down-arrow on terminals that have these
215editing keys) to see previous commands entered. An Emacs @dfn{command}
216is an @dfn{interactive} Emacs function.
71e68827 217
ed5c18e2 218@cindex @key{Do} key
71e68827
DL
219Your system administrator may have bound other key sequences to invoke
220@code{execute-extended-command}. A function key labeled @kbd{Do} is a
ed5c18e2 221good candidate for this, on keyboards that have such a key.
71e68827 222
ed5c18e2
EZ
223If you need to run non-interactive Emacs functions, see @ref{Evaluating
224Emacs Lisp code}.
71e68827 225
f8635375 226@node On-line manual, File-name conventions, Extended commands, FAQ notation
71e68827
DL
227@section How do I read topic XXX in the on-line manual?
228@cindex On-line manual, reading topics in
229@cindex Reading topics in the on-line manual
230@cindex Finding topics in the on-line manual
231@cindex Info, finding topics in
232
ed5c18e2
EZ
233When we refer you to some @var{topic} in the on-line manual, you can
234read this manual node inside Emacs (assuming nothing is broken) by
235typing @kbd{C-h i m emacs @key{RET} m @var{topic} @key{RET}}.
71e68827
DL
236
237This invokes Info, the GNU hypertext documentation browser. If you don't
238already know how to use Info, type @key{?} from within Info.
239
ed5c18e2
EZ
240If we refer to @var{topic}:@var{subtopic}, type @kbd{C-h i m emacs
241@key{RET} m @var{topic} @key{RET} m @var{subtopic} @key{RET}}.
71e68827 242
ed5c18e2
EZ
243If these commands don't work as expected, your system administrator may
244not have installed the Info files, or may have installed them
245improperly. In this case you should complain.
71e68827 246
0d17cd5c 247@xref{Getting a printed manual}, if you would like a paper copy of the
71e68827
DL
248Emacs manual.
249
f8635375 250@node File-name conventions, Common acronyms, On-line manual, FAQ notation
71e68827 251@section What are @file{etc/SERVICE}, @file{src/config.h}, and @file{lisp/default.el}?
f8635375
EZ
252@cindex File-name conventions
253@cindex Conventions for file names
71e68827
DL
254@cindex Directories and files that come with Emacs
255
256These are files that come with Emacs. The Emacs distribution is divided
257into subdirectories; the important ones are @file{etc}, @file{lisp}, and
258@file{src}.
259
260If you use Emacs, but don't know where it is kept on your system, start
261Emacs, then type @kbd{C-h v data-directory @key{RET}}. The directory
262name displayed by this will be the full pathname of the installed
ed5c18e2
EZ
263@file{etc} directory. (This full path is recorded in the Emacs variable
264@code{data-directory}, and @kbd{C-h v} displays the value and the
265documentation of a variable.)
71e68827
DL
266
267The location of your Info directory (i.e., where on-line documentation
268is stored) is kept in the variable @code{Info-default-directory-list}. Use
ed5c18e2 269@kbd{C-h v Info-default-directory-list @key{RET}} to see the value of
71e68827
DL
270this variable, which will be a list of directory names. The last
271directory in that list is probably where most Info files are stored. By
272default, Info documentation is placed in @file{/usr/local/info}.
273
ed5c18e2
EZ
274Some of these files are available individually via FTP or e-mail; see
275@ref{Informational files for Emacs}. They all are available in the
276source distribution. Many of the files in the @file{etc} directory are
ed438271 277also available via the Emacs @samp{Help} menu, or by typing @kbd{C-h ?}
ed5c18e2 278(@kbd{M-x help-for-help}).
71e68827
DL
279
280Your system administrator may have removed the @file{src} directory and
281many files from the @file{etc} directory.
282
f8635375 283@node Common acronyms, , File-name conventions, FAQ notation
71e68827
DL
284@section What are FSF, LPF, OSF, GNU, RMS, FTP, and GPL?
285@cindex FSF, definition of
286@cindex LPF, definition of
287@cindex OSF, definition of
288@cindex GNU, definition of
289@cindex RMS, definition of
290@cindex Stallman, Richard, acronym for
291@cindex Richard Stallman, acronym for
292@cindex FTP, definition of
293@cindex GPL, definition of
294@cindex Acronyms, definitions for
295@cindex Common acronyms, definitions for
296
297@table @asis
298
299@item FSF
300Free Software Foundation
301
302@item LPF
303League for Programming Freedom
304
305@item OSF
306Open Software Foundation
307
308@item GNU
309GNU's Not Unix
310
311@item RMS
312Richard Matthew Stallman
313
314@item FTP
315File Transfer Protocol
316
317@item GPL
318GNU General Public License
319
320@end table
321
322Avoid confusing the FSF, the LPF, and the OSF. The LPF opposes
323look-and-feel copyrights and software patents. The FSF aims to make
324high quality free software available for everyone. The OSF is a
325consortium of computer vendors which develops commercial software for
326Unix systems.
327
ed5c18e2
EZ
328The word ``free'' in the title of the Free Software Foundation refers to
329``freedom,'' not ``zero dollars.'' Anyone can charge any price for
71e68827
DL
330GPL-covered software that they want to. However, in practice, the
331freedom enforced by the GPL leads to low prices, because you can always
ed5c18e2 332get the software for less money from someone else, since everyone has
71e68827
DL
333the right to resell or give away GPL-covered software.
334
335@c ------------------------------------------------------------
336@node General questions, Getting help, FAQ notation, Top
337@chapter General questions
338@cindex General questions
339
ed5c18e2 340This chapter contains general questions having to do with Emacs, the
71e68827
DL
341Free Software Foundation, and related organizations.
342
343@menu
344* The LPF::
345* Real meaning of copyleft::
346* Guidelines for newsgroup postings::
347* Newsgroup archives::
348* Reporting bugs::
349* Unsubscribing from Emacs lists::
350* Contacting the FSF::
351@end menu
352
353@node The LPF, Real meaning of copyleft, General questions, General questions
354@section What is the LPF?
355@cindex LPF, description of
356@cindex League for Programming Freedom
357@cindex Software patents, opposition to
358@cindex Patents for software, opposition to
359
360The LPF opposes the expanding danger of software patents and
361look-and-feel copyrights. To get more information, feel free to contact
362the LPF via e-mail or otherwise. You may also contact
ed5c18e2 363@email{jbw@@cs.bu.edu, Joe Wells}; he will be happy to talk to you
71e68827
DL
364about the LPF.
365
366You can find more information about the LPF in the file @file{etc/LPF}.
367More papers describing the LPF's views are available on the Internet and
ed5c18e2 368also from @uref{http://lpf.ai.mit.edu/, the LPF home page}.
71e68827
DL
369
370@node Real meaning of copyleft, Guidelines for newsgroup postings, The LPF, General questions
371@section What is the real legal meaning of the GNU copyleft?
372@cindex Copyleft, real meaning of
373@cindex GPL, real meaning of
374@cindex General Public License, real meaning of
375@cindex Discussion of the GPL
376
377The real legal meaning of the GNU General Public License (copyleft) will
378only be known if and when a judge rules on its validity and scope.
379There has never been a copyright infringement case involving the GPL to
380set any precedents. Please take any discussion regarding this issue to
381the newsgroup @uref{news:gnu.misc.discuss}, which was created to hold the
382extensive flame wars on the subject.
383
384RMS writes:
385
386@quotation
387The legal meaning of the GNU copyleft is less important than the spirit,
388which is that Emacs is a free software project and that work pertaining
ed5c18e2
EZ
389to Emacs should also be free software. ``Free'' means that all users
390have the freedom to study, share, change and improve Emacs. To make
391sure everyone has this freedom, pass along source code when you
392distribute any version of Emacs or a related program, and give the
393recipients the same freedom that you enjoyed.
71e68827
DL
394@end quotation
395
396@node Guidelines for newsgroup postings, Newsgroup archives, Real meaning of copyleft, General questions
397@section What are appropriate messages for @uref{news:gnu.emacs.help}, @uref{news:gnu.emacs.bug}, @uref{news:comp.emacs}, etc.?
398@cindex Newsgroups, appropriate messages for
399@cindex GNU newsgroups, appropriate messages for
400@cindex Usenet groups, appropriate messages for
401@cindex Mailing lists, appropriate messages for
ed5c18e2 402@cindex Posting messages to newsgroups
71e68827 403
ed5c18e2
EZ
404@cindex GNU mailing lists
405The file @file{etc/MAILINGLISTS} describes the purpose of each GNU
406mailing list. (@xref{Informational files for Emacs}, if you want a copy
71e68827
DL
407of the file.) For those lists which are gatewayed with newsgroups, it
408lists both the newsgroup name and the mailing list address.
409
ed5c18e2
EZ
410The newsgroup @uref{news:comp.emacs} is for discussion of Emacs programs
411in general. This includes Emacs along with various other
412implementations, such as XEmacs, JOVE, MicroEmacs, Freemacs, MG,
413Unipress, CCA, and Epsilon.
71e68827
DL
414
415Many people post Emacs questions to @uref{news:comp.emacs} because they
ed5c18e2
EZ
416don't receive any of the @code{gnu.*} newsgroups. Arguments have been
417made both for and against posting GNU-Emacs-specific material to
71e68827
DL
418@uref{news:comp.emacs}. You have to decide for yourself.
419
ed5c18e2
EZ
420Messages advocating ``non-free'' software are considered unacceptable on
421any of the @code{gnu.*} newsgroups except for @uref{news:gnu.misc.discuss},
71e68827 422which was created to hold the extensive flame-wars on the subject.
ed5c18e2 423``Non-free'' software includes any software for which the end user can't
71e68827 424freely modify the source code and exchange enhancements. Be careful to
ed5c18e2
EZ
425remove the @code{gnu.*} groups from the @samp{Newsgroups:} line when
426posting a followup that recommends such software.
71e68827
DL
427
428@uref{news:gnu.emacs.bug} is a place where bug reports appear, but avoid
ed5c18e2 429posting bug reports to this newsgroup directly (@pxref{Reporting bugs}).
71e68827
DL
430
431@node Newsgroup archives, Reporting bugs, Guidelines for newsgroup postings, General questions
432@section Where can I get old postings to @uref{news:gnu.emacs.help} and other GNU groups?
433@cindex Archived postings from @uref{news:gnu.emacs.help}
434@cindex Usenet archives for GNU groups
435@cindex Old Usenet postings for GNU groups
436
437The FSF has maintained archives of all of the GNU mailing lists for many
438years, although there may be some unintentional gaps in coverage. The
439archive is not particularly well organized or easy to retrieve
440individual postings from, but pretty much everything is there.
441
442The archive is at @uref{ftp://ftp-mailing-list-archives.gnu.org}.
443
444As of this writing, the archives are not yet working.
445
446Web-based Usenet search services, such as
447@uref{http://www.dejanews.com, DejaNews}, also archive the
ed5c18e2 448@code{gnu.*} groups.
71e68827
DL
449
450@node Reporting bugs, Unsubscribing from Emacs lists, Newsgroup archives, General questions
451@section Where should I report bugs and other problems with Emacs?
452@cindex Bug reporting
453@cindex Good bug reports
454@cindex How to submit a bug report
455@cindex Reporting bugs
456
457The correct way to report Emacs bugs is by e-mail to
458@email{bug-gnu-emacs@@gnu.org}. Anything sent here also appears in the
459newsgroup @uref{news:gnu.emacs.bug}, but please use e-mail instead of
460news to submit the bug report. This ensures a reliable return address
461so you can be contacted for further details.
462
ed5c18e2 463Be sure to read the ``Bugs'' section of the Emacs manual before reporting
71e68827 464a bug to bug-gnu-emacs! The manual describes in detail how to submit a
ed5c18e2 465useful bug report. (@xref{On-line manual}, if you don't know how to read the
71e68827
DL
466manual.)
467
468RMS says:
469
470@quotation
471Sending bug reports to @email{help-gnu-emacs@@gnu.org} (which has the
472effect of posting on @uref{news:gnu.emacs.help}) is undesirable because
473it takes the time of an unnecessarily large group of people, most of
474whom are just users and have no idea how to fix these problem.
475@email{bug-gnu-emacs@@gnu.org} reaches a much smaller group of people
476who are more likely to know what to do and have expressed a wish to
477receive more messages about Emacs than the others.
478@end quotation
479
480RMS says it is sometimes fine to post to @uref{news:gnu.emacs.help}:
481
482@quotation
483If you have reported a bug and you don't hear about a possible fix,
484then after a suitable delay (such as a week) it is okay to post on
ed5c18e2 485@code{gnu.emacs.help} asking if anyone can help you.
71e68827
DL
486@end quotation
487
488If you are unsure whether you have found a bug, consider the following
489non-exhaustive list, courtesy of RMS:
490
491@quotation
492If Emacs crashes, that is a bug. If Emacs gets compilation errors
493while building, that is a bug. If Emacs crashes while building, that
494is a bug. If Lisp code does not do what the documentation says it
495does, that is a bug.
496@end quotation
497
498@node Unsubscribing from Emacs lists, Contacting the FSF, Reporting bugs, General questions
499@section How do I unsubscribe from this mailing list?
500@cindex Unsubscribing from GNU mailing lists
501@cindex Removing yourself from GNU mailing lists
502
ed5c18e2
EZ
503If you are receiving a GNU mailing list named @var{list}, you might be
504able to unsubscribe from it by sending a request to the address
505@email{@var{list}-request@@gnu.org}. However, this will not work if you are
71e68827
DL
506not listed on the main mailing list, but instead receive the mail from a
507distribution point. In that case, you will have to track down at which
508distribution point you are listed. Inspecting the @samp{Received} headers
ed5c18e2
EZ
509on the mail messages may help, along with liberal use of the @samp{EXPN} or
510@samp{VRFY} sendmail commands through @samp{telnet @var{site-address}
511smtp}. Ask your postmaster for help, if you cannot figure out these
512details.
71e68827
DL
513
514@node Contacting the FSF, , Unsubscribing from Emacs lists, General questions
515@section What is the current address of the FSF?
516@cindex Snail mail address of the FSF
517@cindex Postal address of the FSF
518@cindex Contracting the FSF
519@cindex Free Software Foundation, contacting
520
521@table @asis
522
523@item E-mail
524gnu@@gnu.org
525
526@item Telephone
527+1-617-542-5942
528
529@item Fax
530+1-617-542-2652
531
532@item World Wide Web
533@uref{http://www.gnu.org/}
534
535@item Postal address
536Free Software Foundation@*
53759 Temple Place - Suite 330@*
538Boston, MA 02111-1307@*
539USA@*
540
541@end table
542
ed5c18e2
EZ
543@cindex Ordering GNU software
544For details on how to order items directly from the FSF, see the
545@uref{http://www.gnu.org/order/order.html, GNU Web site}, and also the
546files @file{etc/ORDERS}, @file{ORDERS.EUROPE}, and @file{ORDERS.JAPAN}.
71e68827
DL
547
548@c ------------------------------------------------------------
549@node Getting help, Status of Emacs, General questions, Top
550@chapter Getting help
551@cindex Getting help
552
ed5c18e2 553This chapter tells you how to get help with Emacs
71e68827
DL
554
555@menu
556* Basic editing::
557* Learning how to do something::
558* Getting a printed manual::
559* Emacs Lisp documentation::
560* Installing Texinfo documentation::
561* Printing a Texinfo file::
562* Viewing Info files outside of Emacs::
563* Informational files for Emacs::
564* Help installing Emacs::
565* Obtaining the FAQ::
566@end menu
567
568@node Basic editing, Learning how to do something, Getting help, Getting help
569@section I'm just starting Emacs; how do I do basic editing?
570@cindex Basic editing with Emacs
571@cindex Beginning editing
572@cindex Tutorial, invoking the
573@cindex Self-paced tutorial, invoking the
574@cindex Help system, entering the
575
576Type @kbd{C-h t} to invoke the self-paced tutorial. Just typing @kbd{C-h}
577enters the help system.
578
579Your system administrator may have changed @kbd{C-h} to act like
580@key{DEL} to deal with local keyboards. You can use @kbd{M-x
581help-for-help} instead to invoke help. To discover what key (if any)
582invokes help on your system, type @kbd{M-x where-is @key{RET}
583help-for-help @key{RET}}. This will print a comma-separated list of key
584sequences in the echo area. Ignore the last character in each key
585sequence listed. Each of the resulting key sequences invokes help.
586
587Emacs help works best if it is invoked by a single key whose value
588should be stored in the variable @code{help-char}.
589
590There is also a WWW-based tutorial for Emacs 18, much of which is also
ed5c18e2 591relevant for later versions of Emacs, available at
71e68827
DL
592
593@uref{http://kufacts.cc.ukans.edu/cwis/writeups/misc/emacsguide.html}
594
595@node Learning how to do something, Getting a printed manual, Basic editing, Getting help
596@section How do I find out how to do something in Emacs?
597@cindex Help for Emacs
598@cindex Learning to do something in Emacs
599@cindex Reference card for Emacs
600@cindex Overview of help systems
601
602There are several methods for finding out how to do things in Emacs.
603
604@itemize @bullet
605
ed5c18e2 606@cindex Reading the Emacs manual
71e68827
DL
607@item
608The complete text of the Emacs manual is available on-line via the Info
609hypertext reader. Type @kbd{C-h i} to invoke Info. Typing @key{h}
610immediately after entering Info will provide a short tutorial on how to
611use it.
612
ed5c18e2
EZ
613@cindex Lookup a subject in a manual
614@cindex Index search in a manual
71e68827 615@item
ed5c18e2
EZ
616To quickly locate the section of the manual which discusses a certain
617issue, or describes a command or a variable, type @kbd{C-h i m emacs
618@key{RET} i @var{topic} @key{RET}}, where @var{topic} is the name of the
619topic, the command, or the variable which you are looking for. If this
620does not land you on the right place in the manual, press @kbd{,}
621(comma) repeatedly until you find what you need. (The @kbd{i} and
622@kbd{,} keys invoke the index-searching functions, which look for the
623@var{topic} you type in all the indices of the Emacs manual.)
624
625@cindex Apropos
71e68827
DL
626@item
627You can list all of the commands whose names contain a certain word
628(actually which match a regular expression) using @kbd{C-h a} (@kbd{M-x
629command-apropos}).
630
ed5c18e2
EZ
631@cindex Command description in the manual
632@item
633The command @kbd{C-h C-f} (@code{Info-goto-emacs-command-node}) prompts
634for the name of a command, and then attempts to find the section in the
635Emacs manual where that command is described.
636
637@cindex Finding commands and variables
71e68827
DL
638@item
639You can list all of the functions and variables whose names contain a
640certain word using @kbd{M-x apropos}.
641
ed5c18e2
EZ
642@item
643You can list all of the functions and variables whose documentation
644matches a regular expression or a string, using @kbd{M-x
645apropos-documentation}.
646
647@item
648You can order a hardcopy of the manual from the FSF. @xref{Getting a
649printed manual}.
650
651@cindex Reference cards, in other languages
652@item
653You can get a printed reference card listing commands and keys to
654invoke them. You can order one from the FSF for $1 (or 10 for $5),
655or you can print your own from the @file{etc/refcard.tex} or
656@file{etc/refcard.ps} files in the Emacs distribution. Beginning with
657version 21.1, the Emacs distribution comes with translations of the
658reference card into several languages; look for files named
659@file{etc/@var{lang}-refcard.*}, where @var{lang} is a two-letter code
660of the language. For example, the German version of the reference card
661is in the files @file{etc/de-refcard.tex} and @file{etc/de-refcard.ps}.
662
71e68827
DL
663@item
664There are many other commands in Emacs for getting help and
665information. To get a list of these commands, type @samp{?} after
666@kbd{C-h}.
667
668@end itemize
669
670@node Getting a printed manual, Emacs Lisp documentation, Learning how to do something, Getting help
671@section How do I get a printed copy of the Emacs manual?
672@cindex Printed Emacs manual, obtaining
673@cindex Manual, obtaining a printed copy of
674@cindex Emacs manual, obtaining a printed copy of
675
676You can order a printed copy of the Emacs manual from the FSF. For
ed5c18e2
EZ
677details see the @uref{http://www.gnu.org/order/order.html, GNU Web site}
678and the file @file{etc/ORDERS}.
71e68827 679
ed5c18e2
EZ
680@c The number 620 below is version-dependent!
681The full Texinfo source for the manual also comes in the @file{man}
71e68827 682directory of the Emacs distribution, if you're daring enough to try to
ed5c18e2 683print out this 620-page manual yourself (@pxref{Printing a Texinfo
71e68827
DL
684file}).
685
686If you absolutely have to print your own copy, and you don't have @TeX{},
687you can get a PostScript version from
688
0d17cd5c 689@uref{http://www.gnu.org/manual/emacs/ps/emacs.ps.gz}
71e68827 690
ed5c18e2 691An HTML version of the manual is at
71e68827 692
0d17cd5c 693@uref{www.gnu.org/manual/emacs/index.html}
71e68827 694
0d17cd5c 695@xref{Learning how to do something}, for how to view the manual on-line.
71e68827
DL
696
697@node Emacs Lisp documentation, Installing Texinfo documentation, Getting a printed manual, Getting help
698@section Where can I get documentation on Emacs Lisp?
699@cindex Documentation on Emacs Lisp
700@cindex Function documentation
701@cindex Variable documentation
702@cindex Emacs Lisp Reference Manual
703@cindex Reference manual for Emacs Lisp
704
705Within Emacs, you can type @kbd{C-h f} to get the documentation for a
706function, @kbd{C-h v} for a variable.
707
ed5c18e2
EZ
708For more information, obtain the Emacs Lisp Reference Manual. Details
709on ordering it from FSF are on the
710@uref{http://www.gnu.org/order/order.html, GNU Web site} and in the file
711@file{etc/ORDERS}.
71e68827
DL
712
713The Emacs Lisp Reference Manual is also available on-line, in Info
714format. Texinfo source for the manual (along with pregenerated Info
715files) is available at
716
ed5c18e2 717@uref{ftp://ftp.gnu.org/pub/gnu/emacs/elisp-manual-21-2.6.tar.gz}
71e68827 718
ed5c18e2
EZ
719and all mirrors of @samp{ftp.gnu.org} (for a list, @pxref{Current GNU
720distributions}). @xref{Installing Texinfo documentation}, if you want
721to install the Info files, or @ref{Printing a Texinfo file}, if you want
722to use the Texinfo source to print the manual yourself.
71e68827 723
ed5c18e2 724An HTML version of the Emacs Lisp Reference Manual is available at
71e68827 725
ed5c18e2 726@uref{http://www.gnu.org/manual/elisp-manual-21-2.6/elisp.html}
71e68827
DL
727
728@node Installing Texinfo documentation, Printing a Texinfo file, Emacs Lisp documentation, Getting help
729@section How do I install a piece of Texinfo documentation?
730@cindex Texinfo documentation, installing
731@cindex Installing Texinfo documentation
732@cindex New Texinfo files, installing
733@cindex Documentation, installing new Texinfo files
ed5c18e2 734@cindex Info files, how to install
71e68827
DL
735
736First, you must turn the Texinfo files into Info files. You may do this
737using the stand-alone @file{makeinfo} program, available as part of the latest
738Texinfo package at
739
ed5c18e2 740@uref{ftp://ftp.gnu.org/pub/gnu/texinfo/texinfo-4.0.tar.gz}
71e68827 741
ed5c18e2
EZ
742and all mirrors of @samp{ftp.gnu.org} (for a list, @pxref{Current GNU
743distributions}).
71e68827
DL
744
745For information about the Texinfo format, read the Texinfo manual which
ed5c18e2
EZ
746comes with the Texinfo package. This manual also comes installed in
747Info format, so you can read it on-line; type @kbd{C-h i m texinfo
748@key{RET}}.
749
750Alternatively, you could use the Emacs command @kbd{M-x
751texinfo-format-buffer}, after visiting the Texinfo source file of the
752manual you want to convert.
71e68827
DL
753
754Neither @code{texinfo-format-buffer} nor @file{makeinfo} installs the
ed5c18e2
EZ
755resulting Info files in Emacs's Info tree. To install Info files,
756perform these steps:
71e68827
DL
757
758@enumerate
ed5c18e2
EZ
759@item
760Move the files to the @file{info} directory in the installed Emacs
f8635375 761distribution. @xref{File-name conventions}, if you don't know where that
ed5c18e2 762is.
71e68827 763
ed5c18e2
EZ
764@item
765Run the @code{install-info} command, which is part of the Texinfo
766distribution, to update the main Info directory menu, like this:
767
768@example
769 install-info --info-dir=@var{dir-path} @var{dir-path}/@var{file}
770@end example
71e68827 771
ed5c18e2
EZ
772@noindent
773where @var{dir-path} is the full path to the directory where you copied
774the produced Info file(s), and @var{file} is the name of the Info file
775you produced and want to install.
776
777If you don't have the @code{install-info} command installed, you can
778edit the file @file{info/dir} in the installed Emacs distribution, and
779add a line for the top level node in the Info package that you are
780installing. Follow the examples already in this file. The format is:
71e68827
DL
781
782@example
783* Topic: (relative-pathname). Short description of topic.
784@end example
785
786@end enumerate
787
788If you want to install Info files and you don't have the necessary
789privileges, you have several options:
790
791@itemize @bullet
71e68827
DL
792@item
793Info files don't actually need to be installed before being used. You
794can feed a file name to the @code{Info-goto-node} command (invoked by
795pressing @key{g} in Info mode) by typing the name of the file in
ed5c18e2
EZ
796parentheses. This goes to the node named ``Top'' in that file. For
797example, to view a Info file named @file{@var{info-file}} in your home
798directory, you can type this:
71e68827 799
ed438271
EZ
800@example
801@kbd{C-h i g (~/@var{info-file}) @key{RET}}
802@end example
71e68827
DL
803
804@item
ed5c18e2 805You can create your own Info directory. You can tell Emacs where that
71e68827
DL
806Info directory is by adding its pathname to the value of the variable
807@code{Info-default-directory-list}. For example, to use a private Info
ed5c18e2 808directory which is a subdirectory of your home directory named @file{Info},
71e68827
DL
809you could put this in your @file{.emacs} file:
810
811@lisp
812(setq Info-default-directory-list
813 (cons "~/Info" Info-default-directory-list))
814@end lisp
815
816You will need a top-level Info file named @file{dir} in this directory
ed5c18e2 817which has everything the system @file{dir} file has in it, except it should
71e68827
DL
818list only entries for Info files in that directory. You might not need
819it if all files in this directory were referenced by other @file{dir}
820files. The node lists from all @file{dir} files in
821@code{Info-default-directory-list} are merged by the Info system.
822
823@end itemize
824
825@node Printing a Texinfo file, Viewing Info files outside of Emacs, Installing Texinfo documentation, Getting help
826@section How do I print a Texinfo file?
827@cindex Printing a Texinfo file
828@cindex Texinfo file, printing
ed5c18e2 829@cindex Printing documentation
71e68827
DL
830
831You can't get nicely printed output from Info files; you must still have
832the original Texinfo source file for the manual you want to print.
833
834Assuming you have @TeX{} installed on your system, follow these steps:
835
836@enumerate
837
ed5c18e2
EZ
838@item
839Make sure the first line of the Texinfo file looks like this:
71e68827
DL
840
841@example
842\input texinfo
843@end example
844
ed5c18e2
EZ
845You may need to change @samp{texinfo} to the full pathname of the
846@file{texinfo.tex} file, which comes with Emacs as
847@file{man/texinfo.tex} (or copy or link it into the current directory).
71e68827 848
ed5c18e2
EZ
849@item
850Type @kbd{texi2dvi @var{texinfo-source}}, where @var{texinfo-source} is
851the name of the Texinfo source file for which you want to produce a
852printed copy.
71e68827 853
ed5c18e2
EZ
854The @samp{texi2dvi} script is part of the GNU Texinfo distribution
855(@pxref{Installing Texinfo documentation}).
71e68827 856
ed5c18e2
EZ
857@item
858Print the DVI file @file{@var{texinfo-source}.dvi} in the normal way for
859printing DVI files at your site. For example, if you have a PostScript
860printer, run the @code{dvips} program to print the DVI file on that
861printer.
71e68827
DL
862
863@end enumerate
864
865To get more general instructions, retrieve the latest Texinfo package
0d17cd5c 866(@pxref{Installing Texinfo documentation}).
71e68827
DL
867
868@node Viewing Info files outside of Emacs, Informational files for Emacs, Printing a Texinfo file, Getting help
869@section Can I view Info files without using Emacs?
870@cindex Viewing Info files
871@cindex Info file viewers
872@cindex Alternative Info file viewers
873
874Yes. Here are some alternative programs:
875
876@itemize @bullet
877
ed5c18e2
EZ
878@item
879@code{info}, a stand-alone version of the Info program, comes as part of
880the Texinfo package. @xref{Installing Texinfo documentation}, for
881details.
71e68827 882
ed5c18e2
EZ
883@item
884Xinfo, a stand-alone version of the Info program that runs under X
885Window system. You can get it at
71e68827 886@uref{ftp://ftp.gnu.org/pub/gnu/xinfo/xinfo-1.01.01.tar.gz} and all
ed5c18e2
EZ
887mirrors of @samp{ftp.gnu.org} (see @ref{Current GNU distributions}, for a
888list of mirrors).
71e68827 889
ed5c18e2
EZ
890@item
891Tkinfo, an Info viewer that runs under X Window system and uses Tcl/Tk.
892You can get Tkinfo at
893@uref{http://math-www.uni-paderborn.de/~axel/tkinfo/}.
71e68827
DL
894
895@end itemize
896
897@node Informational files for Emacs, Help installing Emacs, Viewing Info files outside of Emacs, Getting help
898@section What informational files are available for Emacs?
899@cindex Informational files included with Emacs
900@cindex Files included with Emacs
901@cindex @file{COPYING}, description of file
902@cindex @file{DISTRIB}, description of file
71e68827
DL
903@cindex @file{FTP}, description of file
904@cindex @file{GNU}, description of file
905@cindex @file{INTERVIEW}, description of file
906@cindex @file{LPF}, description of file
907@cindex @file{MACHINES}, description of file
908@cindex @file{MAILINGLISTS}, description of file
909@cindex @file{NEWS}, description of file
910@cindex @file{SERVICE}, description of file
911@cindex @file{SUN-SUPPORT}, description of file
912
913This isn't a frequently asked question, but it should be! A variety of
914informational files about Emacs and relevant aspects of the GNU project
915are available for you to read.
916
917The following files are available in the @file{etc} directory of the
f8635375 918Emacs distribution (see @ref{File-name conventions}, if you're not sure
ed5c18e2 919where that is).
71e68827
DL
920
921@table @file
922
923@item COPYING
924Emacs General Public License
925
926@item DISTRIB
927Emacs Availability Information, including the popular "Free Software
928Foundation Order Form"
929
71e68827
DL
930@item FTP
931How to get GNU Software by Internet FTP or by UUCP
932
933@item GNU
934The GNU Manifesto
935
936@item INTERVIEW
937Richard Stallman discusses his public-domain UNIX-compatible software
938system with BYTE editors
939
940@item LPF
941Why you should join the League for Programming Freedom
942
943@item MACHINES
944Status of Emacs on Various Machines and Systems
945
946@item MAILINGLISTS
947GNU Project Electronic Mailing Lists
948
949@item NEWS
ed5c18e2 950Emacs news, a history of recent user-visible changes
71e68827
DL
951
952@item SERVICE
953GNU Service Directory
954
955@item SUN-SUPPORT
956including "Using Emacstool with GNU Emacs"
957
958@end table
959
960Latest versions of the above files also available at
961
962@uref{ftp://ftp.gnu.org/pub/gnu/GNUinfo/}
963
ed5c18e2
EZ
964More GNU information, including back issues of the @cite{GNU's
965Bulletin}, are at
71e68827
DL
966
967@uref{http://www.gnu.org/bulletins/bulletins.html} and
968
969@uref{http://www.cs.pdx.edu/~trent/gnu/gnu.html}
970
971@node Help installing Emacs, Obtaining the FAQ, Informational files for Emacs, Getting help
972@section Where can I get help in installing Emacs?
973@cindex Installation help
974@cindex Help installing Emacs
975
ed5c18e2
EZ
976@xref{Installing Emacs}, for some basic installation hints, and see
977@ref{Problems building Emacs}, or @ref{Linking with -lX11 fails}, if you
978have problems with the installation.
71e68827 979
f8635375 980The file @file{etc/SERVICE} (see @ref{File-name conventions}, if you're
ed5c18e2
EZ
981not sure where that is) lists companies and individuals willing to sell
982you help in installing or using Emacs. An up-to-date version this file
983is available on @samp{ftp.gnu.org} (@pxref{Informational files for
984Emacs}).
71e68827
DL
985
986@node Obtaining the FAQ, , Help installing Emacs, Getting help
987@section Where can I get the latest version of this FAQ?
988@cindex FAQ, obtaining the
989@cindex Latest FAQ version, obtaining the
990@cindex Retrieving the latest FAQ version
991@cindex E-mail, retrieving the FAQ via
992@cindex Web, reading the FAQ on the
993
994The Emacs FAQ is available in several ways:
995
996@itemize @bullet
997
998@item
ed5c18e2
EZ
999Inside of Emacs itself. You can get it from selecting the @samp{Emacs
1000FAQ} option from the @samp{Help} menu of the Emacs menu bar at the top
1001of any Emacs frame, or by typing @kbd{C-h F} (@kbd{M-x view-emacs-FAQ}).
71e68827
DL
1002
1003@item
1004Via USENET. If you can read news, the FAQ should be available in your
1005news spool, in both the @uref{news:gnu.emacs.help} and
1006@uref{news:comp.emacs} newsgroups. Every news reader should allow you
1007to read any news article that is still in the news spool, even if you
1008have read the article before. You may need to read the instructions for
1009your news reader to discover how to do this. In @file{rn}, this command
1010will do this for you at the article selection level:
1011
1012@example
1013?GNU Emacs Frequently Asked Questions?rc:m
1014@end example
1015
1016In Gnus, you should type @kbd{C-u C-x C-s} from the @file{*Summary*}
1017buffer or @kbd{C-u @key{SPC}} from the @file{*Newsgroup*} buffer to view
1018all articles in a newsgroup.
1019
ed5c18e2
EZ
1020If the FAQ articles have expired and have been deleted from your news
1021spool, it might (or might not) do some good to complain to your news
71e68827
DL
1022administrator, because the most recent FAQ should not expire for a
1023while.
1024
ed5c18e2
EZ
1025@item
1026Via HTTP or FTP. You can always fetch the latest FAQ from
71e68827
DL
1027
1028@uref{http://www.lerner.co.il/emacs/} and
1029
1030@uref{ftp://ftp.lerner.co.il/pub/emacs/}
1031
1032@item
1033In the Emacs distribution. Since Emacs 18.56, the FAQ at the time
ed438271
EZ
1034of release has been part of the Emacs distribution as either
1035@file{etc/FAQ} or @file{man/faq.texi} (@pxref{File-name conventions}).
71e68827
DL
1036
1037@item
1038Via the World Wide Web. A hypertext version is available at
1039
1040@uref{http://www.lerner.co.il/emacs/}
1041
1042@item
1043Via anonymous ftp and e-mail from @file{rtfm.mit.edu} (and its mirror in
1044Europe), the main repository for FAQs and other items posted to
1045news.answers. The Emacs FAQs are available at
1046
1047@uref{ftp://rtfm.mit.edu/pub/usenet/comp.emacs/} and
1048
1049@uref{ftp://ftp.uni-paderborn.de/pub/doc/FAQ/comp/emacs/}
1050
1051If you do not have access to anonymous FTP, you can access the archives
1052using the @file{rtfm.mit.edu} mail server. The Emacs FAQ can be
1053retrieved by sending mail to @email{mail-server@@rtfm.mit.edu} with a
1054blank subject and containing
1055
1056@example
1057send usenet/news.answers/GNU-Emacs-FAQ/diffs
1058send usenet/news.answers/GNU-Emacs-FAQ/part1
1059send usenet/news.answers/GNU-Emacs-FAQ/part2
1060send usenet/news.answers/GNU-Emacs-FAQ/part3
1061send usenet/news.answers/GNU-Emacs-FAQ/part4
1062send usenet/news.answers/GNU-Emacs-FAQ/part5
1063@end example
1064
1065For more information, send email to @email{mail-server@@rtfm.mit.edu}
1066with "help" and "index" in the body on separate lines.
1067
1068@item
1069As the very last resort, you can e-mail a request to
1070@email{emacs-faq@@lerner.co.il}. Don't do this unless you have made a
ed5c18e2 1071good-faith effort to obtain the FAQ list via one of the methods listed
71e68827
DL
1072above.
1073
1074@end itemize
1075
1076@c ------------------------------------------------------------
1077@node Status of Emacs, Common requests, Getting help, Top
1078@chapter Status of Emacs
1079@cindex Status of Emacs
1080
ed5c18e2 1081This chapter gives you basic information about Emacs, including its
71e68827
DL
1082latest version status.
1083
1084@menu
1085* Origin of the term Emacs::
1086* Latest version of Emacs::
1087* New in Emacs 20::
ed5c18e2 1088* New in Emacs 21::
71e68827
DL
1089@end menu
1090
1091@node Origin of the term Emacs, Latest version of Emacs, Status of Emacs, Status of Emacs
ed5c18e2
EZ
1092@section Where does the name ``Emacs'' come from?
1093@cindex Origin of the term ``Emacs''
71e68827
DL
1094@cindex Emacs name origin
1095@cindex TECO
1096@cindex Original version of Emacs
1097
ed5c18e2 1098Emacs originally was an acronym for Editor MACroS. RMS says he ``picked
71e68827 1099the name Emacs because @key{E} was not in use as an abbreviation on ITS at
ed5c18e2 1100the time.'' The first Emacs was a set of macros written in 1976 at MIT
71e68827
DL
1101by RMS for the editor TECO (Text Editor and COrrector, originally Tape
1102Editor and COrrector) under ITS on a PDP-10. RMS had already extended
ed5c18e2 1103TECO with a ``real-time'' full-screen mode with reprogrammable keys.
71e68827
DL
1104Emacs was started by @email{gls@@east.sun.com, Guy Steele} as a project
1105to unify the many divergent TECO command sets and key bindings at MIT,
1106and completed by RMS.
1107
1108Many people have said that TECO code looks a lot like line noise; you
1109can read more at @uref{news:alt.lang.teco}. Someone has written a TECO
ed5c18e2
EZ
1110implementation in Emacs Lisp (to find it, see @ref{Packages that do not
1111come with Emacs}); it would be an interesting project to run the
1112original TECO Emacs inside of Emacs.
71e68827 1113
ed5c18e2 1114@cindex Why Emacs?
71e68827 1115For some not-so-serious alternative reasons for Emacs to have that
f8635375 1116name, check out the file @file{etc/JOKES} (@pxref{File-name
ed5c18e2 1117conventions}).
71e68827
DL
1118
1119@node Latest version of Emacs, New in Emacs 20, Origin of the term Emacs, Status of Emacs
1120@section What is the latest version of Emacs?
1121@cindex Version, latest
ed5c18e2 1122@cindex Latest version of Emacs
71e68827 1123
ed5c18e2 1124Emacs @value{VER} is the current version as of this writing.
71e68827 1125
ed5c18e2 1126@node New in Emacs 20, New in Emacs 21, Latest version of Emacs, Status of Emacs
71e68827
DL
1127@section What is different about Emacs 20?
1128@cindex Differences between Emacs 19 and Emacs 20
1129@cindex Emacs 20, new features in
71e68827
DL
1130
1131To find out what has changed in recent versions, type @kbd{C-h n}
1132(@kbd{M-x view-emacs-news}). The oldest changes are at the bottom of
1133the file, so you might want to read it starting there, rather than at
1134the top.
1135
1136The differences between Emacs versions 18 and 19 was rather dramatic;
1137the introduction of frames, faces, and colors on windowing systems was
1138obvious to even the most casual user.
1139
1140There are differences between Emacs versions 19 and 20 as well, but many
1141are more subtle or harder to find. Among the changes are the inclusion
ed5c18e2
EZ
1142of MULE code for languages that use non-Latin characters and for mixing
1143several languages in the same document; the ``Customize'' facility for
1144modifying variables without having to use Lisp; and automatic conversion
1145of files from Macintosh, Microsoft, and Unix platforms.
71e68827
DL
1146
1147A number of older Lisp packages, such as Gnus, Supercite and the
1148calendar/diary, have been updated and enhanced to work with Emacs 20,
1149and are now included with the standard distribution.
1150
1151
ed5c18e2
EZ
1152@node New in Emacs 21, , New in Emacs 20, Status of Emacs
1153@section What is different about Emacs 21?
1154@cindex Differences between Emacs 20 and Emacs 21
1155@cindex Emacs 21, new features in
1156@cindex Recently introduced features
1157
1158@cindex Variable-size fonts
1159@cindex Toolbar support
1160Emacs 21 features a thorough rewrite of the display engine. The new
1161display engine supports variable-size fonts, images, and can play sounds
1162on platforms which support that. As a result, the visual appearence of
1163Emacs, when it runs on a windowed display, is much more reminiscent of
1164modern GUI programs, and includes 3D widgets (used for the mode line and
1165the scroll bars), a configurable and extensible toolbar, tooltips
1166(a.k.a.@: balloon help), and other niceties.
1167
b82e13af 1168@cindex Colors on text-only terminals
ed5c18e2 1169@cindex TTY colors
b82e13af 1170In addition, Emacs 21 supports faces on text-only terminals. This means
ed5c18e2
EZ
1171that you can now have colors when you run Emacs on a GNU/Linux console
1172and on @code{xterm} with @kbd{emacs -nw}.
1173
71e68827
DL
1174@c ------------------------------------------------------------
1175@node Common requests, Bugs and problems, Status of Emacs, Top
1176@chapter Common requests
1177@cindex Common requests
1178
1179@menu
1180* Setting up a customization file::
1181* Debugging a customization file::
ed5c18e2 1182* Colors on a TTY::
71e68827 1183* Displaying the current line or column::
f8635375 1184* Displaying the current file name in the titlebar::
71e68827
DL
1185* Turning on abbrevs by default::
1186* Turning on auto-fill by default::
1187* Associating modes with files::
1188* Working with unprintable characters::
1189* Highlighting a region::
1190* Controlling case sensitivity::
1191* Wrapping words automatically::
1192* Spell-checkers::
1193* Checking TeX and *roff documents::
1194* Changing load-path::
1195* Using an already running Emacs process::
1196* Compiler error messages::
1197* Indenting switch statements::
d891bf01 1198* Customizing C and C++ indentation::
71e68827
DL
1199* Horizontal scrolling::
1200* Overwrite mode::
1201* Turning off beeping::
1202* Turning the volume down::
1203* Automatic indentation::
1204* Matching parentheses::
1205* Hiding #ifdef lines::
1206* Repeating commands::
1207* Valid X resources::
1208* Evaluating Emacs Lisp code::
1209* Changing the length of a Tab::
1210* Inserting > at the beginning of each line::
1211* Underlining paragraphs::
1212* Repeating a command as many times as possible::
1213* Forcing the cursor to remain in the same column::
1214* Forcing Emacs to iconify itself::
1215* Using regular expressions::
1216* Replacing text across multiple files::
1217* Documentation for etags::
1218* Disabling backups::
1219* Disabling auto-save-mode::
8b3f7f7d 1220* Going to a line by number::
71e68827
DL
1221* Modifying pull-down menus::
1222* Deleting menus and menu options::
1223* Turning on syntax highlighting::
1224* Scrolling only one line::
1225* Replacing highlighted text::
1226* Editing MS-DOS files::
1227* Filling paragraphs with a single space::
a5ffa690 1228* Escape sequences in shell output::
71e68827
DL
1229@end menu
1230
ed5c18e2 1231@node Setting up a customization file, Colors on a TTY, Common requests, Common requests
71e68827
DL
1232@section How do I set up a @file{.emacs} file properly?
1233@cindex @file{.emacs} file, setting up
1234@cindex Init file, setting up
1235@cindex Customization file, setting up
1236
1237@inforef{Init File, Init File, emacs}
1238
1239In general, new Emacs users should not have @file{.emacs} files, because
1240it causes confusing non-standard behavior. Then they send questions to
1241@email{help-gnu-emacs@@gnu.org} asking why Emacs isn't behaving as
1242documented.
1243
ed5c18e2
EZ
1244Beginning with version 20.1, Emacs includes the new Customize
1245facility, which can be invoked using @kbd{M-x customize @key{RET}}.
1246This allows users who are unfamiliar with Emacs Lisp to modify their
1247@file{.emacs} files in a relatively straightforward way, using menus
1248rather than Lisp code. Not all packages support Customize as of this
1249writing, but the number is growing fairly steadily.
71e68827 1250
ed5c18e2 1251While Customize might indeed make it easier to configure Emacs,
71e68827 1252consider taking a bit of time to learn Emacs Lisp and modifying your
ed5c18e2 1253@file{.emacs} directly. Simple configuration options are described
71e68827
DL
1254rather completely in @inforef{Init File, Init File, emacs}, for users
1255interested in performing frequently requested, basic tasks.
1256
ed5c18e2
EZ
1257@node Colors on a TTY, Debugging a customization file, Setting up a customization file, Common requests
1258@section How do I get colors and syntax highlighting on a TTY?
1259@cindex Colors on a TTY
1260@cindex Syntax highlighting on a TTY
1261@cindex Console, colors
1262
1263As of Emacs 21.1, colors and faces are supported in non-windowed mode,
b82e13af 1264i.e.@: on Unix and GNU/Linux text-only terminals and consoles, and when
ed5c18e2
EZ
1265invoked as @samp{emacs -nw} on X and MS-Windows. (Colors and faces were
1266supported in the MS-DOS port since Emacs 19.29.) Emacs automatically
1267detects color support at startup and uses it if available. If you think
1268that your terminal supports colors, but Emacs won't use them, check the
1269@code{termcap} entry for your display type for color-related
1270capabilities.
1271
1272The command @kbd{M-x list-colors-display} pops up a window which
1273exhibits all the colors Emacs knows about on the current display.
1274
1275Syntax highlighting is usually turned off by default; see @ref{Turning
1276on syntax highlighting}, for instructions how to turn it on.
1277
1278@node Debugging a customization file, Displaying the current line or column, Colors on a TTY, Common requests
71e68827
DL
1279@section How do I debug a @file{.emacs} file?
1280@cindex Debugging @file{.emacs} file
1281@cindex @file{.emacs} debugging
1282@cindex Init file debugging
ed5c18e2 1283@cindex @samp{-debug-init} option
71e68827
DL
1284
1285Start Emacs with the @samp{-debug-init} command-line option. This
1286enables the Emacs Lisp debugger before evaluating your @file{.emacs}
1287file, and places you in the debugger if something goes wrong. The top
1288line in the @file{trace-back} buffer will be the error message, and the
1289second or third line of that buffer will display the Lisp code from your
1290@file{.emacs} file that caused the problem.
1291
1292You can also evaluate an individual function or argument to a function
1293in your @file{.emacs} file by moving the cursor to the end of the
1294function or argument and typing @kbd{C-x C-e} (@kbd{M-x
1295eval-last-sexp}).
1296
1297Use @kbd{C-h v} (@kbd{M-x describe-variable}) to check the value of
1298variables which you are trying to set or use.
1299
f8635375 1300@node Displaying the current line or column, Displaying the current file name in the titlebar, Debugging a customization file, Common requests
71e68827
DL
1301@section How do I make Emacs display the current line (or column) number?
1302@cindex @code{line-number-mode}
1303@cindex Displaying the current line or column
1304@cindex Line number, displaying the current
1305@cindex Column, displaying the current
1306@cindex @code{mode-line-format}
1307
1308To have Emacs automatically display the current line number of the point
1309in the mode line, do @kbd{M-x line-number-mode}. You can also put the
1310form
1311
1312@lisp
1313(setq line-number-mode t)
1314@end lisp
1315
ed5c18e2 1316@noindent
71e68827 1317in your @file{.emacs} file to achieve this whenever you start Emacs.
ed5c18e2
EZ
1318(Line number display is on by default, unless your site-specific
1319initialization disables it.) Note that Emacs will not display the line
1320number if the buffer's size in bytes is larger than the value of the
1321variable @code{line-number-display-limit}.
71e68827
DL
1322
1323As of Emacs 20, you can similarly display the current column with
1324@kbd{M-x column-number-mode}, or by putting the form
1325
1326@lisp
1327(setq column-number-mode t)
1328@end lisp
1329
ed5c18e2 1330@noindent
71e68827
DL
1331in your @file{.emacs} file.
1332
ed5c18e2
EZ
1333The @code{"%c"} format specifier in the variable @code{mode-line-format}
1334will insert the current column's value into the mode line. See the
71e68827
DL
1335documentation for @code{mode-line-format} (using @kbd{C-h v
1336mode-line-format @key{RET}}) for more information on how to set and use
1337this variable.
1338
ed5c18e2
EZ
1339Users of all Emacs versions can display the current column using the
1340@samp{column} package written by @email{abraham@@dina.kvl.dk, Per
1341Abrahamsen}. @xref{Packages that do not come with Emacs}, for
1342instructions on how to get it.
71e68827 1343
ed5c18e2
EZ
1344@cindex Set number capability in @code{vi} emulators
1345None of the @code{vi} emulation modes provide the ``set number''
1346capability of @code{vi} (as far as we know).
71e68827 1347
f8635375
EZ
1348@node Displaying the current file name in the titlebar, Turning on abbrevs by default, Displaying the current line or column, Common requests
1349@section How can I modify the titlebar to contain the current file name?
1350@cindex Titlebar, displaying the current file name in
1351@cindex File name, displaying in the titlebar
71e68827
DL
1352@cindex @code{frame-title-format}
1353
ed5c18e2 1354The contents of an Emacs frame's titlebar is controlled by the variable
71e68827
DL
1355@code{frame-title-format}, which has the same structure as the variable
1356@code{mode-line-format}. (Use @kbd{C-h v} or @kbd{M-x
1357describe-variable} to get information about one or both of these
1358variables.)
1359
1360By default, the titlebar for a frame does contain the name of the buffer
1361currently being visited, except if there is a single frame. In such a
ed438271
EZ
1362case, the titlebar contains Emacs invocation name and the name of the
1363machine at which Emacs was invoked. This is done by setting
71e68827
DL
1364@code{frame-title-format} to the default value of
1365
1366@lisp
1367(multiple-frames "%b" ("" invocation-name "@@" system-name))
1368@end lisp
1369
1370To modify the behavior such that frame titlebars contain the buffer's
1371name regardless of the number of existing frames, include the following
1372in your @file{.emacs}:
1373
1374@lisp
1375(setq frame-title-format "%b")
1376@end lisp
1377
f8635375 1378@node Turning on abbrevs by default, Turning on auto-fill by default, Displaying the current file name in the titlebar, Common requests
ed5c18e2 1379@section How do I turn on abbrevs by default just in mode @var{mymode}?
71e68827
DL
1380@cindex Abbrevs, turning on by default
1381
1382Put this in your @file{.emacs} file:
1383
1384@lisp
1385(condition-case ()
1386 (quietly-read-abbrev-file)
1387 (file-error nil))
1388
ed5c18e2 1389(add-hook '@var{mymode}-mode-hook
bed44076
SM
1390 (lambda ()
1391 (setq abbrev-mode t)))
71e68827
DL
1392@end lisp
1393
1394@node Turning on auto-fill by default, Associating modes with files, Turning on abbrevs by default, Common requests
1395@section How do I turn on @code{auto-fill-mode} by default?
1396@cindex @code{auto-fill-mode}, activating automatically
1397@cindex Filling automatically
1398@cindex Automatic entry to @code{auto-fill-mode}
1399
1400To turn on @code{auto-fill-mode} just once for one buffer, use @kbd{M-x
1401auto-fill-mode}.
1402
1403To turn it on for every buffer in a certain mode, you must use the hook
1404for that mode. For example, to turn on @code{auto-fill} mode for all
1405text buffers, including the following in your @file{.emacs} file:
1406
1407@lisp
1408(add-hook 'text-mode-hook 'turn-on-auto-fill)
1409@end lisp
1410
1411If you want @code{auto-fill} mode on in all major modes, do this:
1412
1413@lisp
1414(setq-default auto-fill-function 'do-auto-fill)
1415@end lisp
1416
1417@node Associating modes with files, Working with unprintable characters, Turning on auto-fill by default, Common requests
1418@section How do I make Emacs use a certain major mode for certain files?
1419@cindex Associating modes with files
1420@cindex File extensions and modes
1421@cindex @code{auto-mode-alist}, modifying
1422@cindex Modes, associating with file extensions
1423
ed5c18e2
EZ
1424If you want to use a certain mode @var{foo} for all files whose names end
1425with the extension @file{.@var{bar}}, this will do it for you:
71e68827
DL
1426
1427@lisp
ed5c18e2 1428(setq auto-mode-alist (cons '("\\.@var{bar}\\'" . @var{foo}-mode) auto-mode-alist))
71e68827
DL
1429@end lisp
1430
1431Otherwise put this somewhere in the first line of any file you want to
ed5c18e2
EZ
1432edit in the mode @var{foo} (in the second line, if the first line begins
1433with @samp{#!}):
71e68827
DL
1434
1435@example
ed5c18e2 1436-*- @var{foo} -*-
71e68827
DL
1437@end example
1438
ed5c18e2 1439@cindex Major mode for shell scripts
71e68827
DL
1440Beginning with Emacs 19, the variable @code{interpreter-mode-alist}
1441specifies which mode to use when loading a shell script. (Emacs
1442determines which interpreter you're using by examining the first line of
ed5c18e2 1443the script.) This feature only applies when the file name doesn't
71e68827
DL
1444indicate which mode to use. Use @kbd{C-h v} (or @kbd{M-x
1445describe-variable}) on @code{interpreter-mode-alist} to learn more.
1446
1447@node Working with unprintable characters, Highlighting a region, Associating modes with files, Common requests
1448@section How do I search for, delete, or replace unprintable (eight-bit or control) characters?
1449@cindex Unprintable characters, working with
1450@cindex Working with unprintable characters
1451@cindex Control characters, working with
1452@cindex Eight-bit characters, working with
1453@cindex Searching for unprintable characters
1454@cindex Regexps and unprintable characters
1455
1456To search for a single character that appears in the buffer as, for
1457example, @samp{\237}, you can type @kbd{C-s C-q 2 3 7}. (This assumes
1458the value of @code{search-quote-char} is 17 (i.e., @kbd{C-q}).)
ed5c18e2
EZ
1459Searching for @strong{all} unprintable characters is best done with a
1460regular expression (@dfn{regexp}) search. The easiest regexp to use for
1461the unprintable chars is the complement of the regexp for the printable
71e68827
DL
1462chars.
1463
1464@itemize @bullet
1465
1466@item
1467Regexp for the printable chars: @samp{[\t\n\r\f -~]}
1468
1469@item
1470Regexp for the unprintable chars: @samp{[^\t\n\r\f -~]}
1471
1472@end itemize
1473
1474To type these special characters in an interactive argument to
1475@code{isearch-forward-regexp} or @code{re-search-forward}, you need to
1476use @kbd{C-q}. (@samp{\t}, @samp{\n}, @samp{\r}, and @samp{\f} stand
1477respectively for @key{TAB}, @key{LFD}, @key{RET}, and @kbd{C-l}.) So,
1478to search for unprintable characters using @code{re-search-forward}:
1479
1480@kbd{M-x re-search-forward @key{RET} [^ @key{TAB} C-q @key{LFD} C-q @key{RET} C-q C-l @key{SPC} -~] @key{RET}}
1481
1482Using @code{isearch-forward-regexp}:
1483
ed438271 1484@kbd{M-C-s [^ @key{TAB} @key{LFD} C-q @key{RET} C-q C-l @key{SPC} -~]}
71e68827
DL
1485
1486To delete all unprintable characters, simply use replace-regexp:
1487
1488@kbd{M-x replace-regexp @key{RET} [^ @key{TAB} C-q @key{LFD} C-q @key{RET} C-q C-l @key{SPC} -~] @key{RET} @key{RET}}
1489
1490Replacing is similar to the above. To replace all unprintable
1491characters with a colon, use:
1492
1493M-x replace-regexp @key{RET} [^ @key{TAB} C-q @key{LFD} C-q @key{RET} C-q C-l @key{SPC} -~] @key{RET} : @key{RET}
1494
1495@itemize @bullet
1496
ed5c18e2
EZ
1497@item
1498You don't need to quote @key{TAB} with either isearch or typing
71e68827
DL
1499something in the minibuffer.
1500
1501@end itemize
1502
1503@node Highlighting a region, Controlling case sensitivity, Working with unprintable characters, Common requests
1504@section How can I highlight a region of text in Emacs?
1505@cindex Highlighting text
1506@cindex Text, highlighting
1507@cindex @code{transient-mark-mode}
1508@cindex Region, highlighting a
1509
ed438271
EZ
1510You can cause the region to be highlighted when the mark is active by
1511including
71e68827
DL
1512
1513@lisp
1514(transient-mark-mode t)
1515@end lisp
1516
ed438271 1517@noindent
ed5c18e2
EZ
1518in your @file{.emacs} file. (Also see @ref{Turning on syntax
1519highlighting}.)
71e68827
DL
1520
1521@node Controlling case sensitivity, Wrapping words automatically, Highlighting a region, Common requests
1522@section How do I control Emacs's case-sensitivity when searching/replacing?
1523@cindex @code{case-fold-search}
1524@cindex Case sensitivity of searches
71e68827
DL
1525@cindex Searching without case sensitivity
1526@cindex Ignoring case in searches
1527
1528For searching, the value of the variable @code{case-fold-search}
1529determines whether they are case sensitive:
1530
1531@lisp
1532(setq case-fold-search nil) ; make searches case sensitive
1533(setq case-fold-search t) ; make searches case insensitive
1534@end lisp
1535
ed5c18e2
EZ
1536@cindex Case sensitivity in replacements
1537@cindex Replacing, and case sensitivity
1538@cindex @code{case-replace}
1539Similarly, for replacing, the variable @code{case-replace} determines
71e68827
DL
1540whether replacements preserve case.
1541
1542To change the case sensitivity just for one major mode, use the major
1543mode's hook. For example:
1544
1545@lisp
ed5c18e2 1546(add-hook '@var{foo}-mode-hook
bed44076
SM
1547 (lambda ()
1548 (setq case-fold-search nil)))
71e68827
DL
1549@end lisp
1550
1551@node Wrapping words automatically, Spell-checkers, Controlling case sensitivity, Common requests
1552@section How do I make Emacs wrap words for me?
1553@cindex Wrapping word automatically
ed5c18e2
EZ
1554@cindex Wrapping lines
1555@cindex Line wrap
71e68827
DL
1556@cindex @code{auto-fill-mode}, introduction to
1557@cindex Maximum line width, default value
1558@cindex @code{fill-column}, default value
1559
1560Use @code{auto-fill-mode}, activated by typing @kbd{M-x auto-fill-mode}.
1561The default maximum line width is 70, determined by the variable
ed5c18e2
EZ
1562@code{fill-column}. To learn how to turn this on automatically, see
1563@ref{Turning on auto-fill by default}.
71e68827
DL
1564
1565@node Spell-checkers, Checking TeX and *roff documents, Wrapping words automatically, Common requests
1566@section Where can I get a better spelling checker for Emacs?
1567@cindex Checking spelling
1568@cindex Spelling, checking text documents
1569
1570Use Ispell. @xref{Ispell}.
1571
1572@node Checking TeX and *roff documents, Changing load-path, Spell-checkers, Common requests
1573@section How can I spell-check @TeX{} or *roff documents?
1574@cindex Spelling, checking @TeX{} documents
1575@cindex @TeX{} documents, checking spelling in
1576
1577Use Ispell. Ispell can handle @TeX{} and *roff documents.
1578@xref{Ispell}.
1579
1580@node Changing load-path, Using an already running Emacs process, Checking TeX and *roff documents, Common requests
1581@section How do I change @code{load-path}?
1582@cindex @code{load-path}, modifying
1583@cindex Modifying @code{load-path}
1584@cindex Adding to @code{load-path}
1585
1586In general, you should only add to the @code{load-path}. You can add
ed5c18e2 1587directory @var{/dir/subdir} to the load path like this:
71e68827
DL
1588
1589@lisp
ed5c18e2 1590(setq load-path (cons "/dir/subdir/" load-path))
71e68827
DL
1591@end lisp
1592
1593To do this relative to your home directory:
1594
1595@lisp
ed5c18e2 1596(setq load-path (cons "~/mysubdir/" load-path)
71e68827
DL
1597@end lisp
1598
1599@node Using an already running Emacs process, Compiler error messages, Changing load-path, Common requests
1600@section How do I use an already running Emacs from another window?
1601@cindex @code{emacsclient}
1602@cindex Emacs server functions
1603@cindex Using an existing Emacs process
1604
1605@code{emacsclient}, which comes with Emacs, is for editing a file using
1606an already running Emacs rather than starting up a new Emacs. It does
1607this by sending a request to the already running Emacs, which must be
1608expecting the request.
1609
1610@itemize @bullet
1611
1612@item
ed5c18e2 1613Setup:
71e68827
DL
1614
1615Emacs must have executed the @code{server-start} function for
1616@samp{emacsclient} to work. This can be done either by a command line
1617option:
1618
1619@example
1620emacs -f server-start
1621@end example
1622
1623or by invoking @code{server-start} from @file{.emacs}:
1624
1625@lisp
ed5c18e2 1626(if (@var{some conditions are met}) (server-start))
71e68827
DL
1627@end lisp
1628
1629When this is done, Emacs starts a subprocess running a program called
ed438271
EZ
1630@samp{emacsserver}. @samp{emacsserver} creates a Unix domain socket.
1631The socket is either named @file{.emacs_server}, in the user's home directory,
1632or @file{esrv-@var{userid}-@var{systemname}}, in the @file{/tmp}
1de6bfb1 1633directory, depending on how @samp{emacsserver} was compiled.
71e68827
DL
1634
1635To get your news reader, mail reader, etc., to invoke
1636@samp{emacsclient}, try setting the environment variable @code{EDITOR}
1637(or sometimes @code{VISUAL}) to the value @samp{emacsclient}. You may
1638have to specify the full pathname of the @samp{emacsclient} program
1639instead. Examples:
1640
1641@example
1642# csh commands:
1643setenv EDITOR emacsclient
1644
1645# using full pathname
1646setenv EDITOR /usr/local/emacs/etc/emacsclient
1647
1648# sh command:
1649EDITOR=emacsclient ; export EDITOR
1650@end example
1651
ed5c18e2
EZ
1652@item
1653Normal use:
71e68827
DL
1654
1655When @samp{emacsclient} is run, it connects to the @file{.emacs_server}
1656socket and passes its command line options to @samp{server}. When
ed5c18e2 1657@samp{server} receives these requests, it sends this information to the
71e68827
DL
1658the Emacs process, which at the next opportunity will visit the files
1659specified. (Line numbers can be specified just like with Emacs.) The
1660user will have to switch to the Emacs window by hand. When the user is
1661done editing a file, the user can type @kbd{C-x #} (or @kbd{M-x
1662server-edit}) to indicate this. If there is another buffer requested by
ed5c18e2
EZ
1663@code{emacsclient}, Emacs will switch to it; otherwise
1664@code{emacsclient} will exit, signaling the calling program to continue.
71e68827
DL
1665
1666@samp{emacsclient} and @samp{server} must be running on machines which
1667share the same filesystem for this to work. The pathnames that
1668@samp{emacsclient} specifies should be correct for the filesystem that
1669the Emacs process sees. The Emacs process should not be suspended at
ed5c18e2 1670the time @samp{emacsclient} is invoked. On Unix and GNU/Linux systems,
ed438271
EZ
1671@samp{emacsclient} should either be invoked from another X window, or
1672from a shell window inside Emacs itself, or from another interactive
1673session, e.g., by means of a @code{screen} program.
71e68827 1674
ed5c18e2 1675@cindex @code{gnuserv}
71e68827 1676There is an enhanced version of @samp{emacsclient}/server called
ed5c18e2
EZ
1677@samp{gnuserv}, written by @email{ange@@hplb.hpl.hp.com, Andy Norman}
1678which is available in the Emacs Lisp Archive (@pxref{Packages that do
1679not come with Emacs}). @samp{gnuserv} uses Internet domain sockets, so
1680it can work across most network connections. It also supports the
1681execution of arbitrary Emacs Lisp forms and does not require the client
1682program to wait for completion.
71e68827 1683
ed5c18e2 1684The alpha version of an enhanced @samp{gnuserv} is available at
71e68827
DL
1685
1686@uref{ftp://ftp.wellfleet.com/netman/psmith/emacs/gnuserv-2.1alpha.tar.gz}
1687
1688@end itemize
1689
1690@node Compiler error messages, Indenting switch statements, Using an already running Emacs process, Common requests
1691@section How do I make Emacs recognize my compiler's funny error messages?
1692@cindex Compiler error messages, recognizing
1693@cindex Recognizing non-standard compiler errors
1694@cindex Regexps for recognizing compiler errors
1695@cindex Errors, recognizing compiler
1696
1697The variable @code{compilation-error-regexp-alist} helps control how
ed5c18e2
EZ
1698Emacs parses your compiler output. It is a list of triplets of the form:
1699@code{(@var{regexp} @var{file-idx} @var{line-idx})}, where @var{regexp},
1700@var{file-idx} and @var{line-idx} are strings. To help determine what
1701the constituent elements should be, load @file{compile.el} and then type
1702@kbd{C-h v compilation-error-regexp-alist @key{RET}} to see the current
1703value. A good idea is to look at @file{compile.el} itself as the
1704comments included for this variable are quite useful---the regular
1705expressions required for your compiler's output may be very close to one
1706already provided. Once you have determined the proper regexps, use the
1707following to inform Emacs of your changes:
71e68827
DL
1708
1709@lisp
1710(setq compilation-error-regexp-alist
ed5c18e2 1711 (cons '(@var{regexp} @var{file-idx} @var{line-idx})
71e68827
DL
1712 compilation-error-regexp-alist))
1713@end lisp
1714
d891bf01 1715@node Indenting switch statements, Customizing C and C++ indentation, Compiler error messages, Common requests
71e68827
DL
1716@section How do I change the indentation for @code{switch}?
1717@cindex @code{switch}, indenting
1718@cindex Indenting of @code{switch}
1719
1720Many people want to indent their @code{switch} statements like this:
1721
1722@example
1723f()
1724@{
1725 switch(x) @{
1726 case A:
1727 x1;
1728 break;
1729 case B:
1730 x2;
1731 break;
1732 default:
1733 x3;
1734 @}
1735@}
1736@end example
1737
1738The solution at first appears to be: set @code{c-indent-level} to 4 and
1739@code{c-label-offset} to -2. However, this will give you an indentation
1740spacing of four instead of two.
1741
ed5c18e2
EZ
1742The @emph{real} solution is to use @code{cc-mode} (the default mode for
1743C programming in Emacs 20 and later) and add the following line to yoyr
1744@file{.emacs}:
71e68827
DL
1745
1746@lisp
1747(c-set-offset 'case-label '+)
1748@end lisp
1749
1750There appears to be no way to do this with the old @code{c-mode}.
1751
d891bf01
EZ
1752@node Customizing C and C++ indentation, Horizontal scrolling, Indenting switch statements, Common requests
1753@section How to customize indentation in C, C@t{++}, and Java buffers?
1754@cindex Indentation, how to customize
1755@cindex Customize indentation
1756
1757The Emacs @code{cc-mode} features an interactive procedure for
1758customizing the indentation style, which is fully explained in the
1759@cite{CC Mode} manual that is part of the Emacs distribution, see
1760@ref{Customizing Indentation, , Customization Indentation, ccmode,
1761The CC Mode Manual}. Here's a short summary of the procedure:
1762
1763@enumerate
1764@item
1765Go to the beginning of the first line where you don't like the
1766indentation and type @kbd{C-c C-o}. Emacs will prompt you for the
1767syntactic symbol; type @key{RET} to accept the default it suggests.
1768
1769@item
1770Emacs now prompts for the offset of this syntactic symbol, showing the
1771default (the current definition) inside parentheses. You can choose
1772one of these:
1773
1774@table @code
1775@item 0
1776No extra indentation.
1777@item +
1778Indent one basic offset.
1779@item -
1780Outdent one basic offset.
1781@item ++
1782Indent two basic offsets
1783@item --
1784Outdent two basic offsets.
1785@item *
1786Indent half basic offset.
1787@item /
809eb587 1788Outdent half basic offset.
d891bf01
EZ
1789@end table
1790
1791@item
1792After choosing one of these symbols, type @kbd{C-c C-q} to reindent
1793the line or the block according to what you just specified.
1794
1795@item
1796If you don't like the result, go back to step 1. Otherwise, add the
1797following line to your @file{.emacs}:
1798
1799@lisp
1800(c-set-offset '@var{syntactic-symbol} @var{offset})
1801@end lisp
1802
1803@noindent
1804where @var{syntactic-symbol} is the name Emacs shows in the minibuffer
1805when you type @kbd{C-c C-o} at the beginning of the line, and
1806@var{offset} is one of the indentation symbols listed above (@code{+},
1807@code{/}, @code{0}, etc.) that you've chosen during the interactive
1808procedure.
1809
1810@item
1811Go to the next line whose indentation is not to your liking and repeat
1812the process there.
1813@end enumerate
1814
1815It is recommended to put all the resulting @code{(c-set-offset ...)}
1816customizations inside a C mode hook, like this:
1817
1818@lisp
1819(defun my-c-mode-hook ()
1820 (c-set-offset ...)
1821 (c-set-offset ...))
1822(add-hook 'c-mode-hook 'my-c-mode-hook)
1823@end lisp
1824
1825@noindent
1826Using @code{c-mode-hook} avoids the need to put a @w{@code{(require
1827'cc-mode)}} into your @file{.emacs} file, because @code{c-set-offset}
1828might be unavailable when @code{cc-mode} is not loaded.
1829
1830Note that @code{c-mode-hook} runs for C source files only; use
1831@code{c++-mode-hook} for C@t{++} sources, @code{java-mode-hook} for
1832Java sources, etc. If you want the same customizations to be in
1833effect in @emph{all} languages supported by @code{cc-mode}, use
1834@code{c-mode-common-hook}.
1835
1836@node Horizontal scrolling, Overwrite mode, Customizing C and C++ indentation, Common requests
71e68827
DL
1837@section How can I make Emacs automatically scroll horizontally?
1838@cindex @code{hscroll-mode}
1839@cindex Horizontal scrolling
1840@cindex Scrolling horizontally
1841
ed5c18e2
EZ
1842In Emacs 21 and later, this is on by default: if the variable
1843@code{truncate-lines} is non-@code{nil} in the current buffer, Emacs
1844automatically scrolls the display horizontally when point moves off the
1845left or right edge of the window.
1846
1847In Emacs 20, use the @code{hscroll-mode}. Here is some information from
71e68827
DL
1848the documentation, available by typing @kbd{C-h f hscroll-mode @key{RET}}:
1849
1850Automatically scroll horizontally when the point moves off the
1851left or right edge of the window.
1852
1853@itemize @minus
ed5c18e2
EZ
1854@item
1855Type @kbd{M-x hscroll-mode} to enable it in the current buffer.
71e68827 1856
ed5c18e2
EZ
1857@item
1858Type @kbd{M-x hscroll-global-mode} to enable it in every buffer.
1859
1860@item
1861@code{turn-on-hscroll} is useful in mode hooks as in:
71e68827
DL
1862
1863@lisp
1864(add-hook 'text-mode-hook 'turn-on-hscroll)
1865@end lisp
1866
ed5c18e2
EZ
1867@item
1868@code{hscroll-margin} controls how close the cursor can get to the
71e68827
DL
1869edge of the window.
1870
ed5c18e2
EZ
1871@item
1872@code{hscroll-step-percent} controls how far to jump once we decide to do so.
71e68827
DL
1873@end itemize
1874
1875@node Overwrite mode, Turning off beeping, Horizontal scrolling, Common requests
1876@section How do I make Emacs "typeover" or "overwrite" instead of inserting?
1877@cindex @key{Insert}
1878@cindex @code{overwrite-mode}
1879@cindex Overwriting existing text
1880@cindex Toggling @code{overwrite-mode}
1881
1882@kbd{M-x overwrite-mode} (a minor mode). This toggles
1883@code{overwrite-mode} on and off, so exiting from @code{overwrite-mode}
1884is as easy as another @kbd{M-x overwrite-mode}.
1885
ed5c18e2 1886On some systems, @key{Insert} toggles @code{overwrite-mode} on and off.
71e68827
DL
1887
1888@node Turning off beeping, Turning the volume down, Overwrite mode, Common requests
1889@section How do I stop Emacs from beeping on a terminal?
1890@cindex Beeping, turning off
1891@cindex Visible bell
1892@cindex Bell, visible
1893
1894@email{martin@@cc.gatech.edu, Martin R. Frank} writes:
1895
ed5c18e2
EZ
1896Tell Emacs to use the @dfn{visible bell} instead of the audible bell,
1897and set the visible bell to nothing.
71e68827
DL
1898
1899That is, put the following in your @code{TERMCAP} environment variable
1900(assuming you have one):
1901
1902@example
1903... :vb=: ...
1904@end example
1905
1906And evaluate the following Lisp form:
1907
1908@example
1909(setq visible-bell t)
1910@end example
1911
1912@node Turning the volume down, Automatic indentation, Turning off beeping, Common requests
97878c08 1913@section How do I turn down the bell volume in Emacs running under X?
71e68827
DL
1914@cindex Bell, volume of
1915@cindex Volume of bell
1916
ed5c18e2
EZ
1917On X Window system, you can adjust the bell volume and duration for all
1918programs with the shell command @code{xset}.
71e68827 1919
ed5c18e2
EZ
1920Invoking @code{xset} without any arguments produces some basic
1921information, including the following:
71e68827
DL
1922
1923@example
1924usage: xset [-display host:dpy] option ...
1925 To turn bell off:
1926 -b b off b 0
1927 To set bell volume, pitch and duration:
1928 b [vol [pitch [dur]]] b on
1929@end example
1930
1931@node Automatic indentation, Matching parentheses, Turning the volume down, Common requests
1932@section How do I tell Emacs to automatically indent a new line to the indentation of the previous line?
1933@cindex Indenting new lines
1934@cindex New lines, indenting of
1935@cindex Previous line, indenting according to
ed5c18e2 1936@cindex Text indentation
71e68827 1937
ed5c18e2
EZ
1938Such behavior is automatic in Emacs 20 and later. From the
1939@file{etc/NEWS} file for Emacs 20.2:
71e68827
DL
1940
1941@example
1942** In Text mode, now only blank lines separate paragraphs. This makes
1943it possible to get the full benefit of Adaptive Fill mode in Text mode,
1944and other modes derived from it (such as Mail mode). @key{TAB} in Text
1945mode now runs the command @code{indent-relative}; this makes a practical
1946difference only when you use indented paragraphs.
1947
1948As a result, the old Indented Text mode is now identical to Text mode,
1949and is an alias for it.
1950
1951If you want spaces at the beginning of a line to start a paragraph, use
1952the new mode, Paragraph Indent Text mode.
1953@end example
1954
ed5c18e2
EZ
1955@cindex Prefixing lines
1956@cindex Fill prefix
1957If you have @code{auto-fill-mode} turned on (@pxref{Turning on auto-fill
1958by default}), you can tell Emacs to prefix every line with a certain
1959character sequence, the @dfn{fill prefix}. Type the prefix at the
1960beginning of a line, position point after it, and then type @kbd{C-x .}
71e68827
DL
1961(@code{set-fill-prefix}) to set the fill prefix. Thereafter,
1962auto-filling will automatically put the fill prefix at the beginning of
1963new lines, and @kbd{M-q} (@code{fill-paragraph}) will maintain any fill
1964prefix when refilling the paragraph.
1965
1966If you have paragraphs with different levels of indentation, you will
1967have to set the fill prefix to the correct value each time you move to a
1968new paragraph. To avoid this hassle, try one of the many packages
1969available from the Emacs Lisp Archive (@pxref{Packages that do not come
ed5c18e2
EZ
1970with Emacs}.) Look up ``fill'' and ``indent'' in the Lisp Code
1971Directory for guidance.
71e68827
DL
1972
1973@node Matching parentheses, Hiding #ifdef lines, Automatic indentation, Common requests
1974@section How do I show which parenthesis matches the one I'm looking at?
1975@cindex Parentheses, matching
1976@cindex @file{paren.el}
1977@cindex Highlighting matching parentheses
1978@cindex Pairs of parentheses, highlighting
1979@cindex Matching parentheses
1980
1981As of version 19, Emacs comes with @file{paren.el}, which (when loaded)
1982will automatically highlight matching parentheses whenever point (i.e.,
1983the cursor) is located over one. To load @file{paren.el} automatically,
1984include the line
1985
1986@lisp
1987(require 'paren)
1988@end lisp
1989
1990in your @file{.emacs} file. @email{shutkoa@@ugsolutions.com, Alan Shutko}
1991reports that as of version 20.1, you must also call @code{show-paren-mode} in
1992your @file{.emacs} file:
1993
1994@lisp
1995(show-paren-mode 1)
1996@end lisp
1997
ed5c18e2
EZ
1998Customize will let you turn on @code{show-paren-mode}. Use @kbd{M-x
1999customize-group @key{RET} paren-showing @key{RET}}. From within
2000Customize, you can also go directly to the ``paren-showing'' group.
71e68827 2001
ed5c18e2 2002Alternatives to paren include:
71e68827
DL
2003
2004@itemize @bullet
2005
2006@item
2007If you're looking at a right parenthesis (or brace or bracket) you can
ed5c18e2
EZ
2008delete it and reinsert it. Emacs will momentarily move the cursor to
2009the matching parenthesis.
71e68827
DL
2010
2011@item
2012@kbd{M-C-f} (@code{forward-sexp}) and @kbd{M-C-b} (@code{backward-sexp})
2013will skip over one set of balanced parentheses, so you can see which
2014parentheses match. (You can train it to skip over balanced brackets
ed5c18e2 2015and braces at the same time by modifying the syntax table.)
71e68827 2016
ed5c18e2 2017@cindex Show matching paren as in @code{vi}
71e68827
DL
2018@item
2019Here is some Emacs Lisp that will make the @key{%} key show the matching
ed5c18e2 2020parenthesis, like in @code{vi}. In addition, if the cursor isn't over a
71e68827
DL
2021parenthesis, it simply inserts a % like normal.
2022
2023@lisp
2024;; By an unknown contributor
2025
2026(global-set-key "%" 'match-paren)
2027
2028(defun match-paren (arg)
2029 "Go to the matching paren if on a paren; otherwise insert %."
2030 (interactive "p")
2031 (cond ((looking-at "\\s\(") (forward-list 1) (backward-char 1))
2032 ((looking-at "\\s\)") (forward-char 1) (backward-list 1))
2033 (t (self-insert-command (or arg 1)))))
2034@end lisp
2035
2036@end itemize
2037
2038@node Hiding #ifdef lines, Repeating commands, Matching parentheses, Common requests
2039@section In C mode, can I show just the lines that will be left after @code{#ifdef} commands are handled by the compiler?
2040@cindex @code{#ifdef}, selective display of
2041@cindex @code{hide-ifdef-mode}
2042@cindex Hiding @code{#ifdef} text
2043@cindex Selectively displaying @code{#ifdef} code
2044
2045@kbd{M-x hide-ifdef-mode}. (This is a minor mode.) You might also want
2046to try @file{cpp.el}, available at the Emacs Lisp Archive
2047(@pxref{Packages that do not come with Emacs}).
2048
2049@node Repeating commands, Valid X resources, Hiding #ifdef lines, Common requests
2050@section Is there an equivalent to the @code{.} (dot) command of vi?
ed5c18e2 2051@cindex Repeating commands as with @code{vi}
71e68827 2052@cindex Command, repeat last
ed5c18e2 2053@cindex @code{.}, equivalent to @code{vi} command
71e68827 2054
ed5c18e2
EZ
2055(@code{.} is the redo command in @code{vi}. It redoes the last
2056insertion/deletion.)
71e68827 2057
ed5c18e2 2058As of Emacs 20.3, there is indeed a @code{repeat} command (@kbd{C-x z})
71e68827
DL
2059that repeats the last command. If you preface it with a prefix
2060argument, the prefix arg is applied to the command.
2061
2062You can also type @kbd{C-x @key{ESC} @key{ESC}}
2063(@code{repeat-complex-command}) to reinvoke commands that used the
2064minibuffer to get arguments. In @code{repeat-complex-command} you can
ed5c18e2
EZ
2065type @kbd{M-p} and @kbd{M-n} (and also up-arrow and down-arrow, if your
2066keyboard has these keys) to scan through all the different complex
71e68827
DL
2067commands you've typed.
2068
2069To repeat a set of commands, use keyboard macros. (@inforef{Keyboard
2070Macros, Keyboard Macros, emacs}.)
2071
ed5c18e2
EZ
2072If you're really desperate for the @code{.} command, use VIPER, a
2073@code{vi} emulation mode which comes with Emacs, and which appears to
2074support it. (@xref{VIPER}.)
71e68827
DL
2075
2076@node Valid X resources, Evaluating Emacs Lisp code, Repeating commands, Common requests
2077@section What are the valid X resource settings (i.e., stuff in .Xdefaults)?
2078@cindex Resources, X
2079@cindex X resources
2080@cindex Setting X resources
2081
2082@inforef{Resources X, Resources X, emacs}.
2083
2084You can also use a resource editor, such as editres (for X11R5 and
2085onwards), to look at the resource names for the menu bar, assuming Emacs
2086was compiled with the X toolkit.
2087
2088@node Evaluating Emacs Lisp code, Changing the length of a Tab, Valid X resources, Common requests
2089@section How do I execute ("evaluate") a piece of Emacs Lisp code?
2090@cindex Evaluating Lisp code
2091@cindex Lisp forms, evaluating
2092
ed5c18e2
EZ
2093There are a number of ways to execute (@dfn{evaluate}, in Lisp lingo) an
2094Emacs Lisp @dfn{form}:
71e68827
DL
2095
2096@itemize @bullet
2097
2098@item
2099If you want it evaluated every time you run Emacs, put it in a file
ed5c18e2
EZ
2100named @file{.emacs} in your home directory. This is known as ``your
2101@file{.emacs} file,'' and contains all of your personal customizations.
71e68827
DL
2102
2103@item
2104You can type the form in the @file{*scratch*} buffer, and then type
2105@key{LFD} (or @kbd{C-j}) after it. The result of evaluating the form
2106will be inserted in the buffer.
2107
2108@item
2109In @code{emacs-lisp-mode}, typing @kbd{M-C-x} evaluates a top-level form
2110before or around point.
2111
2112@item
2113Typing @kbd{C-x C-e} in any buffer evaluates the Lisp form immediately
2114before point and prints its value in the echo area.
2115
2116@item
2117Typing @kbd{M-:} or @kbd{M-x eval-expression} allows you to type a Lisp
ed5c18e2 2118form in the minibuffer which will be evaluated once you press @key{RET}.
71e68827
DL
2119
2120@item
2121You can use @kbd{M-x load-file} to have Emacs evaluate all the Lisp
2122forms in a file. (To do this from Lisp use the function @code{load}
2123instead.)
2124
2125The functions @code{load-library}, @code{eval-region},
2126@code{eval-current-buffer}, @code{require}, and @code{autoload} are also
ed5c18e2
EZ
2127useful; see @ref{Emacs Lisp documentation}, if you want to learn more
2128about them.
71e68827
DL
2129
2130@end itemize
2131
2132@node Changing the length of a Tab, Inserting > at the beginning of each line, Evaluating Emacs Lisp code, Common requests
2133@section How do I change Emacs's idea of the @key{TAB} character's length?
2134@cindex Tab length
2135@cindex Length of tab character
2136@cindex @code{default-tab-width}
2137
2138Set the variable @code{default-tab-width}. For example, to set
2139@key{TAB} stops every 10 characters, insert the following in your
2140@file{.emacs} file:
2141
2142@lisp
2143(setq default-tab-width 10)
2144@end lisp
2145
2146Do not confuse variable @code{tab-width} with variable
2147@code{tab-stop-list}. The former is used for the display of literal
2148@key{TAB} characters. The latter controls what characters are inserted
2149when you press the @key{TAB} character in certain modes.
2150
2151@node Inserting > at the beginning of each line, Underlining paragraphs, Changing the length of a Tab, Common requests
2152@section How do I insert @samp{>} at the beginning of every line?
2153@cindex Prefix character, inserting in mail/news replies
2154@cindex Replies to mail/news, inserting a prefix character
2155@cindex @code{mail-yank-prefix}
2156@cindex Mail replies, inserting a prefix character
2157@cindex News replies, inserting a prefix character
2158
2159To do this to an entire buffer, type @kbd{M-< M-x replace-regexp
2160@key{RET} ^ @key{RET} > @key{RET}}.
2161
1e1e6d52 2162To do this to a region, use @code{string-insert-rectangle}.
71e68827
DL
2163Set the mark (@kbd{C-@key{SPC}}) at the beginning of the first line you
2164want to prefix, move the cursor to last line to be prefixed, and type
1e1e6d52
GM
2165@kbd{M-x string-insert-rectangle @key{RET}}. To do this for the whole
2166buffer, type @kbd{C-x h M-x string-insert-rectangle @key{RET}}.
71e68827
DL
2167
2168If you are trying to prefix a yanked mail message with @samp{>}, you
ed5c18e2 2169might want to set the variable @code{mail-yank-prefix}. Better yet, use
71e68827 2170the Supercite package (@pxref{Supercite}), which provides flexible
ed5c18e2
EZ
2171citation for yanked mail and news messages; it is included in Emacs
2172since version 19.20. @xref{Changing the included text prefix}, for
2173additional information.
71e68827
DL
2174
2175@node Underlining paragraphs, Repeating a command as many times as possible, Inserting > at the beginning of each line, Common requests
2176@section How do I insert "_^H" before each character in a region to get an underlined paragraph?
2177@cindex Underlining a region of text
2178@cindex @code{underline-region}
2179
ed5c18e2 2180Mark the region and then type @kbd{M-x underline-region @key{RET}}.
71e68827
DL
2181
2182@node Repeating a command as many times as possible, Forcing the cursor to remain in the same column, Underlining paragraphs, Common requests
2183@section How do I repeat a command as many times as possible?
ed5c18e2
EZ
2184@cindex Repeating commands many times
2185@cindex Commands, repeating many times
71e68827
DL
2186
2187Use @kbd{C-x (} and @kbd{C-x )} to make a keyboard macro that invokes
2188the command and then type @kbd{M-0 C-x e}.
2189
2190Any messages your command prints in the echo area will be suppressed.
2191
ed5c18e2
EZ
2192If you need to repeat a command a small number of times, you can use
2193@kbd{C-x z}, see @ref{Repeating commands}.
2194
71e68827
DL
2195@node Forcing the cursor to remain in the same column, Forcing Emacs to iconify itself, Repeating a command as many times as possible, Common requests
2196@section How do I make Emacs behave like this: when I go up or down, the cursor should stay in the same column even if the line is too short?
2197@cindex @code{picture-mode}
2198@cindex Remaining in the same column, regardless of contents
2199@cindex Vertical movement in empty documents
2200
2201@kbd{M-x picture-mode}.
2202
2203@node Forcing Emacs to iconify itself, Using regular expressions, Forcing the cursor to remain in the same column, Common requests
2204@section How do I tell Emacs to iconify itself?
97878c08
EZ
2205@cindex Iconification under the X Window System
2206@cindex X Window System and iconification
71e68827
DL
2207@cindex Suspending Emacs
2208
97878c08 2209@kbd{C-z} iconifies Emacs when running under X and suspends Emacs
71e68827
DL
2210otherwise. @inforef{Misc X, Misc X, emacs}.
2211
2212@node Using regular expressions, Replacing text across multiple files, Forcing Emacs to iconify itself, Common requests
2213@section How do I use regexps (regular expressions) in Emacs?
2214@cindex Regexps
2215@cindex Regular expressions
2216@cindex Differences between Unix and Emacs regexps
2217@cindex Unix regeps, differences from Emacs
2218@cindex Text strings, putting regexps in
2219
2220@inforef{Regexps, Regexps, emacs}.
2221
ed5c18e2 2222The @code{or} operator is @samp{\|}, not @samp{|}, and the grouping operators
71e68827
DL
2223are @samp{\(} and @samp{\)}. Also, the string syntax for a backslash is
2224@samp{\\}. To specify a regular expression like @samp{xxx\(foo\|bar\)}
2225in a Lisp string, use @samp{xxx\\(foo\\|bar\\)}.
2226
ed5c18e2 2227Note the doubled backslashes!
71e68827
DL
2228
2229@itemize @bullet
2230
ed5c18e2
EZ
2231@item
2232Unlike in Unix @file{grep}, @file{sed}, etc., a complement character set
2233(@samp{[^...]}) can match a newline character (@key{LFD} a.k.a.@:
2234@kbd{C-j} a.k.a.@: @samp{\n}), unless newline is mentioned as one of the
71e68827
DL
2235characters not to match.
2236
ed5c18e2
EZ
2237@item
2238The character syntax regexps (e.g., @samp{\sw}) are not
71e68827
DL
2239meaningful inside character set regexps (e.g., @samp{[aeiou]}). (This
2240is actually typical for regexp syntax.)
2241
2242@end itemize
2243
2244@node Replacing text across multiple files, Documentation for etags, Using regular expressions, Common requests
2245@section How do I perform a replace operation across more than one file?
2246@cindex Replacing strings across files
2247@cindex Multiple files, replacing across
2248@cindex Files, replacing strings across multiple
2249
ed5c18e2 2250The ``tags'' feature of Emacs includes the command
71e68827 2251@code{tags-query-replace} which performs a query-replace across all the
ed5c18e2 2252files mentioned in the @file{TAGS} file. @inforef{Tags Search, Tags Search,
71e68827
DL
2253emacs}.
2254
2255As of Emacs 19.29, Dired mode (@kbd{M-x dired @key{RET}}, or @kbd{C-x
2256d}) supports the command @code{dired-do-query-replace}, which allows
2257users to replace regular expressions in multiple files.
2258
2259@node Documentation for etags, Disabling backups, Replacing text across multiple files, Common requests
ed5c18e2
EZ
2260@section Where is the documentation for @code{etags}?
2261@cindex Documentation for @code{etags}
2262@cindex @code{etags}, documentation for
71e68827 2263
ed5c18e2
EZ
2264The @code{etags} man page should be in the same place as the
2265@code{emacs} man page.
71e68827
DL
2266
2267Quick command-line switch descriptions are also available. For example,
2268@samp{etags -H}.
2269
2270@node Disabling backups, Disabling auto-save-mode, Documentation for etags, Common requests
2271@section How do I disable backup files?
2272@cindex Backups, disabling
2273@cindex Disabling backups
2274
ed5c18e2
EZ
2275You probably don't want to do this, since backups are useful, especially
2276when something goes wrong.
71e68827
DL
2277
2278To avoid seeing backup files (and other "uninteresting" files) in Dired,
ed5c18e2 2279load @code{dired-x} by adding the following to your @file{.emacs} file:
71e68827
DL
2280
2281@lisp
2282(add-hook 'dired-load-hook
bed44076
SM
2283 (lambda ()
2284 (load "dired-x")))
71e68827
DL
2285@end lisp
2286
ed5c18e2 2287With @code{dired-x} loaded, @kbd{M-o} toggles omitting in each dired buffer.
71e68827
DL
2288You can make omitting the default for new dired buffers by putting the
2289following in your @file{.emacs}:
2290
2291@lisp
90df7433 2292(add-hook 'dired-mode-hook 'dired-omit-toggle)
71e68827
DL
2293@end lisp
2294
ed5c18e2
EZ
2295If you're tired of seeing backup files whenever you do an @samp{ls} at
2296the Unix shell, try GNU @code{ls} with the @samp{-B} option. GNU
2297@code{ls} is part of the GNU Fileutils package, available from
2298@samp{ftp.gnu.org} and its mirrors (@pxref{Current GNU distributions}).
2299
2300To disable or change the way backups are made, @inforef{Backup Names, ,
2301emacs}.
71e68827 2302
ed5c18e2
EZ
2303@cindex Backup files in a single directory
2304Beginning with Emacs 21.1, you can control where Emacs puts backup files
2305by customizing the variable @code{backup-directory-alist}. This
2306variable's value specifies that files whose names match specific patters
2307should have their backups put in certain directories. A typical use is
2308to add the element @code{("." . @var{dir})} to force Emacs to put
2309@strong{all} backup files in the directory @file{dir}.
71e68827 2310
8b3f7f7d 2311@node Disabling auto-save-mode, Going to a line by number, Disabling backups, Common requests
71e68827
DL
2312@section How do I disable @code{auto-save-mode}?
2313@cindex Disabling @code{auto-save-mode}
2314@cindex Auto-saving
2315@cindex Saving at frequent intervals
2316
2317You probably don't want to do this, since auto-saving is useful,
2318especially when Emacs or your computer crashes while you are editing a
2319document.
2320
2321Instead, you might want to change the variable
2322@code{auto-save-interval}, which specifies how many keystrokes Emacs
2323waits before auto-saving. Increasing this value forces Emacs to wait
2324longer between auto-saves, which might annoy you less.
2325
2326You might also want to look into Sebastian Kremer's @code{auto-save}
2327package, available from the Lisp Code Archive (@pxref{Packages that do not come
2328with Emacs}). This
2329package also allows you to place all auto-save files in one directory,
2330such as @file{/tmp}.
2331
ed5c18e2
EZ
2332To disable or change how @code{auto-save-mode} works, @inforef{Auto
2333Save, , emacs}.
71e68827 2334
8b3f7f7d
EZ
2335@node Going to a line by number, Modifying pull-down menus, Disabling auto-save-mode, Common requests
2336@section How can I go to a certain line given its number?
2337@cindex Going to a line by number
2338@cindex Compilation error messages
2339@cindex Recompilation
2340
2341Are you sure you indeed need to go to a line by its number? Perhaps all
2342you want is to display a line in your source file for which a compiler
2343printed an error message? If so, compiling from within Emacs using the
2344@kbd{M-x compile} and @kbd{M-x recompile} commands is a much more
2345effective way of doing that. Emacs automatically intercepts the compile
2346error messages, inserts them into a special buffer called
2347@code{*compilation*}, and lets you visit the locus of each message in
2348the source. Type @kbd{C-x `} to step through the offending lines one by
2349one. Click @kbd{Mouse-2} or press @key{RET} on a message text in the
2350@code{*compilation*} buffer to go to the line whose number is mentioned
2351in that message.
2352
2353But if you indeed need to go to a certain text line, type @kbd{M-x
2354goto-line @key{RET}}. Emacs will prompt you for the number of the line
2355and go to that line.
2356
2357You can do this faster by invoking @code{goto-line} with a numeric
2358argument that is the line's number. For example, @kbd{C-u 286 M-x
2359goto-line @key{RET}} will jump to line number 286 in the current
2360buffer.
2361
2362If you need to use this command frequently, you might consider binding
2363it to a key. The following snippet, if added to your @file{~/.emacs}
2364file, will bind the sequence @kbd{C-x g} to @code{goto-line}:
2365
2366@lisp
2367 (global-set-key "\C-xg" 'goto-line)
2368@end lisp
2369
2370
2371@node Modifying pull-down menus, Deleting menus and menu options, Going to a line by number, Common requests
71e68827
DL
2372@section How can I create or modify new pull-down menu options?
2373@cindex Pull-down menus, creating or modifying
2374@cindex Menus, creating or modifying
2375@cindex Creating new menu options
2376@cindex Modifying pull-down menus
2377@cindex Menus and keymaps
2378@cindex Keymaps and menus
2379
ed5c18e2
EZ
2380Each menu title (e.g., @samp{File}, @samp{Edit}, @samp{Buffers})
2381represents a local or global keymap. Selecting a menu title with the
2382mouse displays that keymap's non-nil contents in the form of a menu.
71e68827
DL
2383
2384So to add a menu option to an existing menu, all you have to do is add a
ed5c18e2
EZ
2385new definition to the appropriate keymap. Adding a @samp{Forward Word}
2386item to the @samp{Edit} menu thus requires the following Lisp code:
71e68827
DL
2387
2388@lisp
2389(define-key global-map
2390 [menu-bar edit forward]
2391 '("Forward word" . forward-word))
2392@end lisp
2393
ed5c18e2 2394@noindent
71e68827
DL
2395The first line adds the entry to the global keymap, which includes
2396global menu bar entries. Replacing the reference to @code{global-map}
2397with a local keymap would add this menu option only within a particular
2398mode.
2399
2400The second line describes the path from the menu-bar to the new entry.
ed5c18e2
EZ
2401Placing this menu entry underneath the @samp{File} menu would mean
2402changing the word @code{edit} in the second line to @code{file}.
71e68827
DL
2403
2404The third line is a cons cell whose first element is the title that will
2405be displayed, and whose second element is the function that will be
2406called when that menu option is invoked.
2407
2408To add a new menu, rather than a new option to an existing menu, we must
2409define an entirely new keymap:
2410
2411@lisp
2412(define-key global-map [menu-bar words]
2413 (cons "Words" (make-sparse-keymap "Words")))
2414@end lisp
2415
ed5c18e2
EZ
2416The above code creates a new sparse keymap, gives it the name
2417@samp{Words}, and attaches it to the global menu bar. Adding the
2418@samp{Forward Word} item to this new menu would thus require the
2419following code:
71e68827
DL
2420
2421@lisp
2422(define-key global-map
2423 [menu-bar words forward]
2424 '("Forward word" . forward-word))
2425@end lisp
2426
ed5c18e2 2427@noindent
71e68827
DL
2428Note that because of the way keymaps work, menu options are displayed
2429with the more recently defined items at the top. Thus if you were to
ed5c18e2
EZ
2430define menu options @samp{foo}, @samp{bar}, and @samp{baz} (in that
2431order), the menu option @samp{baz} would appear at the top, and
2432@samp{foo} would be at the bottom.
71e68827
DL
2433
2434One way to avoid this problem is to use the function @code{define-key-after},
2435which works the same as @code{define-key}, but lets you modify where items
ed5c18e2
EZ
2436appear. The following Lisp code would insert the @samp{Forward Word}
2437item in the @samp{Edit} menu immediately following the @samp{Undo} item:
71e68827
DL
2438
2439@lisp
2440(define-key-after
2441 (lookup-key global-map [menu-bar edit])
2442 [forward]
2443 '("Forward word" . forward-word)
2444 'undo)
2445@end lisp
2446
2447Note how the second and third arguments to @code{define-key-after} are
2448different from those of @code{define-key}, and that we have added a new
2449(final) argument, the function after which our new key should be
2450defined.
2451
2452To move a menu option from one position to another, simply evaluate
2453@code{define-key-after} with the appropriate final argument.
2454
ed5c18e2
EZ
2455More detailed information---and more examples of how to create and
2456modify menu options---are in the @cite{Emacs Lisp Reference Manual}, under
ed438271
EZ
2457``Menu Keymaps''. (@xref{Emacs Lisp documentation}, for information on
2458this manual.)
71e68827
DL
2459
2460@node Deleting menus and menu options, Turning on syntax highlighting, Modifying pull-down menus, Common requests
2461@section How do I delete menus and menu options?
2462@cindex Deleting menus and menu options
2463@cindex Menus, deleting
2464
2465The simplest way to remove a menu is to set its keymap to @samp{nil}.
ed5c18e2 2466For example, to delete the @samp{Words} menu (@pxref{Modifying pull-down
71e68827
DL
2467menus}), use:
2468
2469@lisp
2470(define-key global-map [menu-bar words] nil)
2471@end lisp
2472
2473Similarly, removing a menu option requires redefining a keymap entry to
ed5c18e2
EZ
2474@code{nil}. For example, to delete the @samp{Forward word} menu option
2475from the @samp{Edit} menu (we added it in @ref{Modifying pull-down
2476menus}), use:
71e68827
DL
2477
2478@lisp
2479(define-key global-map [menu-bar edit forward] nil)
2480@end lisp
2481
2482@node Turning on syntax highlighting, Scrolling only one line, Deleting menus and menu options, Common requests
2483@section How do I turn on syntax highlighting?
2484@cindex Syntax highlighting
2485@cindex @code{font-lock-mode}
2486@cindex Highlighting based on syntax
2487@cindex Colorizing text
2488@cindex FAQ, @code{font-lock-mode}
2489
2490@code{font-lock-mode} is the standard way to have Emacs perform syntax
ed5c18e2
EZ
2491highlighting in the current buffer. With @code{font-lock-mode} turned
2492on, different types of text will appear in different colors. For
2493instance, if you turn on @code{font-lock-mode} in a programming mode,
2494variables will appear in one face, keywords in a second, and comments in
2495a third.
71e68827 2496
ed5c18e2 2497@cindex hilit19 is deprecated
71e68827
DL
2498Earlier versions of Emacs supported hilit19, a similar package. Use of
2499hilit19 is now considered non-standard, although @file{hilit19.el} comes
2500with the stock Emacs distribution. It is no longer maintained.
2501
2502To turn @code{font-lock-mode} on within an existing buffer, use @kbd{M-x
2503font-lock-mode @key{RET}}.
2504
2505To automatically invoke @code{font-lock-mode} when a particular major
2506mode is invoked, set the major mode's hook. For example, to fontify all
2507@code{c-mode} buffers, add the following to your @file{.emacs} file:
2508
2509@lisp
2510(add-hook 'c-mode-hook 'turn-on-font-lock)
2511@end lisp
2512
2513To automatically invoke @code{font-lock-mode} for all major modes, you
2514can turn on @code{global-font-lock-mode} by including the following line
2515in your @file{.emacs} file:
2516
2517@lisp
2518(global-font-lock-mode 1)
2519@end lisp
2520
ed5c18e2 2521@noindent
71e68827
DL
2522This instructs Emacs to turn on font-lock mode in those buffers for
2523which a font-lock mode definition has been provided (in the variable
2524@code{font-lock-global-modes}). If you edit a file in
2525@code{pie-ala-mode}, and no font-lock definitions have been provided for
2526@code{pie-ala} files, then the above setting will have no effect on that
2527particular buffer.
2528
ed5c18e2
EZ
2529Highlighting a buffer with @code{font-lock-mode} can take quite a while,
2530and cause an annoying delay in display, so several features exist to
2531work around this.
2532
2533@cindex Just-In-Time syntax highlighting
2534In Emacs 21 and later, turning on @code{font-lock-mode} automatically
2535activates the new @dfn{Just-In-Time fontification} provided by
2536@code{jit-lock-mode}. @code{jit-lock-mode} defers the fontification of
2537portions of buffer until you actually need to see them, and can also
2538fontify while Emacs is idle. This makes display of the visible portion
2539of a buffer almost instantaneous. For details about customizing
2540@code{jit-lock-mode}, type @kbd{C-h f jit-lock-mode @key{RET}}.
2541
2542@cindex Levels of syntax highlighting
2543@cindex Decoration level, in @code{font-lock-mode}
2544In versions of Emacs before 21, different levels of decoration are
2545available, from slight to gaudy. More decoration means you need to wait
2546more time for a buffer to be fontified (or a faster machine). To
71e68827
DL
2547control how decorated your buffers should become, set the value of
2548@code{font-lock-maximum-decoration} in your @file{.emacs} file, with a
2549@code{nil} value indicating default (usually minimum) decoration, and a
2550@code{t} value indicating the maximum decoration. For the gaudiest
2551possible look, then, include the line
2552
2553@lisp
2554(setq font-lock-maximum-decoration t)
2555@end lisp
2556
ed5c18e2 2557@noindent
71e68827
DL
2558in your @file{.emacs} file. You can also set this variable such that
2559different modes are highlighted in a different ways; for more
2560information, see the documentation for
2561@code{font-lock-maximum-decoration} with @kbd{C-h v} (or @kbd{M-x
2562describe-variable @key{RET}}).
2563
ed5c18e2 2564@cindex Lazy font-lock
71e68827
DL
2565You might also want to investigate @code{fast-lock-mode} and
2566@code{lazy-lock-mode}, versions of @code{font-lock-mode} that speed up
ed5c18e2
EZ
2567highlighting. These are the alternatives for @code{jit-lock-mode} in
2568versions of Emacs before 21.1. The advantage of @code{lazy-lock-mode}
2569is that it only fontifies buffers when certain conditions are met, such
2570as after a certain amount of idle time, or after you have finished
2571scrolling through text. See the documentation for @code{lazy-lock-mode}
2572by typing @kbd{C-h f @code{lazy-lock-mode}} (@kbd{M-x describe-function
2573@key{RET} lazy-lock-mode @key{RET}}).
71e68827
DL
2574
2575Also see the documentation for the function @code{font-lock-mode},
2576available by typing @kbd{C-h f font-lock-mode} (@kbd{M-x
2577describe-function @key{RET} font-lock-mode @key{RET}}).
2578
2579For more information on font-lock mode, take a look at the
2580@code{font-lock-mode} FAQ, maintained by
2581@email{jari.aalto@@ntc.nokia.com, Jari Aalto} at
2582
2583@uref{ftp://cs.uta.fi/pub/ssjaaa/ema-font.gui}
2584
2585To print buffers with the faces (i.e., colors and fonts) intact, use
2586@kbd{M-x ps-print-buffer-with-faces} or @kbd{M-x
ed5c18e2
EZ
2587ps-print-region-with-faces}. You will need a way to send text to a
2588PostScript printer, or a PostScript interpreter such as Ghostscript;
2589consult the documentation of the variables @code{ps-printer-name},
2590@code{ps-lpr-command}, and @code{ps-lpr-switches} for more details.
71e68827
DL
2591
2592@node Scrolling only one line, Replacing highlighted text, Turning on syntax highlighting, Common requests
2593@section How can I force Emacs to scroll only one line when I move past the bottom of the screen?
2594@cindex Scrolling only one line
2595@cindex Reducing the increment when scrollng
2596
2597Place the following Lisp form in your @file{.emacs} file:
2598
2599@lisp
2600(setq scroll-step 1)
2601@end lisp
2602
2603@inforef{Scrolling, Scrolling, emacs}.
2604
2605@node Replacing highlighted text, Editing MS-DOS files, Scrolling only one line, Common requests
2606@section How can I replace highlighted text with what I type?
2607@cindex @code{delete-selection-mode}
2608@cindex Replacing highlighted text
2609@cindex Highlighing and replacing text
2610
ed5c18e2 2611Use @code{delete-selection-mode}, which you can start automatically by
71e68827
DL
2612placing the following Lisp form in your @file{.emacs} file:
2613
2614@lisp
2615(delete-selection-mode t)
2616@end lisp
2617
ed5c18e2
EZ
2618According to the documentation string for @code{delete-selection-mode}
2619(which you can read using @kbd{M-x describe-function @key{RET}
71e68827
DL
2620delete-selection-mode @key{RET}}):
2621
2622@quotation
2623When ON, typed text replaces the selection if the selection is active.
2624When OFF, typed text is just inserted at point.
2625@end quotation
2626
2627This mode also allows you to delete (not kill) the highlighted region by
2628pressing @key{DEL}.
2629
2630@node Editing MS-DOS files, Filling paragraphs with a single space, Replacing highlighted text, Common requests
2631@section How can I edit MS-DOS files using Emacs?
2632@cindex Editing MS-DOS files
2633@cindex MS-DOS files, editing
2634@cindex Microsoft files, editing
2635@cindex Windows files, editing
2636
2637As of Emacs 20, detection and handling of MS-DOS (and Windows) files is
ed5c18e2 2638performed transparently. You can open MS-DOS files on a Unix system,
71e68827
DL
2639edit it, and save it without having to worry about the file format.
2640
ed5c18e2
EZ
2641When editing an MS-DOS style file, the mode line will indicate that it
2642is a DOS file. On Unix and GNU/Linux systems, and also on a Macintosh,
2643the string @samp{(DOS)} will appear near the left edge of the mode line;
2644on DOS and Windows, where the DOS end-of-line (EOL) format is the
2645default, a backslash (@samp{\}) will appear in the mode line.
71e68827 2646
ed5c18e2
EZ
2647If you are running a version of Emacs before 20.1, get @code{crypt++}
2648from the Emacs Lisp Archive (@pxref{Packages that do not come with
2649Emacs}). Among other things, @code{crypt++} transparently modifies
2650MS-DOS files as they are loaded and saved, allowing you to ignore the
2651different conventions that Unix and MS-DOS have for delineating the end
2652of a line.
71e68827 2653
a5ffa690 2654@node Filling paragraphs with a single space, Escape sequences in shell output, Editing MS-DOS files, Common requests
71e68827
DL
2655@section How can I tell Emacs to fill paragraphs with a single space after each period?
2656@cindex One space following periods
2657@cindex Single space following periods
2658@cindex Periods, one space following
2659
2660@email{ulm@@vsnhd1.cern.ch, Ulrich Mueller} suggests adding the
2661following two lines to your @file{.emacs} file:
2662
2663@lisp
2664(setq sentence-end "[.?!][]\"')@}]*\\($\\|[ \t]\\)[ \t\n]*")
2665(setq sentence-end-double-space nil)
2666@end lisp
2667
a5ffa690
EZ
2668@node Escape sequences in shell output, , Filling paragraphs with a single space, Common requests
2669@section Why do I get these strange escape sequences when I run
2670@code{ls} from the Shell mode?
2671@cindex Escape sequences in @code{ls} output
2672@cindex @code{ls} in Shell mode
2673
2674This happens because @code{ls} is aliased to @samp{ls --color} in your
2675shell init file. You have two alternatives to solve this:
2676
2677@itemize @bullet
2678@item
2679Make the alias conditioned on the @code{EMACS} variable in the
2680environment. When Emacs runs a subsidiary shell, it exports the
2681@code{EMACS} variable with the value @code{t} to that shell. You can
2682unalias @code{ls} when that happens, thus limiting the alias to your
2683interactive sessions.
2684
2685@item
2686Install the @code{ansi-color} package (bundled with Emacs 21.1 and
2687later), which converts these ANSI escape sequences into colors.
2688@end itemize
2689
71e68827
DL
2690@c ------------------------------------------------------------
2691@node Bugs and problems, Compiling and installing Emacs, Common requests, Top
2692@chapter Bugs and problems
2693@cindex Bugs and problems
2694
6576d908
EZ
2695The Emacs manual lists some common kinds of trouble users could get
2696into, see @ref{Lossage, , Dealing with Emacs Trouble, emacs, The GNU
2697Emacs Manual}, so you might look there if the problem you encounter
2698doesn't in this section. If you decide you've discovered a bug, see
2699@ref{Bugs, , Reporting Bugs, emacs, The GNU Emacs Manual}, for
2700instructions how to do that.
2701
2702The file @file{etc/PROBLEMS} in the Emacs distribution lists various
2703known problems with building and using Emacs on specific platforms.
2704
71e68827
DL
2705@menu
2706* Problems with very large files::
2707* ^M in the shell buffer::
2708* Shell process exits abnormally::
d891bf01 2709* Problems with Shell Mode on MS-Windows::
71e68827
DL
2710* Termcap/Terminfo entries for Emacs::
2711* Spontaneous entry into isearch-mode::
2712* Problems talking to certain hosts::
2713* Errors with init files::
2714* Emacs ignores X resources::
8b3f7f7d 2715* Emacs ignores frame parameters::
71e68827
DL
2716* Emacs takes a long time to visit files::
2717* Editing files with $ in the name::
2718* Shell mode loses the current directory::
2719* Security risks with Emacs::
2720* Dired claims that no file is on this line::
2721@end menu
2722
2723@node Problems with very large files, ^M in the shell buffer, Bugs and problems, Bugs and problems
2724@section Does Emacs have problems with files larger than 8 megabytes?
2725@cindex Very large files, opening
2726@cindex Large files, opening
2727@cindex Opening very large files
2728@cindex Maximum file size
2729@cindex Files, maximum size
2730
2731Old versions (i.e., anything before 19.29) of Emacs had problems editing
2732files larger than 8 megabytes. As of version 19.29, the maximum buffer
ed5c18e2
EZ
2733size is at least 2^27-1, or 134,217,727 bytes, or 132 MBytes. Emacs 20
2734can be compiled on some 64-bit systems in a way that enlarges the buffer
2735size up to 576,460,752,303,423,487 bytes, or 549,755,813 GBytes.
71e68827 2736
ed5c18e2
EZ
2737If you are using a version of Emacs older than 19.29 and cannot upgrade,
2738you will have to recompile. @email{lnz@@lucid.com, Leonard N. Zubkoff}
2739suggests putting the following two lines in @file{src/config.h} before
2740compiling Emacs to allow for 26-bit integers and pointers (and thus file
2741sizes of up to 33,554,431 bytes):
71e68827
DL
2742
2743@example
2744#define VALBITS 26
2745#define GCTYPEBITS 5
2746@end example
2747
ed5c18e2 2748@noindent
71e68827
DL
2749This method may result in "ILLEGAL DATATYPE" and other random errors on
2750some machines.
2751
2752@email{daveg@@csvax.cs.caltech.edu, David Gillespie} explains how this
2753problems crops up; while his numbers are true only for pre-19.29
2754versions of Emacs, the theory remains the same with current versions.
2755
2756@quotation
2757Emacs is largely written in a dialect of Lisp; Lisp is a freely-typed
2758language in the sense that you can put any value of any type into any
2759variable, or return it from a function, and so on. So each value
ed5c18e2
EZ
2760must carry a @dfn{tag} along with it identifying what kind of thing it
2761is, e.g., integer, pointer to a list, pointer to an editing buffer, and
2762so on. Emacs uses standard 32-bit integers for data objects, taking the
71e68827
DL
2763top 8 bits for the tag and the bottom 24 bits for the value. So
2764integers (and pointers) are somewhat restricted compared to true C
2765integers and pointers.
2766@end quotation
2767
2768@node ^M in the shell buffer, Shell process exits abnormally, Problems with very large files, Bugs and problems
2769@section How do I get rid of @samp{^M} or echoed commands in my shell buffer?
2770@cindex Shell buffer, echoed commands and @samp{^M} in
2771@cindex Echoed commands in @code{shell-mode}
2772
2773Try typing @kbd{M-x shell-strip-ctrl-m @key{RET}} while in @code{shell-mode} to
2774make them go away. If that doesn't work, you have several options:
2775
ed5c18e2
EZ
2776For @code{tcsh}, put this in your @file{.cshrc} (or @file{.tcshrc})
2777file:
71e68827
DL
2778
2779@example
2780if ($?EMACS) then
2781 if ("$EMACS" == t) then
2782 if ($?tcsh) unset edit
2783 stty nl
2784 endif
2785endif
2786@end example
2787
2788Or put this in your @file{.emacs_tcsh} file:
2789
2790@example
2791unset edit
2792stty nl
2793@end example
2794
ed5c18e2
EZ
2795Alternatively, use @code{csh} in your shell buffers instead of
2796@code{tcsh}. One way is:
71e68827
DL
2797
2798@lisp
2799(setq explicit-shell-file-name "/bin/csh")
2800@end lisp
2801
ed5c18e2 2802@noindent
71e68827
DL
2803and another is to do this in your @file{.cshrc} (or @file{.tcshrc})
2804file:
2805
2806@example
2807setenv ESHELL /bin/csh
2808@end example
2809
ed5c18e2 2810@noindent
71e68827
DL
2811(You must start Emacs over again with the environment variable properly
2812set for this to take effect.)
2813
2814You can also set the @code{ESHELL} environment variable in Emacs Lisp
2815with the following Lisp form,
2816
2817@lisp
2818(setenv "ESHELL" "/bin/csh")
2819@end lisp
2820
d891bf01
EZ
2821The above solutions try to prevent the shell from producing the
2822@samp{^M} characters in the first place. If this is not possible
2823(e.g., if you use a Windows shell), you can get Emacs to remove these
2824characters from the buffer by adding this to your @file{.emacs} init
2825file:
2826
2827@smalllisp
2828(add-hook 'comint-output-filter-functions 'shell-strip-ctrl-m)
2829@end smalllisp
2830
71e68827
DL
2831On a related note: If your shell is echoing your input line in the shell
2832buffer, you might want to try the following command in your shell
2833start-up file:
2834
2835@example
2836stty -icrnl -onlcr -echo susp ^Z
2837@end example
2838
d891bf01 2839@node Shell process exits abnormally, Problems with Shell Mode on MS-Windows, ^M in the shell buffer, Bugs and problems
71e68827
DL
2840@section Why do I get "Process shell exited abnormally with code 1"?
2841@cindex Abnormal exits from @code{shell-mode}
2842@cindex @code{shell-mode} exits
ed5c18e2 2843@cindex Process shell exited
71e68827
DL
2844
2845The most likely reason for this message is that the @samp{env} program
2846is not properly installed. Compile this program for your architecture,
2847and install it with @samp{a+x} permission in the architecture-dependent
2848Emacs program directory. (You can find what this directory is at your
2849site by inspecting the value of the variable @code{exec-directory} by
2850typing @kbd{C-h v exec-directory @key{RET}}.)
2851
2852You should also check for other programs named @samp{env} in your path
2853(e.g., SunOS has a program named @file{/usr/bin/env}). We don't
2854understand why this can cause a failure and don't know a general
2855solution for working around the problem in this case.
2856
2857The @samp{make clean} command will remove @samp{env} and other vital
2858programs, so be careful when using it.
2859
2860It has been reported that this sometimes happened when Emacs was started
2861as an X client from an xterm window (i.e., had a controlling tty) but the
2862xterm was later terminated.
2863
d891bf01
EZ
2864See also @samp{PROBLEMS} (in the @file{etc} subdirectory of the
2865top-level directory when you unpack the Emacs source) for other
2866possible causes of this message.
2867
2868@node Problems with Shell Mode on MS-Windows, Termcap/Terminfo entries for Emacs, Shell process exits abnormally, Bugs and problems
2869@section Why do I get an error message when I try to run @kbd{M-x shell}?
2870
2871@cindex Shell Mode, and MS-Windows
2872@cindex @code{explicit-shell-file-name}
2873On MS-Windows, this might happen because Emacs tries to look for the
2874shell in a wrong place. The default file name @file{/bin/sh} is
2875usually incorrect for non-Unix systems. If you know where your shell
2876executable is, set the variable @code{explicit-shell-file-name} in
2877your @file{.emacs} file to point to its full file name, like this:
2878
2879@lisp
2880(setq explicit-shell-file-name "d:/shells/bash.exe")
2881@end lisp
71e68827 2882
d891bf01
EZ
2883If you don't know what shell does Emacs use, try the @kbd{M-!}
2884command; if that works, put the following line into your
2885@file{.emacs}:
2886
2887@lisp
2888(setq explicit-shell-file-name shell-file-name)
2889@end lisp
2890
2891@cindex Antivirus programs, and Shell Mode
2892Some people have trouble with Shell Mode because of intrusive
2893antivirus software; disabling the resident antivirus program solves
2894the problems in those cases.
2895
2896@node Termcap/Terminfo entries for Emacs, Spontaneous entry into isearch-mode, Problems with Shell Mode on MS-Windows, Bugs and problems
71e68827
DL
2897@section Where is the termcap/terminfo entry for terminal type "emacs"?
2898@cindex Termcap
2899@cindex Terminfo
2900@cindex Emacs entries for termcap/terminfo
2901
2902The termcap entry for terminal type @samp{emacs} is ordinarily put in
2903the @samp{TERMCAP} environment variable of subshells. It may help in
2904certain situations (e.g., using rlogin from shell buffer) to add an
2905entry for @samp{emacs} to the system-wide termcap file. Here is a
2906correct termcap entry for @samp{emacs}:
2907
2908@example
2909emacs:tc=unknown:
2910@end example
2911
ed5c18e2
EZ
2912To make a terminfo entry for @samp{emacs}, use @code{tic} or
2913@code{captoinfo}. You need to generate
2914@file{/usr/lib/terminfo/e/emacs}. It may work to simply copy
2915@file{/usr/lib/terminfo/d/dumb} to @file{/usr/lib/terminfo/e/emacs}.
71e68827
DL
2916
2917Having a termcap/terminfo entry will not enable the use of full screen
2918programs in shell buffers. Use @kbd{M-x terminal-emulator} for that
2919instead.
2920
2921A workaround to the problem of missing termcap/terminfo entries is to
ed5c18e2
EZ
2922change terminal type @samp{emacs} to type @samp{dumb} or @samp{unknown}
2923in your shell start up file. @code{csh} users could put this in their
2924@file{.cshrc} files:
71e68827
DL
2925
2926@example
2927if ("$term" == emacs) set term=dumb
2928@end example
2929
2930@node Spontaneous entry into isearch-mode, Problems talking to certain hosts, Termcap/Terminfo entries for Emacs, Bugs and problems
2931@section Why does Emacs spontaneously start displaying "I-search:" and beeping?
2932@cindex Spontaneous entry into isearch-mode
2933@cindex isearch-mode, spontaneous entry into
2934@cindex Beeping without obvious reason
2935
2936Your terminal (or something between your terminal and the computer) is
2937sending @kbd{C-s} and @kbd{C-q} for flow control, and Emacs is receiving
2938these characters and interpreting them as commands. (The @kbd{C-s}
2939character normally invokes the @code{isearch-forward} command.) For
ed5c18e2 2940possible solutions, see @ref{Handling C-s and C-q with flow control}.
71e68827
DL
2941
2942@node Problems talking to certain hosts, Errors with init files, Spontaneous entry into isearch-mode, Bugs and problems
2943@section Why can't Emacs talk to certain hosts (or certain hostnames)?
2944@cindex Hosts, Emacs cannot talk to
2945@cindex @code{gethostbyname}, problematic version
2946
2947The problem may be that Emacs is linked with a wimpier version of
2948@code{gethostbyname} than the rest of the programs on the machine. This
ed5c18e2
EZ
2949is often manifested as a message on startup of ``X server not responding.
2950Check your @samp{DISPLAY} environment variable.'' or a message of
2951``Unknown host'' from @code{open-network-stream}.
71e68827
DL
2952
2953On a Sun, this may be because Emacs had to be linked with the static C
2954library. The version of @code{gethostbyname} in the static C library
2955may only look in @file{/etc/hosts} and the NIS (YP) maps, while the
2956version in the dynamic C library may be smart enough to check DNS in
2957addition to or instead of NIS. On a Motorola Delta running System V
2958R3.6, the version of @code{gethostbyname} in the standard library works,
2959but the one that works with NIS doesn't (the one you get with -linet).
2960Other operating systems have similar problems.
2961
2962Try these options:
2963
2964@itemize @bullet
2965
2966@item
2967Explicitly add the host you want to communicate with to @file{/etc/hosts}.
2968
2969@item
2970Relink Emacs with this line in @file{src/config.h}:
2971
2972@example
2973#define LIBS_SYSTEM -lresolv
2974@end example
2975
2976@item
2977Replace @code{gethostbyname} and friends in @file{libc.a} with more
2978useful versions such as the ones in @file{libresolv.a}. Then relink
2979Emacs.
2980
2981@item
ed5c18e2
EZ
2982If you are actually running NIS, make sure that @code{ypbind} is
2983properly told to do DNS lookups with the correct command line switch.
71e68827
DL
2984
2985@end itemize
2986
2987@node Errors with init files, Emacs ignores X resources, Problems talking to certain hosts, Bugs and problems
2988@section Why does Emacs say "Error in init file"?
2989@cindex Error in @file{.emacs}
2990@cindex Error in init file
2991@cindex Init file, errors in
2992@cindex @file{.emacs} file, errors in
2993@cindex Debugging @file{.emacs} file
2994
2995An error occurred while loading either your @file{.emacs} file or the
ed5c18e2
EZ
2996system-wide file @file{lisp/default.el}. Emacs 21.1 and later pops the
2997@file{*Messages*} buffer, and puts there some additional information
2998about the error, to provide some hints for debugging.
71e68827 2999
ed5c18e2
EZ
3000For information on how to debug your @file{.emacs} file, see
3001@ref{Debugging a customization file}.
71e68827
DL
3002
3003It may be the case that you need to load some package first, or use a
3004hook that will be evaluated after the package is loaded. A common case
3005of this is explained in @ref{Terminal setup code works after Emacs has
3006begun}.
3007
8b3f7f7d 3008@node Emacs ignores X resources, Emacs ignores frame parameters, Errors with init files, Bugs and problems
71e68827
DL
3009@section Why does Emacs ignore my X resources (my .Xdefaults file)?
3010@cindex X resources being ignored
3011@cindex Ignored X resources
3012@cindex @file{.Xdefaults}
3013
3014As of version 19, Emacs searches for X resources in the files specified
3015by the following environment variables:
3016
3017@itemize @bullet
3018
3019@item @code{XFILESEARCHPATH}
3020@item @code{XUSERFILESEARCHPATH}
3021@item @code{XAPPLRESDIR}
3022
3023@end itemize
3024
ed5c18e2
EZ
3025This emulates the functionality provided by programs written using the
3026Xt toolkit.
71e68827
DL
3027
3028@code{XFILESEARCHPATH} and @code{XUSERFILESEARCHPATH} should be a list
3029of file names separated by colons. @code{XAPPLRESDIR} should be a list
3030of directory names separated by colons.
3031
3032Emacs searches for X resources:
3033
3034@enumerate
3035
ed5c18e2
EZ
3036@item
3037specified on the command line, with the @samp{-xrm RESOURCESTRING} option,
3038
3039@item
3040then in the value of the @samp{XENVIRONMENT} environment variable,
71e68827
DL
3041
3042@itemize @minus
3043
ed5c18e2
EZ
3044@item
3045or if that is unset, in the file named
3046@file{~/.Xdefaults-@var{hostname}} if it exists (where @var{hostname} is
3047the name of the machine Emacs is running on),
71e68827
DL
3048
3049@end itemize
3050
ed5c18e2
EZ
3051@item
3052then in the screen-specific and server-wide resource properties provided
3053by the server,
71e68827
DL
3054
3055@itemize @minus
3056
ed5c18e2
EZ
3057@item
3058or if those properties are unset, in the file named @file{~/.Xdefaults}
3059if it exists,
71e68827
DL
3060
3061@end itemize
3062
ed5c18e2
EZ
3063@item
3064then in the files listed in @samp{XUSERFILESEARCHPATH},
71e68827
DL
3065
3066@itemize @minus
3067
ed5c18e2
EZ
3068@item
3069or in files named @file{@var{lang}/Emacs} in directories listed in
3070@samp{XAPPLRESDIR} (where @var{lang} is the value of the @code{LANG}
3071environment variable), if the @samp{LANG} environment variable is set,
3072@item
3073or in files named Emacs in the directories listed in @samp{XAPPLRESDIR}
3074@item
3075or in @file{~/@var{lang}/Emacs} (if the @code{LANG} environment variable
3076is set),
3077@item
3078or in @file{~/Emacs},
71e68827
DL
3079
3080@end itemize
3081
ed5c18e2
EZ
3082@item
3083then in the files listed in @code{XFILESEARCHPATH}.
71e68827
DL
3084
3085@end enumerate
3086
8b3f7f7d
EZ
3087@node Emacs ignores frame parameters, Emacs takes a long time to visit files, Emacs ignores X resources, Bugs and problems
3088@section Why don't my customizations of the frame parameters work?
3089@cindex Frame parameters
3090
3091This probably happens because you have set the frame parameters in the
3092variable @code{initial-frame-alist}. That variable holds parameters
3093used only for the first frame created when Emacs starts. To customize
3094the parameters of all frames, change the variable
3095@code{default-frame-alist} instead.
3096
3097These two variables exist because many users customize the initial frame
3098in a special way. For example, you could determine the position and
3099size of the initial frame, but would like to control the geometry of the
3100other frames by individually positioning each one of them.
3101
3102
3103@node Emacs takes a long time to visit files, Editing files with $ in the name, Emacs ignores frame parameters, Bugs and problems
71e68827
DL
3104@section Why does Emacs take 20 seconds to visit a file?
3105@cindex Visiting files takes a long time
3106@cindex Delay when visiting files
3107@cindex Files, take a long time to visit
3108
3109Old versions of Emacs (i.e., versions before Emacs 20.x) often
ed5c18e2 3110encountered this when the master lock file, @file{!!!SuperLock!!!}, has
71e68827
DL
3111been left in the lock directory somehow. Delete it.
3112
3113@email{meuer@@geom.umn.edu, Mark Meuer} says that NeXT NFS has a bug
3114where an exclusive create succeeds but returns an error status. This
3115can cause the same problem. Since Emacs's file locking doesn't work
3116over NFS anyway, the best solution is to recompile Emacs with
3117@code{CLASH_DETECTION} undefined.
3118
3119@node Editing files with $ in the name, Shell mode loses the current directory, Emacs takes a long time to visit files, Bugs and problems
3120@section How do I edit a file with a @samp{$} in its name?
3121@cindex Editing files with @samp{$} in the name
f8635375
EZ
3122@cindex @samp{$} in file names
3123@cindex File names containing @samp{$}, editing
71e68827 3124
f8635375 3125When entering a file name in the minibuffer, Emacs will attempt to expand
71e68827
DL
3126a @samp{$} followed by a word as an environment variable. To suppress
3127this behavior, type @kbd{$$} instead.
3128
3129@node Shell mode loses the current directory, Security risks with Emacs, Editing files with $ in the name, Bugs and problems
3130@section Why does shell mode lose track of the shell's current directory?
3131@cindex Current directory and @code{shell-mode}
3132@cindex @code{shell-mode} and current directory
3133@cindex Directory, current in @code{shell-mode}
3134
3135Emacs has no way of knowing when the shell actually changes its
3136directory. This is an intrinsic limitation of Unix. So it tries to
ed5c18e2
EZ
3137guess by recognizing @samp{cd} commands. If you type @kbd{cd} followed
3138by a directory name with a variable reference (@kbd{cd $HOME/bin}) or
3139with a shell metacharacter (@kbd{cd ../lib*}), Emacs will fail to
3140correctly guess the shell's new current directory. A huge variety of
3141fixes and enhancements to shell mode for this problem have been written
3142to handle this problem. Check the Lisp Code Directory (@pxref{Finding a
3143package with particular functionality}).
71e68827
DL
3144
3145You can tell Emacs the shell's current directory with the command
3146@kbd{M-x dirs}.
3147
3148@node Security risks with Emacs, Dired claims that no file is on this line, Shell mode loses the current directory, Bugs and problems
3149@section Are there any security risks in Emacs?
3150@cindex Security with Emacs
3151@cindex @samp{movemail} and security
3152@cindex @code{file-local-variable} and security
3153@cindex Synthetic X events and security
3154@cindex X events and security
3155
3156@itemize @bullet
3157
ed5c18e2
EZ
3158@item
3159The @file{movemail} incident. (No, this is not a risk.)
71e68827 3160
ed5c18e2
EZ
3161In his book @cite{The Cuckoo's Egg}, Cliff Stoll describes this in
3162chapter 4. The site at LBL had installed the @file{/etc/movemail}
71e68827
DL
3163program setuid root. (As of version 19, @file{movemail} is in your
3164architecture-specific directory; type @kbd{C-h v exec-directory
ed5c18e2 3165@key{RET}} to see what it is.) Since @code{movemail} had not been
71e68827
DL
3166designed for this situation, a security hole was created and users could
3167get root privileges.
3168
ed5c18e2 3169@code{movemail} has since been changed so that this security hole will
71e68827 3170not exist, even if it is installed setuid root. However,
ed5c18e2 3171@code{movemail} no longer needs to be installed setuid root, which
71e68827
DL
3172should eliminate this particular risk.
3173
3174We have heard unverified reports that the 1988 Internet worm took
3175advantage of this configuration problem.
3176
ed5c18e2
EZ
3177@item
3178The @code{file-local-variable} feature. (Yes, a risk, but easy to
3179change.)
71e68827
DL
3180
3181There is an Emacs feature that allows the setting of local values for
3182variables when editing a file by including specially formatted text near
3183the end of the file. This feature also includes the ability to have
3184arbitrary Emacs Lisp code evaluated when the file is visited.
3185Obviously, there is a potential for Trojan horses to exploit this
3186feature.
3187
3188Emacs 18 allowed this feature by default; users could disable it by
3189setting the variable @code{inhibit-local-variables} to a non-nil value.
3190
3191As of Emacs 19, Emacs has a list of local variables that create a
3192security risk. If a file tries to set one of them, it asks the user to
3193confirm whether the variables should be set. You can also tell Emacs
3194whether to allow the evaluation of Emacs Lisp code found at the bottom
3195of files by setting the variable @code{enable-local-eval}.
3196
3197For more information, @inforef{File Variables, File Variables, emacs}.
3198
ed5c18e2
EZ
3199@item
3200Synthetic X events. (Yes, a risk; use @samp{MIT-MAGIC-COOKIE-1} or
3201better.)
71e68827 3202
ed5c18e2
EZ
3203Emacs accepts synthetic X events generated by the @code{SendEvent}
3204request as though they were regular events. As a result, if you are
3205using the trivial host-based authentication, other users who can open X
71e68827
DL
3206connections to your X workstation can make your Emacs process do
3207anything, including run other processes with your privileges.
3208
3209The only fix for this is to prevent other users from being able to open
3210X connections. The standard way to prevent this is to use a real
3211authentication mechanism, such as @samp{MIT-MAGIC-COOKIE-1}. If using
ed5c18e2 3212the @code{xauth} program has any effect, then you are probably using
71e68827
DL
3213@samp{MIT-MAGIC-COOKIE-1}. Your site may be using a superior
3214authentication method; ask your system administrator.
3215
3216If real authentication is not a possibility, you may be satisfied by
3217just allowing hosts access for brief intervals while you start your X
3218programs, then removing the access. This reduces the risk somewhat by
3219narrowing the time window when hostile users would have access, but
3220@emph{does not eliminate the risk}.
3221
97878c08 3222On most computers running Unix and X, you enable and disable
ed5c18e2 3223access using the @code{xhost} command. To allow all hosts access to
71e68827
DL
3224your X server, use
3225
3226@example
3227xhost +
3228@end example
3229
ed5c18e2 3230@noindent
71e68827
DL
3231at the shell prompt, which (on an HP machine, at least) produces the
3232following message:
3233
3234@example
3235access control disabled, clients can connect from any host
3236@end example
3237
3238To deny all hosts access to your X server (except those explicitly
3239allowed by name), use
3240
3241@example
3242xhost -
3243@end example
3244
3245On the test HP computer, this command generated the following message:
3246
3247@example
3248access control enabled, only authorized clients can connect
3249@end example
3250
3251@end itemize
3252
3253@node Dired claims that no file is on this line, , Security risks with Emacs, Bugs and problems
3254@section Dired says, "no file on this line" when I try to do something.
3255@cindex Dired does not see a file
3256
ed5c18e2
EZ
3257@c FIXME: I think this is fixed in Emacs 21, but I didn't have time to
3258@c check.
71e68827
DL
3259Chances are you're using a localized version of Unix that doesn't use US
3260date format in dired listings. You can check this by looking at dired
ed5c18e2 3261listings or by typing @kbd{ls -l} to a shell and looking at the dates that
71e68827
DL
3262come out.
3263
3264Dired uses a regular expression to find the beginning of a file name.
ed5c18e2
EZ
3265In a long Unix-style directory listing (@samp{ls -l}), the file name
3266starts after the date. The regexp has thus been written to look for the
3267date, the format of which can vary on non-US systems.
71e68827
DL
3268
3269There are two approaches to solving this. The first one involves
ed5c18e2
EZ
3270setting things up so that @samp{ls -l} outputs US date format. This can
3271be done by setting the locale. See your OS manual for more information.
71e68827
DL
3272
3273The second approach involves changing the regular expression used by
3274dired, @code{dired-move-to-filename-regexp}.
3275
3276@c ------------------------------------------------------------
3277@node Compiling and installing Emacs, Finding Emacs and related packages, Bugs and problems, Top
3278@chapter Compiling and installing Emacs
3279@cindex Compiling and installing Emacs
3280
3281@menu
3282* Installing Emacs::
3283* Updating Emacs::
3284* Problems building Emacs::
3285* Linking with -lX11 fails::
3286@end menu
3287
3288@node Installing Emacs, Updating Emacs, Compiling and installing Emacs, Compiling and installing Emacs
3289@section How do I install Emacs?
3290@cindex Installing Emacs
3291@cindex Unix systems, installing Emacs on
3292@cindex Downloading and installing Emacs
3293@cindex Retrieving and installing Emacs
3294@cindex Building Emacs from source
3295@cindex Source code, building Emacs from
3296@cindex Unpacking and installing Emacs
3297
3298This answer is meant for users of Unix and Unix-like systems. Users of
3299other operating systems should see the series of questions beginning
3300with @ref{Emacs for MS-DOS}, which describe where to get non-Unix source
ed5c18e2 3301and binaries, and how to install Emacs on those systems.
71e68827
DL
3302
3303For Unix and Unix-like systems, the easiest way is often to compile it
3304from scratch. You will need:
3305
3306@itemize @bullet
3307
3308@item
0d17cd5c 3309Emacs sources. @xref{Current GNU distributions}, for a list of ftp sites
71e68827 3310that make them available. On @file{ftp.gnu.org}, the main GNU
ed5c18e2 3311distribution site, sources are available as
71e68827 3312
ed5c18e2 3313@uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-@value{VER}.tar.gz}
71e68827
DL
3314
3315The above will obviously change as new versions of Emacs come out. For
ed5c18e2
EZ
3316instance, when Emacs 21.42 is released, it will most probably be
3317available as
71e68827 3318
ed5c18e2 3319@uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-21.42.tar.gz}
71e68827 3320
ed5c18e2 3321Again, you should use one of the GNU mirror sites (see @ref{Current GNU
0d17cd5c 3322distributions}, and adjust the URL accordingly) so as to reduce load on
71e68827
DL
3323@file{ftp.gnu.org}.
3324
3325@item
3326@code{gzip}, the GNU compression utility. You can get @code{gzip} via
3327anonymous ftp at mirrors of @file{ftp.gnu.org} sites; it should compile
3328and install without much trouble on most systems. Once you have
3329retrieved the Emacs sources, you will probably be able to uncompress
3330them with the command
3331
3332@example
ed5c18e2 3333gunzip --verbose emacs-@value{VER}.tar.gz
71e68827
DL
3334@end example
3335
ed5c18e2
EZ
3336@noindent
3337changing the Emacs version (@value{VER}), as necessary. Once
3338@code{gunzip} has finished doing its job, a file by the name of
3339@file{emacs-@value{VER}.tar} should be in your build directory.
71e68827
DL
3340
3341@item
ed5c18e2
EZ
3342@code{tar}, the @dfn{tape archiving} program, which moves multiple files
3343into and out of archive files, or @dfn{tarfiles}. All of the files
71e68827 3344comprising the Emacs source come in a single tarfile, and must be
ed5c18e2 3345extracted using @code{tar} before you can build Emacs. Typically, the
71e68827
DL
3346extraction command would look like
3347
3348@example
ed5c18e2 3349tar -xvvf emacs-@value{VER}.tar
71e68827
DL
3350@end example
3351
ed5c18e2 3352@noindent
71e68827
DL
3353The @samp{x} indicates that we want to extract files from this tarfile,
3354the two @samp{v}s force verbose output, and the @samp{f} tells
ed5c18e2 3355@code{tar} to use a disk file, rather than one on the tape drive.
71e68827 3356
ed5c18e2 3357If you're using GNU @code{tar} (available at mirrors of
71e68827
DL
3358@file{ftp.gnu.org}), you can combine this step and the previous one by
3359using the command
3360
3361@example
ed5c18e2 3362tar -zxvvf emacs-@value{VER}.tar.gz
71e68827
DL
3363@end example
3364
ed5c18e2
EZ
3365@noindent
3366The additional @samp{z} at the beginning of the options list tells GNU
3367@code{tar} to uncompress the file with @code{gunzip} before extracting
3368the tarfile's components.
71e68827
DL
3369
3370@end itemize
3371
ed5c18e2
EZ
3372At this point, the Emacs sources (all 70+ megabytes of them) should be
3373sitting in a directory called @file{emacs-@value{VER}}. On most common
3374Unix and Unix-like systems, you should be able to compile Emacs (with X
3375Window system support) with the following commands:
71e68827
DL
3376
3377@example
ed5c18e2 3378cd emacs-@value{VER} # change directory to emacs-@value{VER}
71e68827
DL
3379./configure # configure Emacs for your particular system
3380make # use Makefile to build components, then Emacs
3381@end example
3382
3383If the @code{make} completes successfully, the odds are fairly good that
ed5c18e2 3384the build has gone well. (@xref{Problems building Emacs}, if you weren't
71e68827
DL
3385successful.)
3386
3387By default, Emacs is installed in the following directories:
3388
3389@table @file
71e68827 3390@item /usr/local/bin
ed5c18e2 3391binaries.
71e68827 3392
ed5c18e2
EZ
3393@item /usr/local/share/emacs/@value{VER}
3394Lisp code and support files.
71e68827
DL
3395
3396@item /usr/local/info
ed5c18e2 3397Info documentation.
71e68827
DL
3398@end table
3399
3400To install files in those default directories, become the superuser and
3401type
3402
3403@example
3404make install
3405@end example
3406
ed5c18e2 3407Note that @samp{make install} will overwrite @file{/usr/local/bin/emacs}
71e68827
DL
3408and any Emacs Info files that might be in @file{/usr/local/info}.
3409
3410Much more verbose instructions (with many more hints and suggestions)
3411come with the Emacs sources, in the file @file{INSTALL}.
3412
3413@node Updating Emacs, Problems building Emacs, Installing Emacs, Compiling and installing Emacs
3414@section How do I update Emacs to the latest version?
3415@cindex Updating Emacs
3416
3417@xref{Installing Emacs}, and follow the instructions there for
3418installation.
3419
ed5c18e2
EZ
3420Most files are placed in version-specific directories. Emacs
3421@value{VER}, for instance, places files in
3422@file{/usr/local/share/emacs/@value{VER}}.
71e68827
DL
3423
3424Upgrading should overwrite only, @file{/usr/local/bin/emacs} (the Emacs
3425binary) and documentation in @file{/usr/local/info}. Back up these
3426files before you upgrade, and you shouldn't have too much trouble.
3427
3428@node Problems building Emacs, Linking with -lX11 fails, Updating Emacs, Compiling and installing Emacs
3429@section What should I do if I have trouble building Emacs?
3430@cindex Problems building Emacs
3431@cindex Errors when building Emacs
3432
d891bf01
EZ
3433First look in the file @file{etc/PROBLEMS} (where you unpack the Emacs
3434source) to see if there is already a solution for your problem. Next,
3435look for other questions in this FAQ that have to do with Emacs
3436installation and compilation problems.
71e68827
DL
3437
3438If you'd like to have someone look at your problem and help solve it,
ed5c18e2 3439see @ref{Help installing Emacs}.
71e68827
DL
3440
3441If you cannot find a solution in the documentation, send a message to
3442@email{bug-gnu-emacs@@gnu.org}.
3443
ec45fa10 3444Please don't post it to @uref{news:gnu.emacs.help} or send e-mail to
ed5c18e2
EZ
3445@email{help-gnu-emacs@@gnu.org}. For further guidelines, see
3446@ref{Guidelines for newsgroup postings} and @ref{Reporting bugs}.
71e68827
DL
3447
3448@node Linking with -lX11 fails, , Problems building Emacs, Compiling and installing Emacs
3449@section Why does linking Emacs with -lX11 fail?
3450@cindex Linking with -lX11 fails
3451@cindex lX11, linking fails with
3452
3453Emacs needs to be linked with the static version of the X11 library,
3454@file{libX11.a}. This may be missing.
3455
ed5c18e2 3456On OpenWindows, you may need to use @code{add_services} to add the
71e68827
DL
3457"OpenWindows Programmers" optional software category from the CD-ROM.
3458
ed5c18e2
EZ
3459On HP-UX 8.0, you may need to run @code{update} again to load the
3460X11-PRG ``fileset''. This may be missing even if you specified ``all
3461filesets'' the first time. If @file{libcurses.a} is missing, you may
3462need to load the ``Berkeley Development Option.''
71e68827
DL
3463
3464@email{zoo@@armadillo.com, David Zuhn} says that MIT X builds shared
3465libraries by default, and only shared libraries, on those platforms that
3466support them. These shared libraries can't be used when undumping
ed5c18e2
EZ
3467@code{temacs} (the last stage of the Emacs build process). To get
3468regular libraries in addition to shared libraries, add this to
3469@file{site.cf}:
71e68827
DL
3470
3471@example
3472#define ForceNormalLib YES
3473@end example
3474
3475Other systems may have similar problems. You can always define
ed5c18e2 3476@code{CANNOT_DUMP} and link with the shared libraries instead.
71e68827 3477
ed5c18e2 3478@cindex X Menus don't work
71e68827
DL
3479To get the Xmenu stuff to work, you need to find a copy of MIT's
3480@file{liboldX.a}.
3481
3482@c ------------------------------------------------------------
3483@node Finding Emacs and related packages, Major packages and programs, Compiling and installing Emacs, Top
3484@chapter Finding Emacs and related packages
3485@cindex Finding Emacs and related packages
3486
3487@menu
3488* Finding Emacs on the Internet::
3489* Finding a package with particular functionality::
3490* Packages that do not come with Emacs::
3491* Submitting to the Emacs Lisp Archive::
3492* Current GNU distributions::
3493* Difference between Emacs and XEmacs::
3494* Emacs for MS-DOS::
3495* Emacs for Windows::
3496* Emacs for OS/2::
3497* Emacs for Atari ST::
3498* Emacs for the Amiga ::
3499* Emacs for NeXTSTEP::
3500* Emacs for Apple computers::
3501* Emacs for VMS and DECwindows::
3502* Modes for various languages::
3503* Translating names to IP addresses::
3504@end menu
3505
3506@node Finding Emacs on the Internet, Finding a package with particular functionality, Finding Emacs and related packages, Finding Emacs and related packages
3507@section Where can I get Emacs on the net (or by snail mail)?
3508@cindex Finding Emacs on the Internet
3509@cindex Snail mail, ordering Emacs via
3510@cindex Postal service, ordering Emacs via
3511@cindex Distribution, retrieving Emacs
3512@cindex Internet, retreiving from
3513
3514Look in the files @file{etc/DISTRIB} and @file{etc/FTP} for information
3515on nearby archive sites and @file{etc/ORDERS} for mail orders. If you
ed5c18e2 3516don't already have Emacs, see @ref{Informational files for Emacs}, for how
71e68827
DL
3517to get these files.
3518
0d17cd5c 3519@xref{Installing Emacs}, for information on how to obtain and build the latest
ed5c18e2 3520version of Emacs, and see @ref{Current GNU distributions}, for a list of
71e68827
DL
3521archive sites that make GNU software available.
3522
3523@node Finding a package with particular functionality, Packages that do not come with Emacs, Finding Emacs on the Internet, Finding Emacs and related packages
3524@section How do I find a Emacs Lisp package that does XXX?
3525@cindex Package, finding
3526@cindex Finding an Emacs Lisp package
3527@cindex Functionality, finding a particular package
3528
3529First of all, you should check to make sure that the package isn't
3530already available. For example, typing @kbd{M-x apropos @key{RET}
3531wordstar @key{RET}} lists all functions and variables containing the
3532string @samp{wordstar}.
3533
3534It is also possible that the package is on your system, but has not been
3535loaded. To see which packages are available for loading, look through
f8635375 3536your computer's lisp directory (@pxref{File-name conventions}). The Lisp
fd599dee 3537source to most packages contains a short description of how they
ed5c18e2 3538should be loaded, invoked, and configured---so before you use or
71e68827
DL
3539modify a Lisp package, see if the author has provided any hints in the
3540source code.
3541
3542If a package does not come with Emacs, check the Lisp Code Directory.
3543The LCD was originally maintained by @email{brennan@@hal.com, Dave
3544Brennan}, but was recently taken over by @email{toby@@world.std.com,
3545toby knudsen}, who maintains @uref{http://www.emacs.org}. The LCD is
3546currently being reorganized and updated, but you can meanwhile find many
3547packages at @uref{ftp://ftp.emacs.org/pub}.
3548
3549For now, you can search through the LCD with @file{lispdir.el}, which is
3550in the process of being updated. Download it from the LCD, in the
3551@file{emacs-lisp-attic/misc} directory, and then evaluate the following
3552Lisp form (@pxref{Evaluating Emacs Lisp code}):
3553
3554@lisp
3555(setq lisp-code-directory
3556 "/anonymous@@ftp.emacs.org:pub/emacs-lisp-attic/emacs-lisp/LCD-datafile.gz"
3557 elisp-archive-host "ftp.emacs.org"
3558 elisp-archive-directory "/pub/emacs-lisp-attic/emacs-lisp/")
3559@end lisp
3560
3561Once you have installed @file{lispdir.el}, you can use @kbd{M-x
3562lisp-dir-apropos} to search the listing. For example, @kbd{M-x
3563lisp-dir-apropos @key{RET} ange-ftp @key{RET}} produces this output:
3564
3565@example
3566 GNU Emacs Lisp Code Directory Apropos --- "ange-ftp"
3567"~/" refers to archive.cis.ohio-state.edu:pub/elisp-archive/
3568
3569 ange-ftp (4.18) 15-Jul-1992
3570 Andy Norman, <ange@@hplb.hpl.hp.com>
3571 ~/packages/ange-ftp.tar.Z
3572 transparent FTP Support for GNU Emacs
3573 auto-save (1.19) 01-May-1992
3574 Sebastian Kremer, <sk@@thp.uni-koeln.de>
3575 ~/misc/auto-save.el.Z
3576 Safer autosaving with support for ange-ftp and /tmp
3577 ftp-quik (1.0) 28-Jul-1993
3578 Terrence Brannon, <tb06@@pl122f.eecs.lehigh.edu>
3579 ~/modes/ftp-quik.el.Z
3580 Quik access to dired'ing of ange-ftp and normal paths
3581@end example
3582
3583@node Packages that do not come with Emacs, Submitting to the Emacs Lisp Archive, Finding a package with particular functionality, Finding Emacs and related packages
3584@section Where can I get Emacs Lisp packages that don't come with Emacs?
3585@cindex Unbundled packages
3586@cindex Finding other packages
3587@cindex Lisp packages that do not come with Emacs
3588@cindex Packages, those that do not come with Emacs
3589@cindex Emacs Lisp Archive, description of
3590@cindex Archive, description of the Emacs Lisp
3591
3592First, check the Lisp Code Directory to find the name of the package you
3593are looking for (@pxref{Finding a package with particular
3594functionality}). Next, check local archives and the Emacs Lisp Archive
3595to find a copy of the relevant files. If you still haven't found it,
3596you can send e-mail to the author asking for a copy. If you find Emacs
3597Lisp code that doesn't appear in the LCD, please submit a copy to the
3598LCD (@pxref{Submitting to the Emacs Lisp Archive}).
3599
3600You can access the Emacs Lisp Archive at
3601
3602@uref{ftp://archive.cis.ohio-state.edu/pub/emacs-lisp/}
3603
ed5c18e2
EZ
3604@noindent
3605or at
3606
3607@uref{http://www.cis.ohio-state.edu/emacs-lisp}
3608
3609@noindent
71e68827
DL
3610Retrieve and read the file @file{README} first.
3611
3612@itemize @bullet
3613
ed5c18e2
EZ
3614@item
3615The archive maintainers do not have time to answer individual
71e68827
DL
3616requests for packages or the list of packages in the archive. If you
3617cannot use FTP or UUCP to access the archive yourself, try to find a
3618friend who can, but please don't ask the maintainers.
3619
ed5c18e2
EZ
3620@item
3621Any files with names ending in @file{.Z}, @file{.z}, or @file{.gz} are
71e68827
DL
3622compressed, so you should use "binary" mode in FTP to retrieve them.
3623You should also use binary mode whenever you retrieve any files with
ed5c18e2 3624names ending in @file{.elc}.
71e68827
DL
3625
3626@end itemize
3627
3628@node Submitting to the Emacs Lisp Archive, Current GNU distributions, Packages that do not come with Emacs, Finding Emacs and related packages
3629@section How do I submit code to the Emacs Lisp Archive?
3630@cindex Submitting code to the Emacs Lisp Archive
3631@cindex Emacs Lisp Archive, submissions to
3632@cindex Lisp Archive, submissions to
3633@cindex Archive, submitting to the Emacs Lisp
3634
3635Guidelines and procedures for submission to the archive can be found in
ed5c18e2 3636the file @file{GUIDELINES} in the archive directory (@pxref{Packages that
71e68827
DL
3637do not come with Emacs}). It covers documentation, copyrights,
3638packaging, submission, and the Lisp Code Directory Record. Anonymous
3639FTP uploads are not permitted. Instead, all submissions are mailed to
3640@email{elisp-archive@@cis.ohio-state.edu}. The @file{lispdir.el}
3641package has a function named @code{submit-lcd-entry} which will help you
3642with this.
3643
3644@node Current GNU distributions, Difference between Emacs and XEmacs, Submitting to the Emacs Lisp Archive, Finding Emacs and related packages
3645@section Where can I get other up-to-date GNU stuff?
3646@cindex Current GNU distributions
3647@cindex Sources for current GNU distributions
3648@cindex Stuff, current GNU
3649@cindex Up-to-date GNU stuff
3650@cindex Finding current GNU software
3651@cindex Official GNU software sites
3652
3653The most up-to-date official GNU software is normally kept at
3654
3655@uref{ftp://ftp.gnu.org/pub/gnu}
3656
3657Read the files @file{etc/DISTRIB} and @file{etc/FTP} for more
3658information.
3659
3660A list of sites mirroring @samp{ftp.gnu.org} can be found at
3661
3662@uref{http://www.gnu.org/order/ftp.html}
3663
3664@node Difference between Emacs and XEmacs, Emacs for MS-DOS, Current GNU distributions, Finding Emacs and related packages
3665@section What is the difference between Emacs and XEmacs (formerly "Lucid Emacs")?
3666@cindex XEmacs
3667@cindex Difference Emacs and XEmacs
3668@cindex Lucid Emacs
3669@cindex Epoch
3670
3671First of all, they're both GNU Emacs. XEmacs is just as much a later
3672version of GNU Emacs as the FSF-distributed version. This FAQ refers to
ed5c18e2 3673the latest version to be distributed by the FSF as ``Emacs,'' partly
71e68827 3674because the XEmacs maintainers now refer to their product using the
ed5c18e2 3675``XEmacs'' name, and partly because there isn't any accurate way to
71e68827
DL
3676differentiate between the two without getting mired in paragraphs of
3677legalese and history.
3678
3679XEmacs, which began life as Lucid Emacs, is based on an early version of
3680Emacs 19 and Epoch, an X-aware version of Emacs 18.
3681
3682Emacs (i.e., the version distributed by the FSF) has a larger installed
0d17cd5c 3683base and now always contains the MULE multilingual facilities.
97878c08 3684XEmacs can do some clever tricks with X and MS-Windows, such as
0d17cd5c
DL
3685putting arbitrary graphics in a buffer. Similar facilities have been
3686implemented for Emacs as part of a new redisplay implementation for
ed5c18e2 3687Emacs 21, and are available in the latest Emacs releases.
0d17cd5c 3688Emacs and XEmacs each come with
71e68827
DL
3689Lisp packages that are lacking in the other; RMS says that the FSF would
3690include more packages that come with XEmacs, but that the XEmacs
3691maintainers don't always keep track of the authors of contributed code,
3692which makes it impossible for the FSF to have certain legal papers
3693signed. (Without these legal papers, the FSF will not distribute Lisp
0d17cd5c
DL
3694packages with Emacs.) The two versions have some
3695significant differences at the Lisp programming level.
71e68827
DL
3696
3697Many XEmacs features have found their way into recent versions of Emacs,
3698and more features can be expected in the future, but there are still many
3699differences between the two.
3700
ed5c18e2
EZ
3701The latest stable version of XEmacs as of this writing is 21.1; you can
3702get it at
3703
3704@uref{ftp://ftp.xemacs.org/pub/xemacs/current/xemacs-21.1.13.tar.gz}
3705
3706More information about XEmacs, including a list of frequently asked
3707questions (FAQ), is available at
3708
3709@uref{http://www.xemacs.org/}
3710
71e68827
DL
3711@node Emacs for MS-DOS, Emacs for Windows, Difference between Emacs and XEmacs, Finding Emacs and related packages
3712@section Where can I get Emacs for my PC running MS-DOS?
3713@cindex MS-DOS, Emacs for
3714@cindex DOS, Emacs for
3715@cindex Compiling Emacs for DOS
3716@cindex Emacs for MS-DOS
3717@cindex Tools needed to compile Emacs under DOS
3718
ed5c18e2
EZ
3719A pre-built binary distribution of Emacs is available from the
3720SimTel.NET archives. This version apparently works under MS-DOS and
3721Windows (3.X, 9X, ME, NT, and 2000) and supports long file names under
3722Windows 9X, Windows ME, and Windows 2000. More information is available
3723from
71e68827
DL
3724
3725@uref{ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/emacs.README}
3726
ed5c18e2 3727The binary itself is available in the files @file{em*.zip} in the
71e68827
DL
3728directory
3729
3730@uref{ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/}
3731
0d17cd5c
DL
3732If you prefer to compile Emacs for yourself, you can do so with the
3733current distribution directly. You will need a 386 (or
3734better) processor, and to be running MS-DOS 3.0 or later. According to
71e68827
DL
3735@email{eliz@@is.elta.co.il, Eli Zaretskii} and
3736@email{hankedr@@dms.auburn.edu, Darrel Hankerson}, you will need the
3737following:
3738
3739@table @emph
3740
3741@item Compiler
ed5c18e2
EZ
3742DJGPP version 1.12 maint 1 or later. Djgpp 2.0 or later is
3743recommended, since 1.x is very old an unmaintained. Djgpp 2 supports
f8635375 3744long file names on Windows 9X/ME/2K.
71e68827 3745
ed5c18e2 3746You can get the latest release of DJGPP by retrieving all of
71e68827
DL
3747the files in
3748
ed5c18e2 3749@uref{ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2*}
71e68827 3750
ed5c18e2
EZ
3751@item Unpacking program
3752The easiest way is to use @code{djtar} which comes with DJGPP v2.x,
71e68827 3753because it can open gzip'ed tarfiles (i.e., those ending with
ed5c18e2
EZ
3754@file{.tar.gz}) in one step. @code{Djtar} comes in
3755@file{djdev@var{nnn}.zip} archive (where @var{nnn} is the DJGPP version
3756number), from the URL mentioned above.
3757
3758@strong{Warning!} Do @strong{not} use the popular WinZip program to
3759unpack the Emacs distribution! WinZip is known to corrupt some of the
3760files by converting them to the DOS CR-LF format, it doesn't always
3761preserve the directory structure recorded in the compressed Emacs
3762archive, and commits other atrocities. Some of these problems could
3763actually prevent Emacs from building successfully!
71e68827
DL
3764
3765@item make, mv, sed, and rm
3766All of these utilities are available at
3767
3768@uref{ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu}
3769
377016-bit utilities can be found in GNUish, at
3771
3772@uref{ftp://ftp.simtel.net/pub/simtelnet/gnu/gnuish}
3773
ed5c18e2
EZ
3774@noindent
3775(@code{mv} and @code{rm} are in the Fileutils package, @code{sed} and
3776@code{make} are each one in a separate package named after them.)
3777
71e68827
DL
3778@end table
3779
d891bf01
EZ
3780The files @file{INSTALL} (near its end) and @file{etc/PROBLEMS} in the
3781directory of the Emacs sources contains some additional information
3782regarding Emacs under MS-DOS.
71e68827
DL
3783
3784For a list of other MS-DOS implementations of Emacs (and Emacs
3785look-alikes), consult the list of "Emacs implementations and literature,"
3786available at
3787
3788@uref{ftp://rtfm.mit.edu/pub/usenet/comp.emacs/}
3789
3790Note that while many of these programs look similar to Emacs, they often
3791lack certain features, such as the Emacs Lisp extension language.
3792
3793@node Emacs for Windows, Emacs for OS/2, Emacs for MS-DOS, Finding Emacs and related packages
3794@section Where can I get Emacs for Microsoft Windows
3795@cindex FAQ for NT Emacs
d891bf01 3796@cindex Emacs for MS-Windows
71e68827 3797@cindex Microsoft Windows, Emacs for
d891bf01 3798@cindex Windows 9X, ME, NT, 2K, and CE, Emacs for
71e68827
DL
3799
3800For information on Emacs for Windows 95 and NT, read the FAQ produced by
3801@email{voelker@@cs.washington.edu, Geoff Voelker}, available at
3802
0d17cd5c 3803@uref{http://www.gnu.org/software/emacs/windows/ntemacs.html}
71e68827 3804
0d17cd5c 3805@xref{Emacs for MS-DOS}, for Windows 3.1.
71e68827 3806
d891bf01
EZ
3807A port of Emacs 20.7 for Windows CE, based on NTEmacs, is available at
3808
3809@uref{http://www.rainer-keuchel.de/software.html}
3810
3811@noindent
3812This port was done by @email{coyxc@@rainer-keuchel.de, Rainer Keuchel},
3813and supports all Emacs features except async subprocesses and menus.
3814You will need MSVC 6.0 and a Windows CE SDK to build this port.
3815
71e68827
DL
3816@node Emacs for OS/2, Emacs for Atari ST, Emacs for Windows, Finding Emacs and related packages
3817@section Where can I get Emacs for my PC running OS/2?
3818@cindex OS/2, Emacs for
3819
bb2628a7 3820Emacs 20.6 is ported for emx on OS/2 2.0 or 2.1, and is available at
71e68827 3821
bb2628a7
EZ
3822@uref{ftp://hobbes.nmsu.edu/pub/os2/apps/editors/emacs/e206*.zip}
3823
3824@noindent
3825and also at
3826
3827@uref{http://archiv.leo.org/pub/comp/os/os2/leo/gnu/emacs%2d20/}
3828
3829Instructions for installation, basic setup, and other useful information
3830for OS/2 users of Emacs can be found at
3831
3832@uref{http://userpage.fu-berlin.de/~oheiabbd/emacs/emacs206-os2.html}
71e68827
DL
3833
3834@node Emacs for Atari ST, Emacs for the Amiga , Emacs for OS/2, Finding Emacs and related packages
3835@section Where can I get Emacs for my Atari ST?
3836@cindex Atari ST, Emacs for
3837@cindex TOS, Emacs for
3838
3839