(Learning more about Gnus): Add cross-refs to Gnus manual and FAQ.
[bpt/emacs.git] / doc / misc / faq.texi
CommitLineData
4009494e
GM
1\input texinfo @c -*- mode: texinfo; -*-
2@c %**start of header
db78a8cb 3@setfilename ../../info/efaq
4009494e
GM
4@settitle GNU Emacs FAQ
5@c %**end of header
6
4009494e 7@c This is used in many places
70cb3ee2 8@set VER 23.0.94
4009494e
GM
9
10@c This file is maintained by Romain Francoise <rfrancoise@gnu.org>.
11@c Feel free to install changes without prior permission (but I'd
12@c appreciate a notice if you do).
13
14@copying
6ed161e1 15Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4009494e 16Free Software Foundation, Inc.@*
85b438b7
GM
17Copyright @copyright{} 1994, 1995, 1996, 1997, 1998, 1999, 2000
18Reuven M. Lerner@*
19Copyright @copyright{} 1992, 1993 Steven Byrnes@*
20Copyright @copyright{} 1990, 1991, 1992 Joseph Brian Wells@*
4009494e
GM
21
22@quotation
23This list of frequently asked questions about GNU Emacs with answers
24(``FAQ'') may be translated into other languages, transformed into other
25formats (e.g. Texinfo, Info, WWW, WAIS), and updated with new information.
26
27The same conditions apply to any derivative of the FAQ as apply to the FAQ
28itself. Every copy of the FAQ must include this notice or an approved
29translation, information on who is currently maintaining the FAQ and how to
30contact them (including their e-mail address), and information on where the
31latest version of the FAQ is archived (including FTP information).
32
33The FAQ may be copied and redistributed under these conditions, except that
34the FAQ may not be embedded in a larger literary work unless that work
35itself allows free copying and redistribution.
36
37[This version has been heavily edited since it was included in the Emacs
38distribution.]
39@end quotation
40@end copying
41
42@dircategory Emacs
43@direntry
44* Emacs FAQ: (efaq). Frequently Asked Questions about Emacs.
45@end direntry
46
47@c The @titlepage stuff only appears in the printed version
48@titlepage
49@sp 10
50@center @titlefont{GNU Emacs FAQ}
51
52@c The following two commands start the copyright page.
53@page
54@vskip 0pt plus 1filll
55@insertcopying
56@end titlepage
57
5dc584b5
KB
58@contents
59
f0bf7708
GM
60@node Top, FAQ notation, (dir), (dir)
61@top The GNU Emacs FAQ
4009494e 62
85b438b7 63@c FIXME @today is just the day we ran `makeinfo'.
4009494e
GM
64This is the GNU Emacs FAQ, last updated on @today{}.
65
66This FAQ is maintained as a part of GNU Emacs. If you find any errors,
67or have any suggestions, please use @kbd{M-x report-emacs-bug} to report
68them.
69
5dc584b5
KB
70@ifnottex
71@insertcopying
72@end ifnottex
73
4009494e
GM
74@menu
75* FAQ notation::
76* General questions::
77* Getting help::
78* Status of Emacs::
79* Common requests::
80* Bugs and problems::
81* Compiling and installing Emacs::
82* Finding Emacs and related packages::
83* Major packages and programs::
84* Key bindings::
85* Alternate character sets::
86* Mail and news::
87* Concept index::
88@end menu
89
90@c ------------------------------------------------------------
f0bf7708 91@node FAQ notation
4009494e
GM
92@chapter FAQ notation
93@cindex FAQ notation
94
95This chapter describes notation used in the GNU Emacs FAQ, as well as in
96the Emacs documentation. Consult this section if this is the first time
97you are reading the FAQ, or if you are confused by notation or terms
98used in the FAQ.
99
100@menu
101* Basic keys::
102* Extended commands::
85b438b7 103* Emacs manual::
4009494e
GM
104* File-name conventions::
105* Common acronyms::
106@end menu
107
f0bf7708 108@node Basic keys
4009494e
GM
109@section What do these mean: @kbd{C-h}, @kbd{C-M-a}, @key{RET}, @kbd{@key{ESC} a}, etc.?
110@cindex Basic keys
111@cindex Control key, notation for
112@cindex @key{Meta} key, notation for
113@cindex Control-Meta characters, notation for
114@cindex @kbd{C-h}, definition of
115@cindex @kbd{C-M-h}, definition of
116@cindex @key{DEL}, definition of
117@cindex @key{ESC}, definition of
118@cindex @key{LFD}, definition of
119@cindex @key{RET}, definition of
120@cindex @key{SPC}, definition of
121@cindex @key{TAB}, definition of
122@cindex Notation for keys
123
124@itemize @bullet
125
126@item
127@kbd{C-x}: press the @key{x} key while holding down the @key{Control} key
128
129@item
130@kbd{M-x}: press the @key{x} key while holding down the @key{Meta} key
131(if your computer doesn't have a @key{Meta} key, @pxref{No Meta key})
132
133@item
134@kbd{M-C-x}: press the @key{x} key while holding down both @key{Control}
135and @key{Meta}
136
137@item
138@kbd{C-M-x}: a synonym for the above
139
140@item
141@key{LFD}: Linefeed or Newline; same as @kbd{C-j}
142
143@item
144@key{RET}: @key{Return}, sometimes marked @key{Enter}; same as @kbd{C-m}
145
146@item
147@key{DEL}: @key{Delete}, usually @strong{not} the same as
148@key{Backspace}; same as @kbd{C-?} (see @ref{Backspace invokes help}, if
149deleting invokes Emacs help)
150
151@item
152@key{ESC}: Escape; same as @kbd{C-[}
153
154@item
155@key{TAB}: Tab; same as @kbd{C-i}
156
157@item
158@key{SPC}: Space bar
159
160@end itemize
161
162Key sequences longer than one key (and some single-key sequences) are
163written inside quotes or on lines by themselves, like this:
164
165@display
166 @kbd{M-x frobnicate-while-foo RET}
167@end display
168
169@noindent
170Any real spaces in such a key sequence should be ignored; only @key{SPC}
171really means press the space key.
172
173The @acronym{ASCII} code sent by @kbd{C-x} (except for @kbd{C-?}) is the value
174that would be sent by pressing just @key{x} minus 96 (or 64 for
175upper-case @key{X}) and will be from 0 to 31. On Unix and GNU/Linux
176terminals, the @acronym{ASCII} code sent by @kbd{M-x} is the sum of 128 and the
177@acronym{ASCII} code that would be sent by pressing just @key{x}. Essentially,
178@key{Control} turns off bits 5 and 6 and @key{Meta} turns on bit
1797@footnote{
180DOS and Windows terminals don't set bit 7 when the @key{Meta} key is
181pressed.}.
182
183@kbd{C-?} (aka @key{DEL}) is @acronym{ASCII} code 127. It is a misnomer to call
184@kbd{C-?} a ``control'' key, since 127 has both bits 5 and 6 turned ON.
185Also, on very few keyboards does @kbd{C-?} generate @acronym{ASCII} code 127.
85b438b7 186@c FIXME I cannot understand the previous sentence.
4009494e 187
85b438b7
GM
188@inforef{Keys, Keys, emacs}, for more information. (@xref{Emacs
189manual}, for more information about Info.)
4009494e 190
f0bf7708 191@node Extended commands
4009494e
GM
192@section What does @file{M-x @var{command}} mean?
193@cindex Extended commands
194@cindex Commands, extended
195@cindex M-x, meaning of
196
197@kbd{M-x @var{command}} means type @kbd{M-x}, then type the name of the
198command, then type @key{RET}. (@xref{Basic keys}, if you're not sure
199what @kbd{M-x} and @key{RET} mean.)
200
201@kbd{M-x} (by default) invokes the command
202@code{execute-extended-command}. This command allows you to run any
203Emacs command if you can remember the command's name. If you can't
204remember the command's name, you can type @key{TAB} and @key{SPC} for
205completion, @key{?} for a list of possibilities, and @kbd{M-p} and
206@kbd{M-n} (or up-arrow and down-arrow on terminals that have these
207editing keys) to see previous commands entered. An Emacs @dfn{command}
208is an @dfn{interactive} Emacs function.
209
210@cindex @key{Do} key
211Your system administrator may have bound other key sequences to invoke
212@code{execute-extended-command}. A function key labeled @kbd{Do} is a
213good candidate for this, on keyboards that have such a key.
214
215If you need to run non-interactive Emacs functions, see @ref{Evaluating
216Emacs Lisp code}.
217
85b438b7
GM
218@node Emacs manual
219@section How do I read topic XXX in the Emacs manual?
220@cindex Emacs manual, reading topics in
221@cindex Reading topics in the Emacs manual
222@cindex Finding topics in the Emacs manual
4009494e
GM
223@cindex Info, finding topics in
224
85b438b7 225When we refer you to some @var{topic} in the Emacs manual, you can
4009494e
GM
226read this manual node inside Emacs (assuming nothing is broken) by
227typing @kbd{C-h i m emacs @key{RET} m @var{topic} @key{RET}}.
228
229This invokes Info, the GNU hypertext documentation browser. If you don't
230already know how to use Info, type @key{?} from within Info.
231
232If we refer to @var{topic}:@var{subtopic}, type @kbd{C-h i m emacs
233@key{RET} m @var{topic} @key{RET} m @var{subtopic} @key{RET}}.
234
235If these commands don't work as expected, your system administrator may
236not have installed the Info files, or may have installed them
237improperly. In this case you should complain.
238
239@xref{Getting a printed manual}, if you would like a paper copy of the
240Emacs manual.
241
f0bf7708 242@node File-name conventions
85b438b7 243@section What are @file{etc/GNU}, @file{src/config.h}, and @file{site-lisp/default.el}?
4009494e
GM
244@cindex File-name conventions
245@cindex Conventions for file names
246@cindex Directories and files that come with Emacs
247
248These are files that come with Emacs. The Emacs distribution is divided
85b438b7 249into subdirectories; e.g. @file{etc}, @file{lisp}, and @file{src}.
4009494e
GM
250
251If you use Emacs, but don't know where it is kept on your system, start
252Emacs, then type @kbd{C-h v data-directory @key{RET}}. The directory
253name displayed by this will be the full pathname of the installed
254@file{etc} directory. (This full path is recorded in the Emacs variable
255@code{data-directory}, and @kbd{C-h v} displays the value and the
256documentation of a variable.)
257
85b438b7 258The location of your Info directory (i.e., where Info documentation
4009494e
GM
259is stored) is kept in the variable @code{Info-default-directory-list}. Use
260@kbd{C-h v Info-default-directory-list @key{RET}} to see the value of
261this variable, which will be a list of directory names. The last
262directory in that list is probably where most Info files are stored. By
85b438b7 263default, Info documentation is placed in @file{/usr/local/share/info}.
4009494e
GM
264
265Some of these files are available individually via FTP or e-mail; see
266@ref{Informational files for Emacs}. They all are available in the
267source distribution. Many of the files in the @file{etc} directory are
268also available via the Emacs @samp{Help} menu, or by typing @kbd{C-h ?}
269(@kbd{M-x help-for-help}).
270
f0bf7708 271@node Common acronyms
30884d11 272@section What are FSF, LPF, GNU, RMS, FTP, and GPL?
4009494e
GM
273@cindex FSF, definition of
274@cindex LPF, definition of
4009494e
GM
275@cindex GNU, definition of
276@cindex RMS, definition of
277@cindex Stallman, Richard, acronym for
278@cindex Richard Stallman, acronym for
279@cindex FTP, definition of
280@cindex GPL, definition of
281@cindex Acronyms, definitions for
282@cindex Common acronyms, definitions for
283
284@table @asis
285
286@item FSF
287Free Software Foundation
288
289@item LPF
290League for Programming Freedom
291
4009494e
GM
292@item GNU
293GNU's Not Unix
294
295@item RMS
296Richard Matthew Stallman
297
298@item FTP
299File Transfer Protocol
300
301@item GPL
302GNU General Public License
303
304@end table
305
30884d11 306Avoid confusing the FSF and the LPF. The LPF opposes
4009494e 307look-and-feel copyrights and software patents. The FSF aims to make
30884d11 308high quality free software available for everyone.
4009494e
GM
309
310The word ``free'' in the title of the Free Software Foundation refers to
311``freedom,'' not ``zero cost.'' Anyone can charge any price for
312GPL-covered software that they want to. However, in practice, the
313freedom enforced by the GPL leads to low prices, because you can always
314get the software for less money from someone else, since everyone has
315the right to resell or give away GPL-covered software.
316
317@c ------------------------------------------------------------
f0bf7708 318@node General questions
4009494e
GM
319@chapter General questions
320@cindex General questions
321
322This chapter contains general questions having to do with Emacs, the
323Free Software Foundation, and related organizations.
324
325@menu
326* The LPF::
327* Real meaning of copyleft::
328* Guidelines for newsgroup postings::
329* Newsgroup archives::
330* Reporting bugs::
331* Unsubscribing from Emacs lists::
332* Contacting the FSF::
333@end menu
334
f0bf7708 335@node The LPF
4009494e
GM
336@section What is the LPF?
337@cindex LPF, description of
338@cindex League for Programming Freedom
339@cindex Software patents, opposition to
340@cindex Patents for software, opposition to
341
342The LPF opposes the expanding danger of software patents and
30884d11
GM
343look-and-feel copyrights. More information on the LPF's views is
344available at @uref{http://progfree.org/, the LPF home page}.
4009494e 345
f0bf7708 346@node Real meaning of copyleft
4009494e
GM
347@section What is the real legal meaning of the GNU copyleft?
348@cindex Copyleft, real meaning of
349@cindex GPL, real meaning of
350@cindex General Public License, real meaning of
351@cindex Discussion of the GPL
352
353The real legal meaning of the GNU General Public License (copyleft) will
354only be known if and when a judge rules on its validity and scope.
355There has never been a copyright infringement case involving the GPL to
85b438b7
GM
356set any precedents. Although legal actions have been brought against
357companies for violating the terms of the GPL, so far all have been
358settled out of court (in favour of the plaintiffs). Please take any
359discussion regarding this issue to the newsgroup
360@uref{news:gnu.misc.discuss}, which was created to hold the extensive
361flame wars on the subject.
4009494e
GM
362
363RMS writes:
364
365@quotation
366The legal meaning of the GNU copyleft is less important than the spirit,
367which is that Emacs is a free software project and that work pertaining
368to Emacs should also be free software. ``Free'' means that all users
369have the freedom to study, share, change and improve Emacs. To make
370sure everyone has this freedom, pass along source code when you
371distribute any version of Emacs or a related program, and give the
372recipients the same freedom that you enjoyed.
373@end quotation
374
f0bf7708 375@node Guidelines for newsgroup postings
85b438b7 376@section What are appropriate messages for the various Emacs newsgroups?
4009494e
GM
377@cindex Newsgroups, appropriate messages for
378@cindex GNU newsgroups, appropriate messages for
379@cindex Usenet groups, appropriate messages for
380@cindex Mailing lists, appropriate messages for
381@cindex Posting messages to newsgroups
382
383@cindex GNU mailing lists
384The file @file{etc/MAILINGLISTS} describes the purpose of each GNU
385mailing list. (@xref{Informational files for Emacs}, if you want a copy
386of the file.) For those lists which are gatewayed with newsgroups, it
387lists both the newsgroup name and the mailing list address.
388
389The newsgroup @uref{news:comp.emacs} is for discussion of Emacs programs
85b438b7
GM
390in general. The newsgroup @uref{news:gnu.emacs.help} is specifically
391for GNU Emacs.
4009494e
GM
392
393Messages advocating ``non-free'' software are considered unacceptable on
394any of the @code{gnu.*} newsgroups except for @uref{news:gnu.misc.discuss},
395which was created to hold the extensive flame-wars on the subject.
396``Non-free'' software includes any software for which the end user can't
397freely modify the source code and exchange enhancements. Be careful to
398remove the @code{gnu.*} groups from the @samp{Newsgroups:} line when
399posting a followup that recommends such software.
400
401@uref{news:gnu.emacs.bug} is a place where bug reports appear, but avoid
402posting bug reports to this newsgroup directly (@pxref{Reporting bugs}).
403
f0bf7708 404@node Newsgroup archives
4009494e
GM
405@section Where can I get old postings to @uref{news:gnu.emacs.help} and other GNU groups?
406@cindex Archived postings from @code{gnu.emacs.help}
407@cindex Usenet archives for GNU groups
408@cindex Old Usenet postings for GNU groups
409
410The FSF has maintained archives of all of the GNU mailing lists for many
411years, although there may be some unintentional gaps in coverage. The
412archive is not particularly well organized or easy to retrieve
413individual postings from, but pretty much everything is there.
414
415The archive is at @uref{ftp://lists.gnu.org/}.
416
417The archive can be browsed over the web at
418@uref{http://lists.gnu.org/archive/html/, the GNU mail archive}.
419
420Web-based Usenet search services, such as
85b438b7 421@uref{http://groups.google.com/groups/dir?q=gnu&, Google}, also
4009494e
GM
422archive the @code{gnu.*} groups.
423
424You can read the archives of the @code{gnu.*} groups and post new
85b438b7
GM
425messages at @uref{http://gmane.org/, Gmane}. Gmane is a service that
426presents mailing lists as newsgroups.
4009494e 427
f0bf7708 428@node Reporting bugs
4009494e
GM
429@section Where should I report bugs and other problems with Emacs?
430@cindex Bug reporting
431@cindex Good bug reports
432@cindex How to submit a bug report
433@cindex Reporting bugs
434
435The correct way to report Emacs bugs is to use the command
436@kbd{M-x report-emacs-bug}. It sets up a mail buffer with the
85b438b7 437essential information and the correct e-mail address, which is
4009494e
GM
438@email{bug-gnu-emacs@@gnu.org} for the released versions of Emacs.
439Anything sent to @email{bug-gnu-emacs@@gnu.org} also appears in the
440newsgroup @uref{news:gnu.emacs.bug}, but please use e-mail instead of
441news to submit the bug report. This ensures a reliable return address
442so you can be contacted for further details.
443
444Be sure to read the ``Bugs'' section of the Emacs manual before reporting
445a bug! The manual describes in detail how to submit a useful bug
446report (@pxref{Bugs, , Reporting Bugs, emacs, The GNU Emacs Manual}).
85b438b7 447(@xref{Emacs manual}, if you don't know how to read the manual.)
4009494e
GM
448
449RMS says:
450
451@quotation
452Sending bug reports to @email{help-gnu-emacs@@gnu.org} (which has the
453effect of posting on @uref{news:gnu.emacs.help}) is undesirable because
454it takes the time of an unnecessarily large group of people, most of
455whom are just users and have no idea how to fix these problem.
456@email{bug-gnu-emacs@@gnu.org} reaches a much smaller group of people
457who are more likely to know what to do and have expressed a wish to
458receive more messages about Emacs than the others.
459@end quotation
460
461RMS says it is sometimes fine to post to @uref{news:gnu.emacs.help}:
462
463@quotation
464If you have reported a bug and you don't hear about a possible fix,
465then after a suitable delay (such as a week) it is okay to post on
466@code{gnu.emacs.help} asking if anyone can help you.
467@end quotation
468
469If you are unsure whether you have found a bug, consider the following
470non-exhaustive list, courtesy of RMS:
471
472@quotation
473If Emacs crashes, that is a bug. If Emacs gets compilation errors
474while building, that is a bug. If Emacs crashes while building, that
475is a bug. If Lisp code does not do what the documentation says it
476does, that is a bug.
477@end quotation
478
f0bf7708 479@node Unsubscribing from Emacs lists
85b438b7 480@section How do I unsubscribe from a mailing list?
4009494e
GM
481@cindex Unsubscribing from GNU mailing lists
482@cindex Removing yourself from GNU mailing lists
483
85b438b7 484If you are receiving a GNU mailing list named @var{list}, you should be
4009494e 485able to unsubscribe from it by sending a request to the address
85b438b7
GM
486@email{@var{list}-request@@gnu.org}. Mailing lists mails normally
487contain information in either the message header
488(@samp{List-Unsubscribe:}) or as a footer that tells you how to
489unsubscribe.
4009494e 490
f0bf7708 491@node Contacting the FSF
4009494e
GM
492@section What is the current address of the FSF?
493@cindex Snail mail address of the FSF
494@cindex Postal address of the FSF
495@cindex Contracting the FSF
496@cindex Free Software Foundation, contacting
497
498@table @asis
499
500@item E-mail
85b438b7 501info@@fsf.org
4009494e
GM
502
503@item Telephone
504+1-617-542-5942
505
506@item Fax
507+1-617-542-2652
508
509@item World Wide Web
85b438b7 510@uref{http://www.fsf.org/}
4009494e
GM
511
512@item Postal address
513Free Software Foundation@*
51451 Franklin Street, Fifth Floor@*
515Boston, MA 02110-1301@*
516USA@*
517
518@end table
519
520@cindex Ordering GNU software
521For details on how to order items directly from the FSF, see the
85b438b7 522@uref{http://shop.fsf.org/, FSF on-line store}.
4009494e
GM
523
524@c ------------------------------------------------------------
f0bf7708 525@node Getting help
4009494e
GM
526@chapter Getting help
527@cindex Getting help
528
85b438b7 529This chapter tells you how to get help with Emacs.
4009494e
GM
530
531@menu
532* Basic editing::
533* Learning how to do something::
534* Getting a printed manual::
535* Emacs Lisp documentation::
536* Installing Texinfo documentation::
537* Printing a Texinfo file::
538* Viewing Info files outside of Emacs::
539* Informational files for Emacs::
540* Help installing Emacs::
541* Obtaining the FAQ::
542@end menu
543
f0bf7708 544@node Basic editing
4009494e
GM
545@section I'm just starting Emacs; how do I do basic editing?
546@cindex Basic editing with Emacs
547@cindex Beginning editing
548@cindex Tutorial, invoking the
549@cindex Self-paced tutorial, invoking the
550@cindex Help system, entering the
551
552Type @kbd{C-h t} to invoke the self-paced tutorial. Just typing
553@kbd{C-h} enters the help system. Starting with Emacs 22, the tutorial
554is available in many foreign languages such as French, German, Japanese,
555Russian, etc. Use @kbd{M-x help-with-tutorial-spec-language @key{RET}}
556to choose your language and start the tutorial.
557
558Your system administrator may have changed @kbd{C-h} to act like
559@key{DEL} to deal with local keyboards. You can use @kbd{M-x
560help-for-help} instead to invoke help. To discover what key (if any)
561invokes help on your system, type @kbd{M-x where-is @key{RET}
562help-for-help @key{RET}}. This will print a comma-separated list of key
563sequences in the echo area. Ignore the last character in each key
85b438b7
GM
564sequence listed. Each of the resulting key sequences (e.g. @key{F1} is
565common) invokes help.
4009494e
GM
566
567Emacs help works best if it is invoked by a single key whose value
568should be stored in the variable @code{help-char}.
569
f0bf7708 570@node Learning how to do something
4009494e
GM
571@section How do I find out how to do something in Emacs?
572@cindex Help for Emacs
573@cindex Learning to do something in Emacs
574@cindex Reference card for Emacs
575@cindex Overview of help systems
576
577There are several methods for finding out how to do things in Emacs.
578
579@itemize @bullet
580
581@cindex Reading the Emacs manual
582@item
85b438b7 583The complete text of the Emacs manual is available via the Info
4009494e
GM
584hypertext reader. Type @kbd{C-h r} to display the manual in Info mode.
585Typing @key{h} immediately after entering Info will provide a short
586tutorial on how to use it.
587
588@cindex Lookup a subject in a manual
589@cindex Index search in a manual
590@item
591To quickly locate the section of the manual which discusses a certain
592issue, or describes a command or a variable, type @kbd{C-h i m emacs
593@key{RET} i @var{topic} @key{RET}}, where @var{topic} is the name of the
594topic, the command, or the variable which you are looking for. If this
595does not land you on the right place in the manual, press @kbd{,}
596(comma) repeatedly until you find what you need. (The @kbd{i} and
597@kbd{,} keys invoke the index-searching functions, which look for the
598@var{topic} you type in all the indices of the Emacs manual.)
599
600@cindex Apropos
601@item
602You can list all of the commands whose names contain a certain word
603(actually which match a regular expression) using @kbd{C-h a} (@kbd{M-x
604command-apropos}).
605
606@cindex Command description in the manual
607@item
608The command @kbd{C-h F} (@code{Info-goto-emacs-command-node}) prompts
609for the name of a command, and then attempts to find the section in the
610Emacs manual where that command is described.
611
612@cindex Finding commands and variables
613@item
614You can list all of the functions and variables whose names contain a
615certain word using @kbd{M-x apropos}.
616
617@item
618You can list all of the functions and variables whose documentation
619matches a regular expression or a string, using @kbd{M-x
620apropos-documentation}.
621
622@item
623You can order a hardcopy of the manual from the FSF. @xref{Getting a
624printed manual}.
625
626@cindex Reference cards, in other languages
627@item
628You can get a printed reference card listing commands and keys to
30884d11 629invoke them. You can order one from the FSF for $2 (or 10 for $18),
4009494e 630or you can print your own from the @file{etc/refcards/refcard.tex} or
30884d11 631@file{etc/refcards/refcard.pdf} files in the Emacs distribution.
4009494e
GM
632Beginning with version 21.1, the Emacs distribution comes with
633translations of the reference card into several languages; look for
634files named @file{etc/refcards/@var{lang}-refcard.*}, where @var{lang}
635is a two-letter code of the language. For example, the German version
636of the reference card is in the files @file{etc/refcards/de-refcard.tex}
30884d11 637and @file{etc/recards/de-refcard.pdf}.
4009494e
GM
638
639@item
640There are many other commands in Emacs for getting help and
641information. To get a list of these commands, type @samp{?} after
642@kbd{C-h}.
643
644@end itemize
645
f0bf7708 646@node Getting a printed manual
4009494e
GM
647@section How do I get a printed copy of the Emacs manual?
648@cindex Printed Emacs manual, obtaining
649@cindex Manual, obtaining a printed or HTML copy of
650@cindex Emacs manual, obtaining a printed or HTML copy of
651
652You can order a printed copy of the Emacs manual from the FSF. For
85b438b7 653details see the @uref{http://shop.fsf.org/, FSF on-line store}.
4009494e 654
30884d11 655The full Texinfo source for the manual also comes in the @file{doc/emacs}
4009494e 656directory of the Emacs distribution, if you're daring enough to try to
30884d11 657print out this several-hundred-page manual yourself (@pxref{Printing a Texinfo
4009494e
GM
658file}).
659
660If you absolutely have to print your own copy, and you don't have @TeX{},
30884d11 661you can get a PostScript or PDF (or HTML) version from
4009494e
GM
662
663@uref{http://www.gnu.org/software/emacs/manual/}
664
85b438b7 665@xref{Learning how to do something}, for how to view the manual.
4009494e 666
f0bf7708 667@node Emacs Lisp documentation
4009494e
GM
668@section Where can I get documentation on Emacs Lisp?
669@cindex Documentation on Emacs Lisp
670@cindex Function documentation
671@cindex Variable documentation
672@cindex Emacs Lisp Reference Manual
673@cindex Reference manual for Emacs Lisp
674
675Within Emacs, you can type @kbd{C-h f} to get the documentation for a
676function, @kbd{C-h v} for a variable.
677
678For more information, the Emacs Lisp Reference Manual is available
85b438b7 679in Info format. @xref{Top, Emacs Lisp,, elisp, The
4009494e
GM
680Emacs Lisp Reference Manual}.
681
682You can also order a hardcopy of the manual, details on ordering it from
85b438b7 683FSF are on the @uref{http://shop.fsf.org/, FSF on-line store}.
4009494e
GM
684
685An HTML version of the Emacs Lisp Reference Manual is available at
686
687@uref{http://www.gnu.org/software/emacs/elisp-manual/elisp.html}
688
f0bf7708 689@node Installing Texinfo documentation
4009494e
GM
690@section How do I install a piece of Texinfo documentation?
691@cindex Texinfo documentation, installing
692@cindex Installing Texinfo documentation
693@cindex New Texinfo files, installing
694@cindex Documentation, installing new Texinfo files
695@cindex Info files, how to install
696
697First, you must turn the Texinfo files into Info files. You may do this
85b438b7 698using the stand-alone @file{makeinfo} program, available as part of the
4009494e
GM
699Texinfo package at
700
85b438b7 701@uref{http://www.gnu.org/software/texinfo/}
4009494e
GM
702
703For information about the Texinfo format, read the Texinfo manual which
704comes with the Texinfo package. This manual also comes installed in
85b438b7 705Info format, so you can read it from Emacs; type @kbd{C-h i m texinfo
4009494e
GM
706@key{RET}}.
707
708Alternatively, you could use the Emacs command @kbd{M-x
709texinfo-format-buffer}, after visiting the Texinfo source file of the
710manual you want to convert.
711
712Neither @code{texinfo-format-buffer} nor @file{makeinfo} installs the
713resulting Info files in Emacs's Info tree. To install Info files,
714perform these steps:
715
716@enumerate
717@item
718Move the files to the @file{info} directory in the installed Emacs
719distribution. @xref{File-name conventions}, if you don't know where that
720is.
721
722@item
723Run the @code{install-info} command, which is part of the Texinfo
724distribution, to update the main Info directory menu, like this:
725
726@example
727 install-info --info-dir=@var{dir-path} @var{dir-path}/@var{file}
728@end example
729
730@noindent
731where @var{dir-path} is the full path to the directory where you copied
732the produced Info file(s), and @var{file} is the name of the Info file
733you produced and want to install.
734
735If you don't have the @code{install-info} command installed, you can
736edit the file @file{info/dir} in the installed Emacs distribution, and
737add a line for the top level node in the Info package that you are
738installing. Follow the examples already in this file. The format is:
739
740@example
741* Topic: (relative-pathname). Short description of topic.
742@end example
743
744@end enumerate
745
746If you want to install Info files and you don't have the necessary
747privileges, you have several options:
748
749@itemize @bullet
750@item
751Info files don't actually need to be installed before being used.
752You can use a prefix argument for the @code{info} command and specify
753the name of the Info file in the minibuffer. This goes to the node
754named @samp{Top} in that file. For example, to view a Info file named
755@file{@var{info-file}} in your home directory, you can type this:
756
757@example
758@kbd{C-u C-h i ~/@var{info-file} @key{RET}}
759@end example
760
761Alternatively, you can feed a file name to the @code{Info-goto-node}
762command (invoked by pressing @key{g} in Info mode) by typing the name
763of the file in parentheses, like this:
764
765@example
766@kbd{C-h i g (~/@var{info-file}) @key{RET}}
767@end example
768
769@item
770You can create your own Info directory. You can tell Emacs where that
771Info directory is by adding its pathname to the value of the variable
772@code{Info-default-directory-list}. For example, to use a private Info
773directory which is a subdirectory of your home directory named @file{Info},
774you could put this in your @file{.emacs} file:
775
776@lisp
777(setq Info-default-directory-list
778 (cons "~/Info" Info-default-directory-list))
779@end lisp
780
781You will need a top-level Info file named @file{dir} in this directory
782which has everything the system @file{dir} file has in it, except it should
783list only entries for Info files in that directory. You might not need
784it if all files in this directory were referenced by other @file{dir}
785files. The node lists from all @file{dir} files in
786@code{Info-default-directory-list} are merged by the Info system.
787
788@end itemize
789
f0bf7708 790@node Printing a Texinfo file
4009494e
GM
791@section How do I print a Texinfo file?
792@cindex Printing a Texinfo file
793@cindex Texinfo file, printing
794@cindex Printing documentation
795
796You can't get nicely printed output from Info files; you must still have
797the original Texinfo source file for the manual you want to print.
798
799Assuming you have @TeX{} installed on your system, follow these steps:
800
801@enumerate
802
803@item
804Make sure the first line of the Texinfo file looks like this:
805
806@example
807\input texinfo
808@end example
809
810You may need to change @samp{texinfo} to the full pathname of the
811@file{texinfo.tex} file, which comes with Emacs as
db78a8cb 812@file{doc/misc/texinfo.tex} (or copy or link it into the current directory).
4009494e
GM
813
814@item
815Type @kbd{texi2dvi @var{texinfo-source}}, where @var{texinfo-source} is
816the name of the Texinfo source file for which you want to produce a
817printed copy.
818
819The @samp{texi2dvi} script is part of the GNU Texinfo distribution
820(@pxref{Installing Texinfo documentation}).
821
85b438b7
GM
822Alternatively, @samp{texi2pdf} produces PDF files.
823
4009494e
GM
824@item
825Print the DVI file @file{@var{texinfo-source}.dvi} in the normal way for
826printing DVI files at your site. For example, if you have a PostScript
827printer, run the @code{dvips} program to print the DVI file on that
828printer.
829
830@end enumerate
831
832To get more general instructions, retrieve the latest Texinfo package
833(@pxref{Installing Texinfo documentation}).
834
f0bf7708 835@node Viewing Info files outside of Emacs
4009494e
GM
836@section Can I view Info files without using Emacs?
837@cindex Viewing Info files
838@cindex Info file viewers
839@cindex Alternative Info file viewers
840
841Yes. Here are some alternative programs:
842
843@itemize @bullet
844
845@item
846@code{info}, a stand-alone version of the Info program, comes as part of
847the Texinfo package. @xref{Installing Texinfo documentation}, for
848details.
849
4009494e
GM
850@item
851Tkinfo, an Info viewer that runs under X Window system and uses Tcl/Tk.
852You can get Tkinfo at
853@uref{http://math-www.uni-paderborn.de/~axel/tkinfo/}.
854
855@end itemize
856
f0bf7708 857@node Informational files for Emacs
4009494e
GM
858@section What informational files are available for Emacs?
859@cindex Informational files included with Emacs
860@cindex Files included with Emacs
861@cindex @file{COPYING}, description of file
862@cindex @file{DISTRIB}, description of file
4009494e
GM
863@cindex @file{GNU}, description of file
864@cindex @file{INTERVIEW}, description of file
4009494e
GM
865@cindex @file{MACHINES}, description of file
866@cindex @file{MAILINGLISTS}, description of file
867@cindex @file{NEWS}, description of file
4009494e
GM
868
869This isn't a frequently asked question, but it should be! A variety of
870informational files about Emacs and relevant aspects of the GNU project
871are available for you to read.
872
873The following files are available in the @file{etc} directory of the
874Emacs distribution (see @ref{File-name conventions}, if you're not sure
875where that is).
876
877@table @file
878
879@item COPYING
880GNU General Public License
881
882@item DISTRIB
30884d11 883Emacs Availability Information
4009494e 884
4009494e
GM
885@item GNU
886The GNU Manifesto
887
888@item INTERVIEW
889Richard Stallman discusses his public-domain UNIX-compatible software
890system with BYTE editors
891
4009494e
GM
892@item MACHINES
893Status of Emacs on Various Machines and Systems
894
895@item MAILINGLISTS
896GNU Project Electronic Mailing Lists
897
898@item NEWS
899Emacs news, a history of recent user-visible changes
900
4009494e
GM
901@end table
902
903More GNU information, including back issues of the @cite{GNU's
904Bulletin}, are at
905
906@uref{http://www.gnu.org/bulletins/bulletins.html} and
907
908@uref{http://www.cs.pdx.edu/~trent/gnu/gnu.html}
909
f0bf7708 910@node Help installing Emacs
4009494e
GM
911@section Where can I get help in installing Emacs?
912@cindex Installation help
913@cindex Help installing Emacs
914
915@xref{Installing Emacs}, for some basic installation hints, and see
93e2d996 916@ref{Problems building Emacs}, if you have problems with the installation.
4009494e 917
30884d11
GM
918The web-page @uref{http://www.fsf.org/resources/service/} lists
919companies and individuals willing to sell you help in installing or
920using Emacs.
4009494e 921
f0bf7708 922@node Obtaining the FAQ
4009494e
GM
923@section Where can I get the latest version of this FAQ?
924@cindex FAQ, obtaining the
925@cindex Latest FAQ version, obtaining the
4009494e 926
30884d11
GM
927The Emacs FAQ is distributed with Emacs in Info format. You can read it
928by selecting the @samp{Emacs FAQ} option from the @samp{Help} menu of
929the Emacs menu bar at the top of any Emacs frame, or by typing @kbd{C-h
930C-f} (@kbd{M-x view-emacs-FAQ}).
4009494e 931
4009494e
GM
932
933@c ------------------------------------------------------------
f0bf7708 934@node Status of Emacs
4009494e
GM
935@chapter Status of Emacs
936@cindex Status of Emacs
937
2e17e05e
GM
938This chapter gives you basic information about Emacs, including the
939status of its latest version.
4009494e
GM
940
941@menu
942* Origin of the term Emacs::
943* Latest version of Emacs::
944* New in Emacs 20::
945* New in Emacs 21::
946* New in Emacs 22::
947@end menu
948
f0bf7708 949@node Origin of the term Emacs
4009494e
GM
950@section Where does the name ``Emacs'' come from?
951@cindex Origin of the term ``Emacs''
952@cindex Emacs name origin
953@cindex TECO
954@cindex Original version of Emacs
955
956Emacs originally was an acronym for Editor MACroS. RMS says he ``picked
957the name Emacs because @key{E} was not in use as an abbreviation on ITS at
958the time.'' The first Emacs was a set of macros written in 1976 at MIT
959by RMS for the editor TECO (Text Editor and COrrector, originally Tape
960Editor and COrrector) under ITS on a PDP-10. RMS had already extended
961TECO with a ``real-time'' full-screen mode with reprogrammable keys.
962Emacs was started by @email{gls@@east.sun.com, Guy Steele} as a project
963to unify the many divergent TECO command sets and key bindings at MIT,
964and completed by RMS.
965
966Many people have said that TECO code looks a lot like line noise; you
967can read more at @uref{news:alt.lang.teco}. Someone has written a TECO
968implementation in Emacs Lisp (to find it, see @ref{Packages that do not
969come with Emacs}); it would be an interesting project to run the
970original TECO Emacs inside of Emacs.
971
972@cindex Why Emacs?
973For some not-so-serious alternative reasons for Emacs to have that
974name, check out the file @file{etc/JOKES} (@pxref{File-name
975conventions}).
976
f0bf7708 977@node Latest version of Emacs
4009494e
GM
978@section What is the latest version of Emacs?
979@cindex Version, latest
980@cindex Latest version of Emacs
981
85b438b7
GM
982Emacs @value{VER} is the current version as of this writing. A version
983number with two components (e.g. @samp{22.1}) indicates a released
984version; three components (e.g. @samp{23.0.50}) indicate a development
985version.
4009494e 986
f0bf7708 987@node New in Emacs 20
4009494e
GM
988@section What is different about Emacs 20?
989@cindex Differences between Emacs 19 and Emacs 20
990@cindex Emacs 20, new features in
991
992To find out what has changed in recent versions, type @kbd{C-h C-n}
993(@kbd{M-x view-emacs-news}). The oldest changes are at the bottom of
994the file, so you might want to read it starting there, rather than at
995the top.
996
997The differences between Emacs versions 18 and 19 was rather dramatic;
998the introduction of frames, faces, and colors on windowing systems was
999obvious to even the most casual user.
1000
1001There are differences between Emacs versions 19 and 20 as well, but many
1002are more subtle or harder to find. Among the changes are the inclusion
1003of MULE code for languages that use non-Latin characters and for mixing
1004several languages in the same document; the ``Customize'' facility for
1005modifying variables without having to use Lisp; and automatic conversion
1006of files from Macintosh, Microsoft, and Unix platforms.
1007
1008A number of older Lisp packages, such as Gnus, Supercite and the
1009calendar/diary, have been updated and enhanced to work with Emacs 20,
1010and are now included with the standard distribution.
1011
1012
f0bf7708 1013@node New in Emacs 21
4009494e
GM
1014@section What is different about Emacs 21?
1015@cindex Differences between Emacs 20 and Emacs 21
1016@cindex Emacs 21, new features in
1017@cindex Recently introduced features
1018
1019@cindex Variable-size fonts
1020@cindex Toolbar support
1021Emacs 21 features a thorough rewrite of the display engine. The new
1022display engine supports variable-size fonts, images, and can play sounds
1023on platforms which support that. As a result, the visual appearance of
1024Emacs, when it runs on a windowed display, is much more reminiscent of
1025modern GUI programs, and includes 3D widgets (used for the mode line and
1026the scroll bars), a configurable and extensible toolbar, tooltips
1027(a.k.a.@: balloon help), and other niceties.
1028
1029@cindex Colors on text-only terminals
1030@cindex TTY colors
1031In addition, Emacs 21 supports faces on text-only terminals. This means
1032that you can now have colors when you run Emacs on a GNU/Linux console
1033and on @code{xterm} with @kbd{emacs -nw}.
1034
f0bf7708 1035@node New in Emacs 22
4009494e
GM
1036@section What is different about Emacs 22?
1037@cindex Differences between Emacs 21 and Emacs 22
1038@cindex Emacs 22, new features in
1039@cindex Recently introduced features
1040@cindex Default features
1041
1042@itemize
1043@cindex GTK+ Toolkit
1044@cindex Drag-and-drop
1045@item
1046Emacs can be built with GTK+ widgets, and supports drag-and-drop
1047operation on X.
1048
1049@cindex Supported systems
1050@item
1051Emacs 22 features support for GNU/Linux systems on S390 and x86-64
1052machines, as well as support for the Mac OS X and Cygwin operating
1053systems.
1054
1055@item
9e2a2647 1056The native MS-Windows, and Mac OS X builds include full support
4009494e
GM
1057for images, toolbar, and tooltips.
1058
1059@item
1060Font Lock mode, Auto Compression mode, and File Name Shadow Mode are
1061enabled by default.
1062
1063@item
1064The maximum size of buffers has been doubled and is 256M on 32-bit
1065machines.
1066
1067@item
1068Links can be followed with @kbd{mouse-1}, in addition to @kbd{mouse-2}.
1069
1070@cindex Mouse wheel
1071@item
1072Mouse wheel support is enabled by default.
1073
1074@item
1075Window fringes are customizable.
1076
1077@item
1078The mode line of the selected window is now highlighted.
1079
1080@item
1081The minibuffer prompt is displayed in a distinct face.
1082
1083@item
1084Abbrev definitions are read automatically at startup.
1085
1086@item
1087Grep mode is separate from Compilation mode and has many new options and
1088commands specific to grep.
1089
1090@item
1091The original Emacs macro system has been replaced by the new Kmacro
1092package, which provides many new commands and features and a simple
1093interface that uses the function keys F3 and F4. Macros are stored in a
1094macro ring, and can be debugged and edited interactively.
1095
1096@item
1097The Grand Unified Debugger (GUD) can be used with a full graphical user
1098interface to GDB; this provides many features found in traditional
1099development environments, making it easy to manipulate breakpoints, add
1100watch points, display the call stack, etc. Breakpoints are visually
1101indicated in the source buffer.
1102
1103@item
1104@cindex New modes
1105Many new modes and packages have been included in Emacs, such as Calc,
1106TRAMP, URL, IDO, CUA, ERC, rcirc, Table, Image-Dired, SES, Ruler, Org,
1107PGG, Flymake, Password, Printing, Reveal, wdired, t-mouse, longlines,
1108savehist, Conf mode, Python mode, DNS mode, etc.
1109
1110@cindex Multilingual Environment
1111@item
1112Leim is now part of Emacs. Unicode support has been much improved, and
1113the following input methods have been added: belarusian, bulgarian-bds,
1114bulgarian-phonetic, chinese-sisheng, croatian, dutch, georgian,
1115latin-alt-postfix, latin-postfix, latin-prefix, latvian-keyboard,
1116lithuanian-numeric, lithuanian-keyboard, malayalam-inscript, rfc1345,
1117russian-computer, sgml, slovenian, tamil-inscript, ucs,
1118ukrainian-computer, vietnamese-telex, and welsh.
1119
1120The following language environments have also been added: Belarusian,
1121Bulgarian, Chinese-EUC-TW, Croatian, French, Georgian, Italian, Latin-6,
1122Latin-7, Latvian, Lithuanian, Malayalam, Russian, Slovenian, Swedish,
1123Tajik, Tamil, UTF-8, Ukrainian, Welsh, and Windows-1255.
1124
1125@cindex Documentation
1126@cindex Emacs Lisp Manual
1127@item
1128In addition, Emacs 22 now includes the Emacs Lisp Reference Manual
1129(@pxref{Emacs Lisp documentation}) and the Emacs Lisp Intro.
1130@end itemize
1131
1132Many other changes have been made in Emacs 22, use @kbd{C-h n} to get a
1133full list.
1134
1135@c ------------------------------------------------------------
f0bf7708 1136@node Common requests
4009494e
GM
1137@chapter Common requests
1138@cindex Common requests
1139
1140@menu
1141* Setting up a customization file::
1142* Using Customize::
1143* Colors on a TTY::
1144* Debugging a customization file::
1145* Displaying the current line or column::
1146* Displaying the current file name in the titlebar::
1147* Turning on abbrevs by default::
1148* Associating modes with files::
1149* Highlighting a region::
1150* Replacing highlighted text::
1151* Controlling case sensitivity::
1152* Working with unprintable characters::
1153* Searching for/replacing newlines::
1154* Yanking text in isearch::
1155* Wrapping words automatically::
1156* Turning on auto-fill by default::
4009494e
GM
1157* Changing load-path::
1158* Using an already running Emacs process::
1159* Compiler error messages::
1160* Indenting switch statements::
1161* Customizing C and C++ indentation::
1162* Horizontal scrolling::
1163* Overwrite mode::
1164* Turning off beeping::
1165* Turning the volume down::
1166* Automatic indentation::
1167* Matching parentheses::
1168* Hiding #ifdef lines::
1169* Repeating commands::
1170* Valid X resources::
1171* Evaluating Emacs Lisp code::
1172* Changing the length of a Tab::
1173* Inserting text at the beginning of each line::
1174* Underlining paragraphs::
1175* Forcing the cursor to remain in the same column::
1176* Forcing Emacs to iconify itself::
1177* Using regular expressions::
1178* Replacing text across multiple files::
1179* Documentation for etags::
1180* Disabling backups::
1181* Disabling auto-save-mode::
1182* Going to a line by number::
1183* Modifying pull-down menus::
1184* Deleting menus and menu options::
1185* Turning on syntax highlighting::
1186* Scrolling only one line::
1187* Editing MS-DOS files::
1188* Filling paragraphs with a single space::
1189* Escape sequences in shell output::
1190* Fullscreen mode on MS-Windows::
1191@end menu
1192
f0bf7708 1193@node Setting up a customization file
4009494e
GM
1194@section How do I set up a @file{.emacs} file properly?
1195@cindex @file{.emacs} file, setting up
1196@cindex @file{.emacs} file, locating
1197@cindex Init file, setting up
1198@cindex Customization file, setting up
1199
1200@inforef{Init File, Init File, emacs}.
1201
2e17e05e
GM
1202In general, new Emacs users should not be provided with @file{.emacs}
1203files, because this can cause confusing non-standard behavior. Then
1204they send questions to @email{help-gnu-emacs@@gnu.org} asking why Emacs
1205isn't behaving as documented.
4009494e 1206
2e17e05e
GM
1207Emacs includes the Customize facility (@pxref{Using Customize}). This
1208allows users who are unfamiliar with Emacs Lisp to modify their
1209@file{.emacs} files in a relatively straightforward way, using menus
1210rather than Lisp code.
4009494e
GM
1211
1212While Customize might indeed make it easier to configure Emacs,
1213consider taking a bit of time to learn Emacs Lisp and modifying your
1214@file{.emacs} directly. Simple configuration options are described
1215rather completely in @inforef{Init File, Init File, emacs}, for users
1216interested in performing frequently requested, basic tasks.
1217
1218Sometimes users are unsure as to where their @file{.emacs} file should
1219be found. Visiting the file as @file{~/.emacs} from Emacs will find
1220the correct file.
1221
f0bf7708 1222@node Using Customize
4009494e
GM
1223@section How do I start using Customize?
1224@cindex Customize groups
1225@cindex Customizing variables
1226@cindex Customizing faces
1227
1228The main Customize entry point is @kbd{M-x customize @key{RET}}. This
1229command takes you to a buffer listing all the available Customize
1230groups. From there, you can access all customizable options and faces,
1231change their values, and save your changes to your init file.
1232@inforef{Easy Customization, Easy Customization, emacs}.
1233
1234If you know the name of the group in advance (e.g. ``shell''), use
1235@kbd{M-x customize-group @key{RET}}.
1236
1237If you wish to customize a single option, use @kbd{M-x customize-option
1238@key{RET}}. This command prompts you for the name of the option to
1239customize, with completion.
1240
f0bf7708 1241@node Colors on a TTY
4009494e
GM
1242@section How do I get colors and syntax highlighting on a TTY?
1243@cindex Colors on a TTY
1244@cindex Syntax highlighting on a TTY
1245@cindex Console, colors
1246
1247In Emacs 21.1 and later, colors and faces are supported in non-windowed mode,
1248i.e.@: on Unix and GNU/Linux text-only terminals and consoles, and when
9e2a2647 1249invoked as @samp{emacs -nw} on X, and MS-Windows. (Colors and faces were
4009494e
GM
1250supported in the MS-DOS port since Emacs 19.29.) Emacs automatically
1251detects color support at startup and uses it if available. If you think
1252that your terminal supports colors, but Emacs won't use them, check the
1253@code{termcap} entry for your display type for color-related
1254capabilities.
1255
1256The command @kbd{M-x list-colors-display} pops up a window which
1257exhibits all the colors Emacs knows about on the current display.
1258
1259Syntax highlighting is on by default since version 22.1.
1260
f0bf7708 1261@node Debugging a customization file
4009494e
GM
1262@section How do I debug a @file{.emacs} file?
1263@cindex Debugging @file{.emacs} file
1264@cindex @file{.emacs} debugging
1265@cindex Init file debugging
1266@cindex @samp{-debug-init} option
1267
1268Start Emacs with the @samp{-debug-init} command-line option. This
1269enables the Emacs Lisp debugger before evaluating your @file{.emacs}
1270file, and places you in the debugger if something goes wrong. The top
1271line in the @file{trace-back} buffer will be the error message, and the
1272second or third line of that buffer will display the Lisp code from your
1273@file{.emacs} file that caused the problem.
1274
1275You can also evaluate an individual function or argument to a function
1276in your @file{.emacs} file by moving the cursor to the end of the
1277function or argument and typing @kbd{C-x C-e} (@kbd{M-x
1278eval-last-sexp}).
1279
1280Use @kbd{C-h v} (@kbd{M-x describe-variable}) to check the value of
1281variables which you are trying to set or use.
1282
f0bf7708 1283@node Displaying the current line or column
4009494e
GM
1284@section How do I make Emacs display the current line (or column) number?
1285@cindex @code{line-number-mode}
1286@cindex Displaying the current line or column
1287@cindex Line number, displaying the current
1288@cindex Column, displaying the current
1289@cindex @code{mode-line-format}
1290
2e17e05e
GM
1291By default, Emacs displays the current line number of the point in the
1292mode line. You can toggle this feature off or on with the command
1293@kbd{M-x line-number-mode}, or by setting the variable
1294@code{line-number-mode}. Note that Emacs will not display the line
4009494e
GM
1295number if the buffer's size in bytes is larger than the value of the
1296variable @code{line-number-display-limit}.
1297
1298You can similarly display the current column with
1299@kbd{M-x column-number-mode}, or by putting the form
1300
1301@lisp
1302(setq column-number-mode t)
1303@end lisp
1304
1305@noindent
2e17e05e 1306in your @file{.emacs} file. This feature is off by default.
4009494e
GM
1307
1308The @code{"%c"} format specifier in the variable @code{mode-line-format}
1309will insert the current column's value into the mode line. See the
1310documentation for @code{mode-line-format} (using @kbd{C-h v
1311mode-line-format @key{RET}}) for more information on how to set and use
1312this variable.
1313
4009494e 1314@cindex Set number capability in @code{vi} emulators
2e17e05e
GM
1315The @samp{linum} package (distributed with Emacs since version 23.1)
1316displays line numbers in the left margin, like the ``set number''
1317capability of @code{vi}. The packages @samp{setnu} and
1318@samp{wb-line-number} (not distributed with Emacs) also implement this
1319feature.
4009494e 1320
f0bf7708 1321@node Displaying the current file name in the titlebar
4009494e
GM
1322@section How can I modify the titlebar to contain the current file name?
1323@cindex Titlebar, displaying the current file name in
1324@cindex File name, displaying in the titlebar
1325@cindex @code{frame-title-format}
1326
1327The contents of an Emacs frame's titlebar is controlled by the variable
1328@code{frame-title-format}, which has the same structure as the variable
1329@code{mode-line-format}. (Use @kbd{C-h v} or @kbd{M-x
1330describe-variable} to get information about one or both of these
1331variables.)
1332
1333By default, the titlebar for a frame does contain the name of the buffer
1334currently being visited, except if there is a single frame. In such a
1335case, the titlebar contains Emacs invocation name and the name of the
1336machine at which Emacs was invoked. This is done by setting
1337@code{frame-title-format} to the default value of
1338
1339@lisp
1340(multiple-frames "%b" ("" invocation-name "@@" system-name))
1341@end lisp
1342
1343To modify the behavior such that frame titlebars contain the buffer's
1344name regardless of the number of existing frames, include the following
1345in your @file{.emacs}:
1346
1347@lisp
1348(setq frame-title-format "%b")
1349@end lisp
1350
f0bf7708 1351@node Turning on abbrevs by default
4009494e
GM
1352@section How do I turn on abbrevs by default just in mode @var{mymode}?
1353@cindex Abbrevs, turning on by default
1354
2e17e05e
GM
1355Abbrev mode expands abbreviations as you type them. To turn it on in a
1356specific buffer, use @kbd{M-x abbrev-mode}. To turn it on in every
1357buffer by default, put this in your @file{.emacs} file:
4009494e
GM
1358
1359@lisp
2e17e05e
GM
1360(setq-default abbrev-mode t)
1361@end lisp
1362
1363@noindent To turn it on in a specific mode, use:
4009494e 1364
2e17e05e 1365@lisp
4009494e
GM
1366(add-hook '@var{mymode}-mode-hook
1367 (lambda ()
1368 (setq abbrev-mode t)))
1369@end lisp
1370
2e17e05e
GM
1371@noindent If your Emacs version is older then 22.1, you will also need to use:
1372
1373@lisp
1374(condition-case ()
1375 (quietly-read-abbrev-file)
1376 (file-error nil))
1377@end lisp
4009494e 1378
f0bf7708 1379@node Associating modes with files
4009494e
GM
1380@section How do I make Emacs use a certain major mode for certain files?
1381@cindex Associating modes with files
1382@cindex File extensions and modes
1383@cindex @code{auto-mode-alist}, modifying
1384@cindex Modes, associating with file extensions
1385
1386If you want to use a certain mode @var{foo} for all files whose names end
1387with the extension @file{.@var{bar}}, this will do it for you:
1388
1389@lisp
2e17e05e 1390(add-to-list 'auto-mode-alist '("\\.@var{bar}\\'" . @var{foo}-mode))
4009494e
GM
1391@end lisp
1392
2e17e05e 1393Alternatively, put this somewhere in the first line of any file you want to
4009494e
GM
1394edit in the mode @var{foo} (in the second line, if the first line begins
1395with @samp{#!}):
1396
1397@example
1398-*- @var{foo} -*-
1399@end example
1400
1401@cindex Major mode for shell scripts
2e17e05e
GM
1402The variable @code{interpreter-mode-alist} specifies which mode to use
1403when loading an interpreted script (e.g. shell, python, etc.). Emacs
4009494e 1404determines which interpreter you're using by examining the first line of
2e17e05e
GM
1405the script. Use @kbd{C-h v} (or @kbd{M-x describe-variable}) on
1406@code{interpreter-mode-alist} to learn more.
4009494e 1407
f0bf7708 1408@node Highlighting a region
4009494e
GM
1409@section How can I highlight a region of text in Emacs?
1410@cindex Highlighting text
1411@cindex Text, highlighting
1412@cindex @code{transient-mark-mode}
1413@cindex Region, highlighting a
1414
1415You can cause the region to be highlighted when the mark is active by
1416including
1417
1418@lisp
2e17e05e 1419(transient-mark-mode 1)
4009494e
GM
1420@end lisp
1421
1422@noindent
2e17e05e 1423in your @file{.emacs} file. Since Emacs 23.1, this feature is on by default.
4009494e 1424
f0bf7708 1425@node Replacing highlighted text
4009494e
GM
1426@section How can I replace highlighted text with what I type?
1427@cindex @code{delete-selection-mode}
1428@cindex Replacing highlighted text
1429@cindex Highlighting and replacing text
1430
1431Use @code{delete-selection-mode}, which you can start automatically by
1432placing the following Lisp form in your @file{.emacs} file:
1433
1434@lisp
1435(delete-selection-mode 1)
1436@end lisp
1437
1438According to the documentation string for @code{delete-selection-mode}
1439(which you can read using @kbd{M-x describe-function @key{RET}
1440delete-selection-mode @key{RET}}):
1441
1442@quotation
2e17e05e
GM
1443When Delete Selection mode is enabled, Transient Mark mode is also
1444enabled and typed text replaces the selection if the selection is
1445active. Otherwise, typed text is just inserted at point regardless of
1446any selection.
4009494e
GM
1447@end quotation
1448
1449This mode also allows you to delete (not kill) the highlighted region by
1450pressing @key{DEL}.
1451
f0bf7708 1452@node Controlling case sensitivity
4009494e
GM
1453@section How do I control Emacs's case-sensitivity when searching/replacing?
1454@cindex @code{case-fold-search}
1455@cindex Case sensitivity of searches
1456@cindex Searching without case sensitivity
1457@cindex Ignoring case in searches
1458
2e17e05e
GM
1459@c FIXME
1460The value of the variable @code{case-fold-search} determines whether
1461searches are case sensitive:
4009494e
GM
1462
1463@lisp
1464(setq case-fold-search nil) ; make searches case sensitive
1465(setq case-fold-search t) ; make searches case insensitive
1466@end lisp
1467
1468@cindex Case sensitivity in replacements
1469@cindex Replacing, and case sensitivity
1470@cindex @code{case-replace}
1471Similarly, for replacing, the variable @code{case-replace} determines
1472whether replacements preserve case.
1473
1474You can also toggle case sensitivity at will in isearch with @kbd{M-c}.
1475
1476To change the case sensitivity just for one major mode, use the major
1477mode's hook. For example:
1478
1479@lisp
1480(add-hook '@var{foo}-mode-hook
1481 (lambda ()
1482 (setq case-fold-search nil)))
1483@end lisp
1484
f0bf7708 1485@node Working with unprintable characters
4009494e
GM
1486@section How do I search for, delete, or replace unprintable (eight-bit or control) characters?
1487@cindex Unprintable characters, working with
1488@cindex Working with unprintable characters
1489@cindex Control characters, working with
1490@cindex Eight-bit characters, working with
1491@cindex Searching for unprintable characters
1492@cindex Regexps and unprintable characters
1493
1494To search for a single character that appears in the buffer as, for
2e17e05e 1495example, @samp{\237}, you can type @kbd{C-s C-q 2 3 7}.
4009494e
GM
1496Searching for @strong{all} unprintable characters is best done with a
1497regular expression (@dfn{regexp}) search. The easiest regexp to use for
1498the unprintable chars is the complement of the regexp for the printable
1499chars.
1500
1501@itemize @bullet
1502
1503@item
1504Regexp for the printable chars: @samp{[\t\n\r\f -~]}
1505
1506@item
1507Regexp for the unprintable chars: @samp{[^\t\n\r\f -~]}
1508
1509@end itemize
1510
1511To type these special characters in an interactive argument to
1512@code{isearch-forward-regexp} or @code{re-search-forward}, you need to
1513use @kbd{C-q}. (@samp{\t}, @samp{\n}, @samp{\r}, and @samp{\f} stand
1514respectively for @key{TAB}, @key{LFD}, @key{RET}, and @kbd{C-l}.) So,
1515to search for unprintable characters using @code{re-search-forward}:
1516
1517@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}}
1518
1519Using @code{isearch-forward-regexp}:
1520
1521@kbd{C-M-s [^ @key{TAB} @key{LFD} C-q @key{RET} C-q C-l @key{SPC} -~]}
1522
1523To delete all unprintable characters, simply use replace-regexp:
1524
1525@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}}
1526
1527Replacing is similar to the above. To replace all unprintable
1528characters with a colon, use:
1529
1530M-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}
1531
f0bf7708 1532@node Searching for/replacing newlines
4009494e
GM
1533@section How do I input a newline character in isearch or query-replace?
1534@cindex Searching for newlines
1535@cindex Replacing newlines
1536
1537Use @kbd{C-q C-j}. For more information, see @inforef{Special Isearch,
1538Special Input for Incremental Search, emacs}.
1539
1540
f0bf7708 1541@node Yanking text in isearch
4009494e
GM
1542@section How do I copy text from the kill ring into the search string?
1543@cindex Yanking text into the search string
1544@cindex isearch yanking
1545
1546Use @kbd{M-y}. @inforef{Isearch Yank, Isearch Yanking, emacs}.
1547
f0bf7708 1548@node Wrapping words automatically
4009494e
GM
1549@section How do I make Emacs wrap words for me?
1550@cindex Wrapping word automatically
1551@cindex Wrapping lines
1552@cindex Line wrap
1553@cindex @code{auto-fill-mode}, introduction to
1554@cindex Maximum line width, default value
1555@cindex @code{fill-column}, default value
1556
1557Use @code{auto-fill-mode}, activated by typing @kbd{M-x auto-fill-mode}.
1558The default maximum line width is 70, determined by the variable
1559@code{fill-column}. To learn how to turn this on automatically, see
1560@ref{Turning on auto-fill by default}.
1561
f0bf7708 1562@node Turning on auto-fill by default
4009494e
GM
1563@section How do I turn on @code{auto-fill-mode} by default?
1564@cindex @code{auto-fill-mode}, activating automatically
1565@cindex Filling automatically
1566@cindex Automatic entry to @code{auto-fill-mode}
1567
1568To turn on @code{auto-fill-mode} just once for one buffer, use @kbd{M-x
1569auto-fill-mode}.
1570
1571To turn it on for every buffer in a certain mode, you must use the hook
1572for that mode. For example, to turn on @code{auto-fill} mode for all
1573text buffers, including the following in your @file{.emacs} file:
1574
1575@lisp
1576(add-hook 'text-mode-hook 'turn-on-auto-fill)
1577@end lisp
1578
1579If you want @code{auto-fill} mode on in all major modes, do this:
1580
1581@lisp
1582(setq-default auto-fill-function 'do-auto-fill)
1583@end lisp
1584
f0bf7708 1585@node Changing load-path
4009494e
GM
1586@section How do I change @code{load-path}?
1587@cindex @code{load-path}, modifying
1588@cindex Modifying @code{load-path}
1589@cindex Adding to @code{load-path}
1590
1591In general, you should only add to the @code{load-path}. You can add
1592directory @var{/dir/subdir} to the load path like this:
1593
1594@lisp
1595(setq load-path (cons "/dir/subdir/" load-path))
1596@end lisp
1597
1598To do this relative to your home directory:
1599
1600@lisp
1601(setq load-path (cons "~/mysubdir/" load-path))
1602@end lisp
1603
f0bf7708 1604@node Using an already running Emacs process
4009494e
GM
1605@section How do I use an already running Emacs from another window?
1606@cindex @code{emacsclient}
1607@cindex Emacs server functions
1608@cindex Using an existing Emacs process
1609
1610@code{emacsclient}, which comes with Emacs, is for editing a file using
1611an already running Emacs rather than starting up a new Emacs. It does
1612this by sending a request to the already running Emacs, which must be
1613expecting the request.
1614
1615@itemize @bullet
1616
1617@item
1618Setup:
1619
1620Emacs must have executed the @code{server-start} function for
1621@samp{emacsclient} to work. This can be done either by a command line
1622option:
1623
1624@example
1625emacs -f server-start
1626@end example
1627
1628or by invoking @code{server-start} from @file{.emacs}:
1629
1630@lisp
1631(if (@var{some conditions are met}) (server-start))
1632@end lisp
1633
1634When this is done, Emacs creates a Unix domain socket named
1635@file{server} in @file{/tmp/emacs@var{userid}}. See
1636@code{server-socket-dir}.
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
1655@item
1656Normal use:
1657
1658When @samp{emacsclient} is run, it connects to the socket and passes its
1659command line options to Emacs, which at the next opportunity will visit
1660the files specified. (Line numbers can be specified just like with
1661Emacs.) The user will have to switch to the Emacs window by hand. When
1662the user is done editing a file, the user can type @kbd{C-x #} (or
1663@kbd{M-x server-edit}) to indicate this. If there is another buffer
1664requested by @code{emacsclient}, Emacs will switch to it; otherwise
1665@code{emacsclient} will exit, signaling the calling program to continue.
1666
1667@cindex @code{gnuserv}
2e17e05e 1668There is an alternative version of @samp{emacsclient} called
4009494e
GM
1669@samp{gnuserv}, written by @email{ange@@hplb.hpl.hp.com, Andy Norman}
1670(@pxref{Packages that do not come with Emacs}). @samp{gnuserv} uses
1671Internet domain sockets, so it can work across most network connections.
1672
1673The most recent @samp{gnuserv} package is available at
1674
1675@uref{http://meltin.net/hacks/emacs/}
1676
1677@end itemize
1678
f0bf7708 1679@node Compiler error messages
4009494e
GM
1680@section How do I make Emacs recognize my compiler's funny error messages?
1681@cindex Compiler error messages, recognizing
1682@cindex Recognizing non-standard compiler errors
1683@cindex Regexps for recognizing compiler errors
1684@cindex Errors, recognizing compiler
1685
1686Customize the @code{compilation-error-regexp-alist} variable.
1687
f0bf7708 1688@node Indenting switch statements
4009494e
GM
1689@section How do I change the indentation for @code{switch}?
1690@cindex @code{switch}, indenting
1691@cindex Indenting of @code{switch}
1692
1693Many people want to indent their @code{switch} statements like this:
1694
1695@example
1696f()
1697@{
1698 switch(x) @{
1699 case A:
1700 x1;
1701 break;
1702 case B:
1703 x2;
1704 break;
1705 default:
1706 x3;
1707 @}
1708@}
1709@end example
1710
2e17e05e 1711@noindent To achieve this, add the following line to your @file{.emacs}:
4009494e
GM
1712
1713@lisp
1714(c-set-offset 'case-label '+)
1715@end lisp
1716
f0bf7708 1717@node Customizing C and C++ indentation
4009494e
GM
1718@section How to customize indentation in C, C@t{++}, and Java buffers?
1719@cindex Indentation, how to customize
1720@cindex Customize indentation
1721
1722The Emacs @code{cc-mode} features an interactive procedure for
1723customizing the indentation style, which is fully explained in the
1724@cite{CC Mode} manual that is part of the Emacs distribution, see
1725@ref{Customizing Indentation, , Customization Indentation, ccmode,
1726The CC Mode Manual}. Here's a short summary of the procedure:
1727
1728@enumerate
1729@item
1730Go to the beginning of the first line where you don't like the
1731indentation and type @kbd{C-c C-o}. Emacs will prompt you for the
1732syntactic symbol; type @key{RET} to accept the default it suggests.
1733
1734@item
1735Emacs now prompts for the offset of this syntactic symbol, showing the
1736default (the current definition) inside parentheses. You can choose
1737one of these:
1738
1739@table @code
1740@item 0
1741No extra indentation.
1742@item +
1743Indent one basic offset.
1744@item -
1745Outdent one basic offset.
1746@item ++
1747Indent two basic offsets
1748@item --
1749Outdent two basic offsets.
1750@item *
1751Indent half basic offset.
1752@item /
1753Outdent half basic offset.
1754@end table
1755
1756@item
1757After choosing one of these symbols, type @kbd{C-c C-q} to reindent
1758the line or the block according to what you just specified.
1759
1760@item
1761If you don't like the result, go back to step 1. Otherwise, add the
1762following line to your @file{.emacs}:
1763
1764@lisp
1765(c-set-offset '@var{syntactic-symbol} @var{offset})
1766@end lisp
1767
1768@noindent
1769where @var{syntactic-symbol} is the name Emacs shows in the minibuffer
1770when you type @kbd{C-c C-o} at the beginning of the line, and
1771@var{offset} is one of the indentation symbols listed above (@code{+},
1772@code{/}, @code{0}, etc.) that you've chosen during the interactive
1773procedure.
1774
1775@item
1776Go to the next line whose indentation is not to your liking and repeat
1777the process there.
1778@end enumerate
1779
1780It is recommended to put all the resulting @code{(c-set-offset ...)}
1781customizations inside a C mode hook, like this:
1782
1783@lisp
1784(defun my-c-mode-hook ()
1785 (c-set-offset ...)
1786 (c-set-offset ...))
1787(add-hook 'c-mode-hook 'my-c-mode-hook)
1788@end lisp
1789
1790@noindent
1791Using @code{c-mode-hook} avoids the need to put a @w{@code{(require
1792'cc-mode)}} into your @file{.emacs} file, because @code{c-set-offset}
1793might be unavailable when @code{cc-mode} is not loaded.
1794
1795Note that @code{c-mode-hook} runs for C source files only; use
1796@code{c++-mode-hook} for C@t{++} sources, @code{java-mode-hook} for
1797Java sources, etc. If you want the same customizations to be in
1798effect in @emph{all} languages supported by @code{cc-mode}, use
1799@code{c-mode-common-hook}.
1800
f0bf7708 1801@node Horizontal scrolling
4009494e
GM
1802@section How can I make Emacs automatically scroll horizontally?
1803@cindex @code{hscroll-mode}
1804@cindex Horizontal scrolling
1805@cindex Scrolling horizontally
1806
1807In Emacs 21 and later, this is on by default: if the variable
1808@code{truncate-lines} is non-@code{nil} in the current buffer, Emacs
1809automatically scrolls the display horizontally when point moves off the
1810left or right edge of the window.
1811
1812Note that this is overridden by the variable
1813@code{truncate-partial-width-windows} if that variable is non-nil
1814and the current buffer is not full-frame width.
1815
2e17e05e 1816In Emacs 20, use @code{hscroll-mode}.
4009494e 1817
f0bf7708 1818@node Overwrite mode
4009494e
GM
1819@section How do I make Emacs ``typeover'' or ``overwrite'' instead of inserting?
1820@cindex @key{Insert}
1821@cindex @code{overwrite-mode}
1822@cindex Overwriting existing text
1823@cindex Toggling @code{overwrite-mode}
1824
1825@kbd{M-x overwrite-mode} (a minor mode). This toggles
1826@code{overwrite-mode} on and off, so exiting from @code{overwrite-mode}
1827is as easy as another @kbd{M-x overwrite-mode}.
1828
1829On some systems, @key{Insert} toggles @code{overwrite-mode} on and off.
1830
f0bf7708 1831@node Turning off beeping
4009494e
GM
1832@section How do I stop Emacs from beeping on a terminal?
1833@cindex Beeping, turning off
1834@cindex Visible bell
1835@cindex Bell, visible
1836
1837@email{martin@@cc.gatech.edu, Martin R. Frank} writes:
1838
1839Tell Emacs to use the @dfn{visible bell} instead of the audible bell,
1840and set the visible bell to nothing.
1841
1842That is, put the following in your @code{TERMCAP} environment variable
1843(assuming you have one):
1844
1845@example
1846... :vb=: ...
1847@end example
1848
1849And evaluate the following Lisp form:
1850
1851@example
1852(setq visible-bell t)
1853@end example
1854
f0bf7708 1855@node Turning the volume down
4009494e
GM
1856@section How do I turn down the bell volume in Emacs running under X?
1857@cindex Bell, volume of
1858@cindex Volume of bell
1859
1860On X Window system, you can adjust the bell volume and duration for all
1861programs with the shell command @code{xset}.
1862
1863Invoking @code{xset} without any arguments produces some basic
1864information, including the following:
1865
1866@example
1867usage: xset [-display host:dpy] option ...
1868 To turn bell off:
1869 -b b off b 0
1870 To set bell volume, pitch and duration:
1871 b [vol [pitch [dur]]] b on
1872@end example
1873
f0bf7708 1874@node Automatic indentation
4009494e
GM
1875@section How do I tell Emacs to automatically indent a new line to the indentation of the previous line?
1876@cindex Indenting new lines
1877@cindex New lines, indenting of
1878@cindex Previous line, indenting according to
1879@cindex Text indentation
1880
1881Such behavior is automatic in Emacs 20 and later. From the
1882@file{etc/NEWS} file for Emacs 20.2:
1883
1884@example
1885** In Text mode, now only blank lines separate paragraphs. This makes
1886it possible to get the full benefit of Adaptive Fill mode in Text mode,
1887and other modes derived from it (such as Mail mode). @key{TAB} in Text
1888mode now runs the command @code{indent-relative}; this makes a practical
1889difference only when you use indented paragraphs.
1890
1891As a result, the old Indented Text mode is now identical to Text mode,
1892and is an alias for it.
1893
1894If you want spaces at the beginning of a line to start a paragraph, use
1895the new mode, Paragraph Indent Text mode.
1896@end example
1897
1898@cindex Prefixing lines
1899@cindex Fill prefix
1900If you have @code{auto-fill-mode} turned on (@pxref{Turning on auto-fill
1901by default}), you can tell Emacs to prefix every line with a certain
1902character sequence, the @dfn{fill prefix}. Type the prefix at the
1903beginning of a line, position point after it, and then type @kbd{C-x .}
1904(@code{set-fill-prefix}) to set the fill prefix. Thereafter,
1905auto-filling will automatically put the fill prefix at the beginning of
1906new lines, and @kbd{M-q} (@code{fill-paragraph}) will maintain any fill
1907prefix when refilling the paragraph.
1908
1909If you have paragraphs with different levels of indentation, you will
1910have to set the fill prefix to the correct value each time you move to a
1911new paragraph. There are many packages available to deal with this
1912(@pxref{Packages that do not come with Emacs}). Look for ``fill'' and
1913``indent'' keywords for guidance.
1914
f0bf7708 1915@node Matching parentheses
4009494e
GM
1916@section How do I show which parenthesis matches the one I'm looking at?
1917@cindex Parentheses, matching
1918@cindex @file{paren.el}
1919@cindex Highlighting matching parentheses
1920@cindex Pairs of parentheses, highlighting
1921@cindex Matching parentheses
1922
1923Call @code{show-paren-mode} in your @file{.emacs} file:
1924
1925@lisp
1926(show-paren-mode 1)
1927@end lisp
1928
1929You can also enable this mode by selecting the @samp{Paren Match
1930Highlighting} option from the @samp{Options} menu of the Emacs menu bar
1931at the top of any Emacs frame.
1932
1933Alternatives to this mode include:
1934
1935@itemize @bullet
1936
1937@item
1938If you're looking at a right parenthesis (or brace or bracket) you can
1939delete it and reinsert it. Emacs will momentarily move the cursor to
1940the matching parenthesis.
1941
1942@item
1943@kbd{C-M-f} (@code{forward-sexp}) and @kbd{C-M-b} (@code{backward-sexp})
1944will skip over one set of balanced parentheses, so you can see which
1945parentheses match. (You can train it to skip over balanced brackets
1946and braces at the same time by modifying the syntax table.)
1947
1948@cindex Show matching paren as in @code{vi}
1949@item
1950Here is some Emacs Lisp that will make the @key{%} key show the matching
1951parenthesis, like in @code{vi}. In addition, if the cursor isn't over a
1952parenthesis, it simply inserts a % like normal.
1953
1954@lisp
1955;; By an unknown contributor
1956
1957(global-set-key "%" 'match-paren)
1958
1959(defun match-paren (arg)
1960 "Go to the matching paren if on a paren; otherwise insert %."
1961 (interactive "p")
1962 (cond ((looking-at "\\s\(") (forward-list 1) (backward-char 1))
1963 ((looking-at "\\s\)") (forward-char 1) (backward-list 1))
1964 (t (self-insert-command (or arg 1)))))
1965@end lisp
1966
1967@end itemize
1968
f0bf7708 1969@node Hiding #ifdef lines
4009494e
GM
1970@section In C mode, can I show just the lines that will be left after @code{#ifdef} commands are handled by the compiler?
1971@cindex @code{#ifdef}, selective display of
1972@cindex @code{hide-ifdef-mode}
1973@cindex Hiding @code{#ifdef} text
1974@cindex Selectively displaying @code{#ifdef} code
1975
1976@kbd{M-x hide-ifdef-mode}. (This is a minor mode.) You might also want
1977to investigate @file{cpp.el}, which is distributed with Emacs.
1978
f0bf7708 1979@node Repeating commands
4009494e
GM
1980@section How do I repeat a command as many times as possible?
1981@cindex Repeating commands many times
1982@cindex Commands, repeating many times
1983@cindex @code{.}, equivalent to @code{vi} command
1984
1985As of Emacs 20.3, there is indeed a @code{repeat} command (@kbd{C-x z})
1986that repeats the last command. If you preface it with a prefix
1987argument, the prefix arg is applied to the command.
1988
1989You can also type @kbd{C-x @key{ESC} @key{ESC}}
1990(@code{repeat-complex-command}) to reinvoke commands that used the
1991minibuffer to get arguments. In @code{repeat-complex-command} you can
1992type @kbd{M-p} and @kbd{M-n} (and also up-arrow and down-arrow, if your
1993keyboard has these keys) to scan through all the different complex
1994commands you've typed.
1995
1996To repeat a set of commands, use keyboard macros. Use @kbd{C-x (} and
1997@kbd{C-x )} to make a keyboard macro that invokes the command and then
1998type @kbd{C-x e}. (@inforef{Keyboard Macros, Keyboard Macros, emacs}.)
1999
2000If you're really desperate for the @code{.} command in @code{vi} that
2001redoes the last insertion/deletion, use VIPER, a @code{vi} emulation
2002mode which comes with Emacs, and which appears to support it.
4009494e 2003
f0bf7708 2004@node Valid X resources
4009494e
GM
2005@section What are the valid X resource settings (i.e., stuff in .Xdefaults)?
2006@cindex Resources, X
2007@cindex X resources
2008@cindex Setting X resources
2009
2010@inforef{X Resources, X Resources, emacs}.
2011
2012You can also use a resource editor, such as editres (for X11R5 and
2013onwards), to look at the resource names for the menu bar, assuming Emacs
2014was compiled with the X toolkit.
2015
f0bf7708 2016@node Evaluating Emacs Lisp code
4009494e
GM
2017@section How do I execute (``evaluate'') a piece of Emacs Lisp code?
2018@cindex Evaluating Lisp code
2019@cindex Lisp forms, evaluating
2020
2021There are a number of ways to execute (@dfn{evaluate}, in Lisp lingo) an
2022Emacs Lisp @dfn{form}:
2023
2024@itemize @bullet
2025
2026@item
2027If you want it evaluated every time you run Emacs, put it in a file
2028named @file{.emacs} in your home directory. This is known as ``your
2029@file{.emacs} file,'' and contains all of your personal customizations.
2030
2031@item
2032You can type the form in the @file{*scratch*} buffer, and then type
2033@key{LFD} (or @kbd{C-j}) after it. The result of evaluating the form
2034will be inserted in the buffer.
2035
2036@item
2037In @code{emacs-lisp-mode}, typing @kbd{C-M-x} evaluates a top-level form
2038before or around point.
2039
2040@item
2041Typing @kbd{C-x C-e} in any buffer evaluates the Lisp form immediately
2042before point and prints its value in the echo area.
2043
2044@item
2045Typing @kbd{M-:} or @kbd{M-x eval-expression} allows you to type a Lisp
2046form in the minibuffer which will be evaluated once you press @key{RET}.
2047
2048@item
2049You can use @kbd{M-x load-file} to have Emacs evaluate all the Lisp
2050forms in a file. (To do this from Lisp use the function @code{load}
2051instead.)
2052
2053The functions @code{load-library}, @code{eval-region},
2054@code{eval-buffer}, @code{require}, and @code{autoload} are also
2055useful; see @ref{Emacs Lisp documentation}, if you want to learn more
2056about them.
2057
2058@end itemize
2059
f0bf7708 2060@node Changing the length of a Tab
4009494e
GM
2061@section How do I change Emacs's idea of the @key{TAB} character's length?
2062@cindex Tab length
2063@cindex Length of tab character
2064@cindex @code{default-tab-width}
2065
2066Set the variable @code{default-tab-width}. For example, to set
2067@key{TAB} stops every 10 characters, insert the following in your
2068@file{.emacs} file:
2069
2070@lisp
2071(setq default-tab-width 10)
2072@end lisp
2073
2074Do not confuse variable @code{tab-width} with variable
2075@code{tab-stop-list}. The former is used for the display of literal
2076@key{TAB} characters. The latter controls what characters are inserted
2077when you press the @key{TAB} character in certain modes.
2078
f0bf7708 2079@node Inserting text at the beginning of each line
4009494e
GM
2080@section How do I insert <some text> at the beginning of every line?
2081@cindex Prefixing a region with some text
2082@cindex Prefix character, inserting in mail/news replies
2083@cindex Replies to mail/news, inserting a prefix character
2084@cindex @code{mail-yank-prefix}
2085@cindex Mail replies, inserting a prefix character
2086@cindex News replies, inserting a prefix character
2087
2088To do this to an entire buffer, type @kbd{M-< M-x replace-regexp
2089@key{RET} ^ @key{RET} your text @key{RET}}.
2090
2091To do this to a region, use @code{string-insert-rectangle}.
2092Set the mark (@kbd{C-@key{SPC}}) at the beginning of the first line you
2093want to prefix, move the cursor to last line to be prefixed, and type
2094@kbd{M-x string-insert-rectangle @key{RET}}. To do this for the whole
2095buffer, type @kbd{C-x h M-x string-insert-rectangle @key{RET}}.
2096
2097If you are trying to prefix a yanked mail message with @samp{>}, you
2098might want to set the variable @code{mail-yank-prefix}. In Message
2099buffers, you can even use @kbd{M-;} to cite yanked messages (@kbd{M-;}
2100runs the function @code{comment-region}, it is a general-purpose
2101mechanism to comment regions) (@pxref{Changing the included text prefix}).
2102
f0bf7708 2103@node Underlining paragraphs
4009494e
GM
2104@section How do I insert @samp{_^H} before each character in a region to get an underlined paragraph?
2105@cindex Underlining a region of text
2106@cindex @code{underline-region}
2107
2108Mark the region and then type @kbd{M-x underline-region @key{RET}}.
2109
f0bf7708 2110@node Forcing the cursor to remain in the same column
4009494e
GM
2111@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?
2112@cindex @code{picture-mode}
2113@cindex Remaining in the same column, regardless of contents
2114@cindex Vertical movement in empty documents
2115
2116Use @kbd{M-x picture-mode}.
2117
2118See also the variable @code{track-eol} and the command
2119@code{set-goal-column} bound to @kbd{C-x C-n}
2120(@pxref{Moving Point, , , emacs, The GNU Emacs Manual}).
2121
f0bf7708 2122@node Forcing Emacs to iconify itself
4009494e
GM
2123@section How do I tell Emacs to iconify itself?
2124@cindex Iconification under the X Window System
2125@cindex X Window System and iconification
2126@cindex Suspending Emacs
2127
2128@kbd{C-z} iconifies Emacs when running under X and suspends Emacs
2129otherwise. @inforef{Frame Commands, Frame Commands, emacs}.
2130
f0bf7708 2131@node Using regular expressions
4009494e
GM
2132@section How do I use regexps (regular expressions) in Emacs?
2133@cindex Regexps
2134@cindex Regular expressions
2135@cindex Differences between Unix and Emacs regexps
2136@cindex Unix regexps, differences from Emacs
2137@cindex Text strings, putting regexps in
2138
2139@inforef{Regexp Backslash, Regexp Backslash, emacs}.
2140
2141The @code{or} operator is @samp{\|}, not @samp{|}, and the grouping operators
2142are @samp{\(} and @samp{\)}. Also, the string syntax for a backslash is
2143@samp{\\}. To specify a regular expression like @samp{xxx\(foo\|bar\)}
2144in a Lisp string, use @samp{xxx\\(foo\\|bar\\)}.
2145
2146Note the doubled backslashes!
2147
2148@itemize @bullet
2149
2150@item
2151Unlike in Unix @file{grep}, @file{sed}, etc., a complement character set
2152(@samp{[^...]}) can match a newline character (@key{LFD} a.k.a.@:
2153@kbd{C-j} a.k.a.@: @samp{\n}), unless newline is mentioned as one of the
2154characters not to match.
2155
2156@item
2157The character syntax regexps (e.g., @samp{\sw}) are not
2158meaningful inside character set regexps (e.g., @samp{[aeiou]}). (This
2159is actually typical for regexp syntax.)
2160
2161@end itemize
2162
f0bf7708 2163@node Replacing text across multiple files
4009494e
GM
2164@section How do I perform a replace operation across more than one file?
2165@cindex Replacing strings across files
2166@cindex Multiple files, replacing across
2167@cindex Files, replacing strings across multiple
2168@cindex Recursive search/replace operations
2169
2e17e05e
GM
2170Dired mode (@kbd{M-x dired @key{RET}}, or @kbd{C-x d}) supports the
2171command @code{dired-do-query-replace-regexp} (@kbd{Q}), which allows
2172users to replace regular expressions in multiple files.
4009494e
GM
2173
2174You can use this command to perform search/replace operations on
2175multiple files by following the following steps:
2176
2177@itemize @bullet
2178@item
2179Assemble a list of files you want to operate on with either
2180@code{find-dired}, @code{find-name-dired} or @code{find-grep-dired}.
2181
2182@item
2183Mark all files in the resulting Dired buffer using @kbd{t}.
2184
2185@item
2186Use @kbd{Q} to start a @code{query-replace-regexp} session on the marked
2187files.
2188
2189@item
2190To accept all replacements in each file, hit @kbd{!}.
2191@end itemize
2192
2193Another way to do the same thing is to use the ``tags'' feature of
2194Emacs: it includes the command @code{tags-query-replace} which performs
2195a query-replace across all the files mentioned in the @file{TAGS} file.
2196@inforef{Tags Search, Tags Search, emacs}.
2197
f0bf7708 2198@node Documentation for etags
4009494e
GM
2199@section Where is the documentation for @code{etags}?
2200@cindex Documentation for @code{etags}
2201@cindex @code{etags}, documentation for
2202
2203The @code{etags} man page should be in the same place as the
2204@code{emacs} man page.
2205
2206Quick command-line switch descriptions are also available. For example,
2207@samp{etags -H}.
2208
f0bf7708 2209@node Disabling backups
4009494e
GM
2210@section How do I disable backup files?
2211@cindex Backups, disabling
2212@cindex Disabling backups
2213
2214You probably don't want to do this, since backups are useful, especially
2215when something goes wrong.
2216
2217To avoid seeing backup files (and other ``uninteresting'' files) in Dired,
2218load @code{dired-x} by adding the following to your @file{.emacs} file:
2219
2220@lisp
2221(add-hook 'dired-load-hook
2222 (lambda ()
2e17e05e 2223 (require 'dired-x)))
4009494e
GM
2224@end lisp
2225
2226With @code{dired-x} loaded, @kbd{M-o} toggles omitting in each dired buffer.
2227You can make omitting the default for new dired buffers by putting the
2228following in your @file{.emacs}:
2229
2230@lisp
2231(add-hook 'dired-mode-hook 'dired-omit-toggle)
2232@end lisp
2233
2234If you're tired of seeing backup files whenever you do an @samp{ls} at
2235the Unix shell, try GNU @code{ls} with the @samp{-B} option. GNU
2236@code{ls} is part of the GNU Fileutils package, available from
2237@samp{ftp.gnu.org} and its mirrors (@pxref{Current GNU distributions}).
2238
2239To disable or change the way backups are made, @inforef{Backup Names, ,
2240emacs}.
2241
2242@cindex Backup files in a single directory
2243Beginning with Emacs 21.1, you can control where Emacs puts backup files
2244by customizing the variable @code{backup-directory-alist}. This
2245variable's value specifies that files whose names match specific patters
2246should have their backups put in certain directories. A typical use is
2247to add the element @code{("." . @var{dir})} to force Emacs to put
2248@strong{all} backup files in the directory @file{dir}.
2249
f0bf7708 2250@node Disabling auto-save-mode
4009494e
GM
2251@section How do I disable @code{auto-save-mode}?
2252@cindex Disabling @code{auto-save-mode}
2253@cindex Auto-saving
2254@cindex Saving at frequent intervals
2255
2256You probably don't want to do this, since auto-saving is useful,
2257especially when Emacs or your computer crashes while you are editing a
2258document.
2259
2260Instead, you might want to change the variable
2261@code{auto-save-interval}, which specifies how many keystrokes Emacs
2262waits before auto-saving. Increasing this value forces Emacs to wait
2263longer between auto-saves, which might annoy you less.
2264
2265You might also want to look into Sebastian Kremer's @code{auto-save}
2266package (@pxref{Packages that do not come with Emacs}). This
2267package also allows you to place all auto-save files in one directory,
2268such as @file{/tmp}.
2269
2270To disable or change how @code{auto-save-mode} works, @inforef{Auto
2271Save, , emacs}.
2272
f0bf7708 2273@node Going to a line by number
4009494e
GM
2274@section How can I go to a certain line given its number?
2275@cindex Going to a line by number
2276@cindex Compilation error messages
2277@cindex Recompilation
2278
2279Are you sure you indeed need to go to a line by its number? Perhaps all
2280you want is to display a line in your source file for which a compiler
2281printed an error message? If so, compiling from within Emacs using the
2282@kbd{M-x compile} and @kbd{M-x recompile} commands is a much more
2283effective way of doing that. Emacs automatically intercepts the compile
2284error messages, inserts them into a special buffer called
2285@code{*compilation*}, and lets you visit the locus of each message in
2286the source. Type @kbd{C-x `} to step through the offending lines one by
2287one (starting with Emacs 22, you can also use @kbd{M-g M-p} and
2288@kbd{M-g M-n} to go to the previous and next matches directly). Click
2289@kbd{Mouse-2} or press @key{RET} on a message text in the
2290@code{*compilation*} buffer to go to the line whose number is mentioned
2291in that message.
2292
2293But if you indeed need to go to a certain text line, type @kbd{M-g M-g}
2294(which is the default binding of the @code{goto-line} function starting
2295with Emacs 22). Emacs will prompt you for the number of the line and go
2296to that line.
2297
2298You can do this faster by invoking @code{goto-line} with a numeric
2299argument that is the line's number. For example, @kbd{C-u 286 M-g M-g}
2300will jump to line number 286 in the current buffer.
2301
f0bf7708 2302@node Modifying pull-down menus
4009494e
GM
2303@section How can I create or modify new pull-down menu options?
2304@cindex Pull-down menus, creating or modifying
2305@cindex Menus, creating or modifying
2306@cindex Creating new menu options
2307@cindex Modifying pull-down menus
2308@cindex Menus and keymaps
2309@cindex Keymaps and menus
2310
2311Each menu title (e.g., @samp{File}, @samp{Edit}, @samp{Buffers})
2312represents a local or global keymap. Selecting a menu title with the
2313mouse displays that keymap's non-@code{nil} contents in the form of a menu.
2314
2315So to add a menu option to an existing menu, all you have to do is add a
2316new definition to the appropriate keymap. Adding a @samp{Forward Word}
2317item to the @samp{Edit} menu thus requires the following Lisp code:
2318
2319@lisp
2320(define-key global-map
2321 [menu-bar edit forward]
2322 '("Forward word" . forward-word))
2323@end lisp
2324
2325@noindent
2326The first line adds the entry to the global keymap, which includes
2327global menu bar entries. Replacing the reference to @code{global-map}
2328with a local keymap would add this menu option only within a particular
2329mode.
2330
2331The second line describes the path from the menu-bar to the new entry.
2332Placing this menu entry underneath the @samp{File} menu would mean
2333changing the word @code{edit} in the second line to @code{file}.
2334
2335The third line is a cons cell whose first element is the title that will
2336be displayed, and whose second element is the function that will be
2337called when that menu option is invoked.
2338
2339To add a new menu, rather than a new option to an existing menu, we must
2340define an entirely new keymap:
2341
2342@lisp
2343(define-key global-map [menu-bar words]
2344 (cons "Words" (make-sparse-keymap "Words")))
2345@end lisp
2346
2347The above code creates a new sparse keymap, gives it the name
2348@samp{Words}, and attaches it to the global menu bar. Adding the
2349@samp{Forward Word} item to this new menu would thus require the
2350following code:
2351
2352@lisp
2353(define-key global-map
2354 [menu-bar words forward]
2355 '("Forward word" . forward-word))
2356@end lisp
2357
2358@noindent
2359Note that because of the way keymaps work, menu options are displayed
2360with the more recently defined items at the top. Thus if you were to
2361define menu options @samp{foo}, @samp{bar}, and @samp{baz} (in that
2362order), the menu option @samp{baz} would appear at the top, and
2363@samp{foo} would be at the bottom.
2364
2365One way to avoid this problem is to use the function @code{define-key-after},
2366which works the same as @code{define-key}, but lets you modify where items
2367appear. The following Lisp code would insert the @samp{Forward Word}
2368item in the @samp{Edit} menu immediately following the @samp{Undo} item:
2369
2370@lisp
2371(define-key-after
2372 (lookup-key global-map [menu-bar edit])
2373 [forward]
2374 '("Forward word" . forward-word)
2375 'undo)
2376@end lisp
2377
2378Note how the second and third arguments to @code{define-key-after} are
2379different from those of @code{define-key}, and that we have added a new
2380(final) argument, the function after which our new key should be
2381defined.
2382
2383To move a menu option from one position to another, simply evaluate
2384@code{define-key-after} with the appropriate final argument.
2385
2386More detailed information---and more examples of how to create and
2387modify menu options---are in the @cite{Emacs Lisp Reference Manual}, under
2388``Menu Keymaps.'' (@xref{Emacs Lisp documentation}, for information on
2389this manual.)
2390
f0bf7708 2391@node Deleting menus and menu options
4009494e
GM
2392@section How do I delete menus and menu options?
2393@cindex Deleting menus and menu options
2394@cindex Menus, deleting
2395
2396The simplest way to remove a menu is to set its keymap to @samp{nil}.
2397For example, to delete the @samp{Words} menu (@pxref{Modifying pull-down
2398menus}), use:
2399
2400@lisp
2401(define-key global-map [menu-bar words] nil)
2402@end lisp
2403
2404Similarly, removing a menu option requires redefining a keymap entry to
2405@code{nil}. For example, to delete the @samp{Forward word} menu option
2406from the @samp{Edit} menu (we added it in @ref{Modifying pull-down
2407menus}), use:
2408
2409@lisp
2410(define-key global-map [menu-bar edit forward] nil)
2411@end lisp
2412
f0bf7708 2413@node Turning on syntax highlighting
4009494e
GM
2414@section How do I turn on syntax highlighting?
2415@cindex Syntax highlighting
2416@cindex @code{font-lock-mode}
2417@cindex Highlighting based on syntax
2418@cindex Colorizing text
2419@cindex FAQ, @code{font-lock-mode}
2420
2421@code{font-lock-mode} is the standard way to have Emacs perform syntax
2422highlighting in the current buffer. It is enabled by default in Emacs
242322.1 and later.
2424
2425With @code{font-lock-mode} turned on, different types of text will
2426appear in different colors. For instance, in a programming mode,
2427variables will appear in one face, keywords in a second, and comments in
2428a third.
2429
4009494e
GM
2430To turn @code{font-lock-mode} off within an existing buffer, use
2431@kbd{M-x font-lock-mode @key{RET}}.
2432
2433In Emacs 21 and earlier versions, you could use the following code in
2434your @file{.emacs} file to turn on @code{font-lock-mode} globally:
2435
2436@lisp
2437(global-font-lock-mode 1)
2438@end lisp
2439
2440Highlighting a buffer with @code{font-lock-mode} can take quite a while,
2441and cause an annoying delay in display, so several features exist to
2442work around this.
2443
2444@cindex Just-In-Time syntax highlighting
2445In Emacs 21 and later, turning on @code{font-lock-mode} automatically
2446activates the new @dfn{Just-In-Time fontification} provided by
2447@code{jit-lock-mode}. @code{jit-lock-mode} defers the fontification of
2448portions of buffer until you actually need to see them, and can also
2449fontify while Emacs is idle. This makes display of the visible portion
2450of a buffer almost instantaneous. For details about customizing
2451@code{jit-lock-mode}, type @kbd{C-h f jit-lock-mode @key{RET}}.
2452
2453@cindex Levels of syntax highlighting
2454@cindex Decoration level, in @code{font-lock-mode}
2455In versions of Emacs before 21, different levels of decoration are
2456available, from slight to gaudy. More decoration means you need to wait
2457more time for a buffer to be fontified (or a faster machine). To
2458control how decorated your buffers should become, set the value of
2459@code{font-lock-maximum-decoration} in your @file{.emacs} file, with a
2460@code{nil} value indicating default (usually minimum) decoration, and a
2461@code{t} value indicating the maximum decoration. For the gaudiest
2462possible look, then, include the line
2463
2464@lisp
2465(setq font-lock-maximum-decoration t)
2466@end lisp
2467
2468@noindent
2469in your @file{.emacs} file. You can also set this variable such that
2470different modes are highlighted in a different ways; for more
2471information, see the documentation for
2472@code{font-lock-maximum-decoration} with @kbd{C-h v} (or @kbd{M-x
2473describe-variable @key{RET}}).
2474
2475Also see the documentation for the function @code{font-lock-mode},
2476available by typing @kbd{C-h f font-lock-mode} (@kbd{M-x
2477describe-function @key{RET} font-lock-mode @key{RET}}).
2478
2479To print buffers with the faces (i.e., colors and fonts) intact, use
2480@kbd{M-x ps-print-buffer-with-faces} or @kbd{M-x
2481ps-print-region-with-faces}. You will need a way to send text to a
2482PostScript printer, or a PostScript interpreter such as Ghostscript;
2483consult the documentation of the variables @code{ps-printer-name},
2484@code{ps-lpr-command}, and @code{ps-lpr-switches} for more details.
2485
f0bf7708 2486@node Scrolling only one line
4009494e
GM
2487@section How can I force Emacs to scroll only one line when I move past the bottom of the screen?
2488@cindex Scrolling only one line
2489@cindex Reducing the increment when scrolling
2490
2491Customize the @code{scroll-conservatively} variable with @kbd{M-x
2492customize-variable @key{RET} scroll-conservatively @key{RET}} and set it
2493to a large value like, say, 10000. For an explanation of what this
2494means, @inforef{Auto Scrolling, Auto Scrolling, emacs}.
2495
2496Alternatively, use the following Lisp form in your @file{.emacs}:
2497
2498@lisp
2499(setq scroll-conservatively most-positive-fixnum)
2500@end lisp
2501
f0bf7708 2502@node Editing MS-DOS files
4009494e
GM
2503@section How can I edit MS-DOS files using Emacs?
2504@cindex Editing MS-DOS files
2505@cindex MS-DOS files, editing
2506@cindex Microsoft files, editing
2507@cindex Windows files, editing
2508
2509As of Emacs 20, detection and handling of MS-DOS (and Windows) files is
2510performed transparently. You can open MS-DOS files on a Unix system,
2511edit it, and save it without having to worry about the file format.
2512
2513When editing an MS-DOS style file, the mode line will indicate that it
2514is a DOS file. On Unix and GNU/Linux systems, and also on a Macintosh,
2515the string @samp{(DOS)} will appear near the left edge of the mode line;
2516on DOS and Windows, where the DOS end-of-line (EOL) format is the
2517default, a backslash (@samp{\}) will appear in the mode line.
2518
2519If you are running a version of Emacs before 20.1, get @code{crypt++}
2520(@pxref{Packages that do not come with Emacs}). Among other things,
2521@code{crypt++} transparently modifies MS-DOS files as they are loaded
2522and saved, allowing you to ignore the different conventions that Unix
2523and MS-DOS have for delineating the end of a line.
2524
f0bf7708 2525@node Filling paragraphs with a single space
4009494e
GM
2526@section How can I tell Emacs to fill paragraphs with a single space after each period?
2527@cindex One space following periods
2528@cindex Single space following periods
2529@cindex Periods, one space following
2530
2531Add the following line to your @file{.emacs} file:
2532
2533@lisp
2534(setq sentence-end-double-space nil)
2535@end lisp
2536
f0bf7708 2537@node Escape sequences in shell output
4009494e
GM
2538@section Why these strange escape sequences from @code{ls} from the Shell mode?
2539@cindex Escape sequences in @code{ls} output
2540@cindex @code{ls} in Shell mode
2541
2542This happens because @code{ls} is aliased to @samp{ls --color} in your
2543shell init file. You have two alternatives to solve this:
2544
2545@itemize @bullet
2546@item
2547Make the alias conditioned on the @code{EMACS} variable in the
2548environment. When Emacs runs a subsidiary shell, it exports the
2549@code{EMACS} variable to that shell, with value equal to the absolute
2550file name of Emacs. You can
2551unalias @code{ls} when that happens, thus limiting the alias to your
2552interactive sessions.
2553
2554@item
2555Install the @code{ansi-color} package (bundled with Emacs 21.1 and
2556later), which converts these ANSI escape sequences into colors.
2557@end itemize
2558
f0bf7708 2559@node Fullscreen mode on MS-Windows
4009494e
GM
2560@section How can I start Emacs in fullscreen mode on MS-Windows?
2561@cindex Maximize frame
2562@cindex Fullscreen mode
2563
2564Use the function @code{w32-send-sys-command}. For example, you can
2565put the following in your @file{.emacs} file:
2566
2567@lisp
2568(add-hook 'term-setup-hook
2569 #'(lambda () (w32-send-sys-command ?\xF030)))
2570@end lisp
2571
2572To avoid the slightly distracting visual effect of Emacs starting with
2573its default frame size and then growing to fullscreen, you can add an
2574@samp{Emacs.Geometry} entry to the Windows registry settings (see
2575@pxref{(emacs)X Resources}).
2576
2577To compute the correct values for width and height, first maximize the
2578Emacs frame and then evaluate @code{(frame-height)} and
2579@code{(frame-width)} with @kbd{M-:}.
2580
2581@c ------------------------------------------------------------
f0bf7708 2582@node Bugs and problems
4009494e
GM
2583@chapter Bugs and problems
2584@cindex Bugs and problems
2585
2586The Emacs manual lists some common kinds of trouble users could get
2587into, see @ref{Lossage, , Dealing with Emacs Trouble, emacs, The GNU
2588Emacs Manual}, so you might look there if the problem you encounter
2589isn't described in this chapter. If you decide you've discovered a bug,
2590see @ref{Bugs, , Reporting Bugs, emacs, The GNU Emacs Manual}, for
2591instructions how to do that.
2592
2593The file @file{etc/PROBLEMS} in the Emacs distribution lists various
2594known problems with building and using Emacs on specific platforms;
2595type @kbd{C-h C-e} to read it.
2596
2597@menu
2598* Problems with very large files::
2599* ^M in the shell buffer::
2600* Shell process exits abnormally::
2601* Problems with Shell Mode on MS-Windows::
2602* Termcap/Terminfo entries for Emacs::
2603* Spontaneous entry into isearch-mode::
2604* Problems talking to certain hosts::
2605* Errors with init files::
2606* Emacs ignores X resources::
2607* Emacs ignores frame parameters::
2608* Emacs takes a long time to visit files::
2609* Editing files with $ in the name::
2610* Shell mode loses the current directory::
2611* Security risks with Emacs::
2612* Dired claims that no file is on this line::
2613@end menu
2614
f0bf7708 2615@node Problems with very large files
4009494e
GM
2616@section Does Emacs have problems with files larger than 8 megabytes?
2617@cindex Very large files, opening
2618@cindex Large files, opening
2619@cindex Opening very large files
2620@cindex Maximum file size
2621@cindex Files, maximum size
2622
2623Old versions (i.e., anything before 19.29) of Emacs had problems editing
2624files larger than 8 megabytes. In versions 19.29 and later, the maximum
2625buffer size is at least 2^27-1, or 134,217,727 bytes, or 132 MBytes.
2626And in Emacs 22, the maximum buffer size has been increased to
2627268,435,455 bytes (or 256 MBytes) on 32-bit machines.
2628
f0bf7708 2629@node ^M in the shell buffer
4009494e
GM
2630@section How do I get rid of @samp{^M} or echoed commands in my shell buffer?
2631@cindex Shell buffer, echoed commands and @samp{^M} in
2632@cindex Echoed commands in @code{shell-mode}
2633
2634Try typing @kbd{M-x shell-strip-ctrl-m @key{RET}} while in @code{shell-mode} to
2635make them go away. If that doesn't work, you have several options:
2636
2637For @code{tcsh}, put this in your @file{.cshrc} (or @file{.tcshrc})
2638file:
2639
2640@example
2641if ($?EMACS) then
2642 if ("$EMACS" =~ /*) then
2643 if ($?tcsh) unset edit
2644 stty nl
2645 endif
2646endif
2647@end example
2648
2649Or put this in your @file{.emacs_tcsh} or @file{~/.emacs.d/init_tcsh.sh} file:
2650
2651@example
2652unset edit
2653stty nl
2654@end example
2655
2656Alternatively, use @code{csh} in your shell buffers instead of
2657@code{tcsh}. One way is:
2658
2659@lisp
2660(setq explicit-shell-file-name "/bin/csh")
2661@end lisp
2662
2663@noindent
2664and another is to do this in your @file{.cshrc} (or @file{.tcshrc})
2665file:
2666
2667@example
2668setenv ESHELL /bin/csh
2669@end example
2670
2671@noindent
2672(You must start Emacs over again with the environment variable properly
2673set for this to take effect.)
2674
2675You can also set the @code{ESHELL} environment variable in Emacs Lisp
2676with the following Lisp form,
2677
2678@lisp
2679(setenv "ESHELL" "/bin/csh")
2680@end lisp
2681
2682The above solutions try to prevent the shell from producing the
2683@samp{^M} characters in the first place. If this is not possible
2684(e.g., if you use a Windows shell), you can get Emacs to remove these
2685characters from the buffer by adding this to your @file{.emacs} init
2686file:
2687
2688@smalllisp
2689(add-hook 'comint-output-filter-functions 'shell-strip-ctrl-m)
2690@end smalllisp
2691
2692On a related note: if your shell is echoing your input line in the shell
2693buffer, you might want to customize the @code{comint-process-echoes}
2694variable in your shell buffers, or try the following command in your
2695shell start-up file:
2696
2697@example
2698stty -icrnl -onlcr -echo susp ^Z
2699@end example
2700
f0bf7708 2701@node Shell process exits abnormally
4009494e
GM
2702@section Why do I get ``Process shell exited abnormally with code 1''?
2703@cindex Abnormal exits from @code{shell-mode}
2704@cindex @code{shell-mode} exits
2705@cindex Process shell exited
2706
2707The most likely reason for this message is that the @samp{env} program
2708is not properly installed. Compile this program for your architecture,
2709and install it with @samp{a+x} permission in the architecture-dependent
2710Emacs program directory. (You can find what this directory is at your
2711site by inspecting the value of the variable @code{exec-directory} by
2712typing @kbd{C-h v exec-directory @key{RET}}.)
2713
2714You should also check for other programs named @samp{env} in your path
2715(e.g., SunOS has a program named @file{/usr/bin/env}). We don't
2716understand why this can cause a failure and don't know a general
2717solution for working around the problem in this case.
2718
2719The @samp{make clean} command will remove @samp{env} and other vital
2720programs, so be careful when using it.
2721
2722It has been reported that this sometimes happened when Emacs was started
2723as an X client from an xterm window (i.e., had a controlling tty) but the
2724xterm was later terminated.
2725
2726See also @samp{PROBLEMS} (in the @file{etc} subdirectory of the
2727top-level directory when you unpack the Emacs source) for other
2728possible causes of this message.
2729
f0bf7708 2730@node Problems with Shell Mode on MS-Windows
4009494e
GM
2731@section Why do I get an error message when I try to run @kbd{M-x shell}?
2732
2733@cindex Shell Mode, and MS-Windows
2734@cindex @code{explicit-shell-file-name}
2735On MS-Windows, this might happen because Emacs tries to look for the
2736shell in a wrong place. The default file name @file{/bin/sh} is
2737usually incorrect for non-Unix systems. If you know where your shell
2738executable is, set the variable @code{explicit-shell-file-name} in
2739your @file{.emacs} file to point to its full file name, like this:
2740
2741@lisp
2742(setq explicit-shell-file-name "d:/shells/bash.exe")
2743@end lisp
2744
2745If you don't know what shell does Emacs use, try the @kbd{M-!}
2746command; if that works, put the following line into your
2747@file{.emacs}:
2748
2749@lisp
2750(setq explicit-shell-file-name shell-file-name)
2751@end lisp
2752
2753@cindex Antivirus programs, and Shell Mode
2754Some people have trouble with Shell Mode because of intrusive
2755antivirus software; disabling the resident antivirus program solves
2756the problems in those cases.
2757
f0bf7708 2758@node Termcap/Terminfo entries for Emacs
4009494e
GM
2759@section Where is the termcap/terminfo entry for terminal type @samp{emacs}?
2760@cindex Termcap
2761@cindex Terminfo
2762@cindex Emacs entries for termcap/terminfo
2763
2764The termcap entry for terminal type @samp{emacs} is ordinarily put in
2765the @samp{TERMCAP} environment variable of subshells. It may help in
2766certain situations (e.g., using rlogin from shell buffer) to add an
2767entry for @samp{emacs} to the system-wide termcap file. Here is a
2768correct termcap entry for @samp{emacs}:
2769
2770@example
2771emacs:tc=unknown:
2772@end example
2773
2774To make a terminfo entry for @samp{emacs}, use @code{tic} or
2775@code{captoinfo}. You need to generate
2776@file{/usr/lib/terminfo/e/emacs}. It may work to simply copy
2777@file{/usr/lib/terminfo/d/dumb} to @file{/usr/lib/terminfo/e/emacs}.
2778
2779Having a termcap/terminfo entry will not enable the use of full screen
2780programs in shell buffers. Use @kbd{M-x terminal-emulator} for that
2781instead.
2782
2783A workaround to the problem of missing termcap/terminfo entries is to
2784change terminal type @samp{emacs} to type @samp{dumb} or @samp{unknown}
2785in your shell start up file. @code{csh} users could put this in their
2786@file{.cshrc} files:
2787
2788@example
2789if ("$term" == emacs) set term=dumb
2790@end example
2791
f0bf7708 2792@node Spontaneous entry into isearch-mode
4009494e
GM
2793@section Why does Emacs spontaneously start displaying @samp{I-search:} and beeping?
2794@cindex Spontaneous entry into isearch-mode
2795@cindex isearch-mode, spontaneous entry into
2796@cindex Beeping without obvious reason
2797
2798Your terminal (or something between your terminal and the computer) is
2799sending @kbd{C-s} and @kbd{C-q} for flow control, and Emacs is receiving
2800these characters and interpreting them as commands. (The @kbd{C-s}
2801character normally invokes the @code{isearch-forward} command.) For
2802possible solutions, see @ref{Handling C-s and C-q with flow control}.
2803
f0bf7708 2804@node Problems talking to certain hosts
4009494e
GM
2805@section Why can't Emacs talk to certain hosts (or certain hostnames)?
2806@cindex Hosts, Emacs cannot talk to
2807@cindex @code{gethostbyname}, problematic version
2808
2809The problem may be that Emacs is linked with a wimpier version of
2810@code{gethostbyname} than the rest of the programs on the machine. This
2811is often manifested as a message on startup of ``X server not responding.
2812Check your @samp{DISPLAY} environment variable.'' or a message of
2813``Unknown host'' from @code{open-network-stream}.
2814
2815On a Sun, this may be because Emacs had to be linked with the static C
2816library. The version of @code{gethostbyname} in the static C library
2817may only look in @file{/etc/hosts} and the NIS (YP) maps, while the
2818version in the dynamic C library may be smart enough to check DNS in
2819addition to or instead of NIS. On a Motorola Delta running System V
2820R3.6, the version of @code{gethostbyname} in the standard library works,
2821but the one that works with NIS doesn't (the one you get with -linet).
2822Other operating systems have similar problems.
2823
2824Try these options:
2825
2826@itemize @bullet
2827
2828@item
2829Explicitly add the host you want to communicate with to @file{/etc/hosts}.
2830
2831@item
2832Relink Emacs with this line in @file{src/config.h}:
2833
2834@example
2835#define LIBS_SYSTEM -lresolv
2836@end example
2837
2838@item
2839Replace @code{gethostbyname} and friends in @file{libc.a} with more
2840useful versions such as the ones in @file{libresolv.a}. Then relink
2841Emacs.
2842
2843@item
2844If you are actually running NIS, make sure that @code{ypbind} is
2845properly told to do DNS lookups with the correct command line switch.
2846
2847@end itemize
2848
f0bf7708 2849@node Errors with init files
4009494e
GM
2850@section Why does Emacs say @samp{Error in init file}?
2851@cindex Error in @file{.emacs}
2852@cindex Error in init file
2853@cindex Init file, errors in
2854@cindex @file{.emacs} file, errors in
2855@cindex Debugging @file{.emacs} file
2856
2857An error occurred while loading either your @file{.emacs} file or the
85b438b7 2858system-wide file @file{site-lisp/default.el}. Emacs 21.1 and later pops the
4009494e
GM
2859@file{*Messages*} buffer, and puts there some additional information
2860about the error, to provide some hints for debugging.
2861
2862For information on how to debug your @file{.emacs} file, see
2863@ref{Debugging a customization file}.
2864
2865It may be the case that you need to load some package first, or use a
2866hook that will be evaluated after the package is loaded. A common case
2867of this is explained in @ref{Terminal setup code works after Emacs has
2868begun}.
2869
f0bf7708 2870@node Emacs ignores X resources
4009494e
GM
2871@section Why does Emacs ignore my X resources (my .Xdefaults file)?
2872@cindex X resources being ignored
2873@cindex Ignored X resources
2874@cindex @file{.Xdefaults}
2875
2876As of version 19, Emacs searches for X resources in the files specified
2877by the following environment variables:
2878
2879@itemize @bullet
2880
2881@item @code{XFILESEARCHPATH}
2882@item @code{XUSERFILESEARCHPATH}
2883@item @code{XAPPLRESDIR}
2884
2885@end itemize
2886
2887This emulates the functionality provided by programs written using the
2888Xt toolkit.
2889
2890@code{XFILESEARCHPATH} and @code{XUSERFILESEARCHPATH} should be a list
2891of file names separated by colons. @code{XAPPLRESDIR} should be a list
2892of directory names separated by colons.
2893
2894Emacs searches for X resources:
2895
2896@enumerate
2897
2898@item
2899specified on the command line, with the @samp{-xrm RESOURCESTRING} option,
2900
2901@item
2902then in the value of the @samp{XENVIRONMENT} environment variable,
2903
2904@itemize @minus
2905
2906@item
2907or if that is unset, in the file named
2908@file{~/.Xdefaults-@var{hostname}} if it exists (where @var{hostname} is
2909the name of the machine Emacs is running on),
2910
2911@end itemize
2912
2913@item
2914then in the screen-specific and server-wide resource properties provided
2915by the server,
2916
2917@itemize @minus
2918
2919@item
2920or if those properties are unset, in the file named @file{~/.Xdefaults}
2921if it exists,
2922
2923@end itemize
2924
2925@item
2926then in the files listed in @samp{XUSERFILESEARCHPATH},
2927
2928@itemize @minus
2929
2930@item
2931or in files named @file{@var{lang}/Emacs} in directories listed in
2932@samp{XAPPLRESDIR} (where @var{lang} is the value of the @code{LANG}
2933environment variable), if the @samp{LANG} environment variable is set,
2934@item
2935or in files named Emacs in the directories listed in @samp{XAPPLRESDIR}
2936@item
2937or in @file{~/@var{lang}/Emacs} (if the @code{LANG} environment variable
2938is set),
2939@item
2940or in @file{~/Emacs},
2941
2942@end itemize
2943
2944@item
2945then in the files listed in @code{XFILESEARCHPATH}.
2946
2947@end enumerate
2948
f0bf7708 2949@node Emacs ignores frame parameters
4009494e
GM
2950@section Why don't my customizations of the frame parameters work?
2951@cindex Frame parameters
2952
2953This probably happens because you have set the frame parameters in the
2954variable @code{initial-frame-alist}. That variable holds parameters
2955used only for the first frame created when Emacs starts. To customize
2956the parameters of all frames, change the variable
2957@code{default-frame-alist} instead.
2958
2959These two variables exist because many users customize the initial frame
2960in a special way. For example, you could determine the position and
2961size of the initial frame, but would like to control the geometry of the
2962other frames by individually positioning each one of them.
2963
2964
f0bf7708 2965@node Emacs takes a long time to visit files
4009494e
GM
2966@section Why does Emacs take 20 seconds to visit a file?
2967@cindex Visiting files takes a long time
2968@cindex Delay when visiting files
2969@cindex Files, take a long time to visit
2970
2971Old versions of Emacs (i.e., versions before Emacs 20.x) often
2972encountered this when the master lock file, @file{!!!SuperLock!!!}, has
2973been left in the lock directory somehow. Delete it.
2974
2975@email{meuer@@geom.umn.edu, Mark Meuer} says that NeXT NFS has a bug
2976where an exclusive create succeeds but returns an error status. This
2977can cause the same problem. Since Emacs's file locking doesn't work
2978over NFS anyway, the best solution is to recompile Emacs with
2979@code{CLASH_DETECTION} undefined.
2980
f0bf7708 2981@node Editing files with $ in the name
4009494e
GM
2982@section How do I edit a file with a @samp{$} in its name?
2983@cindex Editing files with @samp{$} in the name
2984@cindex @samp{$} in file names
2985@cindex File names containing @samp{$}, editing
2986
2987When entering a file name in the minibuffer, Emacs will attempt to expand
2988a @samp{$} followed by a word as an environment variable. To suppress
2989this behavior, type @kbd{$$} instead.
2990
f0bf7708 2991@node Shell mode loses the current directory
4009494e
GM
2992@section Why does shell mode lose track of the shell's current directory?
2993@cindex Current directory and @code{shell-mode}
2994@cindex @code{shell-mode} and current directory
2995@cindex Directory, current in @code{shell-mode}
2996
2997Emacs has no way of knowing when the shell actually changes its
2998directory. This is an intrinsic limitation of Unix. So it tries to
2999guess by recognizing @samp{cd} commands. If you type @kbd{cd} followed
3000by a directory name with a variable reference (@kbd{cd $HOME/bin}) or
3001with a shell metacharacter (@kbd{cd ../lib*}), Emacs will fail to
3002correctly guess the shell's new current directory. A huge variety of
3003fixes and enhancements to shell mode for this problem have been written
3004to handle this problem (@pxref{Finding a package with particular
3005functionality}).
3006
3007You can tell Emacs the shell's current directory with the command
3008@kbd{M-x dirs}.
3009
f0bf7708 3010@node Security risks with Emacs
4009494e
GM
3011@section Are there any security risks in Emacs?
3012@cindex Security with Emacs
3013@cindex @samp{movemail} and security
3014@cindex @code{file-local-variable} and security
3015@cindex Synthetic X events and security
3016@cindex X events and security
3017
3018@itemize @bullet
3019
3020@item
3021The @file{movemail} incident. (No, this is not a risk.)
3022
3023In his book @cite{The Cuckoo's Egg}, Cliff Stoll describes this in
3024chapter 4. The site at LBL had installed the @file{/etc/movemail}
3025program setuid root. (As of version 19, @file{movemail} is in your
3026architecture-specific directory; type @kbd{C-h v exec-directory
3027@key{RET}} to see what it is.) Since @code{movemail} had not been
3028designed for this situation, a security hole was created and users could
3029get root privileges.
3030
3031@code{movemail} has since been changed so that this security hole will
3032not exist, even if it is installed setuid root. However,
3033@code{movemail} no longer needs to be installed setuid root, which
3034should eliminate this particular risk.
3035
3036We have heard unverified reports that the 1988 Internet worm took
3037advantage of this configuration problem.
3038
3039@item
3040The @code{file-local-variable} feature. (Yes, a risk, but easy to
3041change.)
3042
3043There is an Emacs feature that allows the setting of local values for
3044variables when editing a file by including specially formatted text near
3045the end of the file. This feature also includes the ability to have
3046arbitrary Emacs Lisp code evaluated when the file is visited.
3047Obviously, there is a potential for Trojan horses to exploit this
3048feature.
3049
3050As of Emacs 22, Emacs has a list of local variables that are known to
3051be safe to set. If a file tries to set any variable outside this
3052list, it asks the user to confirm whether the variables should be set.
3053You can also tell Emacs whether to allow the evaluation of Emacs Lisp
3054code found at the bottom of files by setting the variable
3055@code{enable-local-eval}.
3056
3057For more information, @inforef{File Variables, File Variables, emacs}.
3058
3059@item
3060Synthetic X events. (Yes, a risk; use @samp{MIT-MAGIC-COOKIE-1} or
3061better.)
3062
3063Emacs accepts synthetic X events generated by the @code{SendEvent}
3064request as though they were regular events. As a result, if you are
3065using the trivial host-based authentication, other users who can open X
3066connections to your X workstation can make your Emacs process do
3067anything, including run other processes with your privileges.
3068
3069The only fix for this is to prevent other users from being able to open
3070X connections. The standard way to prevent this is to use a real
3071authentication mechanism, such as @samp{MIT-MAGIC-COOKIE-1}. If using
3072the @code{xauth} program has any effect, then you are probably using
3073@samp{MIT-MAGIC-COOKIE-1}. Your site may be using a superior
3074authentication method; ask your system administrator.
3075
3076If real authentication is not a possibility, you may be satisfied by
3077just allowing hosts access for brief intervals while you start your X
3078programs, then removing the access. This reduces the risk somewhat by
3079narrowing the time window when hostile users would have access, but
3080@emph{does not eliminate the risk}.
3081
3082On most computers running Unix and X, you enable and disable
3083access using the @code{xhost} command. To allow all hosts access to
3084your X server, use
3085
3086@example
3087xhost +
3088@end example
3089
3090@noindent
3091at the shell prompt, which (on an HP machine, at least) produces the
3092following message:
3093
3094@example
3095access control disabled, clients can connect from any host
3096@end example
3097
3098To deny all hosts access to your X server (except those explicitly
3099allowed by name), use
3100
3101@example
3102xhost -
3103@end example
3104
3105On the test HP computer, this command generated the following message:
3106
3107@example
3108access control enabled, only authorized clients can connect
3109@end example
3110
3111@end itemize
3112
f0bf7708 3113@node Dired claims that no file is on this line
4009494e
GM
3114@section Dired says, @samp{no file on this line} when I try to do something.
3115@cindex Dired does not see a file
3116
3117@c FIXME: I think this is fixed in Emacs 21, but I didn't have time to
3118@c check.
3119Chances are you're using a localized version of Unix that doesn't use US
3120date format in dired listings. You can check this by looking at dired
3121listings or by typing @kbd{ls -l} to a shell and looking at the dates that
3122come out.
3123
3124Dired uses a regular expression to find the beginning of a file name.
3125In a long Unix-style directory listing (@samp{ls -l}), the file name
3126starts after the date. The regexp has thus been written to look for the
3127date, the format of which can vary on non-US systems.
3128
3129There are two approaches to solving this. The first one involves
3130setting things up so that @samp{ls -l} outputs US date format. This can
3131be done by setting the locale. See your OS manual for more information.
3132
3133The second approach involves changing the regular expression used by
3134dired, @code{directory-listing-before-filename-regexp}.
3135
3136@c ------------------------------------------------------------
f0bf7708 3137@node Compiling and installing Emacs
4009494e
GM
3138@chapter Compiling and installing Emacs
3139@cindex Compiling and installing Emacs
3140
3141@menu
3142* Installing Emacs::
3143* Updating Emacs::
3144* Problems building Emacs::
4009494e
GM
3145@end menu
3146
f0bf7708 3147@node Installing Emacs
4009494e
GM
3148@section How do I install Emacs?
3149@cindex Installing Emacs
3150@cindex Unix systems, installing Emacs on
3151@cindex Downloading and installing Emacs
3152@cindex Retrieving and installing Emacs
3153@cindex Building Emacs from source
3154@cindex Source code, building Emacs from
3155@cindex Unpacking and installing Emacs
3156
3157This answer is meant for users of Unix and Unix-like systems. Users of
3158other operating systems should see the series of questions beginning
3159with @ref{Emacs for MS-DOS}, which describe where to get non-Unix source
3160and binaries, and how to install Emacs on those systems.
3161
3162For Unix and Unix-like systems, the easiest way is often to compile it
3163from scratch. You will need:
3164
3165@itemize @bullet
3166
3167@item
3168Emacs sources. @xref{Current GNU distributions}, for a list of ftp sites
3169that make them available. On @file{ftp.gnu.org}, the main GNU
3170distribution site, sources are available as
3171
3172@uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-@value{VER}.tar.gz}
3173
3174The above will obviously change as new versions of Emacs come out. For
93e2d996 3175instance, when Emacs 24.3 is released, it will most probably be
4009494e
GM
3176available as
3177
93e2d996 3178@uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-24.3.tar.gz}
4009494e
GM
3179
3180Again, you should use one of the GNU mirror sites (see @ref{Current GNU
3181distributions}, and adjust the URL accordingly) so as to reduce load on
3182@file{ftp.gnu.org}.
3183
3184@item
3185@code{gzip}, the GNU compression utility. You can get @code{gzip} via
3186anonymous ftp at mirrors of @file{ftp.gnu.org} sites; it should compile
3187and install without much trouble on most systems. Once you have
3188retrieved the Emacs sources, you will probably be able to uncompress
3189them with the command
3190
3191@example
3192gunzip --verbose emacs-@value{VER}.tar.gz
3193@end example
3194
3195@noindent
3196changing the Emacs version (@value{VER}), as necessary. Once
3197@code{gunzip} has finished doing its job, a file by the name of
3198@file{emacs-@value{VER}.tar} should be in your build directory.
3199
3200@item
3201@code{tar}, the @dfn{tape archiving} program, which moves multiple files
3202into and out of archive files, or @dfn{tarfiles}. All of the files
3203comprising the Emacs source come in a single tarfile, and must be
3204extracted using @code{tar} before you can build Emacs. Typically, the
3205extraction command would look like
3206
3207@example
3208tar -xvvf emacs-@value{VER}.tar
3209@end example
3210
3211@noindent
3212The @samp{x} indicates that we want to extract files from this tarfile,
3213the two @samp{v}s force verbose output, and the @samp{f} tells
3214@code{tar} to use a disk file, rather than one on the tape drive.
3215
3216If you're using GNU @code{tar} (available at mirrors of
3217@file{ftp.gnu.org}), you can combine this step and the previous one by
3218using the command
3219
3220@example
3221tar -zxvvf emacs-@value{VER}.tar.gz
3222@end example
3223
3224@noindent
3225The additional @samp{z} at the beginning of the options list tells GNU
3226@code{tar} to uncompress the file with @code{gunzip} before extracting
3227the tarfile's components.
3228
3229@end itemize
3230
3231At this point, the Emacs sources (all 70+ megabytes of them) should be
3232sitting in a directory called @file{emacs-@value{VER}}. On most common
3233Unix and Unix-like systems, you should be able to compile Emacs (with X
3234Window system support) with the following commands:
3235
3236@example
3237cd emacs-@value{VER} # change directory to emacs-@value{VER}
3238./configure # configure Emacs for your particular system
3239make # use Makefile to build components, then Emacs
3240@end example
3241
3242If the @code{make} completes successfully, the odds are fairly good that
3243the build has gone well. (@xref{Problems building Emacs}, if you weren't
3244successful.)
3245
3246By default, Emacs is installed in the following directories:
3247
3248@table @file
3249@item /usr/local/bin
3250binaries.
3251
3252@item /usr/local/share/emacs/@value{VER}
3253Lisp code and support files.
3254
3255@item /usr/local/info
3256Info documentation.
3257@end table
3258
3259To install files in those default directories, become the superuser and
3260type
3261
3262@example
3263make install
3264@end example
3265
3266Note that @samp{make install} will overwrite @file{/usr/local/bin/emacs}
3267and any Emacs Info files that might be in @file{/usr/local/info}.
3268
3269Much more verbose instructions (with many more hints and suggestions)
3270come with the Emacs sources, in the file @file{INSTALL}.
3271
f0bf7708 3272@node Updating Emacs
4009494e
GM
3273@section How do I update Emacs to the latest version?
3274@cindex Updating Emacs
3275
3276@xref{Installing Emacs}, and follow the instructions there for
3277installation.
3278
3279Most files are placed in version-specific directories. Emacs
3280@value{VER}, for instance, places files in
3281@file{/usr/local/share/emacs/@value{VER}}.
3282
3283Upgrading should overwrite only, @file{/usr/local/bin/emacs} (the Emacs
3284binary) and documentation in @file{/usr/local/info}. Back up these
3285files before you upgrade, and you shouldn't have too much trouble.
3286
f0bf7708 3287@node Problems building Emacs
4009494e
GM
3288@section What should I do if I have trouble building Emacs?
3289@cindex Problems building Emacs
3290@cindex Errors when building Emacs
3291
3292First look in the file @file{etc/PROBLEMS} (where you unpack the Emacs
3293source) to see if there is already a solution for your problem. Next,
3294look for other questions in this FAQ that have to do with Emacs
3295installation and compilation problems.
3296
3297If you'd like to have someone look at your problem and help solve it,
3298see @ref{Help installing Emacs}.
3299
3300If you cannot find a solution in the documentation, send a message to
3301@email{bug-gnu-emacs@@gnu.org}.
3302
3303Please don't post it to @uref{news:gnu.emacs.help} or send e-mail to
3304@email{help-gnu-emacs@@gnu.org}. For further guidelines, see
3305@ref{Guidelines for newsgroup postings} and @ref{Reporting bugs}.
3306
4009494e
GM
3307
3308@c ------------------------------------------------------------
f0bf7708 3309@node Finding Emacs and related packages
4009494e
GM
3310@chapter Finding Emacs and related packages
3311@cindex Finding Emacs and related packages
3312
3313@menu
3314* Finding Emacs on the Internet::
3315* Finding a package with particular functionality::
3316* Packages that do not come with Emacs::
3317* Current GNU distributions::
3318* Difference between Emacs and XEmacs::
8a76755b 3319* Emacs for minimalists::
4009494e
GM
3320* Emacs for MS-DOS::
3321* Emacs for Windows::
93e2d996 3322* Emacs for GNUstep::
4009494e 3323* Emacs for Apple computers::
4009494e
GM
3324@end menu
3325
f0bf7708 3326@node Finding Emacs on the Internet
4009494e
GM
3327@section Where can I get Emacs on the net (or by snail mail)?
3328@cindex Finding Emacs on the Internet
3329@cindex Snail mail, ordering Emacs via
3330@cindex Postal service, ordering Emacs via
3331@cindex Distribution, retrieving Emacs
3332@cindex Internet, retrieving from
3333
85b438b7
GM
3334Information on downloading Emacs is available at
3335@uref{http://www.gnu.org/software/emacs/, the Emacs home-page}.
3336
3337For an order form for all Emacs and FSF distributions deliverable from
3338the USA, see @uref{http://shop.fsf.org/}.
4009494e
GM
3339
3340@xref{Installing Emacs}, for information on how to obtain and build the latest
3341version of Emacs, and see @ref{Current GNU distributions}, for a list of
3342archive sites that make GNU software available.
3343
f0bf7708 3344@node Finding a package with particular functionality
4009494e
GM
3345@section How do I find a Emacs Lisp package that does XXX?
3346@cindex Package, finding
3347@cindex Finding an Emacs Lisp package
3348@cindex Functionality, finding a particular package
3349
3350First of all, you should check to make sure that the package isn't
3351already available. For example, typing @kbd{M-x apropos @key{RET}
3352wordstar @key{RET}} lists all functions and variables containing the
3353string @samp{wordstar}.
3354
3355It is also possible that the package is on your system, but has not been
3356loaded. To see which packages are available for loading, look through
3357your computer's lisp directory (@pxref{File-name conventions}). The Lisp
3358source to most packages contains a short description of how they
3359should be loaded, invoked, and configured---so before you use or
3360modify a Lisp package, see if the author has provided any hints in the
3361source code.
3362
3363The command @kbd{C-h p} (@code{finder-by-keyword}) allows you to browse
3364the constituent Emacs packages.
3365
3366For advice on how to find extra packages that are not part of Emacs,
3367see @ref{Packages that do not come with Emacs}.
3368
f0bf7708 3369@node Packages that do not come with Emacs
4009494e
GM
3370@section Where can I get Emacs Lisp packages that don't come with Emacs?
3371@cindex Unbundled packages
3372@cindex Finding other packages
3373@cindex Lisp packages that do not come with Emacs
3374@cindex Packages, those that do not come with Emacs
3375@cindex Emacs Lisp List
3376@cindex Emacs Lisp Archive
3377
93e2d996
GM
3378@uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html, The Emacs Lisp
3379List (ELL)}, maintained by @email{S.J.Eglen@@damtp.cam.ac.uk, Stephen Eglen},
4009494e
GM
3380aims to provide one compact list with links to all of the current Emacs
3381Lisp files on the Internet. The ELL can be browsed over the web, or
93e2d996 3382from Emacs with @uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.el,
4009494e
GM
3383the @file{ell} package}.
3384
3385Many authors post their packages to the @uref{news:gnu.emacs.sources,
3386Emacs sources newsgroup}. You can search the archives of this
3387group with @uref{http://groups.google.com/group/gnu.emacs.sources, Google},
3388or @uref{http://dir.gmane.org/gmane.emacs.sources, Gmane}, for example.
3389
3390Several packages are stored in
3391@uref{http://emacswiki.org/elisp/, the Lisp area of the Emacs Wiki}.
3392
4009494e
GM
3393Read the file @file{etc/MORE.STUFF} for more information about
3394external packages.
3395
f0bf7708 3396@node Current GNU distributions
4009494e
GM
3397@section Where can I get other up-to-date GNU stuff?
3398@cindex Current GNU distributions
3399@cindex Sources for current GNU distributions
3400@cindex Stuff, current GNU
3401@cindex Up-to-date GNU stuff
3402@cindex Finding current GNU software
3403@cindex Official GNU software sites
3404
3405The most up-to-date official GNU software is normally kept at
3406
3407@uref{ftp://ftp.gnu.org/pub/gnu}
3408
4009494e
GM
3409A list of sites mirroring @samp{ftp.gnu.org} can be found at
3410
3411@uref{http://www.gnu.org/order/ftp.html}
3412
f0bf7708 3413@node Difference between Emacs and XEmacs
4009494e
GM
3414@section What is the difference between Emacs and XEmacs (formerly Lucid Emacs)?
3415@cindex XEmacs
3416@cindex Difference Emacs and XEmacs
3417@cindex Lucid Emacs
3418@cindex Epoch
3419
3420XEmacs is a branch version of Emacs. It was first called Lucid Emacs,
3421and was initially derived from a prerelease version of Emacs 19. In
3422this FAQ, we use the name ``Emacs'' only for the official version.
3423
3424Emacs and XEmacs each come with Lisp packages that are lacking in the
3425other. The two versions have some significant differences at the Lisp
3426programming level. Their current features are roughly comparable,
3427though the support for some operating systems, character sets and
3428specific packages might be quite different.
3429
3430Some XEmacs code has been contributed to Emacs, and we would like to
3431use other parts, but the earlier XEmacs maintainers did not always
3432keep track of the authors of contributed code, which makes it
3433impossible for the FSF to get copyright papers signed for that code.
3434(The FSF requires these papers for all the code included in the Emacs
3435release, aside from generic C support packages that retain their
3436separate identity and are not integrated into the code of Emacs
3437proper.)
3438
3439If you want to talk about these two versions and distinguish them,
3440please call them ``Emacs'' and ``XEmacs.'' To contrast ``XEmacs''
3441with ``GNU Emacs'' would be misleading, since XEmacs too has its
3442origin in the work of the GNU Project. Terms such as ``Emacsen'' and
3443``(X)Emacs'' are not wrong, but they are not very clear, so it
3444is better to write ``Emacs and XEmacs.''
3445
f0bf7708 3446@node Emacs for minimalists
8a76755b
GM
3447@section I don't have enough disk space to install Emacs
3448@cindex Zile
3449@cindex Not enough disk space to install Emacs
3450
3451GNU Zile is a lightweight Emacs clone. Zile is short for @samp{Zile Is
3452Lossy Emacs}. It has all of Emacs's basic editing features. The Zile
3453binary typically has a size of about 130 kbytes, so this can be useful
3454if you are in an extremely space-restricted environment. More
3455information is available from
3456
3457@uref{http://www.gnu.org/software/zile/}
3458
3459
f0bf7708 3460@node Emacs for MS-DOS
4009494e
GM
3461@section Where can I get Emacs for my PC running MS-DOS?
3462@cindex MS-DOS, Emacs for
3463@cindex DOS, Emacs for
3464@cindex Compiling Emacs for DOS
3465@cindex Emacs for MS-DOS
3466@cindex Tools needed to compile Emacs under DOS
3467
85b438b7 3468A pre-built binary distribution of Emacs 20 is available from the
4009494e
GM
3469SimTel.NET archives. This version apparently works under MS-DOS and
3470Windows (3.X, 9X, ME, NT, and 2000) and supports long file names under
3471Windows 9X, Windows ME, and Windows 2000. More information is available
3472from
3473
3474@uref{ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/emacs.README}
3475
3476The binary itself is available in the files @file{em*.zip} in the
3477directory
3478
3479@uref{ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/}
3480
3481If you prefer to compile Emacs for yourself, you can do so with the
3482current distribution directly. You will need a 386 (or
3483better) processor, and to be running MS-DOS 3.0 or later. According to
3484@email{eliz@@gnu.org, Eli Zaretskii} and
3485@email{hankedr@@dms.auburn.edu, Darrel Hankerson}, you will need the
3486following:
3487
3488@table @emph
3489
3490@item Compiler
3491DJGPP version 1.12 maint 1 or later. Djgpp 2.0 or later is
3492recommended, since 1.x is very old an unmaintained. Djgpp 2 supports
3493long file names on Windows 9X/ME/2K.
3494
3495You can get the latest release of DJGPP by retrieving all of
3496the files in
3497
3498@uref{ftp://ftp.delorie.com/pub/djgpp/current/v2*}
3499
3500@item Unpacking program
3501The easiest way is to use @code{djtar} which comes with DJGPP v2.x,
3502because it can open gzip'ed tarfiles (i.e., those ending with
3503@file{.tar.gz}) in one step. @code{Djtar} comes in
3504@file{djdev@var{nnn}.zip} archive (where @var{nnn} is the DJGPP version
3505number), from the URL mentioned above.
3506
3507@strong{Warning!} Do @strong{not} use the popular WinZip program to
3508unpack the Emacs distribution! WinZip is known to corrupt some of the
3509files by converting them to the DOS CR-LF format, it doesn't always
3510preserve the directory structure recorded in the compressed Emacs
3511archive, and commits other atrocities. Some of these problems could
3512actually prevent Emacs from building successfully!
3513
3514@item make, mv, sed, and rm
3515All of these utilities are available at
3516
3517@uref{ftp://ftp.delorie.com/pub/djgpp/current/v2gnu}
3518
351916-bit utilities can be found in GNUish, at
3520
3521@uref{http://www.simtel.net/pub/gnuish/}
3522
3523@noindent
3524(@code{mv} and @code{rm} are in the Fileutils package, @code{sed} and
3525@code{make} are each one in a separate package named after them.)
3526
3527@end table
3528
3529The files @file{INSTALL} (near its end) and @file{etc/PROBLEMS} in the
3530directory of the Emacs sources contains some additional information
3531regarding Emacs under MS-DOS.
3532
3533For a list of other MS-DOS implementations of Emacs (and Emacs
3534look-alikes), consult the list of ``Emacs implementations and literature,''
3535available at
3536
3537@uref{ftp://rtfm.mit.edu/pub/usenet/comp.emacs/}
3538
3539Note that while many of these programs look similar to Emacs, they often
3540lack certain features, such as the Emacs Lisp extension language.
3541
f0bf7708 3542@node Emacs for Windows
4009494e
GM
3543@section Where can I get Emacs for Microsoft Windows?
3544@cindex FAQ for NT Emacs
3545@cindex Emacs for MS-Windows
3546@cindex Microsoft Windows, Emacs for
3547@cindex Windows 9X, ME, NT, 2K, and CE, Emacs for
3548
3549For information on Emacs for Windows 95 and NT, read the FAQ produced by
3550@email{voelker@@cs.washington.edu, Geoff Voelker} and currently maintained
3551by @email{ramprasad@@gnu.org, Ramprasad B}, available at
3552
3553@uref{http://www.gnu.org/software/emacs/windows/ntemacs.html}
3554
3555@xref{Emacs for MS-DOS}, for Windows 3.1.
3556
4009494e 3557
f0bf7708 3558@node Emacs for GNUstep
93e2d996
GM
3559@section Where can I get Emacs for GNUstep?
3560@cindex GNUSTEP, Emacs for
4009494e 3561
93e2d996 3562Beginning with version 23.1, Emacs supports GNUstep natively.
4009494e 3563
f0bf7708 3564@node Emacs for Apple computers
4009494e
GM
3565@section Where can I get Emacs for my Apple computer?
3566@cindex Apple computers, Emacs for
3567@cindex Macintosh, Emacs for
3568
4009494e
GM
3569Beginning with version 22.1, Emacs supports Mac OS X natively.
3570
4009494e
GM
3571
3572@c ------------------------------------------------------------
f0bf7708 3573@node Major packages and programs
4009494e
GM
3574@chapter Major packages and programs
3575@cindex Major packages and programs
3576
3577@menu
3578* VM::
4009494e
GM
3579* AUCTeX::
3580* BBDB::
85b438b7 3581* Spell-checkers::
4009494e
GM
3582* Emacs/W3::
3583* EDB::
4009494e 3584* JDE::
4009494e
GM
3585@end menu
3586
f0bf7708 3587@node VM
4009494e
GM
3588@section VM (View Mail) --- another mail reader within Emacs, with MIME support
3589@cindex VM
3590@cindex Alternative mail software
3591@cindex View Mail
3592@cindex E-mail reader, VM
3593
3594@table @b
3595
091f8bc1
GM
3596@item Web site
3597@uref{http://www.nongnu.org/viewmail/}
4009494e
GM
3598
3599@item Informational newsgroup
3600@uref{news:gnu.emacs.vm.info}@*
3601
3602@item Bug reports newsgroup
3603@uref{news:gnu.emacs.vm.bug}@*
4009494e
GM
3604@end table
3605
091f8bc1
GM
3606VM was originally written by @uref{http://www.wonderworks.com/vm/,Kyle Jones}.
3607@uref{ftp://ftp.wonderworks.com/pub/vm/,Older versions} of VM remain
3608available.
4009494e 3609
4009494e 3610
f0bf7708 3611@node AUCTeX
4009494e
GM
3612@section AUC@TeX{} --- enhanced @TeX{} modes with debugging facilities
3613@cindex Mode for @TeX{}
3614@cindex @TeX{} mode
3615@cindex AUC@TeX{} mode for editing @TeX{}
3616@cindex Writing and debugging @TeX{}
3617
3618AUC@TeX{} is a set of sophisticated major modes for @TeX{}, LaTeX,
3619ConTeXt, and Texinfo offering context-sensitive syntax highlighting,
3620indentation, formatting and folding, macro completion, @TeX{} shell
3621functionality, and debugging. Be also sure to check out
3622@ref{Introduction, RefTeX, Introduction, reftex, Ref@TeX{} User Manual}.
3623Current versions of AUC@TeX{} include the
091f8bc1 3624@uref{http://www.gnu.org/software/auctex/preview-latex.html,preview-latex}
4009494e
GM
3625package for WYSIWYG previews of various LaTeX constructs in the Emacs
3626source buffer.
3627
85b438b7 3628@uref{http://www.gnu.org/software/auctex/, AUCTeX}
4009494e 3629
f0bf7708 3630@node BBDB
4009494e
GM
3631@section BBDB --- personal Info Rolodex integrated with mail/news readers
3632@cindex BBDB
3633@cindex Rolodex-like functionality
3634@cindex Integrated contact database
3635@cindex Contact database
3636@cindex Big Brother Database
3637@cindex Address book
3638
85b438b7 3639@uref{http://bbdb.sourceforge.net/, The Insidious Big Brother Database}
4009494e 3640
85b438b7
GM
3641@node Spell-checkers
3642@section Spell-checkers
4009494e
GM
3643@cindex Spell-checker
3644@cindex Checking spelling
3645@cindex Ispell
85b438b7
GM
3646@cindex Aspell
3647@cindex Hunspell
4009494e 3648
85b438b7 3649Various spell-checkers are compatible with Emacs, including:
4009494e 3650
85b438b7 3651@table @b
4009494e 3652
85b438b7
GM
3653@item GNU Aspell
3654@uref{http://aspell.net/}
4009494e 3655
85b438b7 3656@item Ispell
4009494e
GM
3657@uref{http://fmg-www.cs.ucla.edu/geoff/ispell.html}
3658
85b438b7
GM
3659@item Hunspell
3660@uref{http://hunspell.sourceforge.net/}
4009494e 3661
85b438b7 3662@end table
4009494e 3663
f0bf7708 3664@node Emacs/W3
4009494e
GM
3665@section Emacs/W3 --- A World Wide Web browser inside of Emacs
3666@cindex WWW browser
3667@cindex Web browser
3668@cindex HTML browser in Emacs
3669@cindex @code{w3-mode}
3670
85b438b7 3671@uref{http://www.gnu.org/software/w3/, Emacs/W3}
4009494e 3672
f0bf7708 3673@node EDB
4009494e
GM
3674@section EDB --- Database program for Emacs; replaces forms editing modes
3675@cindex EDB
3676@cindex Database
3677@cindex Forms mode
3678
85b438b7 3679@uref{http://gnuvola.org/software/edb/, the Emacs Database}
4009494e 3680
f0bf7708 3681@node JDE
4009494e
GM
3682@section JDE --- Integrated development environment for Java
3683@cindex Java development environment
3684@cindex Integrated Java development environment
3685@cindex JDE
3686
85b438b7 3687@uref{http://jdee.sourceforge.net/, a Java Development Environment for Emacs}
4009494e
GM
3688
3689@c ------------------------------------------------------------
f0bf7708 3690@node Key bindings
4009494e
GM
3691@chapter Key bindings
3692@cindex Key bindings
3693
3694@menu
3695* Binding keys to commands::
3696* Invalid prefix characters::
3697* Terminal setup code works after Emacs has begun::
4009494e
GM
3698* Working with function and arrow keys::
3699* X key translations for Emacs::
3700* Handling C-s and C-q with flow control::
3701* Binding C-s and C-q::
3702* Backspace invokes help::
3703* stty and Backspace key::
3704* Swapping keys::
3705* Producing C-XXX with the keyboard::
3706* No Meta key::
3707* No Escape key::
3708* Compose Character::
3709* Binding combinations of modifiers and function keys::
3710* Meta key does not work in xterm::
3711* ExtendChar key does not work as Meta::
3712* SPC no longer completes file names::
3713@end menu
3714
f0bf7708 3715@node Binding keys to commands
4009494e
GM
3716@section How do I bind keys (including function keys) to commands?
3717@cindex Binding keys to commands
3718@cindex Keys, binding to commands
3719@cindex Commands, binding keys to
3720
3721Keys can be bound to commands either interactively or in your
3722@file{.emacs} file. To interactively bind keys for all modes, type
3723@kbd{M-x global-set-key @key{RET} @var{key} @var{cmd} @key{RET}}.
3724
3725To bind a key just in the current major mode, type @kbd{M-x
3726local-set-key @key{RET} @var{key} @var{cmd} @key{RET}}.
3727
3728@inforef{Key Bindings, Key Bindings, emacs}, for further details.
3729
3730To make the process of binding keys interactively easier, use the
3731following ``trick'': First bind the key interactively, then immediately
3732type @kbd{C-x @key{ESC} @key{ESC} C-a C-k C-g}. Now, the command needed
3733to bind the key is in the kill ring, and can be yanked into your
3734@file{.emacs} file. If the key binding is global, no changes to the
3735command are required. For example,
3736
3737@lisp
3738(global-set-key (quote [f1]) (quote help-for-help))
3739@end lisp
3740
3741@noindent
3742can be placed directly into the @file{.emacs} file. If the key binding is
3743local, the command is used in conjunction with the @samp{add-hook} function.
3744For example, in TeX mode, a local binding might be
3745
3746@lisp
3747(add-hook 'tex-mode-hook
3748 (lambda ()
3749 (local-set-key (quote [f1]) (quote help-for-help))))
3750@end lisp
3751
3752
3753@itemize @bullet
3754
3755@item
3756Control characters in key sequences, in the form yanked from the kill
3757ring are given in their graphic form---i.e., @key{CTRL} is shown as
3758@samp{^}, @key{TAB} as a set of spaces (usually 8), etc. You may want
3759to convert these into their vector or string forms.
3760
3761@item
3762If a prefix key of the character sequence to be bound is already
3763bound as a complete key, then you must unbind it before the new
3764binding. For example, if @kbd{ESC @{} is previously bound:
3765
3766@lisp
3767(global-unset-key [?\e ?@{]) ;; or
3768(local-unset-key [?\e ?@{])
3769@end lisp
3770
3771@item
3772Aside from commands and ``lambda lists,'' a vector or string also
3773can be bound to a key and thus treated as a macro. For example:
3774
3775@lisp
3776(global-set-key [f10] [?\C-x?\e?\e?\C-a?\C-k?\C-g]) ;; or
3777(global-set-key [f10] "\C-x\e\e\C-a\C-k\C-g")
3778@end lisp
3779
3780@end itemize
3781
f0bf7708 3782@node Invalid prefix characters
4009494e
GM
3783@section Why does Emacs say @samp{Key sequence XXX uses invalid prefix characters}?
3784@cindex Prefix characters, invalid
3785@cindex Invalid prefix characters
3786@cindex Misspecified key sequences
3787
3788Usually, one of two things has happened. In one case, the control
3789character in the key sequence has been misspecified (e.g. @samp{C-f}
3790used instead of @samp{\C-f} within a Lisp expression). In the other
3791case, a @dfn{prefix key} in the keystroke sequence you were trying to bind
3792was already bound as a @dfn{complete key}. Historically, the @samp{ESC [}
3793prefix was usually the problem, in which case you should evaluate either
3794of these forms before attempting to bind the key sequence:
3795
3796@lisp
3797(global-unset-key [?\e ?[]) ;; or
3798(global-unset-key "\e[")
3799@end lisp
3800
f0bf7708 3801@node Terminal setup code works after Emacs has begun
4009494e
GM
3802@section Why doesn't this [terminal or window-system setup] code work in my @file{.emacs} file, but it works just fine after Emacs starts up?
3803@cindex Terminal setup code in @file{.emacs}
3804
3805During startup, Emacs initializes itself according to a given code/file
3806order. If some of the code executed in your @file{.emacs} file needs to
3807be postponed until the initial terminal or window-system setup code has
3808been executed but is not, then you will experience this problem (this
3809code/file execution order is not enforced after startup).
3810
3811To postpone the execution of Emacs Lisp code until after terminal or
3812window-system setup, treat the code as a @dfn{lambda list} and set the
3813value of either the @code{term-setup-hook} or @code{window-setup-hook}
3814variable to this lambda function. For example,
3815
3816@lisp
3817(add-hook 'term-setup-hook
3818 (lambda ()
3819 (when (string-match "\\`vt220" (or (getenv "TERM") ""))
3820 ;; Make vt220's "Do" key behave like M-x:
3821 (global-set-key [do] 'execute-extended-command))))
3822@end lisp
3823
3824For information on what Emacs does every time it is started, see the
3825@file{lisp/startup.el} file.
3826
f0bf7708 3827@node Working with function and arrow keys
4009494e
GM
3828@section How do I tell what characters or symbols my function or arrow keys emit?
3829@cindex Working with arrow keys
3830@cindex Arrow keys, symbols generated by
3831@cindex Working with function keys
3832@cindex Function keys, symbols generated by
3833@cindex Symbols generated by function keys
3834
3835Type @kbd{C-h c} then the function or arrow keys. The command will
3836return either a function key symbol or character sequence (see the
85b438b7 3837Emacs documentation for an explanation). This works for other
4009494e
GM
3838keys as well.
3839
f0bf7708 3840@node X key translations for Emacs
4009494e
GM
3841@section How do I set the X key ``translations'' for Emacs?
3842@cindex X key translations
3843@cindex Key translations under X
3844@cindex Translations for keys under X
3845
3846Emacs is not written using the Xt library by default, so there are no
3847``translations'' to be set. (We aren't sure how to set such translations
3848if you do build Emacs with Xt; please let us know if you've done this!)
3849
3850The only way to affect the behavior of keys within Emacs is through
3851@code{xmodmap} (outside Emacs) or @code{define-key} (inside Emacs). The
3852@code{define-key} command should be used in conjunction with the
3853@code{function-key-map} map. For instance,
3854
3855@lisp
3856(define-key function-key-map [M-@key{TAB}] [?\M-\t])
3857@end lisp
3858
3859@noindent
3860defines the @kbd{M-@key{TAB}} key sequence.
3861
f0bf7708 3862@node Handling C-s and C-q with flow control
4009494e
GM
3863@section How do I handle @kbd{C-s} and @kbd{C-q} being used for flow control?
3864@cindex Flow control, @kbd{C-s} and @kbd{C-q} with
3865@cindex @kbd{C-s} and @kbd{C-q} with flow control
3866
3867@kbd{C-s} and @kbd{C-q} are used in the XON/XOFF flow control protocol.
3868This messes things up when you're using Emacs over a serial line,
3869because Emacs binds these keys to commands by default. Because Emacs
3870won't honor them as flow control characters, too many of these
3871characters are not passed on and overwhelm output buffers. Sometimes,
3872intermediate software using XON/XOFF flow control will prevent Emacs
3873from ever seeing @kbd{C-s} and @kbd{C-q}.
3874
3875Possible solutions:
3876
3877@itemize @bullet
3878
3879@item
3880Disable the use of @kbd{C-s} and @kbd{C-q} for flow control.
3881
3882You need to determine the cause of the flow control.
3883
3884@itemize @minus
3885
3886@item
3887your terminal
3888
3889Your terminal may use XON/XOFF flow control to have time to display
3890all the characters it receives. For example, VT series terminals do
3891this. It may be possible to turn this off from a setup menu. For
3892example, on a VT220 you may select ``No XOFF'' in the setup menu. This
3893is also true for some terminal emulation programs on PCs.
3894
3895When you turn off flow control at the terminal, you will also need to
3896turn it off at the other end, which might be at the computer you are
3897logged in to or at some terminal server in between.
3898
3899If you turn off flow control, characters may be lost; using a printer
3900connected to the terminal may fail. You may be able to get around
3901this problem by modifying the @samp{termcap} entry for your terminal to
3902include extra NUL padding characters.
3903
3904@item
3905a modem
3906
3907If you are using a dialup connection, the modems may be using
3908XON/XOFF flow control. It's not clear how to get around this.
3909
3910@item
3911a router or terminal server
3912
3913Some network box between the terminal and your computer may be using
3914XON/XOFF flow control. It may be possible to make it use some other
3915kind of flow control. You will probably have to ask your local
3916network experts for help with this.
3917
3918@item
3919@code{tty} and/or @code{pty} devices
3920
3921If your connection to Emacs goes through multiple @code{tty} and/or
3922@code{pty} devices, they may be using XON/XOFF flow control even when it
3923is not necessary.
3924
3925@email{eirik@@theory.tn.cornell.edu, Eirik Fuller} writes:
3926
3927@quotation
3928Some versions of @code{rlogin} (and possibly @code{telnet}) do not pass
3929flow control characters to the remote system to which they connect. On
3930such systems, Emacs on the remote system cannot disable flow control on
3931the local system. Sometimes @samp{rlogin -8} will avoid this problem.
3932
3933One way to cure this is to disable flow control on the local host (the
3934one running @code{rlogin}, not the one running @code{rlogind}) using the
3935@code{stty} command, before starting the @code{rlogin} process. On many
3936systems, @samp{stty start u stop u} will do this.
3937
3938Some versions of @samp{tcsh} will prevent even this from working. One
3939way around this is to start another shell before starting rlogin,
3940and issue the @samp{stty} command to disable flow control from that shell.
3941@end quotation
3942
3943Use @samp{stty -ixon} instead of @samp{stty start u stop u} on some systems.
3944
3945@end itemize
3946
3947@item
3948Make Emacs speak the XON/XOFF flow control protocol.
3949
3950You can make Emacs treat @kbd{C-s} and @kbd{C-q} as flow control characters by
3951evaluating the form
3952
3953@lisp
3954(enable-flow-control)
3955@end lisp
3956
3957@noindent
3958to unconditionally enable flow control or
3959
3960@lisp
3961(enable-flow-control-on "vt100" "h19")
3962@end lisp
3963
3964@noindent
3965(using your terminal names instead of @samp{vt100} or @samp{h19}) to
3966enable selectively. These commands will automatically swap @kbd{C-s}
3967and @kbd{C-q} to @kbd{C-\} and @kbd{C-^}. Variables can be used to
3968change the default swap keys (@code{flow-control-c-s-replacement} and
3969@code{flow-control-c-q-replacement}).
3970
3971If you are fixing this for yourself, simply put the form in your
3972@file{.emacs} file. If you are fixing this for your entire site, the
3973best place to put it is in the @file{site-lisp/site-start.el} file.
3974(Here @file{site-lisp} is actually a subdirectory of your Emacs
3975installation directory, typically @file{/usr/local/share/emacs}.)
3976Putting this form in @file{site-lisp/default.el} has the problem that
3977if the user's @file{.emacs} file has an error, this will prevent
3978@file{default.el} from being loaded and Emacs may be unusable for the
3979user, even for correcting their @file{.emacs} file (unless they're
3980smart enough to move it to another name).
3981
3982@code{enable-flow-control} can be invoked interactively as well:
3983@kbd{M-x enable-flow-control @key{RET}}.
3984
3985@end itemize
3986
3987For further discussion of this issue, read the file @file{etc/PROBLEMS}
3988(in the Emacs source directory when you unpack the Emacs distribution).
3989
f0bf7708 3990@node Binding C-s and C-q
4009494e
GM
3991@section How do I bind @kbd{C-s} and @kbd{C-q} (or any key) if these keys are filtered out?
3992@cindex Binding @kbd{C-s} and @kbd{C-q}
3993@cindex @kbd{C-s} and @kbd{C-q}, binding
3994
3995To bind @kbd{C-s} and @kbd{C-q}, use either @code{enable-flow-control}
3996or @code{enable-flow-control-on}. @xref{Handling C-s and C-q with flow
3997control}, for usage and implementation details.
3998
3999To bind other keys, use @code{keyboard-translate}. @xref{Swapping
4000keys}, for usage details. To do this for an entire site, you should
4001swap the keys in @file{site-lisp/site-start.el}. @xref{Handling C-s
4002and C-q with flow control}, for an explanation of why
4003@file{site-lisp/default.el} should not be used.
4004
4005@itemize @bullet
4006
4007@item
4008If you do this for an entire site, the users will be confused by
4009the disparity between what the documentation says and how Emacs
4010actually behaves.
4011
4012@end itemize
4013
f0bf7708 4014@node Backspace invokes help
4009494e
GM
4015@section Why does the @key{Backspace} key invoke help?
4016@cindex Backspace key invokes help
4017@cindex Help invoked by Backspace
4018@cindex DEL key does not delete
4019
4020The @key{Backspace} key (on most keyboards) generates @acronym{ASCII} code 8.
4021@kbd{C-h} sends the same code. In Emacs by default @kbd{C-h} invokes
4022help-command. This is intended to be easy to remember since the first
4023letter of @samp{help} is @samp{h}. The easiest solution to this problem
4024is to use @kbd{C-h} (and @key{Backspace}) for help and @key{DEL} (the
4025@key{Delete} key) for deleting the previous character.
4026
4027For many people this solution may be problematic:
4028
4029@itemize @bullet
4030
4031@item
4032They normally use @key{Backspace} outside of Emacs for deleting the
4033previous character. This can be solved by making @key{DEL} the command
4034for deleting the previous character outside of Emacs. On many Unix
4035systems, this command will remap @key{DEL}:
4036
4037@example
4038stty erase `^?'
4039@end example
4040
4041@item
4042The user may prefer the @key{Backspace} key for deleting the
4043previous character because it is more conveniently located on their
4044keyboard or because they don't even have a separate @key{Delete} key.
4045In this case, the @key{Backspace} key should be made to behave like
4046@key{Delete}. There are several methods.
4047
4048@itemize @minus
4049@item
4050Some terminals (e.g., VT3## terminals) and terminal emulators (e.g.,
4051TeraTerm) allow the character generated by the @key{Backspace} key to be
4052changed from a setup menu.
4053
4054@item
4055You may be able to get a keyboard that is completely programmable, or a
4056terminal emulator that supports remapping of any key to any other key.
4057
4058@item
4059With Emacs 21.1 and later, you can control the effect of the
4060@key{Backspace} and @key{Delete} keys, on both dumb terminals and a
4061windowed displays, by customizing the option
4062@code{normal-erase-is-backspace-mode}, or by invoking @kbd{M-x
4063normal-erase-is-backspace}. See the documentation of these symbols
4064(@pxref{Emacs Lisp documentation}) for more info.
4065
4066@item
4067It is possible to swap the @key{Backspace} and @key{DEL} keys inside
4068Emacs:
4069
4070@lisp
4071(keyboard-translate ?\C-h ?\C-?)
4072@end lisp
4073
4074@noindent
4075This is the recommended method of forcing @key{Backspace} to act as
4076@key{DEL}, because it works even in modes which bind @key{DEL} to
4077something other than @code{delete-backward-char}.
4078
4079Similarly, you could remap @key{DEL} to act as @kbd{C-d}, which by
4080default deletes forward:
4081
4082@lisp
4083(keyboard-translate ?\C-? ?\C-d)
4084@end lisp
4085
4086@xref{Swapping keys}, for further details about @code{keyboard-translate}.
4087
4088@item
4089Another approach is to switch key bindings and put help on @kbd{C-x h}
4090instead:
4091
4092@lisp
4093(global-set-key "\C-h" 'delete-backward-char)
4094
4095;; overrides mark-whole-buffer
4096(global-set-key "\C-xh" 'help-command)
4097@end lisp
4098
4099@noindent
4100This method is not recommended, though: it only solves the problem for
4101those modes which bind @key{DEL} to @code{delete-backward-char}. Modes
4102which bind @key{DEL} to something else, such as @code{view-mode}, will
4103not work as you expect when you press the @key{Backspace} key. For this
4104reason, we recommend the @code{keyboard-translate} method, shown
4105above.
4106
4107Other popular key bindings for help are @kbd{M-?} and @kbd{C-x ?}.
4108@end itemize
4109
4110Don't try to bind @key{DEL} to @code{help-command}, because there are
4111many modes that have local bindings of @key{DEL} that will interfere.
4112
4113@end itemize
4114
4115When Emacs 21 or later runs on a windowed display, it binds the
4116@key{Delete} key to a command which deletes the character at point, to
4117make Emacs more consistent with keyboard operation on these systems.
4118
4119For more information about troubleshooting this problem, see @ref{DEL
4120Does Not Delete, , If @key{DEL} Fails to Delete, emacs, The GNU Emacs
4121Manual}.
4122
f0bf7708 4123@node stty and Backspace key
4009494e
GM
4124@section Why doesn't Emacs look at the @file{stty} settings for @key{Backspace} vs. @key{Delete}?
4125@cindex @file{stty} and Emacs
4126@cindex Backspace and @file{stty}
4127@cindex Delete and @file{stty}
4128
4129Good question!
4130
4131@c FIXME: RMS explained the reasons for this on emacs-hackers. It's
4132@c probably worth putting that explanation here.
4133
f0bf7708 4134@node Swapping keys
4009494e
GM
4135@section How do I swap two keys?
4136@cindex Swapping keys
4137@cindex Keys, swapping
4138@cindex @code{keyboard-translate}
4139
4140You can swap two keys (or key sequences) by using the
4141@code{keyboard-translate} function. For example, to turn @kbd{C-h}
4142into @key{DEL} and @key{DEL} to @kbd{C-h}, use
4143
4144@lisp
4145(keyboard-translate ?\C-h ?\C-?) ; translate `C-h' to DEL
4146(keyboard-translate ?\C-? ?\C-h) ; translate DEL to `C-h'.
4147@end lisp
4148
4149@noindent
4150The first key sequence of the pair after the function identifies what is
4151produced by the keyboard; the second, what is matched for in the
4152keymaps.
4153
4154However, in the specific case of @kbd{C-h} and @key{DEL}, you should
4155toggle @code{normal-erase-is-backspace-mode} instead of calling
4156@code{keyboard-translate}. @inforef{DEL Does Not Delete, DEL Does Not Delete,
4157emacs}.
4158
4159Keyboard translations are not the same as key bindings in keymaps.
4160Emacs contains numerous keymaps that apply in different situations, but
4161there is only one set of keyboard translations, and it applies to every
4162character that Emacs reads from the terminal. Keyboard translations
4163take place at the lowest level of input processing; the keys that are
4164looked up in keymaps contain the characters that result from keyboard
4165translation.
4166
f0bf7708 4167@node Producing C-XXX with the keyboard
4009494e
GM
4168@section How do I produce C-XXX with my keyboard?
4169@cindex Producing control characters
4170@cindex Generating control characters
4171@cindex Control characters, generating
4172
4173On terminals (but not under X), some common ``aliases'' are:
4174
4175@table @asis
4176
4177@item @kbd{C-2} or @kbd{C-@key{SPC}}
4178@kbd{C-@@}
4179
4180@item @kbd{C-6}
4181@kbd{C-^}
4182
4183@item @kbd{C-7} or @kbd{C-S--}
4184@kbd{C-_}
4185
4186@item @kbd{C-4}
4187@kbd{C-\}
4188
4189@item @kbd{C-5}
4190@kbd{C-]}
4191
4192@item @kbd{C-/}
4193@kbd{C-?}
4194
4195@end table
4196
4197Often other aliases exist; use the @kbd{C-h c} command and try
4198@key{CTRL} with all of the digits on your keyboard to see what gets
4199generated. You can also try the @kbd{C-h w} command if you know the
4200name of the command.
4201
f0bf7708 4202@node No Meta key
4009494e
GM
4203@section What if I don't have a @key{Meta} key?
4204@cindex No @key{Meta} key
4205@cindex @key{Meta} key, what to do if you lack it
4206
4207On many keyboards, the @key{Alt} key acts as @key{Meta}, so try it.
4208
4209Instead of typing @kbd{M-a}, you can type @kbd{@key{ESC} a}. In fact,
4210Emacs converts @kbd{M-a} internally into @kbd{@key{ESC} a} anyway
4211(depending on the value of @code{meta-prefix-char}). Note that you
4212press @key{Meta} and @key{a} together, but with @key{ESC}, you press
4213@key{ESC}, release it, and then press @key{a}.
4214
f0bf7708 4215@node No Escape key
4009494e
GM
4216@section What if I don't have an @key{Escape} key?
4217@cindex No Escape key
4218@cindex Lacking an Escape key
4219@cindex Escape key, lacking
4220
4221Type @kbd{C-[} instead. This should send @acronym{ASCII} code 27 just like an
4222Escape key would. @kbd{C-3} may also work on some terminal (but not
4223under X). For many terminals (notably DEC terminals) @key{F11}
4224generates @key{ESC}. If not, the following form can be used to bind it:
4225
4226@lisp
4227;; F11 is the documented ESC replacement on DEC terminals.
4228(define-key function-key-map [f11] [?\e])
4229@end lisp
4230
f0bf7708 4231@node Compose Character
4009494e
GM
4232@section Can I make my @key{Compose Character} key behave like a @key{Meta} key?
4233@cindex @key{Compose Character} key, using as @key{Meta}
4234@cindex @key{Meta}, using @key{Compose Character} for
4235
4236On a dumb terminal such as a VT220, no. It is rumored that certain
4237VT220 clones could have their @key{Compose} key configured this way. If
4238you're using X, you might be able to do this with the @code{xmodmap}
4239command.
4240
f0bf7708 4241@node Binding combinations of modifiers and function keys
4009494e
GM
4242@section How do I bind a combination of modifier key and function key?
4243@cindex Modifiers and function keys
4244@cindex Function keys and modifiers
4245@cindex Binding modifiers and function keys
4246
4247With Emacs 19 and later, you can represent modified function keys in
4248vector format by adding prefixes to the function key symbol. For
85b438b7 4249example (from the Emacs documentation):
4009494e
GM
4250
4251@lisp
4252(global-set-key [?\C-x right] 'forward-page)
4253@end lisp
4254
4255@noindent
4256where @samp{?\C-x} is the Lisp character constant for the character @kbd{C-x}.
4257
4258You can use the modifier keys @key{Control}, @key{Meta}, @key{Hyper},
4259@key{Super}, @key{Alt}, and @key{Shift} with function keys. To
4260represent these modifiers, prepend the strings @samp{C-}, @samp{M-},
4261@samp{H-}, @samp{s-}, @samp{A-}, and @samp{S-} to the symbol name. Here
4262is how to make @kbd{H-M-RIGHT} move forward a word:
4263
4264@lisp
4265(global-set-key [H-M-right] 'forward-word)
4266@end lisp
4267
4268@itemize @bullet
4269
4270@item
4271Not all modifiers are permitted in all situations. @key{Hyper},
4272@key{Super}, and @key{Alt} are not available on Unix character
4273terminals. Non-@acronym{ASCII} keys and mouse events (e.g. @kbd{C-=} and
4274@kbd{Mouse-1}) also fall under this category.
4275
4276@end itemize
4277
4278@xref{Binding keys to commands}, for general key binding instructions.
4279
f0bf7708 4280@node Meta key does not work in xterm
4009494e
GM
4281@section Why doesn't my @key{Meta} key work in an @code{xterm} window?
4282@cindex @key{Meta} key and @code{xterm}
4283@cindex Xterm and @key{Meta} key
4284
4285@inforef{Unibyte Mode, Single-Byte Character Set Support, emacs}.
4286
4287If the advice in the Emacs manual fails, try all of these methods before
4288asking for further help:
4289
4290@itemize @bullet
4291
4292@item
4293You may have big problems using @code{mwm} as your window manager.
4294(Does anyone know a good generic solution to allow the use of the
4295@key{Meta} key in Emacs with @file{mwm}?)
4296
4297@item
4298For X11: Make sure it really is a @key{Meta} key. Use @code{xev} to
4299find out what keysym your @key{Meta} key generates. It should be either
4300@code{Meta_L} or @code{Meta_R}. If it isn't, use @file{xmodmap} to fix
4301the situation. If @key{Meta} does generate @code{Meta_L} or
4302@code{Meta_R}, but @kbd{M-x} produces a non-@acronym{ASCII} character, put this in
4303your @file{~/.Xdefaults} file:
4304
4305@example
4306 XTerm*eightBitInput: false
4307 XTerm*eightBitOutput: true
4308@end example
4309
4310@item
4311Make sure the @code{pty} the @code{xterm} is using is passing 8 bit
4312characters. @samp{stty -a} (or @samp{stty everything}) should show
4313@samp{cs8} somewhere. If it shows @samp{cs7} instead, use @samp{stty
4314cs8 -istrip} (or @samp{stty pass8}) to fix it.
4315
4316@item
4317If there is an @code{rlogin} connection between @code{xterm} and Emacs, the
4318@samp{-8} argument may need to be given to rlogin to make it pass all 8 bits
4319of every character.
4320
4321@item
4322If Emacs is running on Ultrix, it is reported that evaluating
4323@code{(set-input-mode t nil)} helps.
4324
4325@item
4326If all else fails, you can make @code{xterm} generate @kbd{@key{ESC} W} when
4327you type @kbd{M-W}, which is the same conversion Emacs would make if it
4328got the @kbd{M-W} anyway. In X11R4, the following resource
4329specification will do this:
4330
4331@example
4332XTerm.VT100.EightBitInput: false
4333@end example
4334
4335@noindent
4336(This changes the behavior of the @code{insert-eight-bit} action.)
4337
4338With older @code{xterm}s, you can specify this behavior with a translation:
4339
4340@example
4341XTerm.VT100.Translations: #override \
4342 Meta<KeyPress>: string(0x1b) insert()
4343@end example
4344
4345@noindent
4346You might have to replace @samp{Meta} with @samp{Alt}.
4347
4348@end itemize
4349
f0bf7708 4350@node ExtendChar key does not work as Meta
4009494e
GM
4351@section Why doesn't my @key{ExtendChar} key work as a @key{Meta} key under HP-UX 8.0 and 9.x?
4352@cindex @key{ExtendChar} key as @key{Meta}
4353@cindex @key{Meta}, using @key{ExtendChar} for
4354@cindex HP-UX, the @key{ExtendChar} key
4355
4356This is a result of an internationalization extension in X11R4 and the
4357fact that HP is now using this extension. Emacs assumes that the
4358@code{XLookupString} function returns the same result regardless of the
4359@key{Meta} key state which is no longer necessarily true. Until Emacs
4360is fixed, the temporary kludge is to run this command after each time
4361the X server is started but preferably before any xterm clients are:
4362
4363@example
4364xmodmap -e 'remove mod1 = Mode_switch'
4365@end example
4366
4367@c FIXME: Emacs 21 supports I18N in X11; does that mean that this bug is
4368@c solved?
4369
4370This will disable the use of the extra keysyms systemwide, which may be
4371undesirable if you actually intend to use them.
4372
f0bf7708 4373@node SPC no longer completes file names
4009494e
GM
4374@section Why doesn't SPC complete file names anymore?
4375@cindex @kbd{SPC} file name completion
4376
4377Starting with Emacs 22.1, @kbd{SPC} no longer completes file names in
4378the minibuffer, so that file names with embedded spaces could be typed
4379without the need to quote the spaces.
4380
4381You can get the old behavior by binding @kbd{SPC} to
4382@code{minibuffer-complete-word} in the minibuffer, as follows:
4383
4384@lisp
4385(define-key minibuffer-local-filename-completion-map (kbd "SPC")
4386 'minibuffer-complete-word)
4387
4388(define-key minibuffer-local-must-match-filename-map (kbd "SPC")
4389 'minibuffer-complete-word)
4390@end lisp
4391
4392@c ------------------------------------------------------------
f0bf7708 4393@node Alternate character sets
4009494e
GM
4394@chapter Alternate character sets
4395@cindex Alternate character sets
4396
4397@menu
4398* Emacs does not display 8-bit characters::
4399* Inputting eight-bit characters::
4400* Kanji and Chinese characters::
4401* Right-to-left alphabets::
4402* How to add fonts::
4403@end menu
4404
f0bf7708 4405@node Emacs does not display 8-bit characters
4009494e
GM
4406@section How do I make Emacs display 8-bit characters?
4407@cindex Displaying eight-bit characters
4408@cindex Eight-bit characters, displaying
4409
4410@inforef{Unibyte Mode, Single-byte Character Set
4411Support, emacs}. On a Unix, when Emacs runs on a text-only terminal
4412display or is invoked with @samp{emacs -nw}, you typically need to use
4413@code{set-terminal-coding-system} to tell Emacs what the terminal can
4414display, even after setting the language environment; otherwise
4415non-@acronym{ASCII} characters will display as @samp{?}. On other operating
4416systems, such as MS-DOS and MS-Windows, Emacs queries the OS about the
4417character set supported by the display, and sets up the required
4418terminal coding system automatically.
4419
f0bf7708 4420@node Inputting eight-bit characters
4009494e
GM
4421@section How do I input eight-bit characters?
4422@cindex Entering eight-bit characters
4423@cindex Eight-bit characters, entering
4424@cindex Input, 8-bit characters
4425
4426Various methods are available for input of eight-bit characters. See
4427@inforef{Unibyte Mode, Single-byte Character Set
4428Support, emacs}. For more sophisticated methods, @inforef{Input
4429Methods, Input Methods, emacs}.
4430
f0bf7708 4431@node Kanji and Chinese characters
4009494e
GM
4432@section Where can I get an Emacs that handles kanji, Chinese, or other Far-Eastern character sets?
4433@cindex Kanji, handling with Emacs
4434@cindex Chinese, handling with Emacs
4435@cindex Japanese, handling with Emacs
4436@cindex Korean, handling with Emacs
4437
4438Emacs 20 and later includes many of the features of MULE, the MULtilingual
4439Enhancement to Emacs. @xref{Installing Emacs}, for information on where
4440to find and download the latest version of Emacs.
4441
f0bf7708 4442@node Right-to-left alphabets
4009494e
GM
4443@section Where is an Emacs that can handle Semitic (right-to-left) alphabets?
4444@cindex Right-to-left alphabets
4445@cindex Hebrew, handling with Emacs
4446@cindex Semitic alphabets
4447@cindex Arabic alphabets
4448
4449Emacs 20 and later supports Hebrew characters (ISO 8859-8), but does not
4450yet support right-to-left character entry and display.
4451
4452@email{joel@@exc.com, Joel M. Hoffman} has written a Lisp package called
4453@file{hebrew.el} that allows right-to-left editing of Hebrew. It
4454reportedly works out of the box with Emacs 19, but requires patches for
4455Emacs 18. Write to Joel if you want the patches or package.
4456
4457@c FIXME: Should we mention Ehud Karni's package?
4458
4459@file{hebrew.el} requires a Hebrew screen font, but no other hardware support.
4460Joel has a screen font for PCs running MS-DOS or GNU/Linux.
4461
4462You might also try querying @code{archie} for files named with
4463@file{hebrew}; several ftp sites in Israel may also have the necessary
4464files.
4465
f0bf7708 4466@node How to add fonts
4009494e
GM
4467@section How do I add fonts for use with Emacs?
4468@cindex add fonts for use with Emacs
4469@cindex intlfonts
4470
4471First, download and install the BDF font files and any auxiliary
4472packages they need. The GNU Intlfonts distribution can be found on
4473@uref{http://directory.fsf.org/localization/intlfonts.html, the GNU
4474Software Directory Web site}.
4475
4476Next, if you are on X Window system, issue the following two commands
4477from the shell's prompt:
4478
4479@example
4480 xset +fp /usr/local/share/emacs/fonts
4481 xset fp rehash
4482@end example
4483
4484@noindent
4485(Modify the first command if you installed the fonts in a directory
4486that is not @file{/usr/local/share/emacs/fonts}.) You also need to
4487arrange for these two commands to run whenever you log in, e.g., by
4488adding them to your window-system startup file, such as
4489@file{~/.xsessionrc} or @file{~/.gnomerc}.
4490
4491Now, add the following line to your @file{~/.emacs} init file:
4492
4493@lisp
4494 (add-to-list 'bdf-directory-list "/usr/share/emacs/fonts/bdf")
4495@end lisp
4496
4497@noindent
4498(Again, modify the file name if you installed the fonts elsewhere.)
4499
4500Finally, if you wish to use the installed fonts with @code{ps-print},
4501add the following line to your @file{~/.emacs}:
4502
4503@lisp
4504 (setq ps-multibyte-buffer 'bdf-font-except-latin)
4505@end lisp
4506
4507A few additional steps are necessary for MS-Windows; they are listed
4508below.
4509
4510First, make sure @emph{all} the directories with BDF font files are
4511mentioned in @code{bdf-directory-list}. On Unix and GNU/Linux
4512systems, one normally runs @kbd{make install} to install the BDF fonts
4513in the same directory. By contrast, Windows users typically don't run
4514the Intlfonts installation command, but unpack the distribution in
4515some directory, which leaves the BDF fonts in its subdirectories. For
4516example, assume that you unpacked Intlfonts in @file{C:/Intlfonts};
4517then you should set @code{bdf-directory-list} as follows:
4518
4519@lisp
4520 (setq bdf-directory-list
4521 '("C:/Intlfonts/Asian"
4522 "C:/Intlfonts/Chinese" "C:/Intlfonts/Chinese.X"
4523 "C:/Intlfonts/Chinese.BIG" "C:/Intlfonts/Ethiopic"
4524 "C:/Intlfonts/European" "C:/Intlfonts/European.BIG"
4525 "C:/Intlfonts/Japanese" "C:/Intlfonts/Japanese.X"
4526 "C:/Intlfonts/Japanese.BIG" "C:/Intlfonts/Korean.X"
4527 "C:/Intlfonts/Misc"))
4528@end lisp
4529
4530@cindex @code{w32-bdf-filename-alist}
4531@cindex @code{w32-find-bdf-fonts}
4532Next, you need to set up the variable @code{w32-bdf-filename-alist} to
4533an alist of the BDF fonts and their corresponding file names.
4534Assuming you have set @code{bdf-directory-list} to name all the
4535directories with the BDF font files, the following Lisp snippet will
4536set up @code{w32-bdf-filename-alist}:
4537
4538@lisp
4539 (setq w32-bdf-filename-alist
4540 (w32-find-bdf-fonts bdf-directory-list))
4541@end lisp
4542
4543Now, create fontsets for the BDF fonts:
4544
4545@lisp
4546 (create-fontset-from-fontset-spec
4547 "-*-fixed-medium-r-normal-*-16-*-*-*-c-*-fontset-bdf,
4548 japanese-jisx0208:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0208.1983-*,
4549 katakana-jisx0201:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0201*-*,
4550 latin-jisx0201:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0201*-*,
4551 japanese-jisx0208-1978:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0208.1978-*,
4552 thai-tis620:-misc-fixed-medium-r-normal--16-160-72-72-m-80-tis620.2529-1,
4553 lao:-misc-fixed-medium-r-normal--16-160-72-72-m-80-MuleLao-1,
4554 tibetan-1-column:-TibMdXA-fixed-medium-r-normal--16-160-72-72-m-80-MuleTibetan-1,
4555 ethiopic:-Admas-Ethiomx16f-Medium-R-Normal--16-150-100-100-M-160-Ethiopic-Unicode,
4556 tibetan:-TibMdXA-fixed-medium-r-normal--16-160-72-72-m-160-MuleTibetan-0")
4557@end lisp
4558
4559Many of the international bdf fonts from Intlfonts are type 0, and
4560therefore need to be added to font-encoding-alist:
4561
4562@lisp
4563 (setq font-encoding-alist
4564 (append '(("MuleTibetan-0" (tibetan . 0))
4565 ("GB2312" (chinese-gb2312 . 0))
4566 ("JISX0208" (japanese-jisx0208 . 0))
4567 ("JISX0212" (japanese-jisx0212 . 0))
4568 ("VISCII" (vietnamese-viscii-lower . 0))
4569 ("KSC5601" (korean-ksc5601 . 0))
4570 ("MuleArabic-0" (arabic-digit . 0))
4571 ("MuleArabic-1" (arabic-1-column . 0))
4572 ("MuleArabic-2" (arabic-2-column . 0)))
4573 font-encoding-alist))
4574@end lisp
4575
4576You can now use the Emacs font menu to select the @samp{bdf: 16-dot medium}
4577fontset, or you can select it by setting the default font in your
4578@file{~/.emacs}:
4579
4580@lisp
4581 (set-default-font "fontset-bdf")
4582@end lisp
4583
4584
4585@c ------------------------------------------------------------
f0bf7708 4586@node Mail and news
4009494e
GM
4587@chapter Mail and news
4588@cindex Mail and news
4589
4590@menu
4591* Changing the included text prefix::
4592* Saving a copy of outgoing mail::
4593* Expanding aliases when sending mail::
4009494e
GM
4594* Sorting the messages in an Rmail folder::
4595* Rmail writes to /usr/spool/mail::
4009494e
GM
4596* Replying to the sender of a message::
4597* MIME with Emacs mail packages::
4598* Automatically starting a mail or news reader::
4599* Reading news with Emacs::
4600* Gnus does not work with NNTP::
4601* Viewing articles with embedded underlining::
4602* Saving a multi-part Gnus posting::
4603* Starting Gnus faster::
4604* Catching up in all newsgroups::
4605* Killing based on nonstandard headers::
4009494e
GM
4606* Catch-up is slow in Gnus::
4607* Gnus hangs for a long time::
4608* Learning more about Gnus::
4609@end menu
4610
f0bf7708 4611@node Changing the included text prefix
4009494e
GM
4612@section How do I change the included text prefix in mail/news followups?
4613@cindex Prefix in mail/news followups, changing
4614@cindex Included text prefix, changing
4615@cindex Setting the included text character
4616@cindex Quoting in mail messages
4617
4618If you read mail with Rmail or news with Gnus, set the variable
4619@code{mail-yank-prefix}. For VM, set @code{vm-included-text-prefix}.
4620For mh-e, set @code{mh-ins-buf-prefix}.
4621
091f8bc1 4622For fancier control of citations, use Supercite (part of Emacs).
4009494e
GM
4623
4624To prevent Emacs from including various headers of the replied-to
4625message, set the value of @code{mail-yank-ignored-headers} to an
4626appropriate regexp.
4627
f0bf7708 4628@node Saving a copy of outgoing mail
4009494e
GM
4629@section How do I save a copy of outgoing mail?
4630@cindex Saving a copy of outgoing mail
4631@cindex Copying outgoing mail to a file
4632@cindex Filing outgoing mail
4633@cindex Automatic filing of outgoing mail
4634@cindex Mail, saving outgoing automatically
4635
4636You can either mail yourself a copy by including a @samp{BCC} header in the
4637mail message, or store a copy of the message directly to a file by
4638including an @samp{FCC} header.
4639
4640If you use standard mail, you can automatically create a @samp{BCC} to
4641yourself by putting
4642
4643@lisp
4644(setq mail-self-blind t)
4645@end lisp
4646
4647@noindent
4648in your @file{.emacs} file. You can automatically include an @samp{FCC}
4649field by putting something like the following in your @file{.emacs}
4650file:
4651
4652@lisp
4653(setq mail-archive-file-name (expand-file-name "~/outgoing"))
4654@end lisp
4655
4656The output file will be in Unix mail format, which can be read directly
30884d11 4657by VM or Rmail (since Emacs 23).
4009494e
GM
4658
4659If you use @code{mh-e}, add an @samp{FCC} or @samp{BCC} field to your
4660components file.
4661
4662It does not work to put @samp{set record filename} in the @file{.mailrc}
4663file.
4664
f0bf7708 4665@node Expanding aliases when sending mail
4009494e
GM
4666@section Why doesn't Emacs expand my aliases when sending mail?
4667@cindex Expanding aliases when sending mail
4668@cindex Mail alias expansion
4669@cindex Sending mail with aliases
4670
4671@itemize @bullet
4672
4673@item
4674You must separate multiple addresses in the headers of the mail buffer
4675with commas. This is because Emacs supports RFC822 standard addresses
4676like this one:
4677
4678@example
4679To: Willy Smith <wks@@xpnsv.lwyrs.com>
4680@end example
4681
4682However, you do not need to---and probably should not, unless your
4683system's version of @file{/usr/ucb/mail} (a.k.a.@: @code{mailx})
4684supports RFC822---separate addresses with commas in your
4685@file{~/.mailrc} file.
4686
4687@item
4688Emacs normally only reads the @file{.mailrc} file once per session,
4689when you start to compose your first mail message. If you edit
4690@file{.mailrc}, you can type @kbd{M-x rebuild-mail-abbrevs @key{RET}} to
4691make Emacs reread @file{~/.mailrc}.
4692
4693@item
4694If you like, you can expand mail aliases as abbrevs, as soon as you
4695type them in. To enable this feature, execute the following:
4696
4697@lisp
4698(add-hook 'mail-mode-hook 'mail-abbrevs-setup)
4699@end lisp
4700
4701Note that the aliases are expanded automatically only after you type
4702@key{RET} or a punctuation character (e.g. @kbd{,}). You can force their
4703expansion by moving point to the end of the alias and typing @kbd{C-x a e}
4704(@kbd{M-x expand-abbrev}).
4705@end itemize
4706
f0bf7708 4707@node Sorting the messages in an Rmail folder
4009494e
GM
4708@section How can I sort the messages in my Rmail folder?
4709@cindex Rmail, sorting messages in
4710@cindex Folder, sorting messages in an Rmail
4711@cindex Sorting messages in an Rmail folder
4712
4713In Rmail, type @kbd{C-c C-s C-h} to get a list of sorting functions
4714and their key bindings.
4715
f0bf7708 4716@node Rmail writes to /usr/spool/mail
4009494e
GM
4717@section Why does Rmail need to write to @file{/usr/spool/mail}?
4718@cindex Rmail and @file{/usr/spool/mail}
4719@cindex @file{/usr/spool/mail} and Rmail
4720
4721This is the behavior of the @code{movemail} program which Rmail uses.
4722This indicates that @code{movemail} is configured to use lock files.
4723
4724RMS writes:
4725
4726@quotation
4727Certain systems require lock files to interlock access to mail files.
4728On these systems, @code{movemail} must write lock files, or you risk losing
4729mail. You simply must arrange to let @code{movemail} write them.
4730
4731Other systems use the @code{flock} system call to interlock access. On
4732these systems, you should configure @code{movemail} to use @code{flock}.
4733@end quotation
4734
f0bf7708 4735@node Replying to the sender of a message
4009494e
GM
4736@section How can I force Rmail to reply to the sender of a message, but not the other recipients?
4737@cindex Replying only to the sender of a message
4738@cindex Sender, replying only to
4739@cindex Rmail, replying to the sender of a message in
4740
4741@email{isaacson@@seas.upenn.edu, Ron Isaacson} says: When you hit
4742@key{r} to reply in Rmail, by default it CCs all of the original
4743recipients (everyone on the original @samp{To} and @samp{CC}
4744lists). With a prefix argument (i.e., typing @kbd{C-u} before @key{r}),
4745it replies only to the sender. However, going through the whole
4746@kbd{C-u} business every time you want to reply is a pain. This is the
4747best fix I've been able to come up with:
4748
4749@lisp
4750(defun rmail-reply-t ()
4751 "Reply only to the sender of the current message. (See rmail-reply.)"
4752 (interactive)
4753 (rmail-reply t))
4754
4755(add-hook 'rmail-mode-hook
4756 (lambda ()
4757 (define-key rmail-mode-map "r" 'rmail-reply-t)
4758 (define-key rmail-mode-map "R" 'rmail-reply)))
4759@end lisp
4760
f0bf7708 4761@node MIME with Emacs mail packages
4009494e
GM
4762@section How can I get my favorite Emacs mail package to support MIME?
4763@cindex MIME and Emacs mail packages
4764@cindex Mail packages and MIME
4765@cindex FAQ for MIME and Emacs
4766
4767Version 6.x of VM supports MIME. @xref{VM}. Gnus supports MIME in mail
4768and news messages as of version 5.8.1 (Pterodactyl). Rmail has limited
4769support for single-part MIME messages beginning with Emacs 20.3.
4770
f0bf7708 4771@node Automatically starting a mail or news reader
4009494e
GM
4772@section How do I make Emacs automatically start my mail/news reader?
4773@cindex Mail reader, starting automatically
4774@cindex News reader, starting automatically
4775@cindex Starting mail/news reader automatically
4776
4777To start Emacs in Gnus:
4778
4779@example
4780emacs -f gnus
4781@end example
4782
4783@noindent
4784in Rmail:
4785
4786@example
4787emacs -f rmail
4788@end example
4789
4790A more convenient way to start with Gnus:
4791
4792@example
4793alias gnus 'emacs -f gnus'
4794gnus
4795@end example
4796
4797It is probably unwise to automatically start your mail or news reader
4798from your @file{.emacs} file. This would cause problems if you needed to run
4799two copies of Emacs at the same time. Also, this would make it difficult for
4800you to start Emacs quickly when you needed to.
4801
f0bf7708 4802@node Reading news with Emacs
4009494e
GM
4803@section How do I read news under Emacs?
4804@cindex Reading news under Emacs
4805@cindex Usenet reader in Emacs
4806@cindex Gnus newsreader
4807
4808Use @kbd{M-x gnus}. It is documented in Info (@pxref{Learning how to do
4809something}).
4810
f0bf7708 4811@node Gnus does not work with NNTP
4009494e
GM
4812@section Why doesn't Gnus work via NNTP?
4813@cindex Gnus and NNTP
4814@cindex NNTP, Gnus fails to work with
4815
4816There is a bug in NNTP version 1.5.10, such that when multiple requests
4817are sent to the NNTP server, the server only handles the first one
4818before blocking waiting for more input which never comes. NNTP version
48191.5.11 claims to fix this.
4820
4821You can work around the bug inside Emacs like this:
4822
4823@lisp
4824(setq nntp-maximum-request 1)
4825@end lisp
4826
4827You can find out what version of NNTP your news server is running by
4828telnetting to the NNTP port (usually 119) on the news server machine
4829(i.e., @kbd{telnet server-machine 119}). The server should give its
4830version number in the welcome message. Type @kbd{quit} to get out.
4831
4832@xref{Spontaneous entry into isearch-mode}, for some additional ideas.
4833
f0bf7708 4834@node Viewing articles with embedded underlining
4009494e
GM
4835@section How do I view news articles with embedded underlining (e.g., ClariNews)?
4836@cindex Underlining, embedded in news articles
4837@cindex News articles with embedded underlining
4838@cindex Embedded underlining in news articles
4839
4840Underlining appears like this:
4841
4842@example
4843_^Hu_^Hn_^Hd_^He_^Hr_^Hl_^Hi_^Hn_^Hi_^Hn_^Hg
4844@end example
4845
4846@email{abraham@@dina.kvl.dk, Per Abrahamsen} suggests using the following
4847code, which uses the underline face to turn such text into true
4848underlining, inconjunction with Gnus:
4849
4850@lisp
4851(defun gnus-article-prepare-overstrike ()
4852 ;; Prepare article for overstrike commands.
4853 (save-excursion
4854 (set-buffer gnus-article-buffer)
4855 (let ((buffer-read-only nil))
4856 (goto-char (point-min))
4857 (while (search-forward "\b" nil t)
4858 (let ((next (following-char))
4859 (previous (char-after (- (point) 2))))
4860 (cond ((eq next previous)
4861 (delete-region (- (point) 2) (point))
4862 (put-text-property (point) (1+ (point))
4863 'face 'bold))
4864 ((eq next ?_)
4865 (delete-region (1- (point)) (1+ (point)))
4866 (put-text-property (1- (point)) (point)
4867 'face 'underline))
4868 ((eq previous ?_)
4869 (delete-region (- (point) 2) (point))
4870 (put-text-property (point) (1+ (point))
4871 'face 'underline))))))))
4872
4873(add-hook 'gnus-article-prepare-hook 'gnus-article-prepare-overstrike)
4874@end lisp
4875
4876Latest versions of Gnus do such a conversion automatically.
4877
4878If you prefer to do away with underlining altogether, you can
4879destructively remove it with @kbd{M-x ununderline-region}; do this
4880automatically via
4881
4882@lisp
4883(add-hook 'gnus-article-prepare-hook
4884 (lambda () (ununderline-region (point-min) (point-max))))
4885@end lisp
4886
f0bf7708 4887@node Saving a multi-part Gnus posting
4009494e
GM
4888@section How do I save all the items of a multi-part posting in Gnus?
4889@cindex Multi-part postings in Gnus, saving
4890@cindex Saving multi-part postings in Gnus
4891@cindex Gnus, saving multi-part postings in
4892
4893Use @code{gnus-uu}. Type @kbd{C-c C-v C-h} in the Gnus summary buffer
4894to see a list of available commands.
4895
f0bf7708 4896@node Starting Gnus faster
4009494e
GM
4897@section How do I make Gnus start up faster?
4898@cindex Faster, starting Gnus
4899@cindex Starting Gnus faster
4900@cindex Gnus, starting faster
4901
4902From the Gnus FAQ (@pxref{Learning more about Gnus}):
4903
4904@quotation
4905@email{pktiwari@@eos.ncsu.edu, Pranav Kumar Tiwari} writes: I posted
4906the same query recently and I got an answer to it. I am going to
4907repeat the answer. What you need is a newer version of gnus, version
49085.0.4+. I am using 5.0.12 and it works fine with me with the
4909following settings:
4910
4911@lisp
4912(setq gnus-check-new-newsgroups nil
4913 gnus-read-active-file 'some
4914 gnus-nov-is-evil nil
4915 gnus-select-method '(nntp gnus-nntp-server))
4916@end lisp
4917@end quotation
4918
f0bf7708 4919@node Catching up in all newsgroups
4009494e
GM
4920@section How do I catch up all newsgroups in Gnus?
4921@cindex Catching up all newsgroups in Gnus
4922@cindex Gnus, Catching up all newsgroups in
4923
4924In the @file{*Newsgroup*} buffer, type @kbd{M-< C-x ( c y C-x ) M-0 C-x e}
4925
4926Leave off the initial @kbd{M-<} if you only want to catch up from point
4927to the end of the @file{*Newsgroup*} buffer.
4928
f0bf7708 4929@node Killing based on nonstandard headers
4009494e
GM
4930@section Why can't I kill in Gnus based on the Newsgroups/Keywords/Control headers?
4931@cindex Killing articles based on nonstandard headers
4932@cindex Newsgroups header, killing articles based on
4933@cindex Keywords header, killing articles based on
4934@cindex Control header, killing articles based on
4935
4936Gnus will complain that the @samp{Newsgroups}, @samp{Keywords}, and
4937@samp{Control} headers are ``Unknown header'' fields.
4938
4939For the @samp{Newsgroups} header, there is an easy workaround: kill on the
4940@samp{Xref} header instead, which will be present on any cross-posted article
4941(as long as your site carries the cross-post group).
4942
4943If you really want to kill on one of these headers, you can do it like
4944this:
4945
4946@lisp
4947(gnus-kill nil "^Newsgroups: .*\\(bad\\.group\\|worse\\.group\\)")
4948@end lisp
4949
f0bf7708 4950@node Catch-up is slow in Gnus
4009494e
GM
4951@section Why is catch up slow in Gnus?
4952@cindex Slow catch up in Gnus
4953@cindex Gnus is slow when catching up
4954@cindex Crosspostings make Gnus catching up slow
4955
4956Because Gnus is marking crosspostings read. You can control this with
4957the variable @code{gnus-use-cross-reference}.
4958
f0bf7708 4959@node Gnus hangs for a long time
4009494e
GM
4960@section Why does Gnus hang for a long time when posting?
4961@cindex Hangs in Gnus
4962@cindex Gnus hangs while posting
4963@cindex Posting, Gnus hangs wile
4964
4965@email{tale@@uunet.uu.net, David Lawrence} explains:
4966
4967@quotation
4968The problem is almost always interaction between NNTP and C News. NNTP
4969POST asks C News's @code{inews} to not background itself but rather hang
4970around and give its exit status so it knows whether the post was successful.
4971(That wait will on some systems not return the exit status of the
4972waited for job is a different sort of problem.) It ends up taking a
4973long time because @code{inews} is calling @code{relaynews}, which often
4974waits for another @code{relaynews} to free the lock on the news system
4975so it can file the article.
4976
4977My preferred solution is to change @code{inews} to not call
4978@code{relaynews}, but rather use @code{newsspool}. This loses some
4979error-catching functionality, but is for the most part safe as
4980@code{inews} will detect a lot of the errors on its own. The C News
4981folks have sped up @code{inews}, too, so speed should look better to
4982most folks as that update propagates around.
4983@end quotation
4984
f0bf7708 4985@node Learning more about Gnus
4009494e
GM
4986@section Where can I find out more about Gnus?
4987@cindex FAQ for Gnus
4988@cindex Gnus FAQ
4989@cindex Learning more about Gnus
4990
4f9d4de3
GM
4991For more information on Gnus, @pxref{Top,, the Gnus Manual, gnus, The
4992Gnus Manual}, which includes @ref{Frequently Asked Questions,, the Gnus
4993FAQ, gnus}.
4009494e 4994
f0bf7708 4995@node Concept index
4009494e
GM
4996@unnumbered Concept Index
4997@printindex cp
4998
4009494e
GM
4999@bye
5000
5001@ignore
5002 arch-tag: fee0d62d-06cf-43d8-ac21-123408eaf10f
5003@end ignore