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