Bump version number to 23.0.95.
[emacs.git] / doc / misc / faq.texi
blobfe5a59a2704ade39f0803bee757a67f65cf1450f
1 \input texinfo   @c -*- mode: texinfo; -*-
2 @c %**start of header
3 @setfilename ../../info/efaq
4 @settitle GNU Emacs FAQ
5 @c %**end of header
7 @c This is used in many places
8 @set VER 23.0.95
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).
14 @copying
15 Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
16 Free Software Foundation, Inc.@*
17 Copyright @copyright{} 1994, 1995, 1996, 1997, 1998, 1999, 2000
18 Reuven M. Lerner@*
19 Copyright @copyright{} 1992, 1993 Steven Byrnes@*
20 Copyright @copyright{} 1990, 1991, 1992 Joseph Brian Wells@*
22 @quotation
23 This list of frequently asked questions about GNU Emacs with answers
24 (``FAQ'') may be translated into other languages, transformed into other
25 formats (e.g. Texinfo, Info, WWW, WAIS), and updated with new information.
27 The same conditions apply to any derivative of the FAQ as apply to the FAQ
28 itself.  Every copy of the FAQ must include this notice or an approved
29 translation, information on who is currently maintaining the FAQ and how to
30 contact them (including their e-mail address), and information on where the
31 latest version of the FAQ is archived (including FTP information).
33 The FAQ may be copied and redistributed under these conditions, except that
34 the FAQ may not be embedded in a larger literary work unless that work
35 itself allows free copying and redistribution.
37 [This version has been heavily edited since it was included in the Emacs
38 distribution.]
39 @end quotation
40 @end copying
42 @dircategory Emacs
43 @direntry
44 * Emacs FAQ: (efaq).    Frequently Asked Questions about Emacs.
45 @end direntry
47 @c The @titlepage stuff only appears in the printed version
48 @titlepage
49 @sp 10
50 @center @titlefont{GNU Emacs FAQ}
52 @c The following two commands start the copyright page.
53 @page
54 @vskip 0pt plus 1filll
55 @insertcopying
56 @end titlepage
58 @contents
60 @node Top, FAQ notation, (dir), (dir)
61 @top The GNU Emacs FAQ
63 @c FIXME @today is just the day we ran `makeinfo'.
64 This is the GNU Emacs FAQ, last updated on @today{}.
66 This FAQ is maintained as a part of GNU Emacs.  If you find any errors,
67 or have any suggestions, please use @kbd{M-x report-emacs-bug} to report
68 them.
70 This is the version of the FAQ distributed with Emacs @value{VER}, and
71 mainly describes that version.  Although there is some information on
72 older versions, details about very old releases (now only of historical
73 interest) have been removed.  If you are interested in this, consult
74 either the version of the FAQ distributed with older versions of Emacs,
75 or the history of this document in the Emacs source repository.
77 Since Emacs releases are very stable, we recommend always running the
78 latest release.
80 This FAQ is not updated very frequently.  When you have a question about
81 Emacs, the Emacs manual is often the best starting point.
83 @ifnottex
84 @insertcopying
85 @end ifnottex 
87 @menu
88 * FAQ notation::
89 * General questions::
90 * Getting help::
91 * Status of Emacs::
92 * Common requests::
93 * Bugs and problems::
94 * Compiling and installing Emacs::
95 * Finding Emacs and related packages::
96 * Major packages and programs::
97 * Key bindings::
98 * Alternate character sets::
99 * Mail and news::
100 * Concept index::
101 @end menu
103 @c ------------------------------------------------------------
104 @node FAQ notation
105 @chapter FAQ notation
106 @cindex FAQ notation
108 This chapter describes notation used in the GNU Emacs FAQ, as well as in
109 the Emacs documentation.  Consult this section if this is the first time
110 you are reading the FAQ, or if you are confused by notation or terms
111 used in the FAQ.
113 @menu
114 * Basic keys::
115 * Extended commands::
116 * Emacs manual::
117 * File-name conventions::
118 * Common acronyms::
119 @end menu
121 @node Basic keys
122 @section What do these mean: @kbd{C-h}, @kbd{C-M-a}, @key{RET}, @kbd{@key{ESC} a}, etc.?
123 @cindex Basic keys
124 @cindex Control key, notation for
125 @cindex @key{Meta} key, notation for
126 @cindex Control-Meta characters, notation for
127 @cindex @kbd{C-h}, definition of
128 @cindex @kbd{C-M-h}, definition of
129 @cindex @key{DEL}, definition of
130 @cindex @key{ESC}, definition of
131 @cindex @key{LFD}, definition of
132 @cindex @key{RET}, definition of
133 @cindex @key{SPC}, definition of
134 @cindex @key{TAB}, definition of
135 @cindex Notation for keys
137 @itemize @bullet
139 @item
140 @kbd{C-x}: press the @key{x} key while holding down the @key{Control} key
142 @item
143 @kbd{M-x}: press the @key{x} key while holding down the @key{Meta} key
144 (if your computer doesn't have a @key{Meta} key, @pxref{No Meta key})
146 @item
147 @kbd{M-C-x}: press the @key{x} key while holding down both @key{Control}
148 and @key{Meta}
150 @item
151 @kbd{C-M-x}: a synonym for the above
153 @item
154 @key{LFD}: Linefeed or Newline; same as @kbd{C-j}
156 @item
157 @key{RET}: @key{Return}, sometimes marked @key{Enter}; same as @kbd{C-m}
159 @item
160 @key{DEL}: @key{Delete}, usually @strong{not} the same as
161 @key{Backspace}; same as @kbd{C-?} (see @ref{Backspace invokes help}, if
162 deleting invokes Emacs help)
164 @item
165 @key{ESC}: Escape; same as @kbd{C-[}
167 @item
168 @key{TAB}: Tab; same as @kbd{C-i}
170 @item
171 @key{SPC}: Space bar
173 @end itemize
175 Key sequences longer than one key (and some single-key sequences) are
176 written inside quotes or on lines by themselves, like this:
178 @display
179   @kbd{M-x frobnicate-while-foo RET}
180 @end display
182 @noindent
183 Any real spaces in such a key sequence should be ignored; only @key{SPC}
184 really means press the space key.
186 The @acronym{ASCII} code sent by @kbd{C-x} (except for @kbd{C-?}) is the value
187 that would be sent by pressing just @key{x} minus 96 (or 64 for
188 upper-case @key{X}) and will be from 0 to 31.  On Unix and GNU/Linux
189 terminals, the @acronym{ASCII} code sent by @kbd{M-x} is the sum of 128 and the
190 @acronym{ASCII} code that would be sent by pressing just @key{x}.  Essentially,
191 @key{Control} turns off bits 5 and 6 and @key{Meta} turns on bit
192 7@footnote{
193 DOS and Windows terminals don't set bit 7 when the @key{Meta} key is
194 pressed.}.
196 @kbd{C-?} (aka @key{DEL}) is @acronym{ASCII} code 127.  It is a misnomer to call
197 @kbd{C-?}  a ``control'' key, since 127 has both bits 5 and 6 turned ON.
198 Also, on very few keyboards does @kbd{C-?} generate @acronym{ASCII} code 127.
199 @c FIXME I cannot understand the previous sentence.
201 @inforef{Keys, Keys, emacs}, for more information.  (@xref{Emacs
202 manual}, for more information about Info.)
204 @node Extended commands
205 @section What does @file{M-x @var{command}} mean?
206 @cindex Extended commands
207 @cindex Commands, extended
208 @cindex M-x, meaning of
210 @kbd{M-x @var{command}} means type @kbd{M-x}, then type the name of the
211 command, then type @key{RET}.  (@xref{Basic keys}, if you're not sure
212 what @kbd{M-x} and @key{RET} mean.)
214 @kbd{M-x} (by default) invokes the command
215 @code{execute-extended-command}.  This command allows you to run any
216 Emacs command if you can remember the command's name.  If you can't
217 remember the command's name, you can type @key{TAB} and @key{SPC} for
218 completion, @key{?} for a list of possibilities, and @kbd{M-p} and
219 @kbd{M-n} (or up-arrow and down-arrow) to see previous commands entered.
220 An Emacs @dfn{command} is an @dfn{interactive} Emacs function.
222 @cindex @key{Do} key
223 Your system administrator may have bound other key sequences to invoke
224 @code{execute-extended-command}.  A function key labeled @kbd{Do} is a
225 good candidate for this, on keyboards that have such a key.
227 If you need to run non-interactive Emacs functions, see @ref{Evaluating
228 Emacs Lisp code}.
230 @node Emacs manual
231 @section How do I read topic XXX in the Emacs manual?
232 @cindex Emacs manual, reading topics in
233 @cindex Reading topics in the Emacs manual
234 @cindex Finding topics in the Emacs manual
235 @cindex Info, finding topics in
237 When we refer you to some @var{topic} in the Emacs manual, you can
238 read this manual node inside Emacs (assuming nothing is broken) by
239 typing @kbd{C-h i m emacs @key{RET} m @var{topic} @key{RET}}.
241 This invokes Info, the GNU hypertext documentation browser.  If you don't
242 already know how to use Info, type @key{?} from within Info.
244 If we refer to @var{topic}:@var{subtopic}, type @kbd{C-h i m emacs
245 @key{RET} m @var{topic} @key{RET} m @var{subtopic} @key{RET}}.
247 If these commands don't work as expected, your system administrator may
248 not have installed the Info files, or may have installed them
249 improperly.  In this case you should complain.
251 If you are reading this FAQ in Info, you can simply press @key{RET} on a
252 reference to follow it.
254 @xref{Getting a printed manual}, if you would like a paper copy of the
255 Emacs manual.
257 @node File-name conventions
258 @section What are @file{etc/GNU}, @file{src/config.h}, @file{site-lisp/default.el}, etc.?
259 @cindex File-name conventions
260 @cindex Conventions for file names
261 @cindex Directories and files that come with Emacs
263 These are files that come with Emacs.  The Emacs distribution is divided
264 into subdirectories; e.g. @file{etc}, @file{lisp}, and @file{src}.
265 Some of these (e.g. @file{etc} and @file{lisp}) are present both in
266 an installed Emacs and in the sources, but some (e.g. @file{src}) are
267 only found in the sources.
269 If you use Emacs, but don't know where it is kept on your system, start
270 Emacs, then type @kbd{C-h v data-directory @key{RET}}.  The directory
271 name displayed by this will be the full pathname of the installed
272 @file{etc} directory.  (This full path is recorded in the Emacs variable
273 @code{data-directory}, and @kbd{C-h v} displays the value and the
274 documentation of a variable.)
276 The location of your Info directory (i.e., where Info documentation
277 is stored) is kept in the variable @code{Info-default-directory-list}.  Use
278 @kbd{C-h v Info-default-directory-list @key{RET}} to see the value of
279 this variable, which will be a list of directory names.  The last
280 directory in that list is probably where most Info files are stored.  By
281 default, Emacs Info documentation is placed in @file{/usr/local/share/info}.
283 For information on some of the files in the @file{etc} directory,
284 @pxref{Informational files for Emacs}.
286 @node Common acronyms
287 @section What are FSF, LPF, GNU, RMS, FTP, and GPL?
288 @cindex FSF, definition of
289 @cindex LPF, definition of
290 @cindex GNU, definition of
291 @cindex RMS, definition of
292 @cindex Stallman, Richard, acronym for
293 @cindex Richard Stallman, acronym for
294 @cindex FTP, definition of
295 @cindex GPL, definition of
296 @cindex Acronyms, definitions for
297 @cindex Common acronyms, definitions for
299 @table @asis
301 @item FSF
302 Free Software Foundation
304 @item LPF
305 League for Programming Freedom
307 @item GNU
308 GNU's Not Unix
310 @item RMS
311 Richard Matthew Stallman
313 @item FTP
314 File Transfer Protocol
316 @item GPL
317 GNU General Public License
319 @end table
321 Avoid confusing the FSF and the LPF.  The LPF opposes
322 look-and-feel copyrights and software patents.  The FSF aims to make
323 high quality free software available for everyone.
325 The word ``free'' in the title of the Free Software Foundation refers to
326 ``freedom,'' not ``zero cost.''  Anyone can charge any price for
327 GPL-covered software that they want to.  However, in practice, the
328 freedom enforced by the GPL leads to low prices, because you can always
329 get the software for less money from someone else, since everyone has
330 the right to resell or give away GPL-covered software.
332 @c ------------------------------------------------------------
333 @node General questions
334 @chapter General questions
335 @cindex General questions
337 This chapter contains general questions having to do with Emacs, the
338 Free Software Foundation, and related organizations.
340 @menu
341 * The LPF::
342 * Real meaning of copyleft::
343 * Guidelines for newsgroup postings::
344 * Newsgroup archives::
345 * Reporting bugs::
346 * Unsubscribing from Emacs lists::
347 * Contacting the FSF::
348 @end menu
350 @node The LPF
351 @section What is the LPF?
352 @cindex LPF, description of
353 @cindex League for Programming Freedom
354 @cindex Software patents, opposition to
355 @cindex Patents for software, opposition to
357 The LPF opposes the expanding danger of software patents and
358 look-and-feel copyrights.  More information on the LPF's views is
359 available at @uref{http://progfree.org/, the LPF home page}.
361 @node Real meaning of copyleft
362 @section What is the real legal meaning of the GNU copyleft?
363 @cindex Copyleft, real meaning of
364 @cindex GPL, real meaning of
365 @cindex General Public License, real meaning of
366 @cindex Discussion of the GPL
368 The real legal meaning of the GNU General Public License (copyleft) will
369 only be known if and when a judge rules on its validity and scope.
370 There has never been a copyright infringement case involving the GPL to
371 set any precedents.  Although legal actions have been brought against
372 companies for violating the terms of the GPL, so far all have been
373 settled out of court (in favour of the plaintiffs).  Please take any
374 discussion regarding this issue to the newsgroup
375 @uref{news:gnu.misc.discuss}, which was created to hold the extensive
376 flame wars on the subject.
378 RMS writes:
380 @quotation
381 The legal meaning of the GNU copyleft is less important than the spirit,
382 which is that Emacs is a free software project and that work pertaining
383 to Emacs should also be free software.  ``Free'' means that all users
384 have the freedom to study, share, change and improve Emacs.  To make
385 sure everyone has this freedom, pass along source code when you
386 distribute any version of Emacs or a related program, and give the
387 recipients the same freedom that you enjoyed.
388 @end quotation
390 @node Guidelines for newsgroup postings
391 @section  What are appropriate messages for the various Emacs newsgroups?
392 @cindex Newsgroups, appropriate messages for
393 @cindex GNU newsgroups, appropriate messages for
394 @cindex Usenet groups, appropriate messages for
395 @cindex Mailing lists, appropriate messages for
396 @cindex Posting messages to newsgroups
398 @cindex GNU mailing lists
399 The file @file{etc/MAILINGLISTS} describes the purpose of each GNU
400 mailing list (@pxref{Informational files for Emacs}).  For those lists
401 which are gatewayed with newsgroups, it lists both the newsgroup name
402 and the mailing list address.  The Emacs mailing lists are also
403 described at @uref{http://savannah.gnu.org/mail/?group=emacs, the Emacs
404 Savannah page}.
406 The newsgroup @uref{news:comp.emacs} is for discussion of Emacs programs
407 in general.  The newsgroup @uref{news:gnu.emacs.help} is specifically
408 for GNU Emacs.  It therefore makes no sense to cross-post to both
409 groups, since only one can be appropriate to any question.
411 Messages advocating ``non-free'' software are considered unacceptable on
412 any of the @code{gnu.*} newsgroups except for @uref{news:gnu.misc.discuss},
413 which was created to hold the extensive flame-wars on the subject.
414 ``Non-free'' software includes any software for which the end user can't
415 freely modify the source code and exchange enhancements.  Be careful to
416 remove the @code{gnu.*} groups from the @samp{Newsgroups:} line when
417 posting a followup that recommends such software.
419 @uref{news:gnu.emacs.bug} is a place where bug reports appear, but avoid
420 posting bug reports to this newsgroup directly (@pxref{Reporting bugs}).
422 @node Newsgroup archives
423 @section Where can I get old postings to @uref{news:gnu.emacs.help} and other GNU groups?
424 @cindex Archived postings from @code{gnu.emacs.help}
425 @cindex Usenet archives for GNU groups
426 @cindex Old Usenet postings for GNU groups
428 The FSF has maintained archives of all of the GNU mailing lists for many
429 years, although there may be some unintentional gaps in coverage.  The
430 archive can be browsed over the web at
431 @uref{http://lists.gnu.org/archive/html/, the GNU mail archive}.  Raw
432 files can be downloaded from @uref{ftp://lists.gnu.org/}.
434 Web-based Usenet search services, such as
435 @uref{http://groups.google.com/groups/dir?q=gnu&, Google}, also
436 archive the @code{gnu.*} groups.
438 You can also read the archives of the @code{gnu.*} groups and post new
439 messages at @uref{http://gmane.org/, Gmane}.  Gmane is a service that
440 presents mailing lists as newsgroups (even those without a traditional
441 mail-to-news gateway).
443 @node Reporting bugs
444 @section Where should I report bugs and other problems with Emacs?
445 @cindex Bug reporting
446 @cindex Good bug reports
447 @cindex How to submit a bug report
448 @cindex Reporting bugs
450 The correct way to report Emacs bugs is to use the command
451 @kbd{M-x report-emacs-bug}.  It sets up a mail buffer with the
452 essential information and the correct e-mail address, which is
453 @email{bug-gnu-emacs@@gnu.org} for the released versions of Emacs.
454 Anything sent to @email{bug-gnu-emacs@@gnu.org} also appears in the
455 newsgroup @uref{news:gnu.emacs.bug}, but please use e-mail instead of
456 news to submit the bug report.  This ensures a reliable return address
457 so you can be contacted for further details.
459 Be sure to read the ``Bugs'' section of the Emacs manual before reporting
460 a bug!  The manual describes in detail how to submit a useful bug
461 report (@pxref{Bugs, , Reporting Bugs, emacs, The GNU Emacs Manual}).
462 (@xref{Emacs manual}, if you don't know how to read the manual.)
464 RMS says:
466 @quotation
467 Sending bug reports to @email{help-gnu-emacs@@gnu.org} (which has the
468 effect of posting on @uref{news:gnu.emacs.help}) is undesirable because
469 it takes the time of an unnecessarily large group of people, most of
470 whom are just users and have no idea how to fix these problem.
471 @email{bug-gnu-emacs@@gnu.org} reaches a much smaller group of people
472 who are more likely to know what to do and have expressed a wish to
473 receive more messages about Emacs than the others.
474 @end quotation
476 RMS says it is sometimes fine to post to @uref{news:gnu.emacs.help}:
478 @quotation
479 If you have reported a bug and you don't hear about a possible fix,
480 then after a suitable delay (such as a week) it is okay to post on
481 @code{gnu.emacs.help} asking if anyone can help you.
482 @end quotation
484 If you are unsure whether you have found a bug, consider the following
485 non-exhaustive list, courtesy of RMS:
487 @quotation
488 If Emacs crashes, that is a bug.  If Emacs gets compilation errors
489 while building, that is a bug.  If Emacs crashes while building, that
490 is a bug.  If Lisp code does not do what the documentation says it
491 does, that is a bug.
492 @end quotation
494 @node Unsubscribing from Emacs lists
495 @section  How do I unsubscribe from a mailing list?
496 @cindex Unsubscribing from GNU mailing lists
497 @cindex Removing yourself from GNU mailing lists
499 If you are receiving a GNU mailing list named @var{list}, you should be
500 able to unsubscribe from it by sending a request to the address
501 @email{@var{list}-request@@gnu.org}.  Mailing lists mails normally
502 contain information in either the message header
503 (@samp{List-Unsubscribe:}) or as a footer that tells you how to
504 unsubscribe.
506 @node Contacting the FSF
507 @section  What is the current address of the FSF?
508 @cindex Snail mail address of the FSF
509 @cindex Postal address of the FSF
510 @cindex Contracting the FSF
511 @cindex Free Software Foundation, contacting
513 For up-to-date information, see
514 @uref{http://www.fsf.org/about/contact.html, the FSF contact web-page}.
516 @table @asis
518 @item E-mail
519 info@@fsf.org
521 @item Telephone
522 +1-617-542-5942
524 @item Fax
525 +1-617-542-2652
527 @item World Wide Web
528 @uref{http://www.fsf.org/}
530 @item Postal address
531 Free Software Foundation@*
532 51 Franklin Street, Fifth Floor@*
533 Boston, MA 02110-1301@*
534 USA@*
536 @end table
538 @cindex Ordering GNU software
539 For details on how to order items directly from the FSF, see the
540 @uref{http://shop.fsf.org/, FSF on-line store}.
542 @c ------------------------------------------------------------
543 @node Getting help
544 @chapter Getting help
545 @cindex Getting help
547 This chapter tells you how to get help with Emacs.
549 @menu
550 * Basic editing::
551 * Learning how to do something::
552 * Getting a printed manual::
553 * Emacs Lisp documentation::
554 * Installing Texinfo documentation::
555 * Printing a Texinfo file::
556 * Viewing Info files outside of Emacs::
557 * Informational files for Emacs::
558 * Help installing Emacs::
559 * Obtaining the FAQ::
560 @end menu
562 @node Basic editing
563 @section I'm just starting Emacs; how do I do basic editing?
564 @cindex Basic editing with Emacs
565 @cindex Beginning editing
566 @cindex Tutorial, invoking the
567 @cindex Self-paced tutorial, invoking the
568 @cindex Help system, entering the
570 Type @kbd{C-h t} to invoke the self-paced tutorial.  Just typing
571 @kbd{C-h} enters the help system.  Starting with Emacs 22, the tutorial
572 is available in many foreign languages such as French, German, Japanese,
573 Russian, etc.  Use @kbd{M-x help-with-tutorial-spec-language @key{RET}}
574 to choose your language and start the tutorial.
576 Your system administrator may have changed @kbd{C-h} to act like
577 @key{DEL} to deal with local keyboards.  You can use @kbd{M-x
578 help-for-help} instead to invoke help.  To discover what key (if any)
579 invokes help on your system, type @kbd{M-x where-is @key{RET}
580 help-for-help @key{RET}}.  This will print a comma-separated list of key
581 sequences in the echo area.  Ignore the last character in each key
582 sequence listed.  Each of the resulting key sequences (e.g. @key{F1} is
583 common) invokes help.
585 Emacs help works best if it is invoked by a single key whose value
586 should be stored in the variable @code{help-char}.
588 @node Learning how to do something
589 @section How do I find out how to do something in Emacs?
590 @cindex Help for Emacs
591 @cindex Learning to do something in Emacs
592 @cindex Reference card for Emacs
593 @cindex Overview of help systems
595 There are several methods for finding out how to do things in Emacs.
597 @itemize @bullet
599 @cindex Reading the Emacs manual
600 @item
601 The complete text of the Emacs manual is available via the Info
602 hypertext reader.  Type @kbd{C-h r} to display the manual in Info mode.
603 Typing @key{h} immediately after entering Info will provide a short
604 tutorial on how to use it.
606 @cindex Lookup a subject in a manual
607 @cindex Index search in a manual
608 @item
609 To quickly locate the section of the manual which discusses a certain
610 issue, or describes a command or a variable, type @kbd{C-h i m emacs
611 @key{RET} i @var{topic} @key{RET}}, where @var{topic} is the name of the
612 topic, the command, or the variable which you are looking for.  If this
613 does not land you on the right place in the manual, press @kbd{,}
614 (comma) repeatedly until you find what you need.  (The @kbd{i} and
615 @kbd{,} keys invoke the index-searching functions, which look for the
616 @var{topic} you type in all the indices of the Emacs manual.)
618 @cindex Apropos
619 @item
620 You can list all of the commands whose names contain a certain word
621 (actually which match a regular expression) using @kbd{C-h a} (@kbd{M-x
622 command-apropos}).
624 @cindex Command description in the manual
625 @item
626 The command @kbd{C-h F} (@code{Info-goto-emacs-command-node}) prompts
627 for the name of a command, and then attempts to find the section in the
628 Emacs manual where that command is described.
630 @cindex Finding commands and variables
631 @item
632 You can list all of the functions and variables whose names contain a
633 certain word using @kbd{M-x apropos}.
635 @item
636 You can list all of the functions and variables whose documentation
637 matches a regular expression or a string, using @kbd{M-x
638 apropos-documentation}.
640 @item
641 You can order a hardcopy of the manual from the FSF.  @xref{Getting a
642 printed manual}.
644 @cindex Reference cards, in other languages
645 @item
646 You can get a printed reference card listing commands and keys to
647 invoke them.  You can order one from the FSF for $2 (or 10 for $18),
648 or you can print your own from the @file{etc/refcards/refcard.tex} or
649 @file{etc/refcards/refcard.pdf} files in the Emacs distribution.
650 Beginning with version 21.1, the Emacs distribution comes with
651 translations of the reference card into several languages; look for
652 files named @file{etc/refcards/@var{lang}-refcard.*}, where @var{lang}
653 is a two-letter code of the language.  For example, the German version
654 of the reference card is in the files @file{etc/refcards/de-refcard.tex}
655 and @file{etc/recards/de-refcard.pdf}.
657 @item
658 There are many other commands in Emacs for getting help and
659 information.  To get a list of these commands, type @samp{?} after
660 @kbd{C-h}.
662 @end itemize
664 @node Getting a printed manual
665 @section How do I get a printed copy of the Emacs manual?
666 @cindex Printed Emacs manual, obtaining
667 @cindex Manual, obtaining a printed or HTML copy of
668 @cindex Emacs manual, obtaining a printed or HTML copy of
670 You can order a printed copy of the Emacs manual from the FSF.  For
671 details see the @uref{http://shop.fsf.org/, FSF on-line store}.
673 The full Texinfo source for the manual also comes in the @file{doc/emacs}
674 directory of the Emacs distribution, if you're daring enough to try to
675 print out this several-hundred-page manual yourself (@pxref{Printing a Texinfo
676 file}).
678 If you absolutely have to print your own copy, and you don't have @TeX{},
679 you can get a PostScript or PDF (or HTML) version from
681 @uref{http://www.gnu.org/software/emacs/manual/}
683 @xref{Learning how to do something}, for how to view the manual from Emacs.
685 @node Emacs Lisp documentation
686 @section Where can I get documentation on Emacs Lisp?
687 @cindex Documentation on Emacs Lisp
688 @cindex Function documentation
689 @cindex Variable documentation
690 @cindex Emacs Lisp Reference Manual
691 @cindex Reference manual for Emacs Lisp
693 Within Emacs, you can type @kbd{C-h f} to get the documentation for a
694 function, @kbd{C-h v} for a variable.
696 For more information, the Emacs Lisp Reference Manual is available
697 in Info format (@pxref{Top, Emacs Lisp,, elisp, The
698 Emacs Lisp Reference Manual}).
700 You can also order a hardcopy of the manual from the FSF, for details
701 see the @uref{http://shop.fsf.org/, FSF on-line store}.  (This manual is
702 not always in print.)
704 An HTML version of the Emacs Lisp Reference Manual is available at
706 @uref{http://www.gnu.org/software/emacs/elisp-manual/elisp.html}
708 @node Installing Texinfo documentation
709 @section How do I install a piece of Texinfo documentation?
710 @cindex Texinfo documentation, installing
711 @cindex Installing Texinfo documentation
712 @cindex New Texinfo files, installing
713 @cindex Documentation, installing new Texinfo files
714 @cindex Info files, how to install
716 Emacs releases come with pre-built Info files, and the normal install
717 process places them in the correct location.  This is true for most
718 applications that provide Info files.  The following section is only
719 relevant if you want to install extra Info files by hand.
721 First, you must turn the Texinfo source files into Info files.  You may
722 do this using the stand-alone @file{makeinfo} program, available as part
723 of the Texinfo package at
725 @uref{http://www.gnu.org/software/texinfo/}
727 For information about the Texinfo format, read the Texinfo manual which
728 comes with the Texinfo package.  This manual also comes installed in
729 Info format, so you can read it from Emacs; type @kbd{C-h i m texinfo
730 @key{RET}}.
732 @c FIXME is this a complete alternative?
733 @c Probably not, given that we require makeinfo to build Emacs.
734 Alternatively, you could use the Emacs command @kbd{M-x
735 texinfo-format-buffer}, after visiting the Texinfo source file of the
736 manual you want to convert.
738 Neither @code{texinfo-format-buffer} nor @file{makeinfo} installs the
739 resulting Info files in Emacs's Info tree.  To install Info files,
740 perform these steps:
742 @enumerate
743 @item
744 Move the files to the @file{info} directory in the installed Emacs
745 distribution.  @xref{File-name conventions}, if you don't know where that
748 @item
749 Run the @code{install-info} command, which is part of the Texinfo
750 distribution, to update the main Info directory menu, like this:
752 @example
753  install-info --info-dir=@var{dir-path} @var{dir-path}/@var{file}
754 @end example
756 @noindent
757 where @var{dir-path} is the full path to the directory where you copied
758 the produced Info file(s), and @var{file} is the name of the Info file
759 you produced and want to install.
761 If you don't have the @code{install-info} command installed, you can
762 edit the file @file{info/dir} in the installed Emacs distribution, and
763 add a line for the top level node in the Info package that you are
764 installing.  Follow the examples already in this file.  The format is:
766 @example
767 * Topic: (relative-pathname).  Short description of topic.
768 @end example
770 @end enumerate
772 If you want to install Info files and you don't have the necessary
773 privileges, you have several options:
775 @itemize @bullet
776 @item
777 Info files don't actually need to be installed before being used.
778 You can use a prefix argument for the @code{info} command and specify
779 the name of the Info file in the minibuffer.  This goes to the node
780 named @samp{Top} in that file.  For example, to view a Info file named
781 @file{@var{info-file}} in your home directory, you can type this:
783 @example
784 @kbd{C-u C-h i ~/@var{info-file} @key{RET}}
785 @end example
787 Alternatively, you can feed a file name to the @code{Info-goto-node}
788 command (invoked by pressing @key{g} in Info mode) by typing the name
789 of the file in parentheses, like this:
791 @example
792 @kbd{C-h i g (~/@var{info-file}) @key{RET}}
793 @end example
795 @item
796 You can create your own Info directory.  You can tell Emacs where that
797 Info directory is by adding its pathname to the value of the variable
798 @code{Info-default-directory-list}.  For example, to use a private Info
799 directory which is a subdirectory of your home directory named @file{Info},
800 you could put this in your @file{.emacs} file:
802 @lisp
803 (add-to-list 'Info-default-directory-list "~/Info")
804 @end lisp
806 You will need a top-level Info file named @file{dir} in this directory
807 which has everything the system @file{dir} file has in it, except it
808 should list only entries for Info files in that directory.  You might
809 not need it if (fortuitously) all files in this directory were
810 referenced by other @file{dir} files.  The node lists from all
811 @file{dir} files in @code{Info-default-directory-list} are merged by the
812 Info system.
814 @end itemize
816 @node Printing a Texinfo file
817 @section How do I print a Texinfo file?
818 @cindex Printing a Texinfo file
819 @cindex Texinfo file, printing
820 @cindex Printing documentation
822 You can't get nicely printed output from Info files; you must still have
823 the original Texinfo source file for the manual you want to print.
825 Assuming you have @TeX{} installed on your system, follow these steps:
827 @enumerate
829 @item
830 Make sure the first line of the Texinfo file looks like this:
832 @example
833 \input texinfo
834 @end example
836 You may need to change @samp{texinfo} to the full pathname of the
837 @file{texinfo.tex} file, which comes with Emacs as
838 @file{doc/misc/texinfo.tex} (or copy or link it into the current directory).
840 @item
841 Type @kbd{texi2dvi @var{texinfo-source}}, where @var{texinfo-source} is
842 the name of the Texinfo source file for which you want to produce a
843 printed copy.  The @samp{texi2dvi} script is part of the GNU Texinfo
844 distribution.
846 Alternatively, @samp{texi2pdf} produces PDF files.
848 @item
849 Print the DVI file @file{@var{texinfo-source}.dvi} in the normal way for
850 printing DVI files at your site.  For example, if you have a PostScript
851 printer, run the @code{dvips} program to print the DVI file on that
852 printer.
854 @end enumerate
856 To get more general instructions, retrieve the latest Texinfo package
857 (@pxref{Installing Texinfo documentation}).
859 @node Viewing Info files outside of Emacs
860 @section Can I view Info files without using Emacs?
861 @cindex Viewing Info files
862 @cindex Info file viewers
863 @cindex Alternative Info file viewers
865 Yes.  Here are some alternative programs:
867 @itemize @bullet
869 @item
870 @code{info}, a stand-alone version of the Info program, comes as part of
871 the Texinfo package.  @xref{Installing Texinfo documentation}, for
872 details.
874 @item
875 Tkinfo, an Info viewer that runs under X Window system and uses Tcl/Tk.
876 You can get Tkinfo at
877 @uref{http://math-www.uni-paderborn.de/~axel/tkinfo/}.
879 @end itemize
881 @node Informational files for Emacs
882 @section What informational files are available for Emacs?
883 @cindex Informational files included with Emacs
884 @cindex Files included with Emacs
885 @cindex @file{COPYING}, description of file
886 @cindex @file{DISTRIB}, description of file
887 @cindex @file{GNU}, description of file
888 @cindex @file{INTERVIEW}, description of file
889 @cindex @file{MACHINES}, description of file
890 @cindex @file{MAILINGLISTS}, description of file
891 @cindex @file{NEWS}, description of file
893 This isn't a frequently asked question, but it should be!  A variety of
894 informational files about Emacs and relevant aspects of the GNU project
895 are available for you to read.
897 The following files (and others) are available in the @file{etc}
898 directory of the Emacs distribution (see @ref{File-name conventions}, if
899 you're not sure where that is).  Many of these files are available via
900 the Emacs @samp{Help} menu, or by typing @kbd{C-h ?} (@kbd{M-x
901 help-for-help}).
903 @table @file
905 @item COPYING
906 GNU General Public License
908 @item DISTRIB
909 Emacs Availability Information
911 @item GNU
912 The GNU Manifesto
914 @item INTERVIEW
915 Richard Stallman discusses his public-domain UNIX-compatible software
916 system with BYTE editors
918 @item MACHINES
919 Status of Emacs on Various Machines and Systems
921 @item MAILINGLISTS
922 GNU Project Electronic Mailing Lists
924 @item NEWS
925 Emacs news, a history of recent user-visible changes
927 @end table
929 More GNU information, including back issues of the @cite{GNU's
930 Bulletin}, are at
932 @uref{http://www.gnu.org/bulletins/bulletins.html} and
934 @uref{http://www.cs.pdx.edu/~trent/gnu/gnu.html}
936 @node Help installing Emacs
937 @section Where can I get help in installing Emacs?
938 @cindex Installation help
939 @cindex Help installing Emacs
941 @xref{Installing Emacs}, for some basic installation hints, and see
942 @ref{Problems building Emacs}, if you have problems with the installation.
944 @uref{http://www.fsf.org/resources/service/, The GNU Service directory}
945 lists companies and individuals willing to sell you help in installing
946 or using Emacs and other GNU software.
948 @node Obtaining the FAQ
949 @section Where can I get the latest version of this FAQ?
950 @cindex FAQ, obtaining the
951 @cindex Latest FAQ version, obtaining the
953 The Emacs FAQ is distributed with Emacs in Info format.  You can read it
954 by selecting the @samp{Emacs FAQ} option from the @samp{Help} menu of
955 the Emacs menu bar at the top of any Emacs frame, or by typing @kbd{C-h
956 C-f} (@kbd{M-x view-emacs-FAQ}).  The very latest version is available
957 in the Emacs development repository (@pxref{Latest version of Emacs}).
959 @c ------------------------------------------------------------
960 @node Status of Emacs
961 @chapter Status of Emacs
962 @cindex Status of Emacs
964 This chapter gives you basic information about Emacs, including the
965 status of its latest version.
967 @menu
968 * Origin of the term Emacs::
969 * Latest version of Emacs::
970 * New in Emacs 23::
971 * New in Emacs 22::
972 * New in Emacs 21::
973 * New in Emacs 20::
974 @end menu
976 @node Origin of the term Emacs
977 @section Where does the name ``Emacs'' come from?
978 @cindex Origin of the term ``Emacs''
979 @cindex Emacs name origin
980 @cindex TECO
981 @cindex Original version of Emacs
983 Emacs originally was an acronym for Editor MACroS.  RMS says he ``picked
984 the name Emacs because @key{E} was not in use as an abbreviation on ITS at
985 the time.''  The first Emacs was a set of macros written in 1976 at MIT
986 by RMS for the editor TECO (Text Editor and COrrector, originally Tape
987 Editor and COrrector) under ITS (the Incompatible Timesharing System) on
988 a PDP-10.  RMS had already extended TECO with a ``real-time''
989 full-screen mode with reprogrammable keys.  Emacs was started by
990 @email{gls@@east.sun.com, Guy Steele} as a project to unify the many
991 divergent TECO command sets and key bindings at MIT, and completed by
992 RMS.
994 Many people have said that TECO code looks a lot like line noise; you
995 can read more at @uref{news:alt.lang.teco}.  Someone has written a TECO
996 implementation in Emacs Lisp (to find it, see @ref{Packages that do not
997 come with Emacs}); it would be an interesting project to run the
998 original TECO Emacs inside of Emacs.
1000 @cindex Why Emacs?
1001 For some not-so-serious alternative reasons for Emacs to have that
1002 name, check out the file @file{etc/JOKES} (@pxref{File-name
1003 conventions}).
1005 @node Latest version of Emacs
1006 @section What is the latest version of Emacs?
1007 @cindex Version, latest
1008 @cindex Latest version of Emacs
1009 @cindex Development, Emacs
1010 @cindex Repository, Emacs
1011 @cindex CVS repository, Emacs
1012 @cindex Arch repository, Emacs
1013 @cindex Git repository, Emacs
1015 Emacs @value{VER} is the current version as of this writing.  A version
1016 number with two components (e.g. @samp{22.1}) indicates a released
1017 version; three components indicate a development
1018 version (e.g. @samp{23.0.50} is what will eventually become @samp{23.1}).
1020 Emacs is under active development, hosted at
1021 @uref{http://savannah.gnu.org/projects/emacs/, Savannah}.  The source
1022 code can be retrieved anonymously following the
1023 @uref{http://savannah.gnu.org/cvs/?group=emacs, instructions}.
1024 The primary repository is CVS, but Arch and Git mirrors are also
1025 available.
1027 Because Emacs undergoes many changes before a release, the version
1028 number of a development version is not especially meaningful.  It is
1029 better to refer to the date on which the sources were retrieved from the
1030 development repository.
1032 The following sections list some of the major new features in the last
1033 few Emacs releases.  For full details of the changes in any version of
1034 Emacs, type @kbd{C-h C-n} (@kbd{M-x view-emacs-news}).  As of Emacs 22,
1035 you can give this command a prefix argument to read about which features
1036 were new in older versions.
1038 @node New in Emacs 23
1039 @section What is different about Emacs 23?
1040 @cindex Differences between Emacs 22 and Emacs 23
1041 @cindex Emacs 23, new features in
1042 @cindex Recently introduced features
1043 @cindex Default features
1045 @itemize
1047 @cindex Anti-aliased fonts
1048 @cindex Freetype fonts
1049 @item
1050 Emacs has a new font code that can use multiple font backends,
1051 including freetype and fontconfig.  Emacs can use the Xft library for
1052 anti-aliasing, and the otf and m17n libraries for complex text layout and
1053 text shaping.
1055 @cindex Unicode
1056 @cindex Character sets
1057 @item
1058 The Emacs character set is now a superset of Unicode.  Several new
1059 language environments have been added.
1061 @cindex Multi-tty support
1062 @cindex X and tty displays
1063 @item
1064 Emacs now supports using both X displays and ttys in the same session
1065 (@samp{multi-tty}).
1067 @cindex Daemon mode
1068 @item
1069 Emacs can be started as a daemon in the background.
1071 @cindex NeXTSTEP port
1072 @cindex GNUstep port
1073 @cindex Mac OS X Cocoa
1074 @item
1075 There is a new NeXTSTEP port of Emacs.  This supports GNUstep and Mac OS
1076 X (via the Cocoa libraries).  The Carbon port of Emacs, which supported
1077 Mac OS X in Emacs 22, has been removed.
1079 @cindex Directory-local variables
1080 @item
1081 Directory-local variables can now be defined, in a similar manner to
1082 file-local variables.
1084 @item
1085 Transient Mark mode (@pxref{Highlighting a region}) is on by default.
1087 @end itemize
1089 @noindent
1090 Other changes include: support for serial port access; D-Bus bindings; a
1091 new Visual Line mode for line-motion; improved completion; a new mode
1092 (@samp{DocView}) for viewing of PDF, PostScript, and DVI documents; nXML
1093 mode (for editing XML documents) is included; VC has been updated for
1094 newer version control systems; etc.  As always, consult the @file{NEWS}
1095 file for more information.
1098 @node New in Emacs 22
1099 @section What is different about Emacs 22?
1100 @cindex Differences between Emacs 21 and Emacs 22
1101 @cindex Emacs 22, new features in
1103 @itemize
1104 @cindex GTK+ Toolkit
1105 @cindex Drag-and-drop
1106 @item
1107 Emacs can be built with GTK+ widgets, and supports drag-and-drop
1108 operation on X.
1110 @cindex Supported systems
1111 @item
1112 Emacs 22 features support for GNU/Linux systems on S390 and x86-64
1113 machines, as well as support for the Mac OS X and Cygwin operating
1114 systems.
1116 @item
1117 The native MS-Windows, and Mac OS X builds include full support
1118 for images, toolbar, and tooltips.
1120 @item
1121 Font Lock mode, Auto Compression mode, and File Name Shadow Mode are
1122 enabled by default.
1124 @item
1125 The maximum size of buffers has been doubled and is 256M on 32-bit
1126 machines.
1128 @item
1129 Links can be followed with @kbd{mouse-1}, in addition to @kbd{mouse-2}.
1131 @cindex Mouse wheel
1132 @item
1133 Mouse wheel support is enabled by default.
1135 @item
1136 Window fringes are customizable.
1138 @item
1139 The mode line of the selected window is now highlighted.
1141 @item
1142 The minibuffer prompt is displayed in a distinct face.
1144 @item
1145 Abbrev definitions are read automatically at startup.
1147 @item
1148 Grep mode is separate from Compilation mode and has many new options and
1149 commands specific to grep.
1151 @item
1152 The original Emacs macro system has been replaced by the new Kmacro
1153 package, which provides many new commands and features and a simple
1154 interface that uses the function keys F3 and F4.  Macros are stored in a
1155 macro ring, and can be debugged and edited interactively.
1157 @item
1158 The Grand Unified Debugger (GUD) can be used with a full graphical user
1159 interface to GDB; this provides many features found in traditional
1160 development environments, making it easy to manipulate breakpoints, add
1161 watch points, display the call stack, etc.  Breakpoints are visually
1162 indicated in the source buffer.
1164 @item
1165 @cindex New modes
1166 Many new modes and packages have been included in Emacs, such as Calc,
1167 TRAMP, URL, IDO, CUA, ERC, rcirc, Table, Image-Dired, SES, Ruler, Org,
1168 PGG, Flymake, Password, Printing, Reveal, wdired, t-mouse, longlines,
1169 savehist, Conf mode, Python mode, DNS mode, etc.
1171 @cindex Multilingual Environment
1172 @item
1173 Leim is now part of Emacs.  Unicode support has been much improved, and
1174 the following input methods have been added: belarusian, bulgarian-bds,
1175 bulgarian-phonetic, chinese-sisheng, croatian, dutch, georgian,
1176 latin-alt-postfix, latin-postfix, latin-prefix, latvian-keyboard,
1177 lithuanian-numeric, lithuanian-keyboard, malayalam-inscript, rfc1345,
1178 russian-computer, sgml, slovenian, tamil-inscript, ucs,
1179 ukrainian-computer, vietnamese-telex, and welsh.
1181 The following language environments have also been added: Belarusian,
1182 Bulgarian, Chinese-EUC-TW, Croatian, French, Georgian, Italian, Latin-6,
1183 Latin-7, Latvian, Lithuanian, Malayalam, Russian, Slovenian, Swedish,
1184 Tajik, Tamil, UTF-8, Ukrainian, Welsh, and Windows-1255.
1186 @cindex Documentation
1187 @cindex Emacs Lisp Manual
1188 @item
1189 In addition, Emacs 22 now includes the Emacs Lisp Reference Manual
1190 (@pxref{Emacs Lisp documentation}) and the Emacs Lisp Intro.
1191 @end itemize
1194 @node New in Emacs 21
1195 @section What is different about Emacs 21?
1196 @cindex Differences between Emacs 20 and Emacs 21
1197 @cindex Emacs 21, new features in
1199 @cindex Variable-size fonts
1200 @cindex Toolbar support
1201 Emacs 21 features a thorough rewrite of the display engine.  The new
1202 display engine supports variable-size fonts, images, and can play sounds
1203 on platforms which support that.  As a result, the visual appearance of
1204 Emacs, when it runs on a windowed display, is much more reminiscent of
1205 modern GUI programs, and includes 3D widgets (used for the mode line and
1206 the scroll bars), a configurable and extensible toolbar, tooltips
1207 (a.k.a.@: balloon help), and other niceties.
1209 @cindex Colors on text-only terminals
1210 @cindex TTY colors
1211 In addition, Emacs 21 supports faces on text-only terminals.  This means
1212 that you can now have colors when you run Emacs on a GNU/Linux console
1213 and on @code{xterm} with @kbd{emacs -nw}.
1216 @node New in Emacs 20
1217 @section What is different about Emacs 20?
1218 @cindex Differences between Emacs 19 and Emacs 20
1219 @cindex Emacs 20, new features in
1221 The differences between Emacs versions 18 and 19 were rather dramatic;
1222 the introduction of frames, faces, and colors on windowing systems was
1223 obvious to even the most casual user.
1225 There are differences between Emacs versions 19 and 20 as well, but many
1226 are more subtle or harder to find.  Among the changes are the inclusion
1227 of MULE code for languages that use non-Latin characters and for mixing
1228 several languages in the same document; the ``Customize'' facility for
1229 modifying variables without having to use Lisp; and automatic conversion
1230 of files from Macintosh, Microsoft, and Unix platforms.
1232 @c ------------------------------------------------------------
1233 @node Common requests
1234 @chapter Common requests
1235 @cindex Common requests
1237 @menu
1238 * Setting up a customization file::
1239 * Using Customize::
1240 * Colors on a TTY::
1241 * Debugging a customization file::
1242 * Displaying the current line or column::
1243 * Displaying the current file name in the titlebar::
1244 * Turning on abbrevs by default::
1245 * Associating modes with files::
1246 * Highlighting a region::
1247 * Replacing highlighted text::
1248 * Controlling case sensitivity::
1249 * Working with unprintable characters::
1250 * Searching for/replacing newlines::
1251 * Yanking text in isearch::
1252 * Wrapping words automatically::
1253 * Turning on auto-fill by default::
1254 * Changing load-path::
1255 * Using an already running Emacs process::
1256 * Compiler error messages::
1257 * Indenting switch statements::
1258 * Customizing C and C++ indentation::
1259 * Horizontal scrolling::
1260 * Overwrite mode::
1261 * Turning off beeping::
1262 * Turning the volume down::
1263 * Automatic indentation::
1264 * Matching parentheses::
1265 * Hiding #ifdef lines::
1266 * Repeating commands::
1267 * Valid X resources::
1268 * Evaluating Emacs Lisp code::
1269 * Changing the length of a Tab::
1270 * Inserting text at the beginning of each line::
1271 * Forcing the cursor to remain in the same column::
1272 * Forcing Emacs to iconify itself::
1273 * Using regular expressions::
1274 * Replacing text across multiple files::
1275 * Documentation for etags::
1276 * Disabling backups::
1277 * Disabling auto-save-mode::
1278 * Going to a line by number::
1279 * Modifying pull-down menus::
1280 * Deleting menus and menu options::
1281 * Turning on syntax highlighting::
1282 * Scrolling only one line::
1283 * Editing MS-DOS files::
1284 * Filling paragraphs with a single space::
1285 * Escape sequences in shell output::
1286 * Fullscreen mode on MS-Windows::
1287 @end menu
1289 @node Setting up a customization file
1290 @section How do I set up a @file{.emacs} file properly?
1291 @cindex @file{.emacs} file, setting up
1292 @cindex @file{.emacs} file, locating
1293 @cindex Init file, setting up
1294 @cindex Customization file, setting up
1296 @inforef{Init File, Init File, emacs}.
1298 In general, new Emacs users should not be provided with @file{.emacs}
1299 files, because this can cause confusing non-standard behavior.  Then
1300 they send questions to @email{help-gnu-emacs@@gnu.org} asking why Emacs
1301 isn't behaving as documented.
1303 Emacs includes the Customize facility (@pxref{Using Customize}).  This
1304 allows users who are unfamiliar with Emacs Lisp to modify their
1305 @file{.emacs} files in a relatively straightforward way, using menus
1306 rather than Lisp code.
1308 While Customize might indeed make it easier to configure Emacs,
1309 consider taking a bit of time to learn Emacs Lisp and modifying your
1310 @file{.emacs} directly.  Simple configuration options are described
1311 rather completely in @inforef{Init File, Init File, emacs}, for users
1312 interested in performing frequently requested, basic tasks.
1314 Sometimes users are unsure as to where their @file{.emacs} file should
1315 be found.  Visiting the file as @file{~/.emacs} from Emacs will find
1316 the correct file.
1318 @node Using Customize
1319 @section How do I start using Customize?
1320 @cindex Customize groups
1321 @cindex Customizing variables
1322 @cindex Customizing faces
1324 The main Customize entry point is @kbd{M-x customize @key{RET}}.  This
1325 command takes you to a buffer listing all the available Customize
1326 groups.  From there, you can access all customizable options and faces,
1327 change their values, and save your changes to your init file.
1328 @inforef{Easy Customization, Easy Customization, emacs}.
1330 If you know the name of the group in advance (e.g. ``shell''), use
1331 @kbd{M-x customize-group @key{RET}}.
1333 If you wish to customize a single option, use @kbd{M-x customize-option
1334 @key{RET}}.  This command prompts you for the name of the option to
1335 customize, with completion.
1337 @node Colors on a TTY
1338 @section How do I get colors and syntax highlighting on a TTY?
1339 @cindex Colors on a TTY
1340 @cindex Syntax highlighting on a TTY
1341 @cindex Console, colors
1343 In Emacs 21.1 and later, colors and faces are supported in non-windowed mode,
1344 i.e.@: on Unix and GNU/Linux text-only terminals and consoles, and when
1345 invoked as @samp{emacs -nw} on X, and MS-Windows.  (Colors and faces were
1346 supported in the MS-DOS port since Emacs 19.29.)  Emacs automatically
1347 detects color support at startup and uses it if available.  If you think
1348 that your terminal supports colors, but Emacs won't use them, check the
1349 @code{termcap} entry for your display type for color-related
1350 capabilities.
1352 The command @kbd{M-x list-colors-display} pops up a window which
1353 exhibits all the colors Emacs knows about on the current display.
1355 Syntax highlighting is on by default since version 22.1.
1357 @node Debugging a customization file
1358 @section How do I debug a @file{.emacs} file?
1359 @cindex Debugging @file{.emacs} file
1360 @cindex @file{.emacs} debugging
1361 @cindex Init file debugging
1362 @cindex @samp{-debug-init} option
1364 Start Emacs with the @samp{-debug-init} command-line option.  This
1365 enables the Emacs Lisp debugger before evaluating your @file{.emacs}
1366 file, and places you in the debugger if something goes wrong.  The top
1367 line in the @file{trace-back} buffer will be the error message, and the
1368 second or third line of that buffer will display the Lisp code from your
1369 @file{.emacs} file that caused the problem.
1371 You can also evaluate an individual function or argument to a function
1372 in your @file{.emacs} file by moving the cursor to the end of the
1373 function or argument and typing @kbd{C-x C-e} (@kbd{M-x
1374 eval-last-sexp}).
1376 Use @kbd{C-h v} (@kbd{M-x describe-variable}) to check the value of
1377 variables which you are trying to set or use.
1379 @node Displaying the current line or column
1380 @section How do I make Emacs display the current line (or column) number?
1381 @cindex @code{line-number-mode}
1382 @cindex Displaying the current line or column
1383 @cindex Line number, displaying the current
1384 @cindex Column, displaying the current
1385 @cindex @code{mode-line-format}
1387 By default, Emacs displays the current line number of the point in the
1388 mode line.  You can toggle this feature off or on with the command
1389 @kbd{M-x line-number-mode}, or by setting the variable
1390 @code{line-number-mode}.  Note that Emacs will not display the line
1391 number if the buffer's size in bytes is larger than the value of the
1392 variable @code{line-number-display-limit}.
1394 You can similarly display the current column with
1395 @kbd{M-x column-number-mode}, or by putting the form
1397 @lisp
1398 (setq column-number-mode t)
1399 @end lisp
1401 @noindent
1402 in your @file{.emacs} file.  This feature is off by default.
1404 The @code{"%c"} format specifier in the variable @code{mode-line-format}
1405 will insert the current column's value into the mode line.  See the
1406 documentation for @code{mode-line-format} (using @kbd{C-h v
1407 mode-line-format @key{RET}}) for more information on how to set and use
1408 this variable.
1410 @cindex Set number capability in @code{vi} emulators
1411 The @samp{linum} package (distributed with Emacs since version 23.1)
1412 displays line numbers in the left margin, like the ``set number''
1413 capability of @code{vi}.  The packages @samp{setnu} and
1414 @samp{wb-line-number} (not distributed with Emacs) also implement this
1415 feature.
1417 @node Displaying the current file name in the titlebar
1418 @section How can I modify the titlebar to contain the current file name?
1419 @cindex Titlebar, displaying the current file name in
1420 @cindex File name, displaying in the titlebar
1421 @cindex @code{frame-title-format}
1423 The contents of an Emacs frame's titlebar is controlled by the variable
1424 @code{frame-title-format}, which has the same structure as the variable
1425 @code{mode-line-format}.  (Use @kbd{C-h v} or @kbd{M-x
1426 describe-variable} to get information about one or both of these
1427 variables.)
1429 By default, the titlebar for a frame does contain the name of the buffer
1430 currently being visited, except if there is a single frame.  In such a
1431 case, the titlebar contains Emacs invocation name and the name of the
1432 machine at which Emacs was invoked.  This is done by setting
1433 @code{frame-title-format} to the default value of
1435 @lisp
1436 (multiple-frames "%b" ("" invocation-name "@@" system-name))
1437 @end lisp
1439 To modify the behavior such that frame titlebars contain the buffer's
1440 name regardless of the number of existing frames, include the following
1441 in your @file{.emacs}:
1443 @lisp
1444 (setq frame-title-format "%b")
1445 @end lisp
1447 @node Turning on abbrevs by default
1448 @section How do I turn on abbrevs by default just in mode @var{mymode}?
1449 @cindex Abbrevs, turning on by default
1451 Abbrev mode expands abbreviations as you type them.  To turn it on in a
1452 specific buffer, use @kbd{M-x abbrev-mode}.  To turn it on in every
1453 buffer by default, put this in your @file{.emacs} file:
1455 @lisp
1456 (setq-default abbrev-mode t)
1457 @end lisp
1459 @noindent To turn it on in a specific mode, use:
1461 @lisp
1462 (add-hook '@var{mymode}-mode-hook
1463           (lambda ()
1464            (setq abbrev-mode t)))
1465 @end lisp
1467 @noindent If your Emacs version is older then 22.1, you will also need to use:
1469 @lisp
1470 (condition-case ()
1471    (quietly-read-abbrev-file)
1472   (file-error nil))
1473 @end lisp
1475 @node Associating modes with files
1476 @section How do I make Emacs use a certain major mode for certain files?
1477 @cindex Associating modes with files
1478 @cindex File extensions and modes
1479 @cindex @code{auto-mode-alist}, modifying
1480 @cindex Modes, associating with file extensions
1482 If you want to use a certain mode @var{foo} for all files whose names end
1483 with the extension @file{.@var{bar}}, this will do it for you:
1485 @lisp
1486 (add-to-list 'auto-mode-alist '("\\.@var{bar}\\'" . @var{foo}-mode))
1487 @end lisp
1489 Alternatively, put this somewhere in the first line of any file you want to
1490 edit in the mode @var{foo} (in the second line, if the first line begins
1491 with @samp{#!}):
1493 @example
1494 -*- @var{foo} -*-
1495 @end example
1497 @cindex Major mode for shell scripts
1498 The variable @code{interpreter-mode-alist} specifies which mode to use
1499 when loading an interpreted script (e.g. shell, python, etc.).  Emacs
1500 determines which interpreter you're using by examining the first line of
1501 the script.  Use @kbd{C-h v} (or @kbd{M-x describe-variable}) on
1502 @code{interpreter-mode-alist} to learn more.
1504 @node Highlighting a region
1505 @section How can I highlight a region of text in Emacs?
1506 @cindex Highlighting text
1507 @cindex Text, highlighting
1508 @cindex @code{transient-mark-mode}
1509 @cindex Region, highlighting a
1511 You can cause the region to be highlighted when the mark is active by
1512 including
1514 @lisp
1515 (transient-mark-mode 1)
1516 @end lisp
1518 @noindent
1519 in your @file{.emacs} file.  Since Emacs 23.1, this feature is on by default.
1521 @node Replacing highlighted text
1522 @section How can I replace highlighted text with what I type?
1523 @cindex @code{delete-selection-mode}
1524 @cindex Replacing highlighted text
1525 @cindex Highlighting and replacing text
1527 Use @code{delete-selection-mode}, which you can start automatically by
1528 placing the following Lisp form in your @file{.emacs} file:
1530 @lisp
1531 (delete-selection-mode 1)
1532 @end lisp
1534 According to the documentation string for @code{delete-selection-mode}
1535 (which you can read using @kbd{M-x describe-function @key{RET}
1536 delete-selection-mode @key{RET}}):
1538 @quotation
1539 When Delete Selection mode is enabled, Transient Mark mode is also
1540 enabled and typed text replaces the selection if the selection is
1541 active.  Otherwise, typed text is just inserted at point regardless of
1542 any selection.
1543 @end quotation
1545 This mode also allows you to delete (not kill) the highlighted region by
1546 pressing @key{DEL}.
1548 @node Controlling case sensitivity
1549 @section How do I control Emacs's case-sensitivity when searching/replacing?
1550 @cindex @code{case-fold-search}
1551 @cindex Case sensitivity of searches
1552 @cindex Searching without case sensitivity
1553 @cindex Ignoring case in searches
1555 @c FIXME
1556 The value of the variable @code{case-fold-search} determines whether
1557 searches are case sensitive:
1559 @lisp
1560 (setq case-fold-search nil) ; make searches case sensitive
1561 (setq case-fold-search t)   ; make searches case insensitive
1562 @end lisp
1564 @cindex Case sensitivity in replacements
1565 @cindex Replacing, and case sensitivity
1566 @cindex @code{case-replace}
1567 Similarly, for replacing, the variable @code{case-replace} determines
1568 whether replacements preserve case.
1570 You can also toggle case sensitivity at will in isearch with @kbd{M-c}.
1572 To change the case sensitivity just for one major mode, use the major
1573 mode's hook.  For example:
1575 @lisp
1576 (add-hook '@var{foo}-mode-hook
1577           (lambda ()
1578            (setq case-fold-search nil)))
1579 @end lisp
1581 @node Working with unprintable characters
1582 @section How do I search for, delete, or replace unprintable (eight-bit or control) characters?
1583 @cindex Unprintable characters, working with
1584 @cindex Working with unprintable characters
1585 @cindex Control characters, working with
1586 @cindex Eight-bit characters, working with
1587 @cindex Searching for unprintable characters
1588 @cindex Regexps and unprintable characters
1590 To search for a single character that appears in the buffer as, for
1591 example, @samp{\237}, you can type @kbd{C-s C-q 2 3 7}.
1592 Searching for @strong{all} unprintable characters is best done with a
1593 regular expression (@dfn{regexp}) search.  The easiest regexp to use for
1594 the unprintable chars is the complement of the regexp for the printable
1595 chars.
1597 @itemize @bullet
1599 @item
1600 Regexp for the printable chars: @samp{[\t\n\r\f -~]}
1602 @item
1603 Regexp for the unprintable chars: @samp{[^\t\n\r\f -~]}
1605 @end itemize
1607 To type these special characters in an interactive argument to
1608 @code{isearch-forward-regexp} or @code{re-search-forward}, you need to
1609 use @kbd{C-q}.  (@samp{\t}, @samp{\n}, @samp{\r}, and @samp{\f} stand
1610 respectively for @key{TAB}, @key{LFD}, @key{RET}, and @kbd{C-l}.)  So,
1611 to search for unprintable characters using @code{re-search-forward}:
1613 @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}}
1615 Using @code{isearch-forward-regexp}:
1617 @kbd{C-M-s [^ @key{TAB} @key{LFD} C-q @key{RET} C-q C-l @key{SPC} -~]}
1619 To delete all unprintable characters, simply use replace-regexp:
1621 @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}}
1623 Replacing is similar to the above.  To replace all unprintable
1624 characters with a colon, use:
1626 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}
1628 @node Searching for/replacing newlines
1629 @section How do I input a newline character in isearch or query-replace?
1630 @cindex Searching for newlines
1631 @cindex Replacing newlines
1633 Use @kbd{C-q C-j}.  For more information, see @inforef{Special Isearch,
1634 Special Input for Incremental Search, emacs}.
1637 @node Yanking text in isearch
1638 @section How do I copy text from the kill ring into the search string?
1639 @cindex Yanking text into the search string
1640 @cindex isearch yanking
1642 Use @kbd{M-y}.  @inforef{Isearch Yank, Isearch Yanking, emacs}.
1644 @node Wrapping words automatically
1645 @section How do I make Emacs wrap words for me?
1646 @cindex Wrapping word automatically
1647 @cindex Wrapping lines
1648 @cindex Line wrap
1649 @cindex @code{auto-fill-mode}, introduction to
1650 @cindex Maximum line width, default value
1651 @cindex @code{fill-column}, default value
1653 Use @code{auto-fill-mode}, activated by typing @kbd{M-x auto-fill-mode}.
1654 The default maximum line width is 70, determined by the variable
1655 @code{fill-column}.  To learn how to turn this on automatically, see
1656 @ref{Turning on auto-fill by default}.
1658 @node Turning on auto-fill by default
1659 @section How do I turn on @code{auto-fill-mode} by default?
1660 @cindex @code{auto-fill-mode}, activating automatically
1661 @cindex Filling automatically
1662 @cindex Automatic entry to @code{auto-fill-mode}
1664 To turn on @code{auto-fill-mode} just once for one buffer, use @kbd{M-x
1665 auto-fill-mode}.
1667 To turn it on for every buffer in a certain mode, you must use the hook
1668 for that mode.  For example, to turn on @code{auto-fill} mode for all
1669 text buffers, including the following in your @file{.emacs} file:
1671 @lisp
1672 (add-hook 'text-mode-hook 'turn-on-auto-fill)
1673 @end lisp
1675 If you want @code{auto-fill} mode on in all major modes, do this:
1677 @lisp
1678 (setq-default auto-fill-function 'do-auto-fill)
1679 @end lisp
1681 @node Changing load-path
1682 @section How do I change @code{load-path}?
1683 @cindex @code{load-path}, modifying
1684 @cindex Modifying @code{load-path}
1685 @cindex Adding to @code{load-path}
1687 In general, you should only add to the @code{load-path}.  You can add
1688 directory @var{/dir/subdir} to the load path like this:
1690 @lisp
1691 (add-to-list 'load-path "/dir/subdir/")
1692 @end lisp
1694 To do this relative to your home directory:
1696 @lisp
1697 (add-to-list 'load-path "~/mysubdir/")
1698 @end lisp
1700 @node Using an already running Emacs process
1701 @section How do I use an already running Emacs from another window?
1702 @cindex @code{emacsclient}
1703 @cindex Emacs server functions
1704 @cindex Using an existing Emacs process
1706 @code{emacsclient}, which comes with Emacs, is for editing a file using
1707 an already running Emacs rather than starting up a new Emacs.  It does
1708 this by sending a request to the already running Emacs, which must be
1709 expecting the request.
1711 @itemize @bullet
1713 @item
1714 Setup:
1716 Emacs must have executed the @code{server-start} function for
1717 @samp{emacsclient} to work.  This can be done either by a command line
1718 option:
1720 @example
1721 emacs -f server-start
1722 @end example
1724 or by invoking @code{server-start} from @file{.emacs}:
1726 @lisp
1727 (if (@var{some conditions are met}) (server-start))
1728 @end lisp
1730 When this is done, Emacs creates a Unix domain socket named
1731 @file{server} in @file{/tmp/emacs@var{userid}}. See
1732 @code{server-socket-dir}.
1734 To get your news reader, mail reader, etc., to invoke
1735 @samp{emacsclient}, try setting the environment variable @code{EDITOR}
1736 (or sometimes @code{VISUAL}) to the value @samp{emacsclient}.  You may
1737 have to specify the full pathname of the @samp{emacsclient} program
1738 instead.  Examples:
1740 @example
1741 # csh commands:
1742 setenv EDITOR emacsclient
1744 # using full pathname
1745 setenv EDITOR /usr/local/emacs/etc/emacsclient
1747 # sh command:
1748 EDITOR=emacsclient ; export EDITOR
1749 @end example
1751 @item
1752 Normal use:
1754 When @samp{emacsclient} is run, it connects to the socket and passes its
1755 command line options to Emacs, which at the next opportunity will visit
1756 the files specified.  (Line numbers can be specified just like with
1757 Emacs.)  The user will have to switch to the Emacs window by hand.  When
1758 the user is done editing a file, the user can type @kbd{C-x #} (or
1759 @kbd{M-x server-edit}) to indicate this.  If there is another buffer
1760 requested by @code{emacsclient}, Emacs will switch to it; otherwise
1761 @code{emacsclient} will exit, signaling the calling program to continue.
1763 @cindex @code{gnuserv}
1764 There is an alternative version of @samp{emacsclient} called
1765 @samp{gnuserv}, written by @email{ange@@hplb.hpl.hp.com, Andy Norman}
1766 (@pxref{Packages that do not come with Emacs}).  @samp{gnuserv} uses
1767 Internet domain sockets, so it can work across most network connections.
1769 The most recent @samp{gnuserv} package is available at
1771 @uref{http://meltin.net/hacks/emacs/}
1773 @end itemize
1775 @node Compiler error messages
1776 @section How do I make Emacs recognize my compiler's funny error messages?
1777 @cindex Compiler error messages, recognizing
1778 @cindex Recognizing non-standard compiler errors
1779 @cindex Regexps for recognizing compiler errors
1780 @cindex Errors, recognizing compiler
1782 Customize the @code{compilation-error-regexp-alist} variable.
1784 @node Indenting switch statements
1785 @section How do I change the indentation for @code{switch}?
1786 @cindex @code{switch}, indenting
1787 @cindex Indenting of @code{switch}
1789 Many people want to indent their @code{switch} statements like this:
1791 @example
1794   switch(x) @{
1795     case A:
1796       x1;
1797       break;
1798     case B:
1799       x2;
1800       break;
1801     default:
1802       x3;
1803   @}
1805 @end example
1807 @noindent To achieve this, add the following line to your @file{.emacs}:
1809 @lisp
1810 (c-set-offset 'case-label '+)
1811 @end lisp
1813 @node Customizing C and C++ indentation
1814 @section How to customize indentation in C, C@t{++}, and Java buffers?
1815 @cindex Indentation, how to customize
1816 @cindex Customize indentation
1818 The Emacs @code{cc-mode} features an interactive procedure for
1819 customizing the indentation style, which is fully explained in the
1820 @cite{CC Mode} manual that is part of the Emacs distribution, see
1821 @ref{Customizing Indentation, , Customization Indentation, ccmode,
1822 The CC Mode Manual}.  Here's a short summary of the procedure:
1824 @enumerate
1825 @item
1826 Go to the beginning of the first line where you don't like the
1827 indentation and type @kbd{C-c C-o}.  Emacs will prompt you for the
1828 syntactic symbol; type @key{RET} to accept the default it suggests.
1830 @item
1831 Emacs now prompts for the offset of this syntactic symbol, showing the
1832 default (the current definition) inside parentheses.  You can choose
1833 one of these:
1835 @table @code
1836 @item 0
1837 No extra indentation.
1838 @item +
1839 Indent one basic offset.
1840 @item -
1841 Outdent one basic offset.
1842 @item ++
1843 Indent two basic offsets
1844 @item --
1845 Outdent two basic offsets.
1846 @item *
1847 Indent half basic offset.
1848 @item /
1849 Outdent half basic offset.
1850 @end table
1852 @item
1853 After choosing one of these symbols, type @kbd{C-c C-q} to reindent
1854 the line or the block according to what you just specified.
1856 @item
1857 If you don't like the result, go back to step 1.  Otherwise, add the
1858 following line to your @file{.emacs}:
1860 @lisp
1861 (c-set-offset '@var{syntactic-symbol} @var{offset})
1862 @end lisp
1864 @noindent
1865 where @var{syntactic-symbol} is the name Emacs shows in the minibuffer
1866 when you type @kbd{C-c C-o} at the beginning of the line, and
1867 @var{offset} is one of the indentation symbols listed above (@code{+},
1868 @code{/}, @code{0}, etc.) that you've chosen during the interactive
1869 procedure.
1871 @item
1872 Go to the next line whose indentation is not to your liking and repeat
1873 the process there.
1874 @end enumerate
1876 It is recommended to put all the resulting @code{(c-set-offset ...)}
1877 customizations inside a C mode hook, like this:
1879 @lisp
1880 (defun my-c-mode-hook ()
1881   (c-set-offset ...)
1882   (c-set-offset ...))
1883 (add-hook 'c-mode-hook 'my-c-mode-hook)
1884 @end lisp
1886 @noindent
1887 Using @code{c-mode-hook} avoids the need to put a @w{@code{(require
1888 'cc-mode)}} into your @file{.emacs} file, because @code{c-set-offset}
1889 might be unavailable when @code{cc-mode} is not loaded.
1891 Note that @code{c-mode-hook} runs for C source files only; use
1892 @code{c++-mode-hook} for C@t{++} sources, @code{java-mode-hook} for
1893 Java sources, etc.  If you want the same customizations to be in
1894 effect in @emph{all} languages supported by @code{cc-mode}, use
1895 @code{c-mode-common-hook}.
1897 @node Horizontal scrolling
1898 @section How can I make Emacs automatically scroll horizontally?
1899 @cindex @code{hscroll-mode}
1900 @cindex Horizontal scrolling
1901 @cindex Scrolling horizontally
1903 In Emacs 21 and later, this is on by default: if the variable
1904 @code{truncate-lines} is non-@code{nil} in the current buffer, Emacs
1905 automatically scrolls the display horizontally when point moves off the
1906 left or right edge of the window.
1908 Note that this is overridden by the variable
1909 @code{truncate-partial-width-windows} if that variable is non-nil
1910 and the current buffer is not full-frame width.
1912 In Emacs 20, use @code{hscroll-mode}.
1914 @node Overwrite mode
1915 @section How do I make Emacs ``typeover'' or ``overwrite'' instead of inserting?
1916 @cindex @key{Insert}
1917 @cindex @code{overwrite-mode}
1918 @cindex Overwriting existing text
1919 @cindex Toggling @code{overwrite-mode}
1921 @kbd{M-x overwrite-mode} (a minor mode).  This toggles
1922 @code{overwrite-mode} on and off, so exiting from @code{overwrite-mode}
1923 is as easy as another @kbd{M-x overwrite-mode}.
1925 On some systems, @key{Insert} toggles @code{overwrite-mode} on and off.
1927 @node Turning off beeping
1928 @section How do I stop Emacs from beeping on a terminal?
1929 @cindex Beeping, turning off
1930 @cindex Visible bell
1931 @cindex Bell, visible
1933 @email{martin@@cc.gatech.edu, Martin R. Frank} writes:
1935 Tell Emacs to use the @dfn{visible bell} instead of the audible bell,
1936 and set the visible bell to nothing.
1938 That is, put the following in your @code{TERMCAP} environment variable
1939 (assuming you have one):
1941 @example
1942 ... :vb=: ...
1943 @end example
1945 And evaluate the following Lisp form:
1947 @example
1948 (setq visible-bell t)
1949 @end example
1951 @node Turning the volume down
1952 @section How do I turn down the bell volume in Emacs running under X?
1953 @cindex Bell, volume of
1954 @cindex Volume of bell
1956 On X Window system, you can adjust the bell volume and duration for all
1957 programs with the shell command @code{xset}.
1959 Invoking @code{xset} without any arguments produces some basic
1960 information, including the following:
1962 @example
1963 usage:  xset [-display host:dpy] option ...
1964   To turn bell off:
1965       -b                b off               b 0
1966   To set bell volume, pitch and duration:
1967        b [vol [pitch [dur]]]          b on
1968 @end example
1970 @node Automatic indentation
1971 @section How do I tell Emacs to automatically indent a new line to the indentation of the previous line?
1972 @cindex Indenting new lines
1973 @cindex New lines, indenting of
1974 @cindex Previous line, indenting according to
1975 @cindex Text indentation
1977 Such behavior is automatic (in Text mode) in Emacs 20 and later.  From the
1978 @file{etc/NEWS} file for Emacs 20.2:
1980 @example
1981 ** In Text mode, now only blank lines separate paragraphs.  This makes
1982 it possible to get the full benefit of Adaptive Fill mode in Text mode,
1983 and other modes derived from it (such as Mail mode).  @key{TAB} in Text
1984 mode now runs the command @code{indent-relative}; this makes a practical
1985 difference only when you use indented paragraphs.
1987 If you want spaces at the beginning of a line to start a paragraph, use
1988 the new mode, Paragraph Indent Text mode.
1989 @end example
1991 @cindex Prefixing lines
1992 @cindex Fill prefix
1993 If you have @code{auto-fill-mode} turned on (@pxref{Turning on auto-fill
1994 by default}), you can tell Emacs to prefix every line with a certain
1995 character sequence, the @dfn{fill prefix}.  Type the prefix at the
1996 beginning of a line, position point after it, and then type @kbd{C-x .}
1997 (@code{set-fill-prefix}) to set the fill prefix.  Thereafter,
1998 auto-filling will automatically put the fill prefix at the beginning of
1999 new lines, and @kbd{M-q} (@code{fill-paragraph}) will maintain any fill
2000 prefix when refilling the paragraph.
2002 If you have paragraphs with different levels of indentation, you will
2003 have to set the fill prefix to the correct value each time you move to a
2004 new paragraph.  There are many packages available to deal with this
2005 (@pxref{Packages that do not come with Emacs}).  Look for ``fill'' and
2006 ``indent'' keywords for guidance.
2008 @node Matching parentheses
2009 @section How do I show which parenthesis matches the one I'm looking at?
2010 @cindex Parentheses, matching
2011 @cindex @file{paren.el}
2012 @cindex Highlighting matching parentheses
2013 @cindex Pairs of parentheses, highlighting
2014 @cindex Matching parentheses
2016 Call @code{show-paren-mode} in your @file{.emacs} file:
2018 @lisp
2019 (show-paren-mode 1)
2020 @end lisp
2022 You can also enable this mode by selecting the @samp{Paren Match
2023 Highlighting} option from the @samp{Options} menu of the Emacs menu bar
2024 at the top of any Emacs frame.
2026 Alternatives to this mode include:
2028 @itemize @bullet
2030 @item
2031 If you're looking at a right parenthesis (or brace or bracket) you can
2032 delete it and reinsert it.  Emacs will momentarily move the cursor to
2033 the matching parenthesis.
2035 @item
2036 @kbd{C-M-f} (@code{forward-sexp}) and @kbd{C-M-b} (@code{backward-sexp})
2037 will skip over one set of balanced parentheses, so you can see which
2038 parentheses match.  (You can train it to skip over balanced brackets
2039 and braces at the same time by modifying the syntax table.)
2041 @cindex Show matching paren as in @code{vi}
2042 @item
2043 Here is some Emacs Lisp that will make the @key{%} key show the matching
2044 parenthesis, like in @code{vi}.  In addition, if the cursor isn't over a
2045 parenthesis, it simply inserts a % like normal.
2047 @lisp
2048 ;; By an unknown contributor
2050 (global-set-key "%" 'match-paren)
2052 (defun match-paren (arg)
2053   "Go to the matching paren if on a paren; otherwise insert %."
2054   (interactive "p")
2055   (cond ((looking-at "\\s\(") (forward-list 1) (backward-char 1))
2056         ((looking-at "\\s\)") (forward-char 1) (backward-list 1))
2057         (t (self-insert-command (or arg 1)))))
2058 @end lisp
2060 @end itemize
2062 @node Hiding #ifdef lines
2063 @section In C mode, can I show just the lines that will be left after @code{#ifdef} commands are handled by the compiler?
2064 @cindex @code{#ifdef}, selective display of
2065 @cindex @code{hide-ifdef-mode}
2066 @cindex Hiding @code{#ifdef} text
2067 @cindex Selectively displaying @code{#ifdef} code
2069 @kbd{M-x hide-ifdef-mode}.  (This is a minor mode.)  You might also want
2070 to investigate @file{cpp.el}, which is distributed with Emacs.
2072 @node Repeating commands
2073 @section How do I repeat a command as many times as possible?
2074 @cindex Repeating commands many times
2075 @cindex Commands, repeating many times
2076 @cindex @code{.}, equivalent to @code{vi} command
2078 As of Emacs 20.3, there is indeed a @code{repeat} command (@kbd{C-x z})
2079 that repeats the last command.  If you preface it with a prefix
2080 argument, the prefix arg is applied to the command.
2082 You can also type @kbd{C-x @key{ESC} @key{ESC}}
2083 (@code{repeat-complex-command}) to reinvoke commands that used the
2084 minibuffer to get arguments.  In @code{repeat-complex-command} you can
2085 type @kbd{M-p} and @kbd{M-n} (and also up-arrow and down-arrow, if your
2086 keyboard has these keys) to scan through all the different complex
2087 commands you've typed.
2089 To repeat a set of commands, use keyboard macros.  Use @kbd{C-x (} and
2090 @kbd{C-x )} to make a keyboard macro that invokes the command and then
2091 type @kbd{C-x e}.  (@inforef{Keyboard Macros, Keyboard Macros, emacs}.)
2093 If you're really desperate for the @code{.} command in @code{vi} that
2094 redoes the last insertion/deletion, use VIPER, a @code{vi} emulation
2095 mode which comes with Emacs, and which appears to support it.
2097 @node Valid X resources
2098 @section What are the valid X resource settings (i.e., stuff in .Xdefaults)?
2099 @cindex Resources, X
2100 @cindex X resources
2101 @cindex Setting X resources
2103 @inforef{X Resources, X Resources, emacs}.
2105 You can also use a resource editor, such as editres (for X11R5 and
2106 onwards), to look at the resource names for the menu bar, assuming Emacs
2107 was compiled with the X toolkit.
2109 @node Evaluating Emacs Lisp code
2110 @section How do I execute (``evaluate'') a piece of Emacs Lisp code?
2111 @cindex Evaluating Lisp code
2112 @cindex Lisp forms, evaluating
2114 There are a number of ways to execute (@dfn{evaluate}, in Lisp lingo) an
2115 Emacs Lisp @dfn{form}:
2117 @itemize @bullet
2119 @item
2120 If you want it evaluated every time you run Emacs, put it in a file
2121 named @file{.emacs} in your home directory.  This is known as ``your
2122 @file{.emacs} file,'' and contains all of your personal customizations.
2124 @item
2125 You can type the form in the @file{*scratch*} buffer, and then type
2126 @key{LFD} (or @kbd{C-j}) after it.  The result of evaluating the form
2127 will be inserted in the buffer.
2129 @item
2130 In @code{emacs-lisp-mode}, typing @kbd{C-M-x} evaluates a top-level form
2131 before or around point.
2133 @item
2134 Typing @kbd{C-x C-e} in any buffer evaluates the Lisp form immediately
2135 before point and prints its value in the echo area.
2137 @item
2138 Typing @kbd{M-:} or @kbd{M-x eval-expression} allows you to type a Lisp
2139 form in the minibuffer which will be evaluated once you press @key{RET}.
2141 @item
2142 You can use @kbd{M-x load-file} to have Emacs evaluate all the Lisp
2143 forms in a file.  (To do this from Lisp use the function @code{load}
2144 instead.)
2146 The functions @code{load-library}, @code{eval-region},
2147 @code{eval-buffer}, @code{require}, and @code{autoload} are also
2148 useful; see @ref{Emacs Lisp documentation}, if you want to learn more
2149 about them.
2151 @end itemize
2153 @node Changing the length of a Tab
2154 @section How do I change Emacs's idea of the @key{TAB} character's length?
2155 @cindex Tab length
2156 @cindex Length of tab character
2157 @cindex @code{default-tab-width}
2159 Set the variable @code{default-tab-width}.  For example, to set
2160 @key{TAB} stops every 10 characters, insert the following in your
2161 @file{.emacs} file:
2163 @lisp
2164 (setq default-tab-width 10)
2165 @end lisp
2167 Do not confuse variable @code{tab-width} with variable
2168 @code{tab-stop-list}.  The former is used for the display of literal
2169 @key{TAB} characters.  The latter controls what characters are inserted
2170 when you press the @key{TAB} character in certain modes.
2172 @node Inserting text at the beginning of each line
2173 @section How do I insert <some text> at the beginning of every line?
2174 @cindex Prefixing a region with some text
2175 @cindex Prefix character, inserting in mail/news replies
2176 @cindex Replies to mail/news, inserting a prefix character
2177 @cindex @code{mail-yank-prefix}
2178 @cindex Mail replies, inserting a prefix character
2179 @cindex News replies, inserting a prefix character
2181 To do this to an entire buffer, type @kbd{M-< M-x replace-regexp
2182 @key{RET} ^ @key{RET} your text @key{RET}}.
2184 To do this to a region, use @code{string-insert-rectangle}.
2185 Set the mark (@kbd{C-@key{SPC}}) at the beginning of the first line you
2186 want to prefix, move the cursor to last line to be prefixed, and type
2187 @kbd{M-x string-insert-rectangle @key{RET}}.  To do this for the whole
2188 buffer, type @kbd{C-x h M-x string-insert-rectangle @key{RET}}.
2190 If you are trying to prefix a yanked mail message with @samp{>}, you
2191 might want to set the variable @code{mail-yank-prefix}.  In Message
2192 buffers, you can even use @kbd{M-;} to cite yanked messages (@kbd{M-;}
2193 runs the function @code{comment-region}, it is a general-purpose
2194 mechanism to comment regions) (@pxref{Changing the included text prefix}).
2196 @node Forcing the cursor to remain in the same column
2197 @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?
2198 @cindex @code{picture-mode}
2199 @cindex Remaining in the same column, regardless of contents
2200 @cindex Vertical movement in empty documents
2202 Use @kbd{M-x picture-mode}.
2204 See also the variable @code{track-eol} and the command
2205 @code{set-goal-column} bound to @kbd{C-x C-n}
2206 (@pxref{Moving Point, , , emacs, The GNU Emacs Manual}).
2208 @node Forcing Emacs to iconify itself
2209 @section How do I tell Emacs to iconify itself?
2210 @cindex Iconification under the X Window System
2211 @cindex X Window System and iconification
2212 @cindex Suspending Emacs
2214 @kbd{C-z} iconifies Emacs when running under X and suspends Emacs
2215 otherwise.  @inforef{Frame Commands, Frame Commands, emacs}.
2217 @node Using regular expressions
2218 @section How do I use regexps (regular expressions) in Emacs?
2219 @cindex Regexps
2220 @cindex Regular expressions
2221 @cindex Differences between Unix and Emacs regexps
2222 @cindex Unix regexps, differences from Emacs
2223 @cindex Text strings, putting regexps in
2225 @inforef{Regexp Backslash, Regexp Backslash, emacs}.
2227 The @code{or} operator is @samp{\|}, not @samp{|}, and the grouping operators
2228 are @samp{\(} and @samp{\)}.  Also, the string syntax for a backslash is
2229 @samp{\\}.  To specify a regular expression like @samp{xxx\(foo\|bar\)}
2230 in a Lisp string, use @samp{xxx\\(foo\\|bar\\)}.
2232 Note the doubled backslashes!
2234 @itemize @bullet
2236 @item
2237 Unlike in Unix @file{grep}, @file{sed}, etc., a complement character set
2238 (@samp{[^...]})  can match a newline character (@key{LFD} a.k.a.@:
2239 @kbd{C-j} a.k.a.@: @samp{\n}), unless newline is mentioned as one of the
2240 characters not to match.
2242 @item
2243 The character syntax regexps (e.g., @samp{\sw}) are not
2244 meaningful inside character set regexps (e.g., @samp{[aeiou]}).  (This
2245 is actually typical for regexp syntax.)
2247 @end itemize
2249 @node Replacing text across multiple files
2250 @section How do I perform a replace operation across more than one file?
2251 @cindex Replacing strings across files
2252 @cindex Multiple files, replacing across
2253 @cindex Files, replacing strings across multiple
2254 @cindex Recursive search/replace operations
2256 Dired mode (@kbd{M-x dired @key{RET}}, or @kbd{C-x d}) supports the
2257 command @code{dired-do-query-replace-regexp} (@kbd{Q}), which allows
2258 users to replace regular expressions in multiple files.
2260 You can use this command to perform search/replace operations on
2261 multiple files by following the following steps:
2263 @itemize @bullet
2264 @item
2265 Assemble a list of files you want to operate on with either
2266 @code{find-dired}, @code{find-name-dired} or @code{find-grep-dired}.
2268 @item
2269 Mark all files in the resulting Dired buffer using @kbd{t}.
2271 @item
2272 Use @kbd{Q} to start a @code{query-replace-regexp} session on the marked
2273 files.
2275 @item
2276 To accept all replacements in each file, hit @kbd{!}.
2277 @end itemize
2279 Another way to do the same thing is to use the ``tags'' feature of
2280 Emacs: it includes the command @code{tags-query-replace} which performs
2281 a query-replace across all the files mentioned in the @file{TAGS} file.
2282 @inforef{Tags Search, Tags Search, emacs}.
2284 @node Documentation for etags
2285 @section Where is the documentation for @code{etags}?
2286 @cindex Documentation for @code{etags}
2287 @cindex @code{etags}, documentation for
2289 The @code{etags} man page should be in the same place as the
2290 @code{emacs} man page.
2292 Quick command-line switch descriptions are also available.  For example,
2293 @samp{etags -H}.
2295 @node Disabling backups
2296 @section How do I disable backup files?
2297 @cindex Backups, disabling
2298 @cindex Disabling backups
2300 You probably don't want to do this, since backups are useful, especially
2301 when something goes wrong.
2303 To avoid seeing backup files (and other ``uninteresting'' files) in Dired,
2304 load @code{dired-x} by adding the following to your @file{.emacs} file:
2306 @lisp
2307 (add-hook 'dired-load-hook
2308           (lambda ()
2309            (require 'dired-x)))
2310 @end lisp
2312 With @code{dired-x} loaded, @kbd{M-o} toggles omitting in each dired buffer.
2313 You can make omitting the default for new dired buffers by putting the
2314 following in your @file{.emacs}:
2316 @lisp
2317 (add-hook 'dired-mode-hook 'dired-omit-toggle)
2318 @end lisp
2320 If you're tired of seeing backup files whenever you do an @samp{ls} at
2321 the Unix shell, try GNU @code{ls} with the @samp{-B} option.  GNU
2322 @code{ls} is part of the GNU Fileutils package, available from
2323 @samp{ftp.gnu.org} and its mirrors (@pxref{Current GNU distributions}).
2325 To disable or change the way backups are made, @inforef{Backup Names, ,
2326 emacs}.
2328 @cindex Backup files in a single directory
2329 Beginning with Emacs 21.1, you can control where Emacs puts backup files
2330 by customizing the variable @code{backup-directory-alist}.  This
2331 variable's value specifies that files whose names match specific patters
2332 should have their backups put in certain directories.  A typical use is
2333 to add the element @code{("." . @var{dir})} to force Emacs to put
2334 @strong{all} backup files in the directory @file{dir}.
2336 @node Disabling auto-save-mode
2337 @section How do I disable @code{auto-save-mode}?
2338 @cindex Disabling @code{auto-save-mode}
2339 @cindex Auto-saving
2340 @cindex Saving at frequent intervals
2342 You probably don't want to do this, since auto-saving is useful,
2343 especially when Emacs or your computer crashes while you are editing a
2344 document.
2346 Instead, you might want to change the variable
2347 @code{auto-save-interval}, which specifies how many keystrokes Emacs
2348 waits before auto-saving.  Increasing this value forces Emacs to wait
2349 longer between auto-saves, which might annoy you less.
2351 You might also want to look into Sebastian Kremer's @code{auto-save}
2352 package (@pxref{Packages that do not come with Emacs}).  This
2353 package also allows you to place all auto-save files in one directory,
2354 such as @file{/tmp}.
2356 To disable or change how @code{auto-save-mode} works, @inforef{Auto
2357 Save, , emacs}.
2359 @node Going to a line by number
2360 @section How can I go to a certain line given its number?
2361 @cindex Going to a line by number
2362 @cindex Compilation error messages
2363 @cindex Recompilation
2365 Are you sure you indeed need to go to a line by its number?  Perhaps all
2366 you want is to display a line in your source file for which a compiler
2367 printed an error message?  If so, compiling from within Emacs using the
2368 @kbd{M-x compile} and @kbd{M-x recompile} commands is a much more
2369 effective way of doing that.  Emacs automatically intercepts the compile
2370 error messages, inserts them into a special buffer called
2371 @code{*compilation*}, and lets you visit the locus of each message in
2372 the source.  Type @kbd{C-x `} to step through the offending lines one by
2373 one (starting with Emacs 22, you can also use @kbd{M-g M-p} and
2374 @kbd{M-g M-n} to go to the previous and next matches directly).  Click
2375 @kbd{Mouse-2} or press @key{RET} on a message text in the
2376 @code{*compilation*} buffer to go to the line whose number is mentioned
2377 in that message.
2379 But if you indeed need to go to a certain text line, type @kbd{M-g M-g}
2380 (which is the default binding of the @code{goto-line} function starting
2381 with Emacs 22).  Emacs will prompt you for the number of the line and go
2382 to that line.
2384 You can do this faster by invoking @code{goto-line} with a numeric
2385 argument that is the line's number.  For example, @kbd{C-u 286 M-g M-g}
2386 will jump to line number 286 in the current buffer.
2388 @node Modifying pull-down menus
2389 @section How can I create or modify new pull-down menu options?
2390 @cindex Pull-down menus, creating or modifying
2391 @cindex Menus, creating or modifying
2392 @cindex Creating new menu options
2393 @cindex Modifying pull-down menus
2394 @cindex Menus and keymaps
2395 @cindex Keymaps and menus
2397 Each menu title (e.g., @samp{File}, @samp{Edit}, @samp{Buffers})
2398 represents a local or global keymap.  Selecting a menu title with the
2399 mouse displays that keymap's non-@code{nil} contents in the form of a menu.
2401 So to add a menu option to an existing menu, all you have to do is add a
2402 new definition to the appropriate keymap.  Adding a @samp{Forward Word}
2403 item to the @samp{Edit} menu thus requires the following Lisp code:
2405 @lisp
2406 (define-key global-map
2407   [menu-bar edit forward]
2408   '("Forward word" . forward-word))
2409 @end lisp
2411 @noindent
2412 The first line adds the entry to the global keymap, which includes
2413 global menu bar entries.  Replacing the reference to @code{global-map}
2414 with a local keymap would add this menu option only within a particular
2415 mode.
2417 The second line describes the path from the menu-bar to the new entry.
2418 Placing this menu entry underneath the @samp{File} menu would mean
2419 changing the word @code{edit} in the second line to @code{file}.
2421 The third line is a cons cell whose first element is the title that will
2422 be displayed, and whose second element is the function that will be
2423 called when that menu option is invoked.
2425 To add a new menu, rather than a new option to an existing menu, we must
2426 define an entirely new keymap:
2428 @lisp
2429 (define-key global-map [menu-bar words]
2430   (cons "Words" (make-sparse-keymap "Words")))
2431 @end lisp
2433 The above code creates a new sparse keymap, gives it the name
2434 @samp{Words}, and attaches it to the global menu bar.  Adding the
2435 @samp{Forward Word} item to this new menu would thus require the
2436 following code:
2438 @lisp
2439 (define-key global-map
2440   [menu-bar words forward]
2441   '("Forward word" . forward-word))
2442 @end lisp
2444 @noindent
2445 Note that because of the way keymaps work, menu options are displayed
2446 with the more recently defined items at the top.  Thus if you were to
2447 define menu options @samp{foo}, @samp{bar}, and @samp{baz} (in that
2448 order), the menu option @samp{baz} would appear at the top, and
2449 @samp{foo} would be at the bottom.
2451 One way to avoid this problem is to use the function @code{define-key-after},
2452 which works the same as @code{define-key}, but lets you modify where items
2453 appear.  The following Lisp code would insert the @samp{Forward Word}
2454 item in the @samp{Edit} menu immediately following the @samp{Undo} item:
2456 @lisp
2457 (define-key-after
2458   (lookup-key global-map [menu-bar edit])
2459   [forward]
2460   '("Forward word" . forward-word)
2461   'undo)
2462 @end lisp
2464 Note how the second and third arguments to @code{define-key-after} are
2465 different from those of @code{define-key}, and that we have added a new
2466 (final) argument, the function after which our new key should be
2467 defined.
2469 To move a menu option from one position to another, simply evaluate
2470 @code{define-key-after} with the appropriate final argument.
2472 More detailed information---and more examples of how to create and
2473 modify menu options---are in the @cite{Emacs Lisp Reference Manual}, under
2474 ``Menu Keymaps.''  (@xref{Emacs Lisp documentation}, for information on
2475 this manual.)
2477 @node Deleting menus and menu options
2478 @section How do I delete menus and menu options?
2479 @cindex Deleting menus and menu options
2480 @cindex Menus, deleting
2482 The simplest way to remove a menu is to set its keymap to @samp{nil}.
2483 For example, to delete the @samp{Words} menu (@pxref{Modifying pull-down
2484 menus}), use:
2486 @lisp
2487 (define-key global-map [menu-bar words] nil)
2488 @end lisp
2490 Similarly, removing a menu option requires redefining a keymap entry to
2491 @code{nil}.  For example, to delete the @samp{Forward word} menu option
2492 from the @samp{Edit} menu (we added it in @ref{Modifying pull-down
2493 menus}), use:
2495 @lisp
2496 (define-key global-map [menu-bar edit forward] nil)
2497 @end lisp
2499 @node Turning on syntax highlighting
2500 @section How do I turn on syntax highlighting?
2501 @cindex Syntax highlighting
2502 @cindex @code{font-lock-mode}
2503 @cindex Highlighting based on syntax
2504 @cindex Colorizing text
2505 @cindex FAQ, @code{font-lock-mode}
2507 @code{font-lock-mode} is the standard way to have Emacs perform syntax
2508 highlighting in the current buffer.  It is enabled by default in Emacs
2509 22.1 and later.
2511 With @code{font-lock-mode} turned on, different types of text will
2512 appear in different colors.  For instance, in a programming mode,
2513 variables will appear in one face, keywords in a second, and comments in
2514 a third.
2516 To turn @code{font-lock-mode} off within an existing buffer, use
2517 @kbd{M-x font-lock-mode @key{RET}}.
2519 In Emacs 21 and earlier versions, you could use the following code in
2520 your @file{.emacs} file to turn on @code{font-lock-mode} globally:
2522 @lisp
2523 (global-font-lock-mode 1)
2524 @end lisp
2526 Highlighting a buffer with @code{font-lock-mode} can take quite a while,
2527 and cause an annoying delay in display, so several features exist to
2528 work around this.
2530 @cindex Just-In-Time syntax highlighting
2531 In Emacs 21 and later, turning on @code{font-lock-mode} automatically
2532 activates the new @dfn{Just-In-Time fontification} provided by
2533 @code{jit-lock-mode}.  @code{jit-lock-mode} defers the fontification of
2534 portions of buffer until you actually need to see them, and can also
2535 fontify while Emacs is idle.  This makes display of the visible portion
2536 of a buffer almost instantaneous.  For details about customizing
2537 @code{jit-lock-mode}, type @kbd{C-h f jit-lock-mode @key{RET}}.
2539 @cindex Levels of syntax highlighting
2540 @cindex Decoration level, in @code{font-lock-mode}
2541 In versions of Emacs before 21, different levels of decoration are
2542 available, from slight to gaudy.  More decoration means you need to wait
2543 more time for a buffer to be fontified (or a faster machine).  To
2544 control how decorated your buffers should become, set the value of
2545 @code{font-lock-maximum-decoration} in your @file{.emacs} file, with a
2546 @code{nil} value indicating default (usually minimum) decoration, and a
2547 @code{t} value indicating the maximum decoration.  For the gaudiest
2548 possible look, then, include the line
2550 @lisp
2551 (setq font-lock-maximum-decoration t)
2552 @end lisp
2554 @noindent
2555 in your @file{.emacs} file.  You can also set this variable such that
2556 different modes are highlighted in a different ways; for more
2557 information, see the documentation for
2558 @code{font-lock-maximum-decoration} with @kbd{C-h v} (or @kbd{M-x
2559 describe-variable @key{RET}}).
2561 Also see the documentation for the function @code{font-lock-mode},
2562 available by typing @kbd{C-h f font-lock-mode} (@kbd{M-x
2563 describe-function @key{RET} font-lock-mode @key{RET}}).
2565 To print buffers with the faces (i.e., colors and fonts) intact, use
2566 @kbd{M-x ps-print-buffer-with-faces} or @kbd{M-x
2567 ps-print-region-with-faces}.  You will need a way to send text to a
2568 PostScript printer, or a PostScript interpreter such as Ghostscript;
2569 consult the documentation of the variables @code{ps-printer-name},
2570 @code{ps-lpr-command}, and @code{ps-lpr-switches} for more details.
2572 @node Scrolling only one line
2573 @section How can I force Emacs to scroll only one line when I move past the bottom of the screen?
2574 @cindex Scrolling only one line
2575 @cindex Reducing the increment when scrolling
2577 Customize the @code{scroll-conservatively} variable with @kbd{M-x
2578 customize-variable @key{RET} scroll-conservatively @key{RET}} and set it
2579 to a large value like, say, 10000.  For an explanation of what this
2580 means, @inforef{Auto Scrolling, Auto Scrolling, emacs}.
2582 Alternatively, use the following Lisp form in your @file{.emacs}:
2584 @lisp
2585 (setq scroll-conservatively most-positive-fixnum)
2586 @end lisp
2588 @node Editing MS-DOS files
2589 @section How can I edit MS-DOS files using Emacs?
2590 @cindex Editing MS-DOS files
2591 @cindex MS-DOS files, editing
2592 @cindex Microsoft files, editing
2593 @cindex Windows files, editing
2595 As of Emacs 20, detection and handling of MS-DOS (and Windows) files is
2596 performed transparently.  You can open MS-DOS files on a Unix system,
2597 edit it, and save it without having to worry about the file format.
2599 When editing an MS-DOS style file, the mode line will indicate that it
2600 is a DOS file.  On Unix and GNU/Linux systems, and also on a Macintosh,
2601 the string @samp{(DOS)} will appear near the left edge of the mode line;
2602 on DOS and Windows, where the DOS end-of-line (EOL) format is the
2603 default, a backslash (@samp{\}) will appear in the mode line.
2605 @node Filling paragraphs with a single space
2606 @section How can I tell Emacs to fill paragraphs with a single space after each period?
2607 @cindex One space following periods
2608 @cindex Single space following periods
2609 @cindex Periods, one space following
2611 Add the following line to your @file{.emacs} file:
2613 @lisp
2614 (setq sentence-end-double-space nil)
2615 @end lisp
2617 @node Escape sequences in shell output
2618 @section Why these strange escape sequences from @code{ls} from the Shell mode?
2619 @cindex Escape sequences in @code{ls} output
2620 @cindex @code{ls} in Shell mode
2622 This happens because @code{ls} is aliased to @samp{ls --color} in your
2623 shell init file.  You have two alternatives to solve this:
2625 @itemize @bullet
2626 @item
2627 Make the alias conditioned on the @code{EMACS} variable in the
2628 environment.  When Emacs runs a subsidiary shell, it exports the
2629 @code{EMACS} variable to that shell, with value equal to the absolute
2630 file name of Emacs.  You can
2631 unalias @code{ls} when that happens, thus limiting the alias to your
2632 interactive sessions.
2634 @item
2635 Install the @code{ansi-color} package (bundled with Emacs 21.1 and
2636 later), which converts these ANSI escape sequences into colors.
2637 @end itemize
2639 @node Fullscreen mode on MS-Windows
2640 @section How can I start Emacs in fullscreen mode on MS-Windows?
2641 @cindex Maximize frame
2642 @cindex Fullscreen mode
2644 Use the function @code{w32-send-sys-command}.  For example, you can
2645 put the following in your @file{.emacs} file:
2647 @lisp
2648 (add-hook 'term-setup-hook
2649           #'(lambda () (w32-send-sys-command ?\xF030)))
2650 @end lisp
2652 To avoid the slightly distracting visual effect of Emacs starting with
2653 its default frame size and then growing to fullscreen, you can add an
2654 @samp{Emacs.Geometry} entry to the Windows registry settings (see
2655 @pxref{(emacs)X Resources}).
2657 To compute the correct values for width and height, first maximize the
2658 Emacs frame and then evaluate @code{(frame-height)} and
2659 @code{(frame-width)} with @kbd{M-:}.
2661 @c ------------------------------------------------------------
2662 @node Bugs and problems
2663 @chapter Bugs and problems
2664 @cindex Bugs and problems
2666 The Emacs manual lists some common kinds of trouble users could get
2667 into, see @ref{Lossage, , Dealing with Emacs Trouble, emacs, The GNU
2668 Emacs Manual}, so you might look there if the problem you encounter
2669 isn't described in this chapter.  If you decide you've discovered a bug,
2670 see @ref{Bugs, , Reporting Bugs, emacs, The GNU Emacs Manual}, for
2671 instructions how to do that.
2673 The file @file{etc/PROBLEMS} in the Emacs distribution lists various
2674 known problems with building and using Emacs on specific platforms;
2675 type @kbd{C-h C-p} to read it.
2677 @menu
2678 * Problems with very large files::
2679 * ^M in the shell buffer::
2680 * Problems with Shell Mode::
2681 * Termcap/Terminfo entries for Emacs::
2682 * Errors with init files::
2683 * Emacs ignores X resources::
2684 * Emacs ignores frame parameters::
2685 * Editing files with $ in the name::
2686 * Shell mode loses the current directory::
2687 * Security risks with Emacs::
2688 * Dired claims that no file is on this line::
2689 @end menu
2691 @node Problems with very large files
2692 @section Does Emacs have problems with files larger than 8 megabytes?
2693 @cindex Very large files, opening
2694 @cindex Large files, opening
2695 @cindex Opening very large files
2696 @cindex Maximum file size
2697 @cindex Files, maximum size
2699 Old versions (i.e., anything before 19.29) of Emacs had problems editing
2700 files larger than 8 megabytes.  In versions 19.29 and later, the maximum
2701 buffer size is at least 2^27-1, or 134,217,727 bytes, or 132 MBytes.
2702 And in Emacs 22, the maximum buffer size has been increased to
2703 268,435,455 bytes (or 256 MBytes) on 32-bit machines.
2705 Emacs compiled on a 64-bit machine can handle much larger buffers.
2707 @node ^M in the shell buffer
2708 @section How do I get rid of @samp{^M} or echoed commands in my shell buffer?
2709 @cindex Shell buffer, echoed commands and @samp{^M} in
2710 @cindex Echoed commands in @code{shell-mode}
2712 Try typing @kbd{M-x shell-strip-ctrl-m @key{RET}} while in @code{shell-mode} to
2713 make them go away.  If that doesn't work, you have several options:
2715 For @code{tcsh}, put this in your @file{.cshrc} (or @file{.tcshrc})
2716 file:
2718 @example
2719 if ($?EMACS) then
2720     if ("$EMACS" =~ /*) then
2721         if ($?tcsh) unset edit
2722         stty nl
2723     endif
2724 endif
2725 @end example
2727 Or put this in your @file{.emacs_tcsh} or @file{~/.emacs.d/init_tcsh.sh} file:
2729 @example
2730 unset edit
2731 stty nl
2732 @end example
2734 Alternatively, use @code{csh} in your shell buffers instead of
2735 @code{tcsh}.  One way is:
2737 @lisp
2738 (setq explicit-shell-file-name "/bin/csh")
2739 @end lisp
2741 @noindent
2742 and another is to do this in your @file{.cshrc} (or @file{.tcshrc})
2743 file:
2745 @example
2746 setenv ESHELL /bin/csh
2747 @end example
2749 @noindent
2750 (You must start Emacs over again with the environment variable properly
2751 set for this to take effect.)
2753 You can also set the @code{ESHELL} environment variable in Emacs Lisp
2754 with the following Lisp form,
2756 @lisp
2757 (setenv "ESHELL" "/bin/csh")
2758 @end lisp
2760 The above solutions try to prevent the shell from producing the
2761 @samp{^M} characters in the first place.  If this is not possible
2762 (e.g., if you use a Windows shell), you can get Emacs to remove these
2763 characters from the buffer by adding this to your @file{.emacs} init
2764 file:
2766 @smalllisp
2767 (add-hook 'comint-output-filter-functions 'shell-strip-ctrl-m)
2768 @end smalllisp
2770 On a related note: if your shell is echoing your input line in the shell
2771 buffer, you might want to customize the @code{comint-process-echoes}
2772 variable in your shell buffers, or try the following command in your
2773 shell start-up file:
2775 @example
2776 stty -icrnl -onlcr -echo susp ^Z
2777 @end example
2779 @node Problems with Shell Mode
2780 @section Why do I get an error message when I try to run @kbd{M-x shell}?
2782 @cindex Shell Mode, problems
2783 @cindex @code{explicit-shell-file-name}
2784 This might happen because Emacs tries to look for the shell in a wrong
2785 place.  If you know where your shell executable is, set the variable
2786 @code{explicit-shell-file-name} in your @file{.emacs} file to point to
2787 its full file name.
2789 @cindex Antivirus programs, and Shell Mode
2790 Some people have trouble with Shell Mode on MS-Windows because of
2791 intrusive antivirus software; disabling the resident antivirus program
2792 solves the problems in those cases.
2794 @node Termcap/Terminfo entries for Emacs
2795 @section Where is the termcap/terminfo entry for terminal type @samp{emacs}?
2796 @cindex Termcap
2797 @cindex Terminfo
2798 @cindex Emacs entries for termcap/terminfo
2800 The termcap entry for terminal type @samp{emacs} is ordinarily put in
2801 the @samp{TERMCAP} environment variable of subshells.  It may help in
2802 certain situations (e.g., using rlogin from shell buffer) to add an
2803 entry for @samp{emacs} to the system-wide termcap file.  Here is a
2804 correct termcap entry for @samp{emacs}:
2806 @example
2807 emacs:tc=unknown:
2808 @end example
2810 To make a terminfo entry for @samp{emacs}, use @code{tic} or
2811 @code{captoinfo}.  You need to generate
2812 @file{/usr/lib/terminfo/e/emacs}.  It may work to simply copy
2813 @file{/usr/lib/terminfo/d/dumb} to @file{/usr/lib/terminfo/e/emacs}.
2815 Having a termcap/terminfo entry will not enable the use of full screen
2816 programs in shell buffers.  Use @kbd{M-x terminal-emulator} for that
2817 instead.
2819 A workaround to the problem of missing termcap/terminfo entries is to
2820 change terminal type @samp{emacs} to type @samp{dumb} or @samp{unknown}
2821 in your shell start up file.  @code{csh} users could put this in their
2822 @file{.cshrc} files:
2824 @example
2825 if ("$term" == emacs) set term=dumb
2826 @end example
2828 @node Errors with init files
2829 @section Why does Emacs say @samp{Error in init file}?
2830 @cindex Error in @file{.emacs}
2831 @cindex Error in init file
2832 @cindex Init file, errors in
2833 @cindex @file{.emacs} file, errors in
2834 @cindex Debugging @file{.emacs} file
2836 An error occurred while loading either your @file{.emacs} file or the
2837 system-wide file @file{site-lisp/default.el}.  Emacs 21.1 and later pops the
2838 @file{*Messages*} buffer, and puts there some additional information
2839 about the error, to provide some hints for debugging.
2841 For information on how to debug your @file{.emacs} file, see
2842 @ref{Debugging a customization file}.
2844 It may be the case that you need to load some package first, or use a
2845 hook that will be evaluated after the package is loaded.  A common case
2846 of this is explained in @ref{Terminal setup code works after Emacs has
2847 begun}.
2849 @node Emacs ignores X resources
2850 @section Why does Emacs ignore my X resources (my .Xdefaults file)?
2851 @cindex X resources being ignored
2852 @cindex Ignored X resources
2853 @cindex @file{.Xdefaults}
2855 As of version 19, Emacs searches for X resources in the files specified
2856 by the following environment variables:
2858 @itemize @bullet
2860 @item @code{XFILESEARCHPATH}
2861 @item @code{XUSERFILESEARCHPATH}
2862 @item @code{XAPPLRESDIR}
2864 @end itemize
2866 This emulates the functionality provided by programs written using the
2867 Xt toolkit.
2869 @code{XFILESEARCHPATH} and @code{XUSERFILESEARCHPATH} should be a list
2870 of file names separated by colons.  @code{XAPPLRESDIR} should be a list
2871 of directory names separated by colons.
2873 Emacs searches for X resources:
2875 @enumerate
2877 @item
2878 specified on the command line, with the @samp{-xrm RESOURCESTRING} option,
2880 @item
2881 then in the value of the @samp{XENVIRONMENT} environment variable,
2883 @itemize @minus
2885 @item
2886 or if that is unset, in the file named
2887 @file{~/.Xdefaults-@var{hostname}} if it exists (where @var{hostname} is
2888 the name of the machine Emacs is running on),
2890 @end itemize
2892 @item
2893 then in the screen-specific and server-wide resource properties provided
2894 by the server,
2896 @itemize @minus
2898 @item
2899 or if those properties are unset, in the file named @file{~/.Xdefaults}
2900 if it exists,
2902 @end itemize
2904 @item
2905 then in the files listed in @samp{XUSERFILESEARCHPATH},
2907 @itemize @minus
2909 @item
2910 or in files named @file{@var{lang}/Emacs} in directories listed in
2911 @samp{XAPPLRESDIR} (where @var{lang} is the value of the @code{LANG}
2912 environment variable), if the @samp{LANG} environment variable is set,
2913 @item
2914 or in files named Emacs in the directories listed in @samp{XAPPLRESDIR}
2915 @item
2916 or in @file{~/@var{lang}/Emacs} (if the @code{LANG} environment variable
2917 is set),
2918 @item
2919 or in @file{~/Emacs},
2921 @end itemize
2923 @item
2924 then in the files listed in  @code{XFILESEARCHPATH}.
2926 @end enumerate
2928 @node Emacs ignores frame parameters
2929 @section Why don't my customizations of the frame parameters work?
2930 @cindex Frame parameters
2932 This probably happens because you have set the frame parameters in the
2933 variable @code{initial-frame-alist}.  That variable holds parameters
2934 used only for the first frame created when Emacs starts.  To customize
2935 the parameters of all frames, change the variable
2936 @code{default-frame-alist} instead.
2938 These two variables exist because many users customize the initial frame
2939 in a special way.  For example, you could determine the position and
2940 size of the initial frame, but would like to control the geometry of the
2941 other frames by individually positioning each one of them.
2944 @node Editing files with $ in the name
2945 @section How do I edit a file with a @samp{$} in its name?
2946 @cindex Editing files with @samp{$} in the name
2947 @cindex @samp{$} in file names
2948 @cindex File names containing @samp{$}, editing
2950 When entering a file name in the minibuffer, Emacs will attempt to expand
2951 a @samp{$} followed by a word as an environment variable.  To suppress
2952 this behavior, type @kbd{$$} instead.
2954 @node Shell mode loses the current directory
2955 @section Why does shell mode lose track of the shell's current directory?
2956 @cindex Current directory and @code{shell-mode}
2957 @cindex @code{shell-mode} and current directory
2958 @cindex Directory, current in @code{shell-mode}
2960 Emacs has no way of knowing when the shell actually changes its
2961 directory.  This is an intrinsic limitation of Unix.  So it tries to
2962 guess by recognizing @samp{cd} commands.  If you type @kbd{cd} followed
2963 by a directory name with a variable reference (@kbd{cd $HOME/bin}) or
2964 with a shell metacharacter (@kbd{cd ../lib*}), Emacs will fail to
2965 correctly guess the shell's new current directory.  A huge variety of
2966 fixes and enhancements to shell mode for this problem have been written
2967 to handle this problem (@pxref{Finding a package with particular
2968 functionality}).
2970 You can tell Emacs the shell's current directory with the command
2971 @kbd{M-x dirs}.
2973 @node Security risks with Emacs
2974 @section Are there any security risks in Emacs?
2975 @cindex Security with Emacs
2976 @cindex @samp{movemail} and security
2977 @cindex @code{file-local-variable} and security
2978 @cindex Synthetic X events and security
2979 @cindex X events and security
2981 @itemize @bullet
2983 @item
2984 The @file{movemail} incident.  (No, this is not a risk.)
2986 In his book @cite{The Cuckoo's Egg}, Cliff Stoll describes this in
2987 chapter 4.  The site at LBL had installed the @file{/etc/movemail}
2988 program setuid root.  (As of version 19, @file{movemail} is in your
2989 architecture-specific directory; type @kbd{C-h v exec-directory
2990 @key{RET}} to see what it is.)  Since @code{movemail} had not been
2991 designed for this situation, a security hole was created and users could
2992 get root privileges.
2994 @code{movemail} has since been changed so that this security hole will
2995 not exist, even if it is installed setuid root.  However,
2996 @code{movemail} no longer needs to be installed setuid root, which
2997 should eliminate this particular risk.
2999 We have heard unverified reports that the 1988 Internet worm took
3000 advantage of this configuration problem.
3002 @item
3003 The @code{file-local-variable} feature.  (Yes, a risk, but easy to
3004 change.)
3006 There is an Emacs feature that allows the setting of local values for
3007 variables when editing a file by including specially formatted text near
3008 the end of the file.  This feature also includes the ability to have
3009 arbitrary Emacs Lisp code evaluated when the file is visited.
3010 Obviously, there is a potential for Trojan horses to exploit this
3011 feature.
3013 As of Emacs 22, Emacs has a list of local variables that are known to
3014 be safe to set.  If a file tries to set any variable outside this
3015 list, it asks the user to confirm whether the variables should be set.
3016 You can also tell Emacs whether to allow the evaluation of Emacs Lisp
3017 code found at the bottom of files by setting the variable
3018 @code{enable-local-eval}.
3020 For more information, @inforef{File Variables, File Variables, emacs}.
3022 @item
3023 Synthetic X events.  (Yes, a risk; use @samp{MIT-MAGIC-COOKIE-1} or
3024 better.)
3026 Emacs accepts synthetic X events generated by the @code{SendEvent}
3027 request as though they were regular events.  As a result, if you are
3028 using the trivial host-based authentication, other users who can open X
3029 connections to your X workstation can make your Emacs process do
3030 anything, including run other processes with your privileges.
3032 The only fix for this is to prevent other users from being able to open
3033 X connections.  The standard way to prevent this is to use a real
3034 authentication mechanism, such as @samp{MIT-MAGIC-COOKIE-1}.  If using
3035 the @code{xauth} program has any effect, then you are probably using
3036 @samp{MIT-MAGIC-COOKIE-1}.  Your site may be using a superior
3037 authentication method; ask your system administrator.
3039 If real authentication is not a possibility, you may be satisfied by
3040 just allowing hosts access for brief intervals while you start your X
3041 programs, then removing the access.  This reduces the risk somewhat by
3042 narrowing the time window when hostile users would have access, but
3043 @emph{does not eliminate the risk}.
3045 On most computers running Unix and X, you enable and disable
3046 access using the @code{xhost} command.  To allow all hosts access to
3047 your X server, use
3049 @example
3050 xhost +
3051 @end example
3053 @noindent
3054 at the shell prompt, which (on an HP machine, at least) produces the
3055 following message:
3057 @example
3058 access control disabled, clients can connect from any host
3059 @end example
3061 To deny all hosts access to your X server (except those explicitly
3062 allowed by name), use
3064 @example
3065 xhost -
3066 @end example
3068 On the test HP computer, this command generated the following message:
3070 @example
3071 access control enabled, only authorized clients can connect
3072 @end example
3074 @end itemize
3076 @node Dired claims that no file is on this line
3077 @section Dired says, @samp{no file on this line} when I try to do something.
3078 @cindex Dired does not see a file
3080 Dired uses a regular expression to find the beginning of a file name.
3081 In a long Unix-style directory listing (@samp{ls -l}), the file name
3082 starts after the date.  The regexp has thus been written to look for the
3083 date.  By default, it should understand dates and times regardless of
3084 the language, but if your directory listing has an unusual format, Dired
3085 may get confused.
3087 There are two approaches to solving this.  The first one involves
3088 setting things up so that @samp{ls -l} outputs a more standard format.
3089 See your OS manual for more information.
3091 The second approach involves changing the regular expression used by
3092 dired, @code{directory-listing-before-filename-regexp}.
3094 @c ------------------------------------------------------------
3095 @node Compiling and installing Emacs
3096 @chapter    Compiling and installing Emacs
3097 @cindex    Compiling and installing Emacs
3099 @menu
3100 * Installing Emacs::
3101 * Problems building Emacs::
3102 @end menu
3104 @node Installing Emacs
3105 @section How do I install Emacs?
3106 @cindex Installing Emacs
3107 @cindex Unix systems, installing Emacs on
3108 @cindex Downloading and installing Emacs
3109 @cindex Building Emacs from source
3110 @cindex Source code, building Emacs from
3112 This answer is meant for users of Unix and Unix-like systems.  Users of
3113 other operating systems should see the series of questions beginning
3114 with @ref{Emacs for MS-DOS}, which describe where to get non-Unix source
3115 and binaries, and how to install Emacs on those systems.
3117 Most GNU/Linux distributions provide pre-built Emacs packages.
3118 If Emacs is not installed already, you can install it by running (as
3119 root) a command such as @samp{yum install emacs} (Red Hat and
3120 derivatives) or @samp{apt-get install emacs} (Debian and derivatives).
3122 If you want to compile Emacs yourself, read the file @file{INSTALL} in
3123 the source distribution.  In brief:
3125 @itemize @bullet
3127 @item
3128 First download the Emacs sources.  @xref{Current GNU distributions}, for
3129 a list of ftp sites that make them available.  On @file{ftp.gnu.org},
3130 the main GNU distribution site, sources are available as
3132 @c Don't include VER in the file name, because pretests are not there.
3133 @uref{ftp://ftp.gnu.org/pub/gnu/emacs/emacs-VERSION.tar.gz}
3135 (Replace @samp{VERSION} with the relevant version number, e.g. @samp{23.1}.)
3137 @item
3138 Next uncompress and extract the source files.  This requires
3139 the @code{gzip} and @code{tar} programs, which are standard utilities.
3140 If your system does not have them, these can also be downloaded from
3141 @file{ftp.gnu.org}.
3143 GNU @code{tar} can uncompress and extract in a single-step:
3145 @example
3146 tar -zxvf emacs-VERSION.tar.gz
3147 @end example
3149 @item
3150 At this point, the Emacs sources should be sitting in a directory called
3151 @file{emacs-VERSION}.  On most common Unix and Unix-like systems,
3152 you should be able to compile Emacs with the following commands:
3154 @example
3155 cd emacs-VERSION
3156 ./configure         # configure Emacs for your particular system
3157 make                # use Makefile to build components, then Emacs
3158 @end example
3160 If the @code{make} completes successfully, the odds are fairly good that
3161 the build has gone well.  (@xref{Problems building Emacs}, if you weren't
3162 successful.)
3164 @item
3165 By default, Emacs is installed in @file{/usr/local}.  To actually
3166 install files, become the superuser and type
3168 @example
3169 make install
3170 @end example
3172 Note that @samp{make install} will overwrite @file{/usr/local/bin/emacs}
3173 and any Emacs Info files that might be in @file{/usr/local/share/info/}.
3175 @end itemize
3177 @node Problems building Emacs
3178 @section What should I do if I have trouble building Emacs?
3179 @cindex Problems building Emacs
3180 @cindex Errors when building Emacs
3182 First look in the file @file{etc/PROBLEMS} (where you unpack the Emacs
3183 source) to see if there is already a solution for your problem.  Next,
3184 look for other questions in this FAQ that have to do with Emacs
3185 installation and compilation problems.
3187 If you'd like to have someone look at your problem and help solve it,
3188 see @ref{Help installing Emacs}.
3190 If you cannot find a solution in the documentation, please report the
3191 problem (@pxref{Reporting bugs}).
3194 @c ------------------------------------------------------------
3195 @node Finding Emacs and related packages
3196 @chapter Finding Emacs and related packages
3197 @cindex Finding Emacs and related packages
3199 @menu
3200 * Finding Emacs on the Internet::
3201 * Finding a package with particular functionality::
3202 * Packages that do not come with Emacs::
3203 * Current GNU distributions::
3204 * Difference between Emacs and XEmacs::
3205 * Emacs for minimalists::
3206 * Emacs for MS-DOS::
3207 * Emacs for MS-Windows::
3208 * Emacs for GNUstep::
3209 * Emacs for Mac OS X::
3210 @end menu
3212 @node Finding Emacs on the Internet
3213 @section Where can I get Emacs on the net?
3214 @cindex Finding Emacs on the Internet
3215 @cindex Downloading Emacs
3217 Information on downloading Emacs is available at
3218 @uref{http://www.gnu.org/software/emacs/, the Emacs home-page}.
3220 @xref{Installing Emacs}, for information on how to obtain and build the latest
3221 version of Emacs, and see @ref{Current GNU distributions}, for a list of
3222 archive sites that make GNU software available.
3224 @node Finding a package with particular functionality
3225 @section How do I find a Emacs Lisp package that does XXX?
3226 @cindex Package, finding
3227 @cindex Finding an Emacs Lisp package
3228 @cindex Functionality, finding a particular package
3230 First of all, you should check to make sure that the package isn't
3231 already available.  For example, typing @kbd{M-x apropos @key{RET}
3232 wordstar @key{RET}} lists all functions and variables containing the
3233 string @samp{wordstar}.
3235 It is also possible that the package is on your system, but has not been
3236 loaded.  To see which packages are available for loading, look through
3237 your computer's lisp directory (@pxref{File-name conventions}).  The Lisp
3238 source to most packages contains a short description of how they
3239 should be loaded, invoked, and configured---so before you use or
3240 modify a Lisp package, see if the author has provided any hints in the
3241 source code.
3243 The command @kbd{C-h p} (@code{finder-by-keyword}) allows you to browse
3244 the constituent Emacs packages.
3246 For advice on how to find extra packages that are not part of Emacs,
3247 see @ref{Packages that do not come with Emacs}.
3249 @node Packages that do not come with Emacs
3250 @section Where can I get Emacs Lisp packages that don't come with Emacs?
3251 @cindex Unbundled packages
3252 @cindex Finding other packages
3253 @cindex Lisp packages that do not come with Emacs
3254 @cindex Packages, those that do not come with Emacs
3255 @cindex Emacs Lisp List
3256 @cindex Emacs Lisp Archive
3258 @uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html, The Emacs Lisp
3259 List (ELL)}, maintained by @email{S.J.Eglen@@damtp.cam.ac.uk, Stephen Eglen},
3260 aims to provide one compact list with links to all of the current Emacs
3261 Lisp files on the Internet.  The ELL can be browsed over the web, or
3262 from Emacs with @uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.el,
3263 the @file{ell} package}.
3265 Many authors post their packages to the @uref{news:gnu.emacs.sources,
3266 Emacs sources newsgroup}.  You can search the archives of this
3267 group with @uref{http://groups.google.com/group/gnu.emacs.sources, Google},
3268 or @uref{http://dir.gmane.org/gmane.emacs.sources, Gmane}, for example.
3270 Several packages are stored in
3271 @uref{http://emacswiki.org/elisp/, the Lisp area of the Emacs Wiki}.
3273 Read the file @file{etc/MORE.STUFF} for more information about
3274 external packages.
3276 @node Current GNU distributions
3277 @section Where can I get other up-to-date GNU stuff?
3278 @cindex Current GNU distributions
3279 @cindex Sources for current GNU distributions
3280 @cindex Stuff, current GNU
3281 @cindex Up-to-date GNU stuff
3282 @cindex Finding current GNU software
3283 @cindex Official GNU software sites
3285 The most up-to-date official GNU software is normally kept at
3287 @uref{ftp://ftp.gnu.org/pub/gnu}
3289 A list of sites mirroring @samp{ftp.gnu.org} can be found at
3291 @uref{http://www.gnu.org/order/ftp.html}
3293 @node Difference between Emacs and XEmacs
3294 @section What is the difference between Emacs and XEmacs (formerly Lucid Emacs)?
3295 @cindex XEmacs
3296 @cindex Difference Emacs and XEmacs
3297 @cindex Lucid Emacs
3298 @cindex Epoch
3300 XEmacs is a branch version of Emacs.  It was first called Lucid Emacs,
3301 and was initially derived from a prerelease version of Emacs 19.  In
3302 this FAQ, we use the name ``Emacs'' only for the official version.
3304 Emacs and XEmacs each come with Lisp packages that are lacking in the
3305 other.  The two versions have some significant differences at the Lisp
3306 programming level.  Their current features are roughly comparable,
3307 though the support for some operating systems, character sets and
3308 specific packages might be quite different.
3310 Some XEmacs code has been contributed to Emacs, and we would like to
3311 use other parts, but the earlier XEmacs maintainers did not always
3312 keep track of the authors of contributed code, which makes it
3313 impossible for the FSF to get copyright papers signed for that code.
3314 (The FSF requires these papers for all the code included in the Emacs
3315 release, aside from generic C support packages that retain their
3316 separate identity and are not integrated into the code of Emacs
3317 proper.)
3319 If you want to talk about these two versions and distinguish them,
3320 please call them ``Emacs'' and ``XEmacs.''  To contrast ``XEmacs''
3321 with ``GNU Emacs'' would be misleading, since XEmacs too has its
3322 origin in the work of the GNU Project.  Terms such as ``Emacsen'' and
3323 ``(X)Emacs'' are not wrong, but they are not very clear, so it
3324 is better to write ``Emacs and XEmacs.''
3326 @node Emacs for minimalists
3327 @section I don't have enough disk space to install Emacs
3328 @cindex Zile
3329 @cindex Not enough disk space to install Emacs
3331 GNU Zile is a lightweight Emacs clone.  Zile is short for @samp{Zile Is
3332 Lossy Emacs}.  It has all of Emacs's basic editing features.  The Zile
3333 binary typically has a size of about 130 kbytes, so this can be useful
3334 if you are in an extremely space-restricted environment.  More
3335 information is available from
3337 @uref{http://www.gnu.org/software/zile/}
3340 @node Emacs for MS-DOS
3341 @section Where can I get Emacs for MS-DOS?
3342 @cindex MS-DOS, Emacs for
3343 @cindex DOS, Emacs for
3344 @cindex Compiling Emacs for DOS
3345 @cindex Emacs for MS-DOS
3347 To build Emacs from source for MS-DOS, see the instructions in the file
3348 @file{msdos/INSTALL} in the distribution.  The DOS port builds and runs
3349 on plain DOS, and also on all versions of MS-Windows from version 3.X
3350 onwards, including Windows XP and Vista.
3352 The file @file{etc/PROBLEMS} contains some additional information
3353 regarding Emacs under MS-DOS.
3355 A pre-built binary distribution of the old Emacs 20 is available, as
3356 described at
3358 @uref{ftp://ftp.delorie.com/pub/djgpp/current/v2gnu/emacs.README}
3360 For a list of other MS-DOS implementations of Emacs (and Emacs
3361 look-alikes), consult the list of ``Emacs implementations and literature,''
3362 available at
3364 @uref{http://www.finseth.com/emacs.html}
3366 Note that while many of these programs look similar to Emacs, they often
3367 lack certain features, such as the Emacs Lisp extension language.
3369 @node Emacs for MS-Windows
3370 @section Where can I get Emacs for Microsoft Windows?
3371 @cindex FAQ for Emacs on MS-Windows
3372 @cindex Emacs for MS-Windows
3373 @cindex Microsoft Windows, Emacs for
3375 There is a @uref{http://www.gnu.org/software/emacs/windows/ntemacs.html,
3376 separate FAQ} for Emacs on MS-Windows.  For MS-DOS, @pxref{Emacs for MS-DOS}.
3379 @node Emacs for GNUstep
3380 @section Where can I get Emacs for GNUstep?
3381 @cindex GNUstep, Emacs for
3383 Beginning with version 23.1, Emacs supports GNUstep natively.
3384 See the file @file{nextstep/INSTALL} in the distribution.
3386 @node Emacs for Mac OS X
3387 @section Where can I get Emacs for Mac OS X?
3388 @cindex Apple computers, Emacs for
3389 @cindex Macintosh, Emacs for
3390 @cindex Mac OS X, Emacs for
3392 Beginning with version 22.1, Emacs supports Mac OS X natively.
3393 See the file @file{nextstep/INSTALL} in the distribution.
3395 @c ------------------------------------------------------------
3396 @node Major packages and programs
3397 @chapter Major packages and programs
3398 @cindex Major packages and programs
3400 @menu
3401 * VM::
3402 * AUCTeX::
3403 * BBDB::
3404 * Spell-checkers::
3405 * Emacs/W3::
3406 * EDB::
3407 * JDEE::
3408 @end menu
3410 @node VM
3411 @section VM (View Mail) --- another mail reader within Emacs, with MIME support
3412 @cindex VM
3413 @cindex Alternative mail software
3414 @cindex View Mail
3415 @cindex E-mail reader, VM
3417 @table @b
3419 @item Web site
3420 @uref{http://www.nongnu.org/viewmail/}
3422 @item Informational newsgroup
3423 @uref{news:gnu.emacs.vm.info}@*
3425 @item Bug reports newsgroup
3426 @uref{news:gnu.emacs.vm.bug}@*
3427 @end table
3429 VM was originally written by @uref{http://www.wonderworks.com/vm/,Kyle Jones}.
3430 @uref{ftp://ftp.wonderworks.com/pub/vm/,Older versions} of VM remain
3431 available.
3434 @node AUCTeX
3435 @section AUC@TeX{} --- enhanced @TeX{} modes with debugging facilities
3436 @cindex Mode for @TeX{}
3437 @cindex @TeX{} mode
3438 @cindex AUC@TeX{} mode for editing @TeX{}
3439 @cindex Writing and debugging @TeX{}
3441 AUC@TeX{} is a set of sophisticated major modes for @TeX{}, LaTeX,
3442 ConTeXt, and Texinfo offering context-sensitive syntax highlighting,
3443 indentation, formatting and folding, macro completion, @TeX{} shell
3444 functionality, and debugging.  Be also sure to check out
3445 @ref{Introduction, RefTeX, Introduction, reftex, Ref@TeX{} User Manual}.
3446 Current versions of AUC@TeX{} include the
3447 @uref{http://www.gnu.org/software/auctex/preview-latex.html,preview-latex}
3448 package for WYSIWYG previews of various LaTeX constructs in the Emacs
3449 source buffer.
3451 @uref{http://www.gnu.org/software/auctex/, AUCTeX}
3453 @node BBDB
3454 @section BBDB --- personal Info Rolodex integrated with mail/news readers
3455 @cindex BBDB
3456 @cindex Rolodex-like functionality
3457 @cindex Integrated contact database
3458 @cindex Contact database
3459 @cindex Big Brother Database
3460 @cindex Address book
3462 @uref{http://bbdb.sourceforge.net/, The Insidious Big Brother Database}
3464 @node Spell-checkers
3465 @section Spell-checkers
3466 @cindex Spell-checker
3467 @cindex Checking spelling
3468 @cindex Ispell
3469 @cindex Aspell
3470 @cindex Hunspell
3472 Various spell-checkers are compatible with Emacs, including:
3474 @table @b
3476 @item GNU Aspell
3477 @uref{http://aspell.net/}
3479 @item Ispell
3480 @uref{http://fmg-www.cs.ucla.edu/geoff/ispell.html}
3482 @item Hunspell
3483 @uref{http://hunspell.sourceforge.net/}
3485 @end table
3487 @node Emacs/W3
3488 @section Emacs/W3 --- A World Wide Web browser inside of Emacs
3489 @cindex WWW browser
3490 @cindex Web browser
3491 @cindex HTML browser in Emacs
3492 @cindex @code{w3-mode}
3494 @uref{http://www.gnu.org/software/w3/, Emacs/W3}
3496 @node EDB
3497 @section EDB --- Database program for Emacs; replaces forms editing modes
3498 @cindex EDB
3499 @cindex Database
3500 @cindex Forms mode
3502 @uref{http://gnuvola.org/software/edb/, The Emacs Database}
3504 @node JDEE
3505 @section JDEE --- Integrated development environment for Java
3506 @cindex Java development environment
3507 @cindex Integrated Java development environment
3508 @cindex JDEE
3510 @uref{http://jdee.sourceforge.net/, A Java Development Environment for Emacs}
3512 @c ------------------------------------------------------------
3513 @node Key bindings
3514 @chapter Key bindings
3515 @cindex Key bindings
3517 @menu
3518 * Binding keys to commands::
3519 * Invalid prefix characters::
3520 * Terminal setup code works after Emacs has begun::
3521 * Working with function and arrow keys::
3522 * X key translations for Emacs::
3523 * Backspace invokes help::
3524 * Swapping keys::
3525 * Producing C-XXX with the keyboard::
3526 * No Meta key::
3527 * No Escape key::
3528 * Compose Character::
3529 * Binding combinations of modifiers and function keys::
3530 * Meta key does not work in xterm::
3531 * ExtendChar key does not work as Meta::
3532 * SPC no longer completes file names::
3533 @end menu
3535 @node Binding keys to commands
3536 @section How do I bind keys (including function keys) to commands?
3537 @cindex Binding keys to commands
3538 @cindex Keys, binding to commands
3539 @cindex Commands, binding keys to
3541 Keys can be bound to commands either interactively or in your
3542 @file{.emacs} file.  To interactively bind keys for all modes, type
3543 @kbd{M-x global-set-key @key{RET} @var{key} @var{cmd} @key{RET}}.
3545 To bind a key just in the current major mode, type @kbd{M-x
3546 local-set-key @key{RET} @var{key} @var{cmd} @key{RET}}.
3548 @inforef{Key Bindings, Key Bindings, emacs}, for further details.
3550 To make the process of binding keys interactively easier, use the
3551 following ``trick'': First bind the key interactively, then immediately
3552 type @kbd{C-x @key{ESC} @key{ESC} C-a C-k C-g}.  Now, the command needed
3553 to bind the key is in the kill ring, and can be yanked into your
3554 @file{.emacs} file.  If the key binding is global, no changes to the
3555 command are required.  For example,
3557 @lisp
3558 (global-set-key (quote [f1]) (quote help-for-help))
3559 @end lisp
3561 @noindent
3562 can be placed directly into the @file{.emacs} file.  If the key binding is
3563 local, the command is used in conjunction with the @samp{add-hook} function.
3564 For example, in TeX mode, a local binding might be
3566 @lisp
3567 (add-hook 'tex-mode-hook
3568   (lambda ()
3569    (local-set-key (quote [f1]) (quote help-for-help))))
3570 @end lisp
3573 @itemize @bullet
3575 @item
3576 Control characters in key sequences, in the form yanked from the kill
3577 ring are given in their graphic form---i.e., @key{CTRL} is shown as
3578 @samp{^}, @key{TAB} as a set of spaces (usually 8), etc.  You may want
3579 to convert these into their vector or string forms.
3581 @item
3582 If a prefix key of the character sequence to be bound is already
3583 bound as a complete key, then you must unbind it before the new
3584 binding.  For example, if @kbd{ESC @{} is previously bound:
3586 @lisp
3587 (global-unset-key [?\e ?@{])   ;;   or
3588 (local-unset-key [?\e ?@{])
3589 @end lisp
3591 @item
3592 Aside from commands and ``lambda lists,'' a vector or string also
3593 can be bound to a key and thus treated as a macro.  For example:
3595 @lisp
3596 (global-set-key [f10] [?\C-x?\e?\e?\C-a?\C-k?\C-g])  ;;  or
3597 (global-set-key [f10] "\C-x\e\e\C-a\C-k\C-g")
3598 @end lisp
3600 @end itemize
3602 @node Invalid prefix characters
3603 @section Why does Emacs say @samp{Key sequence XXX uses invalid prefix characters}?
3604 @cindex Prefix characters, invalid
3605 @cindex Invalid prefix characters
3606 @cindex Misspecified key sequences
3608 Usually, one of two things has happened.  In one case, the control
3609 character in the key sequence has been misspecified (e.g. @samp{C-f}
3610 used instead of @samp{\C-f} within a Lisp expression).  In the other
3611 case, a @dfn{prefix key} in the keystroke sequence you were trying to bind
3612 was already bound as a @dfn{complete key}.  Historically, the @samp{ESC [}
3613 prefix was usually the problem, in which case you should evaluate either
3614 of these forms before attempting to bind the key sequence:
3616 @lisp
3617 (global-unset-key [?\e ?[])  ;;  or
3618 (global-unset-key "\e[")
3619 @end lisp
3621 @node Terminal setup code works after Emacs has begun
3622 @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?
3623 @cindex Terminal setup code in @file{.emacs}
3625 During startup, Emacs initializes itself according to a given code/file
3626 order.  If some of the code executed in your @file{.emacs} file needs to
3627 be postponed until the initial terminal or window-system setup code has
3628 been executed but is not, then you will experience this problem (this
3629 code/file execution order is not enforced after startup).
3631 To postpone the execution of Emacs Lisp code until after terminal or
3632 window-system setup, treat the code as a @dfn{lambda list} and set the
3633 value of either the @code{term-setup-hook} or @code{window-setup-hook}
3634 variable to this lambda function.  For example,
3636 @lisp
3637 (add-hook 'term-setup-hook
3638           (lambda ()
3639            (when (string-match "\\`vt220" (or (getenv "TERM") ""))
3640              ;; Make vt220's "Do" key behave like M-x:
3641              (global-set-key [do] 'execute-extended-command))))
3642 @end lisp
3644 For information on what Emacs does every time it is started, see the
3645 @file{lisp/startup.el} file.
3647 @node Working with function and arrow keys
3648 @section How do I tell what characters or symbols my function or arrow keys emit?
3649 @cindex Working with arrow keys
3650 @cindex Arrow keys, symbols generated by
3651 @cindex Working with function keys
3652 @cindex Function keys, symbols generated by
3653 @cindex Symbols generated by function keys
3655 Type @kbd{C-h c} then the function or arrow keys.  The command will
3656 return either a function key symbol or character sequence (see the
3657 Emacs documentation for an explanation).  This works for other
3658 keys as well.
3660 @node X key translations for Emacs
3661 @section How do I set the X key ``translations'' for Emacs?
3662 @cindex X key translations
3663 @cindex Key translations under X
3664 @cindex Translations for keys under X
3666 Emacs is not written using the Xt library by default, so there are no
3667 ``translations'' to be set.  (We aren't sure how to set such translations
3668 if you do build Emacs with Xt; please let us know if you've done this!)
3670 The only way to affect the behavior of keys within Emacs is through
3671 @code{xmodmap} (outside Emacs) or @code{define-key} (inside Emacs).  The
3672 @code{define-key} command should be used in conjunction with the
3673 @code{function-key-map} map.  For instance,
3675 @lisp
3676 (define-key function-key-map [M-@key{TAB}] [?\M-\t])
3677 @end lisp
3679 @noindent
3680 defines the @kbd{M-@key{TAB}} key sequence.
3682 @node Backspace invokes help
3683 @section Why does the @key{Backspace} key invoke help?
3684 @cindex Backspace key invokes help
3685 @cindex Help invoked by Backspace
3686 @cindex DEL key does not delete
3688 The @key{Backspace} key (on most keyboards) generates @acronym{ASCII} code 8.
3689 @kbd{C-h} sends the same code.  In Emacs by default @kbd{C-h} invokes
3690 help-command.  This is intended to be easy to remember since the first
3691 letter of @samp{help} is @samp{h}.  The easiest solution to this problem
3692 is to use @kbd{C-h} (and @key{Backspace}) for help and @key{DEL} (the
3693 @key{Delete} key) for deleting the previous character.
3695 For many people this solution may be problematic:
3697 @itemize @bullet
3699 @item
3700 They normally use @key{Backspace} outside of Emacs for deleting the
3701 previous character.  This can be solved by making @key{DEL} the command
3702 for deleting the previous character outside of Emacs.  On many Unix
3703 systems, this command will remap @key{DEL}:
3705 @example
3706 stty erase `^?'
3707 @end example
3709 @item
3710 The user may prefer the @key{Backspace} key for deleting the
3711 previous character because it is more conveniently located on their
3712 keyboard or because they don't even have a separate @key{Delete} key.
3713 In this case, the @key{Backspace} key should be made to behave like
3714 @key{Delete}.  There are several methods.
3716 @itemize @minus
3717 @item
3718 Some terminals (e.g., VT3## terminals) and terminal emulators (e.g.,
3719 TeraTerm) allow the character generated by the @key{Backspace} key to be
3720 changed from a setup menu.
3722 @item
3723 You may be able to get a keyboard that is completely programmable, or a
3724 terminal emulator that supports remapping of any key to any other key.
3726 @item
3727 With Emacs 21.1 and later, you can control the effect of the
3728 @key{Backspace} and @key{Delete} keys, on both dumb terminals and a
3729 windowed displays, by customizing the option
3730 @code{normal-erase-is-backspace-mode}, or by invoking @kbd{M-x
3731 normal-erase-is-backspace}.  See the documentation of these symbols
3732 (@pxref{Emacs Lisp documentation}) for more info.
3734 @item
3735 It is possible to swap the @key{Backspace} and @key{DEL} keys inside
3736 Emacs:
3738 @lisp
3739 (keyboard-translate ?\C-h ?\C-?)
3740 @end lisp
3742 @noindent
3743 This is the recommended method of forcing @key{Backspace} to act as
3744 @key{DEL}, because it works even in modes which bind @key{DEL} to
3745 something other than @code{delete-backward-char}.
3747 Similarly, you could remap @key{DEL} to act as @kbd{C-d}, which by
3748 default deletes forward:
3750 @lisp
3751 (keyboard-translate ?\C-? ?\C-d)
3752 @end lisp
3754 @xref{Swapping keys}, for further details about @code{keyboard-translate}.
3756 @item
3757 Another approach is to switch key bindings and put help on @kbd{C-x h}
3758 instead:
3760 @lisp
3761 (global-set-key "\C-h" 'delete-backward-char)
3763 ;; overrides mark-whole-buffer
3764 (global-set-key "\C-xh" 'help-command)
3765 @end lisp
3767 @noindent
3768 This method is not recommended, though: it only solves the problem for
3769 those modes which bind @key{DEL} to @code{delete-backward-char}.  Modes
3770 which bind @key{DEL} to something else, such as @code{view-mode}, will
3771 not work as you expect when you press the @key{Backspace} key.  For this
3772 reason, we recommend the @code{keyboard-translate} method, shown
3773 above.
3775 Other popular key bindings for help are @kbd{M-?} and @kbd{C-x ?}.
3776 @end itemize
3778 Don't try to bind @key{DEL} to @code{help-command}, because there are
3779 many modes that have local bindings of @key{DEL} that will interfere.
3781 @end itemize
3783 When Emacs 21 or later runs on a windowed display, it binds the
3784 @key{Delete} key to a command which deletes the character at point, to
3785 make Emacs more consistent with keyboard operation on these systems.
3787 For more information about troubleshooting this problem, see @ref{DEL
3788 Does Not Delete, , If @key{DEL} Fails to Delete, emacs, The GNU Emacs
3789 Manual}.
3791 @node Swapping keys
3792 @section How do I swap two keys?
3793 @cindex Swapping keys
3794 @cindex Keys, swapping
3795 @cindex @code{keyboard-translate}
3797 You can swap two keys (or key sequences) by using the
3798 @code{keyboard-translate} function.  For example, to turn @kbd{C-h}
3799 into @key{DEL} and @key{DEL} to @kbd{C-h}, use
3801 @lisp
3802 (keyboard-translate ?\C-h ?\C-?)  ; translate `C-h' to DEL
3803 (keyboard-translate ?\C-? ?\C-h)  ; translate DEL to `C-h'.
3804 @end lisp
3806 @noindent
3807 The first key sequence of the pair after the function identifies what is
3808 produced by the keyboard; the second, what is matched for in the
3809 keymaps.
3811 However, in the specific case of @kbd{C-h} and @key{DEL}, you should
3812 toggle @code{normal-erase-is-backspace-mode} instead of calling
3813 @code{keyboard-translate}.  @inforef{DEL Does Not Delete, DEL Does Not Delete,
3814 emacs}.
3816 Keyboard translations are not the same as key bindings in keymaps.
3817 Emacs contains numerous keymaps that apply in different situations, but
3818 there is only one set of keyboard translations, and it applies to every
3819 character that Emacs reads from the terminal.  Keyboard translations
3820 take place at the lowest level of input processing; the keys that are
3821 looked up in keymaps contain the characters that result from keyboard
3822 translation.
3824 @node Producing C-XXX with the keyboard
3825 @section How do I produce C-XXX with my keyboard?
3826 @cindex Producing control characters
3827 @cindex Generating control characters
3828 @cindex Control characters, generating
3830 On terminals (but not under X), some common ``aliases'' are:
3832 @table @asis
3834 @item @kbd{C-2}  or  @kbd{C-@key{SPC}}
3835 @kbd{C-@@}
3837 @item @kbd{C-6}
3838 @kbd{C-^}
3840 @item @kbd{C-7}  or  @kbd{C-S--}
3841 @kbd{C-_}
3843 @item @kbd{C-4}
3844 @kbd{C-\}
3846 @item @kbd{C-5}
3847 @kbd{C-]}
3849 @item @kbd{C-/}
3850 @kbd{C-?}
3852 @end table
3854 Often other aliases exist; use the @kbd{C-h c} command and try
3855 @key{CTRL} with all of the digits on your keyboard to see what gets
3856 generated.  You can also try the @kbd{C-h w} command if you know the
3857 name of the command.
3859 @node No Meta key
3860 @section What if I don't have a @key{Meta} key?
3861 @cindex No @key{Meta} key
3862 @cindex @key{Meta} key, what to do if you lack it
3864 On many keyboards, the @key{Alt} key acts as @key{Meta}, so try it.
3866 Instead of typing @kbd{M-a}, you can type @kbd{@key{ESC} a}.  In fact,
3867 Emacs converts @kbd{M-a} internally into @kbd{@key{ESC} a} anyway
3868 (depending on the value of @code{meta-prefix-char}).  Note that you
3869 press @key{Meta} and @key{a} together, but with @key{ESC}, you press
3870 @key{ESC}, release it, and then press @key{a}.
3872 @node No Escape key
3873 @section What if I don't have an @key{Escape} key?
3874 @cindex No Escape key
3875 @cindex Lacking an Escape key
3876 @cindex Escape key, lacking
3878 Type @kbd{C-[} instead.  This should send @acronym{ASCII} code 27 just like an
3879 Escape key would.  @kbd{C-3} may also work on some terminal (but not
3880 under X).  For many terminals (notably DEC terminals) @key{F11}
3881 generates @key{ESC}.  If not, the following form can be used to bind it:
3883 @lisp
3884 ;; F11 is the documented ESC replacement on DEC terminals.
3885 (define-key function-key-map [f11] [?\e])
3886 @end lisp
3888 @node Compose Character
3889 @section Can I make my @key{Compose Character} key behave like a @key{Meta} key?
3890 @cindex @key{Compose Character} key, using as @key{Meta}
3891 @cindex @key{Meta}, using @key{Compose Character} for
3893 On a dumb terminal such as a VT220, no.  It is rumored that certain
3894 VT220 clones could have their @key{Compose} key configured this way.  If
3895 you're using X, you might be able to do this with the @code{xmodmap}
3896 command.
3898 @node Binding combinations of modifiers and function keys
3899 @section How do I bind a combination of modifier key and function key?
3900 @cindex Modifiers and function keys
3901 @cindex Function keys and modifiers
3902 @cindex Binding modifiers and function keys
3904 With Emacs 19 and later, you can represent modified function keys in
3905 vector format by adding prefixes to the function key symbol.  For
3906 example (from the Emacs documentation):
3908 @lisp
3909 (global-set-key [?\C-x right] 'forward-page)
3910 @end lisp
3912 @noindent
3913 where @samp{?\C-x} is the Lisp character constant for the character @kbd{C-x}.
3915 You can use the modifier keys @key{Control}, @key{Meta}, @key{Hyper},
3916 @key{Super}, @key{Alt}, and @key{Shift} with function keys.  To
3917 represent these modifiers, prepend the strings @samp{C-}, @samp{M-},
3918 @samp{H-}, @samp{s-}, @samp{A-}, and @samp{S-} to the symbol name.  Here
3919 is how to make @kbd{H-M-RIGHT} move forward a word:
3921 @lisp
3922 (global-set-key [H-M-right] 'forward-word)
3923 @end lisp
3925 @itemize @bullet
3927 @item
3928 Not all modifiers are permitted in all situations.  @key{Hyper},
3929 @key{Super}, and @key{Alt} are not available on Unix character
3930 terminals.  Non-@acronym{ASCII} keys and mouse events (e.g. @kbd{C-=} and
3931 @kbd{Mouse-1}) also fall under this category.
3933 @end itemize
3935 @xref{Binding keys to commands}, for general key binding instructions.
3937 @node Meta key does not work in xterm
3938 @section Why doesn't my @key{Meta} key work in an @code{xterm} window?
3939 @cindex @key{Meta} key and @code{xterm}
3940 @cindex Xterm and @key{Meta} key
3942 @inforef{Unibyte Mode, Single-Byte Character Set Support, emacs}.
3944 If the advice in the Emacs manual fails, try all of these methods before
3945 asking for further help:
3947 @itemize @bullet
3949 @item
3950 You may have big problems using @code{mwm} as your window manager.
3951 (Does anyone know a good generic solution to allow the use of the
3952 @key{Meta} key in Emacs with @file{mwm}?)
3954 @item
3955 For X11: Make sure it really is a @key{Meta} key.  Use @code{xev} to
3956 find out what keysym your @key{Meta} key generates.  It should be either
3957 @code{Meta_L} or @code{Meta_R}.  If it isn't, use @file{xmodmap} to fix
3958 the situation.  If @key{Meta} does generate @code{Meta_L} or
3959 @code{Meta_R}, but @kbd{M-x} produces a non-@acronym{ASCII} character, put this in
3960 your @file{~/.Xdefaults} file:
3962 @example
3963  XTerm*eightBitInput:   false
3964  XTerm*eightBitOutput:  true
3965 @end example
3967 @item
3968 Make sure the @code{pty} the @code{xterm} is using is passing 8 bit
3969 characters.  @samp{stty -a} (or @samp{stty everything}) should show
3970 @samp{cs8} somewhere.  If it shows @samp{cs7} instead, use @samp{stty
3971 cs8 -istrip} (or @samp{stty pass8}) to fix it.
3973 @item
3974 If there is an @code{rlogin} connection between @code{xterm} and Emacs, the
3975 @samp{-8} argument may need to be given to rlogin to make it pass all 8 bits
3976 of every character.
3978 @item
3979 If Emacs is running on Ultrix, it is reported that evaluating
3980 @code{(set-input-mode t nil)} helps.
3982 @item
3983 If all else fails, you can make @code{xterm} generate @kbd{@key{ESC} W} when
3984 you type @kbd{M-W}, which is the same conversion Emacs would make if it
3985 got the @kbd{M-W} anyway.  In X11R4, the following resource
3986 specification will do this:
3988 @example
3989 XTerm.VT100.EightBitInput: false
3990 @end example
3992 @noindent
3993 (This changes the behavior of the @code{insert-eight-bit} action.)
3995 With older @code{xterm}s, you can specify this behavior with a translation:
3997 @example
3998 XTerm.VT100.Translations: #override \
3999   Meta<KeyPress>: string(0x1b) insert()
4000 @end example
4002 @noindent
4003 You might have to replace @samp{Meta} with @samp{Alt}.
4005 @end itemize
4007 @node ExtendChar key does not work as Meta
4008 @section Why doesn't my @key{ExtendChar} key work as a @key{Meta} key under HP-UX 8.0 and 9.x?
4009 @cindex @key{ExtendChar} key as @key{Meta}
4010 @cindex @key{Meta}, using @key{ExtendChar} for
4011 @cindex HP-UX, the @key{ExtendChar} key
4013 This is a result of an internationalization extension in X11R4 and the
4014 fact that HP is now using this extension.  Emacs assumes that the
4015 @code{XLookupString} function returns the same result regardless of the
4016 @key{Meta} key state which is no longer necessarily true.  Until Emacs
4017 is fixed, the temporary kludge is to run this command after each time
4018 the X server is started but preferably before any xterm clients are:
4020 @example
4021 xmodmap -e 'remove mod1 = Mode_switch'
4022 @end example
4024 @c FIXME: Emacs 21 supports I18N in X11; does that mean that this bug is
4025 @c solved?
4027 This will disable the use of the extra keysyms systemwide, which may be
4028 undesirable if you actually intend to use them.
4030 @node SPC no longer completes file names
4031 @section Why doesn't SPC complete file names anymore?
4032 @cindex @kbd{SPC} file name completion
4034 Starting with Emacs 22.1, @kbd{SPC} no longer completes file names in
4035 the minibuffer, so that file names with embedded spaces could be typed
4036 without the need to quote the spaces.
4038 You can get the old behavior by binding @kbd{SPC} to
4039 @code{minibuffer-complete-word} in the minibuffer, as follows:
4041 @lisp
4042 (define-key minibuffer-local-filename-completion-map (kbd "SPC")
4043   'minibuffer-complete-word)
4045 (define-key minibuffer-local-must-match-filename-map (kbd "SPC")
4046   'minibuffer-complete-word)
4047 @end lisp
4049 @c ------------------------------------------------------------
4050 @node Alternate character sets
4051 @chapter Alternate character sets
4052 @cindex Alternate character sets
4054 @menu
4055 * Emacs does not display 8-bit characters::
4056 * Inputting eight-bit characters::
4057 * Right-to-left alphabets::
4058 * How to add fonts::
4059 @end menu
4061 @node Emacs does not display 8-bit characters
4062 @section How do I make Emacs display 8-bit characters?
4063 @cindex Displaying eight-bit characters
4064 @cindex Eight-bit characters, displaying
4066 @inforef{Unibyte Mode, Single-byte Character Set
4067 Support, emacs}.  On a Unix, when Emacs runs on a text-only terminal
4068 display or is invoked with @samp{emacs -nw}, you typically need to use
4069 @code{set-terminal-coding-system} to tell Emacs what the terminal can
4070 display, even after setting the language environment; otherwise
4071 non-@acronym{ASCII} characters will display as @samp{?}.  On other operating
4072 systems, such as MS-DOS and MS-Windows, Emacs queries the OS about the
4073 character set supported by the display, and sets up the required
4074 terminal coding system automatically.
4076 @node Inputting eight-bit characters
4077 @section How do I input eight-bit characters?
4078 @cindex Entering eight-bit characters
4079 @cindex Eight-bit characters, entering
4080 @cindex Input, 8-bit characters
4082 Various methods are available for input of eight-bit characters.  See
4083 @inforef{Unibyte Mode, Single-byte Character Set
4084 Support, emacs}.  For more sophisticated methods, @inforef{Input
4085 Methods, Input Methods, emacs}.
4087 @node Right-to-left alphabets
4088 @section Where is an Emacs that can handle Semitic (right-to-left) alphabets?
4089 @cindex Right-to-left alphabets
4090 @cindex Hebrew, handling with Emacs
4091 @cindex Semitic alphabets
4092 @cindex Arabic alphabets
4093 @cindex Bidirectional text
4095 Emacs supports Hebrew characters (ISO 8859-8) since version 20, but does
4096 not yet support right-to-left character entry and display.  The
4097 @uref{http://lists.gnu.org/mailman/listinfo/emacs-bidi, emacs-bidi
4098 mailing list} discusses development of support for this feature.
4101 @node How to add fonts
4102 @section How do I add fonts for use with Emacs?
4103 @cindex add fonts for use with Emacs
4104 @cindex intlfonts
4106 First, download and install the BDF font files and any auxiliary
4107 packages they need.  The GNU Intlfonts distribution can be found on
4108 @uref{http://directory.fsf.org/localization/intlfonts.html, the GNU
4109 Software Directory Web site}.
4111 Next, if you are on X Window system, issue the following two commands
4112 from the shell's prompt:
4114 @example
4115   xset +fp /usr/local/share/emacs/fonts
4116   xset fp rehash
4117 @end example
4119 @noindent
4120 (Modify the first command if you installed the fonts in a directory
4121 that is not @file{/usr/local/share/emacs/fonts}.)  You also need to
4122 arrange for these two commands to run whenever you log in, e.g., by
4123 adding them to your window-system startup file, such as
4124 @file{~/.xsessionrc} or @file{~/.gnomerc}.
4126 Now, add the following line to your @file{~/.emacs} init file:
4128 @lisp
4129   (add-to-list 'bdf-directory-list "/usr/share/emacs/fonts/bdf")
4130 @end lisp
4132 @noindent
4133 (Again, modify the file name if you installed the fonts elsewhere.)
4135 Finally, if you wish to use the installed fonts with @code{ps-print},
4136 add the following line to your @file{~/.emacs}:
4138 @lisp
4139   (setq ps-multibyte-buffer 'bdf-font-except-latin)
4140 @end lisp
4142 A few additional steps are necessary for MS-Windows; they are listed
4143 below.
4145 First, make sure @emph{all} the directories with BDF font files are
4146 mentioned in @code{bdf-directory-list}.  On Unix and GNU/Linux
4147 systems, one normally runs @kbd{make install} to install the BDF fonts
4148 in the same directory.  By contrast, Windows users typically don't run
4149 the Intlfonts installation command, but unpack the distribution in
4150 some directory, which leaves the BDF fonts in its subdirectories.  For
4151 example, assume that you unpacked Intlfonts in @file{C:/Intlfonts};
4152 then you should set @code{bdf-directory-list} as follows:
4154 @lisp
4155   (setq bdf-directory-list
4156     '("C:/Intlfonts/Asian"
4157       "C:/Intlfonts/Chinese" "C:/Intlfonts/Chinese.X"
4158       "C:/Intlfonts/Chinese.BIG" "C:/Intlfonts/Ethiopic"
4159       "C:/Intlfonts/European" "C:/Intlfonts/European.BIG"
4160       "C:/Intlfonts/Japanese" "C:/Intlfonts/Japanese.X"
4161       "C:/Intlfonts/Japanese.BIG" "C:/Intlfonts/Korean.X"
4162       "C:/Intlfonts/Misc"))
4163 @end lisp
4165 @cindex @code{w32-bdf-filename-alist}
4166 @cindex @code{w32-find-bdf-fonts}
4167 Next, you need to set up the variable @code{w32-bdf-filename-alist} to
4168 an alist of the BDF fonts and their corresponding file names.
4169 Assuming you have set @code{bdf-directory-list} to name all the
4170 directories with the BDF font files, the following Lisp snippet will
4171 set up @code{w32-bdf-filename-alist}:
4173 @lisp
4174   (setq w32-bdf-filename-alist
4175      (w32-find-bdf-fonts bdf-directory-list))
4176 @end lisp
4178 Now, create fontsets for the BDF fonts:
4180 @lisp
4181   (create-fontset-from-fontset-spec
4182    "-*-fixed-medium-r-normal-*-16-*-*-*-c-*-fontset-bdf,
4183    japanese-jisx0208:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0208.1983-*,
4184    katakana-jisx0201:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0201*-*,
4185    latin-jisx0201:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0201*-*,
4186    japanese-jisx0208-1978:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0208.1978-*,
4187    thai-tis620:-misc-fixed-medium-r-normal--16-160-72-72-m-80-tis620.2529-1,
4188    lao:-misc-fixed-medium-r-normal--16-160-72-72-m-80-MuleLao-1,
4189    tibetan-1-column:-TibMdXA-fixed-medium-r-normal--16-160-72-72-m-80-MuleTibetan-1,
4190    ethiopic:-Admas-Ethiomx16f-Medium-R-Normal--16-150-100-100-M-160-Ethiopic-Unicode,
4191    tibetan:-TibMdXA-fixed-medium-r-normal--16-160-72-72-m-160-MuleTibetan-0")
4192 @end lisp
4194 Many of the international bdf fonts from Intlfonts are type 0, and
4195 therefore need to be added to font-encoding-alist:
4197 @lisp
4198   (setq font-encoding-alist
4199         (append '(("MuleTibetan-0" (tibetan . 0))
4200                   ("GB2312"        (chinese-gb2312 . 0))
4201                   ("JISX0208"      (japanese-jisx0208 . 0))
4202                   ("JISX0212"      (japanese-jisx0212 . 0))
4203                   ("VISCII"        (vietnamese-viscii-lower . 0))
4204                   ("KSC5601"       (korean-ksc5601 . 0))
4205                   ("MuleArabic-0"  (arabic-digit . 0))
4206                   ("MuleArabic-1"  (arabic-1-column . 0))
4207                   ("MuleArabic-2"  (arabic-2-column . 0)))
4208                 font-encoding-alist))
4209 @end lisp
4211 You can now use the Emacs font menu to select the @samp{bdf: 16-dot medium}
4212 fontset, or you can select it by setting the default font in your
4213 @file{~/.emacs}:
4215 @lisp
4216   (set-default-font "fontset-bdf")
4217 @end lisp
4220 @c ------------------------------------------------------------
4221 @node Mail and news
4222 @chapter Mail and news
4223 @cindex Mail and news
4225 @menu
4226 * Changing the included text prefix::
4227 * Saving a copy of outgoing mail::
4228 * Expanding aliases when sending mail::
4229 * Sorting the messages in an Rmail folder::
4230 * Rmail writes to /var/spool/mail::
4231 * Replying to the sender of a message::
4232 * Automatically starting a mail or news reader::
4233 * Reading news with Emacs::
4234 * Gnus does not work with NNTP::
4235 * Making Gnus faster::
4236 * Catching up in all newsgroups::
4237 @end menu
4239 @node Changing the included text prefix
4240 @section How do I change the included text prefix in mail/news followups?
4241 @cindex Prefix in mail/news followups, changing
4242 @cindex Included text prefix, changing
4243 @cindex Setting the included text character
4244 @cindex Quoting in mail messages
4246 If you read mail with Rmail, set the variable @code{mail-yank-prefix}.
4247 For Gnus, set @code{message-yank-prefix}.  For VM, set
4248 @code{vm-included-text-prefix}.  For mh-e, set @code{mh-ins-buf-prefix}.
4250 For fancier control of citations, use Supercite (@pxref{Top,, the Supercite
4251 Manual, sc, The Supercite Manual}).
4253 To prevent Emacs from including various headers of the replied-to
4254 message, set the value of @code{mail-yank-ignored-headers} to an
4255 appropriate regexp.
4257 @node Saving a copy of outgoing mail
4258 @section How do I save a copy of outgoing mail?
4259 @cindex Saving a copy of outgoing mail
4260 @cindex Copying outgoing mail to a file
4261 @cindex Filing outgoing mail
4262 @cindex Automatic filing of outgoing mail
4263 @cindex Mail, saving outgoing automatically
4265 You can either mail yourself a copy by including a @samp{BCC} header in the
4266 mail message, or store a copy of the message directly to a file by
4267 including an @samp{FCC} header.
4269 If you use standard mail, you can automatically create a @samp{BCC} to
4270 yourself by putting
4272 @lisp
4273 (setq mail-self-blind t)
4274 @end lisp
4276 @noindent
4277 in your @file{.emacs} file.  You can automatically include an @samp{FCC}
4278 field by putting something like the following in your @file{.emacs}
4279 file:
4281 @lisp
4282 (setq mail-archive-file-name (expand-file-name "~/outgoing"))
4283 @end lisp
4285 The output file will be in Unix mail format.
4287 If you use @code{mh-e}, add an @samp{FCC} or @samp{BCC} field to your
4288 components file.
4290 It does not work to put @samp{set record filename} in the @file{.mailrc}
4291 file.
4293 @node Expanding aliases when sending mail
4294 @section Why doesn't Emacs expand my aliases when sending mail?
4295 @cindex Expanding aliases when sending mail
4296 @cindex Mail alias expansion
4297 @cindex Sending mail with aliases
4299 @xref{Mail Aliases,, The Emacs Manual, emacs, The Emacs Manual}.
4301 @itemize @bullet
4303 @item
4304 Normally, Emacs expands aliases when you send the message.
4305 To expand them before this, use @kbd{M-x expand-mail-aliases}.
4307 @c FIXME there should be an interactive rebuild command for this.
4308 @item
4309 Emacs normally only reads the @file{.mailrc} file once per session,
4310 when you start to compose your first mail message.  If you edit
4311 @file{.mailrc}, you can type @kbd{M-: (build-mail-aliases) @key{RET}} to
4312 make Emacs reread @file{~/.mailrc}.
4314 @item
4315 If you like, you can expand mail aliases as abbrevs, as soon as you
4316 type them in.  To enable this feature, execute the following:
4318 @lisp
4319 (add-hook 'mail-mode-hook 'mail-abbrevs-setup)
4320 @end lisp
4322 Note that the aliases are expanded automatically only after you type
4323 a word-separator character (e.g. @key{RET} or @kbd{,}).  You can force their
4324 expansion by moving point to the end of the alias and typing @kbd{C-x a e}
4325 (@kbd{M-x expand-abbrev}).
4326 @end itemize
4328 @node Sorting the messages in an Rmail folder
4329 @section How can I sort the messages in my Rmail folder?
4330 @cindex Rmail, sorting messages in
4331 @cindex Folder, sorting messages in an Rmail
4332 @cindex Sorting messages in an Rmail folder
4334 In Rmail, type @kbd{C-c C-s C-h} to get a list of sorting functions
4335 and their key bindings.
4337 @node Rmail writes to /var/spool/mail
4338 @section Why does Rmail need to write to @file{/var/spool/mail}?
4339 @cindex Rmail and @file{/var/spool/mail}
4340 @cindex @file{/var/spool/mail} and Rmail
4342 This is the behavior of the @code{movemail} program which Rmail uses.
4343 This indicates that @code{movemail} is configured to use lock files.
4345 RMS writes:
4347 @quotation
4348 Certain systems require lock files to interlock access to mail files.
4349 On these systems, @code{movemail} must write lock files, or you risk losing
4350 mail.  You simply must arrange to let @code{movemail} write them.
4352 Other systems use the @code{flock} system call to interlock access.  On
4353 these systems, you should configure @code{movemail} to use @code{flock}.
4354 @end quotation
4356 @node Replying to the sender of a message
4357 @section How can I force Rmail to reply to the sender of a message, but not the other recipients?
4358 @cindex Replying only to the sender of a message
4359 @cindex Sender, replying only to
4360 @cindex Rmail, replying to the sender of a message in
4362 @email{isaacson@@seas.upenn.edu, Ron Isaacson} says: When you hit
4363 @key{r} to reply in Rmail, by default it CCs all of the original
4364 recipients (everyone on the original @samp{To} and @samp{CC}
4365 lists). With a prefix argument (i.e., typing @kbd{C-u} before @key{r}),
4366 it replies only to the sender.  However, going through the whole
4367 @kbd{C-u} business every time you want to reply is a pain.  This is the
4368 best fix I've been able to come up with:
4370 @lisp
4371 (defun rmail-reply-t ()
4372   "Reply only to the sender of the current message. (See rmail-reply.)"
4373   (interactive)
4374   (rmail-reply t))
4376 (add-hook 'rmail-mode-hook
4377   (lambda ()
4378     (define-key rmail-mode-map "r" 'rmail-reply-t)
4379     (define-key rmail-mode-map "R" 'rmail-reply)))
4380 @end lisp
4382 @node Automatically starting a mail or news reader
4383 @section How do I make Emacs automatically start my mail/news reader?
4384 @cindex Mail reader, starting automatically
4385 @cindex News reader, starting automatically
4386 @cindex Starting mail/news reader automatically
4388 To start Emacs in Gnus:
4390 @example
4391 emacs -f gnus
4392 @end example
4394 @noindent
4395 in Rmail:
4397 @example
4398 emacs -f rmail
4399 @end example
4401 A more convenient way to start with Gnus:
4403 @example
4404 alias gnus 'emacs -f gnus'
4405 gnus
4406 @end example
4408 It is probably unwise to automatically start your mail or news reader
4409 from your @file{.emacs} file.  This would cause problems if you needed to run
4410 two copies of Emacs at the same time.  Also, this would make it difficult for
4411 you to start Emacs quickly when you needed to.
4413 @node Reading news with Emacs
4414 @section How do I read news under Emacs?
4415 @cindex Reading news under Emacs
4416 @cindex Usenet reader in Emacs
4417 @cindex Gnus newsreader
4418 @cindex FAQ for Gnus
4419 @cindex Gnus FAQ
4420 @cindex Learning more about Gnus
4422 Use @kbd{M-x gnus}.  For more information on Gnus, @pxref{Top,, the Gnus
4423 Manual, gnus, The Gnus Manual}, which includes @ref{Frequently Asked
4424 Questions,, the Gnus FAQ, gnus}.
4427 @node Gnus does not work with NNTP
4428 @section Why doesn't Gnus work via NNTP?
4429 @cindex Gnus and NNTP
4430 @cindex NNTP, Gnus fails to work with
4432 There is a bug in NNTP version 1.5.10, such that when multiple requests
4433 are sent to the NNTP server, the server only handles the first one
4434 before blocking waiting for more input which never comes.  NNTP version
4435 1.5.11 claims to fix this.
4437 You can work around the bug inside Emacs like this:
4439 @lisp
4440 (setq nntp-maximum-request 1)
4441 @end lisp
4443 You can find out what version of NNTP your news server is running by
4444 telnetting to the NNTP port (usually 119) on the news server machine
4445 (i.e., @kbd{telnet server-machine 119}).  The server should give its
4446 version number in the welcome message.  Type @kbd{quit} to get out.
4448 @node Making Gnus faster
4449 @section How do I make Gnus faster?
4450 @cindex Faster, starting Gnus
4451 @cindex Starting Gnus faster
4452 @cindex Gnus, starting faster
4453 @cindex Slow catch up in Gnus
4454 @cindex Gnus is slow when catching up
4455 @cindex Crosspostings make Gnus catching up slow
4457 From the Gnus FAQ (@pxref{Reading news with Emacs}):
4459 @quotation
4460 If you have a slow machine, or are just really impatient, there are a
4461 few things you can do to make Gnus run faster.
4463 Set @code{gnus-check-new-newsgroups} and
4464 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
4466 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
4467 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
4468 summary buffer faster.
4469 @end quotation
4471 @node Catching up in all newsgroups
4472 @section How do I catch up all newsgroups in Gnus?
4473 @cindex Catching up all newsgroups in Gnus
4474 @cindex Gnus, Catching up all newsgroups in
4476 In the @file{*Newsgroup*} buffer, type @kbd{M-< C-x ( c y C-x ) M-0 C-x e}
4478 Leave off the initial @kbd{M-<} if you only want to catch up from point
4479 to the end of the @file{*Newsgroup*} buffer.
4481 @node Concept index
4482 @unnumbered Concept Index
4483 @printindex cp
4485 @bye
4487 @ignore
4488    arch-tag: fee0d62d-06cf-43d8-ac21-123408eaf10f
4489 @end ignore