Merge from origin/emacs-26
[emacs.git] / doc / misc / efaq.texi
blob903c56cef90caa6d4f26c015b121b1070624688d
1 \input texinfo   @c -*- mode: texinfo; -*-
2 @c %**start of header
3 @setfilename ../../info/efaq.info
4 @settitle GNU Emacs FAQ
5 @include docstyle.texi
6 @c %**end of header
8 @include emacsver.texi
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--2018 Free Software Foundation, Inc.@*
16 Copyright @copyright{} 1994, 1995, 1996, 1997, 1998, 1999, 2000
17 Reuven M. Lerner@*
18 Copyright @copyright{} 1992, 1993 Steven Byrnes@*
19 Copyright @copyright{} 1990, 1991, 1992 Joseph Brian Wells@*
21 @quotation
22 This list of frequently asked questions about GNU Emacs with answers
23 (``FAQ'') may be translated into other languages, transformed into other
24 formats (e.g., Texinfo, Info, WWW, WAIS), and updated with new information.
26 The same conditions apply to any derivative of the FAQ as apply to the FAQ
27 itself.  Every copy of the FAQ must include this notice or an approved
28 translation, information on who is currently maintaining the FAQ and how to
29 contact them (including their e-mail address), and information on where the
30 latest version of the FAQ is archived (including FTP information).
32 The FAQ may be copied and redistributed under these conditions, except that
33 the FAQ may not be embedded in a larger literary work unless that work
34 itself allows free copying and redistribution.
36 [This version has been heavily edited since it was included in the Emacs
37 distribution.]
38 @end quotation
39 @end copying
41 @dircategory Emacs
42 @direntry
43 * Emacs FAQ: (efaq).            Frequently Asked Questions about Emacs.
44 @end direntry
46 @c The @titlepage stuff only appears in the printed version
47 @titlepage
48 @sp 10
49 @center @titlefont{GNU Emacs FAQ}
51 @c The following two commands start the copyright page.
52 @page
53 @vskip 0pt plus 1filll
54 @insertcopying
55 @end titlepage
57 @contents
59 @node Top, FAQ notation, (dir), (dir)
60 @top The GNU Emacs FAQ
62 This is the GNU Emacs FAQ.
64 This FAQ is maintained as a part of GNU Emacs.  If you find any errors,
65 or have any suggestions, please use @kbd{M-x report-emacs-bug} to report
66 them.
68 This is the version of the FAQ distributed with Emacs @value{EMACSVER}, and
69 mainly describes that version.  Although there is some information on
70 older versions, details about very old releases (now only of historical
71 interest) have been removed.  If you are interested in this, consult
72 either the version of the FAQ distributed with older versions of Emacs,
73 or the history of this document in the Emacs source repository.
75 Since Emacs releases are very stable, we recommend always running the
76 latest release.
78 This FAQ is not updated very frequently.  When you have a question about
79 Emacs, the Emacs manual is often the best starting point.
81 @ifnottex
82 @insertcopying
83 @end ifnottex
85 @menu
86 * FAQ notation::
87 * General questions::
88 * Getting help::
89 * Status of Emacs::
90 * Common requests::
91 * Bugs and problems::
92 * Compiling and installing Emacs::
93 * Finding Emacs and related packages::
94 * Key bindings::
95 * Alternate character sets::
96 * Mail and news::
97 * Concept index::
98 @end menu
100 @c ------------------------------------------------------------
101 @node FAQ notation
102 @chapter FAQ notation
103 @cindex FAQ notation
105 This chapter describes notation used in the GNU Emacs FAQ, as well as in
106 the Emacs documentation.  Consult this section if this is the first time
107 you are reading the FAQ, or if you are confused by notation or terms
108 used in the FAQ.
110 @menu
111 * Basic keys::
112 * Extended commands::
113 * Emacs manual::
114 * File-name conventions::
115 * Common acronyms::
116 @end menu
118 @node Basic keys
119 @section What do these mean: @kbd{C-h}, @kbd{C-M-a}, @key{RET}, @kbd{@key{ESC} a}, etc.?
120 @cindex Basic keys
121 @cindex Control key, notation for
122 @cindex @key{Meta} key, notation for
123 @cindex Control-Meta characters, notation for
124 @cindex @kbd{C-h}, definition of
125 @cindex @kbd{C-M-h}, definition of
126 @cindex @key{DEL}, definition of
127 @cindex @key{ESC}, definition of
128 @cindex @key{LFD}, definition of
129 @cindex @key{RET}, definition of
130 @cindex @key{SPC}, definition of
131 @cindex @key{TAB}, definition of
132 @cindex Notation for keys
134 @itemize @bullet
136 @item
137 @kbd{C-x}: press the @kbd{x} key while holding down the @key{Control} key
139 @item
140 @kbd{M-x}: press the @kbd{x} key while holding down the @key{Meta} key
141 (if your computer doesn't have a @key{Meta} key, @pxref{No Meta key})
143 @item
144 @kbd{M-C-x}: press the @kbd{x} key while holding down both @key{Control}
145 and @key{Meta}
147 @item
148 @kbd{C-M-x}: a synonym for the above
150 @item
151 @key{LFD}: Linefeed or Newline; same as @kbd{C-j}
153 @item
154 @key{RET}: @key{Return}, sometimes marked @key{Enter}; same as @kbd{C-m}
156 @item
157 @key{DEL}: @key{Delete}, usually @strong{not} the same as
158 @key{Backspace}; same as @kbd{C-?} (see @ref{Backspace invokes help}, if
159 deleting invokes Emacs help)
161 @item
162 @key{ESC}: Escape; same as @kbd{C-[}
164 @item
165 @key{TAB}: Tab; same as @kbd{C-i}
167 @item
168 @key{SPC}: Space bar
170 @end itemize
172 Key sequences longer than one key (and some single-key sequences) are
173 written inside quotes or on lines by themselves, like this:
175 @display
176   @kbd{M-x frobnicate-while-foo @key{RET}}
177 @end display
179 @noindent
180 Any real spaces in such a key sequence should be ignored; only @key{SPC}
181 really means press the space key.
183 The @acronym{ASCII} code sent by @kbd{C-x} (except for @kbd{C-?}) is the value
184 that would be sent by pressing just @kbd{x} minus 96 (or 64 for
185 upper-case @kbd{X}) and will be from 0 to 31.  On Unix and GNU/Linux
186 terminals, the @acronym{ASCII} code sent by @kbd{M-x} is the sum of 128 and the
187 @acronym{ASCII} code that would be sent by pressing just @kbd{x}.  Essentially,
188 @key{Control} turns off bits 5 and 6 and @key{Meta} turns on bit
189 7@footnote{
190 DOS and Windows terminals don't set bit 7 when the @key{Meta} key is
191 pressed.}.
193 @kbd{C-?} (aka @key{DEL}) is @acronym{ASCII} code 127.  It is a misnomer to call
194 @kbd{C-?}  a ``control'' key, since 127 has both bits 5 and 6 turned ON@.
195 Also, on very few keyboards does @kbd{C-?} generate @acronym{ASCII} code 127.
196 @c FIXME I cannot understand the previous sentence.
198 @xref{Keys,,, emacs, The GNU Emacs Manual}.
200 @node Extended commands
201 @section What does @file{M-x @var{command}} mean?
202 @cindex Extended commands
203 @cindex Commands, extended
204 @cindex @kbd{M-x}, meaning of
206 @kbd{M-x @var{command}} means type @kbd{M-x}, then type the name of the
207 command, then type @key{RET}.  (@xref{Basic keys}, if you're not sure
208 what @kbd{M-x} and @key{RET} mean.)
210 @kbd{M-x} (by default) invokes the command
211 @code{execute-extended-command}.  This command allows you to run any
212 Emacs command if you can remember the command's name.  If you can't
213 remember the command's name, you can type @key{TAB} and @key{SPC} for
214 completion, @kbd{?} for a list of possibilities, and @kbd{M-p} and
215 @kbd{M-n} (or up-arrow and down-arrow) to see previous commands entered.
216 An Emacs @dfn{command} is an @dfn{interactive} Emacs function.
218 @cindex @key{Do} key
219 Your system administrator may have bound other key sequences to invoke
220 @code{execute-extended-command}.  A function key labeled @kbd{Do} is a
221 good candidate for this, on keyboards that have such a key.
223 If you need to run non-interactive Emacs functions, see @ref{Evaluating
224 Emacs Lisp code}.
226 @node Emacs manual
227 @section How do I read topic XXX in the Emacs manual?
228 @cindex Emacs manual, reading topics in
229 @cindex Reading topics in the Emacs manual
230 @cindex Finding topics in the Emacs manual
231 @cindex Info, finding topics in
233 When we refer you to some @var{topic} in the Emacs manual, you can
234 read this manual node inside Emacs (assuming nothing is broken) by
235 typing @kbd{C-h i m emacs @key{RET} m @var{topic} @key{RET}}.
237 This invokes Info, the GNU hypertext documentation browser.  If you don't
238 already know how to use Info, type @kbd{?} from within Info.
240 If we refer to @var{topic}:@var{subtopic}, type @kbd{C-h i m emacs
241 @key{RET} m @var{topic} @key{RET} m @var{subtopic} @key{RET}}.
243 If these commands don't work as expected, your system administrator may
244 not have installed the Info files, or may have installed them
245 improperly.  In this case you should complain.
247 If you are reading this FAQ in Info, you can simply press @key{RET} on a
248 reference to follow it.
250 @xref{Getting a printed manual}, if you would like a paper copy of the
251 Emacs manual.
253 @node File-name conventions
254 @section What are @file{src/config.h}, @file{site-lisp/default.el}, etc.?
255 @cindex File-name conventions
256 @cindex Conventions for file names
257 @cindex Directories and files that come with Emacs
259 These are files that come with Emacs.  The Emacs distribution is divided
260 into subdirectories; e.g., @file{etc}, @file{lisp}, and @file{src}.
261 Some of these (e.g., @file{etc} and @file{lisp}) are present both in
262 an installed Emacs and in the sources, but some (e.g., @file{src}) are
263 only found in the sources.
265 If you use Emacs, but don't know where it is kept on your system, start
266 Emacs, then type @kbd{C-h v data-directory @key{RET}}.  The directory
267 name displayed by this will be the full pathname of the installed
268 @file{etc} directory.  (This full path is recorded in the Emacs variable
269 @code{data-directory}, and @kbd{C-h v} displays the value and the
270 documentation of a variable.)
272 The location of your Info directory (i.e., where Info documentation
273 is stored) is kept in the variable @code{Info-default-directory-list}.  Use
274 @kbd{C-h v Info-default-directory-list @key{RET}} to see the value of
275 this variable, which will be a list of directory names.  The last
276 directory in that list is probably where most Info files are stored.  By
277 default, Emacs Info documentation is placed in @file{/usr/local/share/info}.
279 For information on some of the files in the @file{etc} directory,
280 @pxref{Informational files for Emacs}.
282 @node Common acronyms
283 @section What are FSF, LPF, GNU, RMS, FTP, and GPL?
284 @cindex FSF, definition of
285 @cindex LPF, definition of
286 @cindex GNU, definition of
287 @cindex RMS, definition of
288 @cindex Stallman, Richard, acronym for
289 @cindex Richard Stallman, acronym for
290 @cindex FTP, definition of
291 @cindex GPL, definition of
292 @cindex Acronyms, definitions for
293 @cindex Common acronyms, definitions for
295 @table @asis
297 @item FSF
298 Free Software Foundation
300 @item LPF
301 League for Programming Freedom
303 @item GNU
304 GNU's Not Unix
306 @item RMS
307 Richard Matthew Stallman
309 @item FTP
310 File Transfer Protocol
312 @item GPL
313 GNU General Public License
315 @end table
317 Avoid confusing the FSF and the LPF@.  The LPF opposes
318 look-and-feel copyrights and software patents.  The FSF aims to make
319 high quality free software available for everyone.
321 The word ``free'' in the title of the Free Software Foundation refers to
322 ``freedom,'' not ``zero cost.''  Anyone can charge any price for
323 GPL-covered software that they want to.  However, in practice, the
324 freedom enforced by the GPL leads to low prices, because you can always
325 get the software for less money from someone else, since everyone has
326 the right to resell or give away GPL-covered software.
328 @c ------------------------------------------------------------
329 @node General questions
330 @chapter General questions
331 @cindex General questions
333 This chapter contains general questions having to do with Emacs, the
334 Free Software Foundation, and related organizations.
336 @menu
337 * The LPF::
338 * Real meaning of copyleft::
339 * Guidelines for newsgroup postings::
340 * Newsgroup archives::
341 * Reporting bugs::
342 * Unsubscribing from Emacs lists::
343 * Contacting the FSF::
344 @end menu
346 @node The LPF
347 @section What is the LPF?
348 @cindex LPF, description of
349 @cindex League for Programming Freedom
350 @cindex Software patents, opposition to
351 @cindex Patents for software, opposition to
353 The LPF opposes the expanding danger of software patents and
354 look-and-feel copyrights.  More information on the LPF's views is
355 available at @uref{http://progfree.org/, the LPF home page}.
357 @node Real meaning of copyleft
358 @section What is the real legal meaning of the GNU copyleft?
359 @cindex Copyleft, real meaning of
360 @cindex GPL, real meaning of
361 @cindex General Public License, real meaning of
362 @cindex Discussion of the GPL
364 The real legal meaning of the GNU General Public License (copyleft) will
365 only be known if and when a judge rules on its validity and scope.
366 There has never been a copyright infringement case involving the GPL to
367 set any precedents.  Although legal actions have been brought against
368 companies for violating the terms of the GPL, so far all have been
369 settled out of court (in favor of the plaintiffs).  Please take any
370 discussion regarding this issue to the newsgroup
371 @uref{news:gnu.misc.discuss}, which was created to hold the extensive
372 flame wars on the subject.
374 RMS writes:
376 @quotation
377 The legal meaning of the GNU copyleft is less important than the spirit,
378 which is that Emacs is a free software project and that work pertaining
379 to Emacs should also be free software.  ``Free'' means that all users
380 have the freedom to study, share, change and improve Emacs.  To make
381 sure everyone has this freedom, pass along source code when you
382 distribute any version of Emacs or a related program, and give the
383 recipients the same freedom that you enjoyed.
384 @end quotation
386 @node Guidelines for newsgroup postings
387 @section  What are appropriate messages for the various Emacs newsgroups?
388 @cindex Newsgroups, appropriate messages for
389 @cindex GNU newsgroups, appropriate messages for
390 @cindex Usenet groups, appropriate messages for
391 @cindex Mailing lists, appropriate messages for
392 @cindex Posting messages to newsgroups
394 @cindex GNU mailing lists
395 The Emacs mailing lists are described at
396 @uref{https://savannah.gnu.org/mail/?group=emacs, the Emacs Savannah
397 page}. Some of them are gatewayed to newsgroups.
399 The newsgroup @uref{news:comp.emacs} is for discussion of Emacs programs
400 in general.  The newsgroup @uref{news:gnu.emacs.help} is specifically
401 for GNU Emacs.  It therefore makes no sense to cross-post to both
402 groups, since only one can be appropriate to any question.
404 Messages advocating ``non-free'' software are considered unacceptable on
405 any of the @code{gnu.*} newsgroups except for @uref{news:gnu.misc.discuss},
406 which was created to hold the extensive flame-wars on the subject.
407 ``Non-free'' software includes any software for which the end user can't
408 freely modify the source code and exchange enhancements.  Be careful to
409 remove the @code{gnu.*} groups from the @samp{Newsgroups:} line when
410 posting a followup that recommends such software.
412 @uref{news:gnu.emacs.bug} is a place where bug reports appear, but avoid
413 posting bug reports to this newsgroup directly (@pxref{Reporting bugs}).
415 @node Newsgroup archives
416 @section Where can I get old postings to @uref{news:gnu.emacs.help} and other GNU groups?
417 @cindex Archived postings from @code{gnu.emacs.help}
418 @cindex Usenet archives for GNU groups
419 @cindex Old Usenet postings for GNU groups
421 The FSF has maintained archives of all of the GNU mailing lists for many
422 years, although there may be some unintentional gaps in coverage.  The
423 archive can be browsed over the web at
424 @uref{https://lists.gnu.org/r/, the GNU mail archive}.
426 Web-based Usenet search services, such as
427 @uref{http://groups.google.com/groups/dir?q=gnu&, Google}, also
428 archive the @code{gnu.*} groups.
430 You can also read the archives of the @code{gnu.*} groups and post new
431 messages at @uref{http://gmane.org/, Gmane}.  Gmane is a service that
432 presents mailing lists as newsgroups (even those without a traditional
433 mail-to-news gateway).
435 @node Reporting bugs
436 @section Where should I report bugs and other problems with Emacs?
437 @cindex Bug reporting
438 @cindex Good bug reports
439 @cindex How to submit a bug report
440 @cindex Reporting bugs
442 The correct way to report Emacs bugs is to use the command
443 @kbd{M-x report-emacs-bug}.  It sets up a mail buffer with the
444 essential information and the correct e-mail address,
445 @email{bug-gnu-emacs@@gnu.org}.
446 Anything sent there also appears in the
447 newsgroup @uref{news:gnu.emacs.bug}, but please use e-mail instead of
448 news to submit the bug report.  This ensures a reliable return address
449 so you can be contacted for further details.
451 Be sure to read the ``Bugs'' section of the Emacs manual before reporting
452 a bug!  The manual describes in detail how to submit a useful bug
453 report (@pxref{Bugs, , Reporting Bugs, emacs, The GNU Emacs Manual}).
454 (@xref{Emacs manual}, if you don't know how to read the manual.)
456 RMS says:
458 @quotation
459 Sending bug reports to
460 @url{https://lists.gnu.org/mailman/listinfo/help-gnu-emacs,
461 the help-gnu-emacs mailing list}
462 (which has the effect of posting on @uref{news:gnu.emacs.help}) is
463 undesirable because it takes the time of an unnecessarily large group
464 of people, most of whom are just users and have no idea how to fix
465 these problem.
466 @url{https://lists.gnu.org/mailman/listinfo/bug-gnu-emacs, The
467 bug-gnu-emacs list} reaches a much smaller group of people who are
468 more likely to know what to do and have expressed a wish to receive
469 more messages about Emacs than the others.
470 @end quotation
472 RMS says it is sometimes fine to post to @uref{news:gnu.emacs.help}:
474 @quotation
475 If you have reported a bug and you don't hear about a possible fix,
476 then after a suitable delay (such as a week) it is okay to post on
477 @code{gnu.emacs.help} asking if anyone can help you.
478 @end quotation
480 If you are unsure whether you have found a bug, consider the following
481 non-exhaustive list, courtesy of RMS:
483 @quotation
484 If Emacs crashes, that is a bug.  If Emacs gets compilation errors
485 while building, that is a bug.  If Emacs crashes while building, that
486 is a bug.  If Lisp code does not do what the documentation says it
487 does, that is a bug.
488 @end quotation
490 @node Unsubscribing from Emacs lists
491 @section  How do I unsubscribe from a mailing list?
492 @cindex Unsubscribing from GNU mailing lists
493 @cindex Removing yourself from GNU mailing lists
495 If you are receiving a GNU mailing list named @var{list}, you should be
496 able to unsubscribe from it by sending a request to the address
497 @email{@var{list}-request@@gnu.org}.  Mailing lists mails normally
498 contain information in either the message header
499 (@samp{List-Unsubscribe:}) or as a footer that tells you how to
500 unsubscribe.
502 @node Contacting the FSF
503 @section  How do I contact the FSF?
504 @cindex Contracting the FSF
505 @cindex Free Software Foundation, contacting
507 For up-to-date information, see
508 @uref{https://www.fsf.org/about/contact.html, the FSF contact web-page}.
509 You can send general correspondence to @email{info@@fsf.org}.
511 @cindex Ordering GNU software
512 For details on how to order items directly from the FSF, see the
513 @uref{https://shop.fsf.org/, FSF on-line store}.
515 @c ------------------------------------------------------------
516 @node Getting help
517 @chapter Getting help
518 @cindex Getting help
520 This chapter tells you how to get help with Emacs.
522 @menu
523 * Basic editing::
524 * Learning how to do something::
525 * Getting a printed manual::
526 * Emacs Lisp documentation::
527 * Installing Texinfo documentation::
528 * Printing a Texinfo file::
529 * Viewing Info files outside of Emacs::
530 * Informational files for Emacs::
531 * Help installing Emacs::
532 * Obtaining the FAQ::
533 @end menu
535 @node Basic editing
536 @section I'm just starting Emacs; how do I do basic editing?
537 @cindex Basic editing with Emacs
538 @cindex Beginning editing
539 @cindex Tutorial, invoking the
540 @cindex Self-paced tutorial, invoking the
541 @cindex Help system, entering the
543 Type @kbd{C-h t} to invoke the self-paced tutorial.  Just typing
544 @kbd{C-h} enters the help system.  Starting with Emacs 22, the tutorial
545 is available in many foreign languages such as French, German, Japanese,
546 Russian, etc.  Use @kbd{M-x help-with-tutorial-spec-language @key{RET}}
547 to choose your language and start the tutorial.
549 Your system administrator may have changed @kbd{C-h} to act like
550 @key{DEL} to deal with local keyboards.  You can use @kbd{M-x
551 help-for-help} instead to invoke help.  To discover what key (if any)
552 invokes help on your system, type @kbd{M-x where-is @key{RET}
553 help-for-help @key{RET}}.  This will print a comma-separated list of key
554 sequences in the echo area.  Ignore the last character in each key
555 sequence listed.  Each of the resulting key sequences (e.g., @key{F1} is
556 common) invokes help.
558 Emacs help works best if it is invoked by a single key whose value
559 should be stored in the variable @code{help-char}.
561 Some Emacs slides and tutorials can be found at
562 @uref{http://web.psung.name/emacs/}.
564 @node Learning how to do something
565 @section How do I find out how to do something in Emacs?
566 @cindex Help for Emacs
567 @cindex Learning to do something in Emacs
568 @cindex Reference card for Emacs
569 @cindex Overview of help systems
571 There are several methods for finding out how to do things in Emacs.
573 @itemize @bullet
575 @cindex Reading the Emacs manual
576 @item
577 The complete text of the Emacs manual is available via the Info
578 hypertext reader.  Type @kbd{C-h r} to display the manual in Info mode.
579 Typing @kbd{h} immediately after entering Info will provide a short
580 tutorial on how to use it.
582 @cindex Lookup a subject in a manual
583 @cindex Index search in a manual
584 @item
585 To quickly locate the section of the manual which discusses a certain
586 issue, or describes a command or a variable, type @kbd{C-h i m emacs
587 @key{RET} i @var{topic} @key{RET}}, where @var{topic} is the name of the
588 topic, the command, or the variable which you are looking for.  If this
589 does not land you on the right place in the manual, press @kbd{,}
590 (comma) repeatedly until you find what you need.  (The @kbd{i} and
591 @kbd{,} keys invoke the index-searching functions, which look for the
592 @var{topic} you type in all the indices of the Emacs manual.)
594 @cindex Apropos
595 @item
596 You can list all of the commands whose names contain a certain word
597 (actually which match a regular expression) using @kbd{C-h a} (@kbd{M-x
598 command-apropos}).
600 @cindex Command description in the manual
601 @item
602 The command @kbd{C-h F} (@code{Info-goto-emacs-command-node}) prompts
603 for the name of a command, and then attempts to find the section in the
604 Emacs manual where that command is described.
606 @cindex Finding commands and variables
607 @item
608 You can list all of the functions and variables whose names contain a
609 certain word using @kbd{M-x apropos}.
611 @item
612 You can list all of the functions and variables whose documentation
613 matches a regular expression or a string, using @kbd{M-x
614 apropos-documentation}.
616 @item
617 You can order a hardcopy of the manual from the FSF@.  @xref{Getting a
618 printed manual}.
620 @cindex Reference cards, in other languages
621 @item
622 You can get a printed reference card listing commands and keys to
623 invoke them.  You can order one from the FSF for $2 (or 10 for $18),
624 or you can print your own from the @file{etc/refcards/refcard.tex} or
625 @file{etc/refcards/refcard.pdf} files in the Emacs distribution.
626 Beginning with version 21.1, the Emacs distribution comes with
627 translations of the reference card into several languages; look for
628 files named @file{etc/refcards/@var{lang}-refcard.*}, where @var{lang}
629 is a two-letter code of the language.  For example, the German version
630 of the reference card is in the files @file{etc/refcards/de-refcard.tex}
631 and @file{etc/refcards/de-refcard.pdf}.
633 @item
634 There are many other commands in Emacs for getting help and
635 information.  To get a list of these commands, type @samp{?} after
636 @kbd{C-h}.
638 @end itemize
640 @node Getting a printed manual
641 @section How do I get a printed copy of the Emacs manual?
642 @cindex Printed Emacs manual, obtaining
643 @cindex Manual, obtaining a printed or HTML copy of
644 @cindex Emacs manual, obtaining a printed or HTML copy of
646 You can order a printed copy of the Emacs manual from the FSF@.  For
647 details see the @uref{https://shop.fsf.org/, FSF on-line store}.
649 The full Texinfo source for the manual also comes in the @file{doc/emacs}
650 directory of the Emacs distribution, if you're daring enough to try to
651 print out this several-hundred-page manual yourself (@pxref{Printing a Texinfo
652 file}).
654 If you absolutely have to print your own copy, and you don't have @TeX{},
655 you can get a PostScript or PDF (or HTML) version from
657 @uref{https://www.gnu.org/software/emacs/manual/}
659 @xref{Learning how to do something}, for how to view the manual from Emacs.
661 @node Emacs Lisp documentation
662 @section Where can I get documentation on Emacs Lisp?
663 @cindex Documentation on Emacs Lisp
664 @cindex Function documentation
665 @cindex Variable documentation
666 @cindex Emacs Lisp Reference Manual
667 @cindex Reference manual for Emacs Lisp
669 Within Emacs, you can type @kbd{C-h f} to get the documentation for a
670 function, @kbd{C-h v} for a variable.
672 For more information, the Emacs Lisp Reference Manual is available
673 in Info format (@pxref{Top, Emacs Lisp,, elisp, The
674 Emacs Lisp Reference Manual}).
676 You can also order a hardcopy of the manual from the FSF, for details
677 see the @uref{https://shop.fsf.org/, FSF on-line store}.  (This manual is
678 not always in print.)
680 An HTML version of the Emacs Lisp Reference Manual is available at
682 @uref{https://www.gnu.org/software/emacs/elisp-manual/elisp.html}
684 @node Installing Texinfo documentation
685 @section How do I install a piece of Texinfo documentation?
686 @cindex Texinfo documentation, installing
687 @cindex Installing Texinfo documentation
688 @cindex New Texinfo files, installing
689 @cindex Documentation, installing new Texinfo files
690 @cindex Info files, how to install
692 Emacs releases come with pre-built Info files, and the normal install
693 process places them in the correct location.  This is true for most
694 applications that provide Info files.  The following section is only
695 relevant if you want to install extra Info files by hand.
697 First, you must turn the Texinfo source files into Info files.  You may
698 do this using the stand-alone @file{makeinfo} program, available as part
699 of the Texinfo package at
701 @uref{https://www.gnu.org/software/texinfo/}
703 For information about the Texinfo format, read the Texinfo manual which
704 comes with the Texinfo package.  This manual also comes installed in
705 Info format, so you can read it from Emacs; type @kbd{C-h i m texinfo
706 @key{RET}}.
708 @c FIXME is this a complete alternative?
709 @c Probably not, given that we require makeinfo to build Emacs.
710 Alternatively, you could use the Emacs command @kbd{M-x
711 texinfo-format-buffer}, after visiting the Texinfo source file of the
712 manual you want to convert.
714 Neither @code{texinfo-format-buffer} nor @file{makeinfo} installs the
715 resulting Info files in Emacs's Info tree.  To install Info files,
716 perform these steps:
718 @enumerate
719 @item
720 Move the files to the @file{info} directory in the installed Emacs
721 distribution.  @xref{File-name conventions}, if you don't know where that
724 @item
725 Run the @code{install-info} command, which is part of the Texinfo
726 distribution, to update the main Info directory menu, like this:
728 @example
729  install-info --info-dir=@var{dir-path} @var{dir-path}/@var{file}
730 @end example
732 @noindent
733 where @var{dir-path} is the full path to the directory where you copied
734 the produced Info file(s), and @var{file} is the name of the Info file
735 you produced and want to install.
737 If you don't have the @code{install-info} command installed, you can
738 edit the file @file{info/dir} in the installed Emacs distribution, and
739 add a line for the top level node in the Info package that you are
740 installing.  Follow the examples already in this file.  The format is:
742 @example
743 * Topic: (relative-pathname).  Short description of topic.
744 @end example
746 @end enumerate
748 If you want to install Info files and you don't have the necessary
749 privileges, you have several options:
751 @itemize @bullet
752 @item
753 Info files don't actually need to be installed before being used.
754 You can use a prefix argument for the @code{info} command and specify
755 the name of the Info file in the minibuffer.  This goes to the node
756 named @samp{Top} in that file.  For example, to view an Info file named
757 @file{@var{info-file}} in your home directory, you can type this:
759 @example
760 @kbd{C-u C-h i ~/@var{info-file} @key{RET}}
761 @end example
763 Alternatively, you can feed a file name to the @code{Info-goto-node}
764 command (invoked by pressing @kbd{g} in Info mode) by typing the name
765 of the file in parentheses, like this:
767 @example
768 @kbd{C-h i g (~/@var{info-file}) @key{RET}}
769 @end example
771 @item
772 You can create your own Info directory.  You can tell Emacs where that
773 Info directory is by adding its pathname to the value of the variable
774 @code{Info-default-directory-list}.  For example, to use a private Info
775 directory which is a subdirectory of your home directory named @file{Info},
776 you could put this in your @file{.emacs} file:
778 @lisp
779 (add-to-list 'Info-default-directory-list "~/Info")
780 @end lisp
782 You will need a top-level Info file named @file{dir} in this directory
783 which has everything the system @file{dir} file has in it, except it
784 should list only entries for Info files in that directory.  You might
785 not need it if (fortuitously) all files in this directory were
786 referenced by other @file{dir} files.  The node lists from all
787 @file{dir} files in @code{Info-default-directory-list} are merged by the
788 Info system.
790 @end itemize
792 @node Printing a Texinfo file
793 @section How do I print a Texinfo file?
794 @cindex Printing a Texinfo file
795 @cindex Texinfo file, printing
796 @cindex Printing documentation
798 You can't get nicely printed output from Info files; you must still have
799 the original Texinfo source file for the manual you want to print.
801 Assuming you have @TeX{} installed on your system, follow these steps:
803 @enumerate
805 @item
806 Make sure the first line of the Texinfo file looks like this:
808 @example
809 \input texinfo
810 @end example
812 You may need to change @samp{texinfo} to the full pathname of the
813 @file{texinfo.tex} file, which comes with Emacs as
814 @file{doc/misc/texinfo.tex} (or copy or link it into the current directory).
816 @item
817 Type @kbd{texi2dvi @var{texinfo-source}}, where @var{texinfo-source} is
818 the name of the Texinfo source file for which you want to produce a
819 printed copy.  The @samp{texi2dvi} script is part of the GNU Texinfo
820 distribution.
822 Alternatively, @samp{texi2pdf} produces PDF files.
824 @item
825 Print the DVI file @file{@var{texinfo-source}.dvi} in the normal way for
826 printing DVI files at your site.  For example, if you have a PostScript
827 printer, run the @code{dvips} program to print the DVI file on that
828 printer.
830 @end enumerate
832 To get more general instructions, retrieve the latest Texinfo package
833 (@pxref{Installing Texinfo documentation}).
835 @node Viewing Info files outside of Emacs
836 @section Can I view Info files without using Emacs?
837 @cindex Viewing Info files
838 @cindex Info file viewers
839 @cindex Alternative Info file viewers
841 Yes.  Here are some alternative programs:
843 @itemize @bullet
845 @item
846 @code{info}, a stand-alone version of the Info program, comes as part of
847 the Texinfo package.  @xref{Installing Texinfo documentation}, for
848 details.
850 @item
851 Tkinfo, an Info viewer that runs under X Window system and uses Tcl/Tk.
852 You can get Tkinfo at
853 @uref{http://math-www.uni-paderborn.de/~axel/tkinfo/}.
855 @end itemize
857 @node Informational files for Emacs
858 @section What informational files are available for Emacs?
859 @cindex Informational files included with Emacs
860 @cindex Files included with Emacs
861 @cindex @file{COPYING}, description of file
862 @cindex @file{DISTRIB}, description of file
863 @cindex @file{MACHINES}, description of file
864 @cindex @file{NEWS}, description of file
866 This isn't a frequently asked question, but it should be!  A variety of
867 informational files about Emacs and relevant aspects of the GNU project
868 are available for you to read.
870 The following files (and others) are available in the @file{etc}
871 directory of the Emacs distribution (see @ref{File-name conventions}, if
872 you're not sure where that is).  Many of these files are available via
873 the Emacs @samp{Help} menu, or by typing @kbd{C-h ?} (@kbd{M-x
874 help-for-help}).
876 @table @file
878 @item COPYING
879 GNU General Public License
881 @item DISTRIB
882 Emacs Availability Information
884 @item MACHINES
885 Status of Emacs on Various Machines and Systems
887 @item NEWS
888 Emacs news, a history of recent user-visible changes
890 @end table
892 More GNU information, including back issues of the @cite{GNU's
893 Bulletin}, are at
895 @uref{https://www.gnu.org/bulletins/bulletins.html} and
897 @uref{http://www.cs.pdx.edu/~trent/gnu/gnu.html}
899 @node Help installing Emacs
900 @section Where can I get help in installing Emacs?
901 @cindex Installation help
902 @cindex Help installing Emacs
904 @xref{Installing Emacs}, for some basic installation hints, and see
905 @ref{Problems building Emacs}, if you have problems with the installation.
907 @uref{https://www.fsf.org/resources/service/, The GNU Service directory}
908 lists companies and individuals willing to sell you help in installing
909 or using Emacs and other GNU software.
911 @node Obtaining the FAQ
912 @section Where can I get the latest version of this FAQ?
913 @cindex FAQ, obtaining the
914 @cindex Latest FAQ version, obtaining the
916 The Emacs FAQ is distributed with Emacs in Info format.  You can read it
917 by selecting the @samp{Emacs FAQ} option from the @samp{Help} menu of
918 the Emacs menu bar at the top of any Emacs frame, or by typing @kbd{C-h
919 C-f} (@kbd{M-x view-emacs-FAQ}).  The very latest version is available
920 in the Emacs development repository (@pxref{Latest version of Emacs}).
922 @c ------------------------------------------------------------
923 @node Status of Emacs
924 @chapter Status of Emacs
925 @cindex Status of Emacs
927 This chapter gives you basic information about Emacs, including the
928 status of its latest version.
930 @menu
931 * Origin of the term Emacs::
932 * Latest version of Emacs::
933 * New in Emacs 26::
934 * New in Emacs 25::
935 * New in Emacs 24::
936 * New in Emacs 23::
937 * New in Emacs 22::
938 * New in Emacs 21::
939 * New in Emacs 20::
940 @end menu
942 @node Origin of the term Emacs
943 @section Where does the name ``Emacs'' come from?
944 @cindex Origin of the term ``Emacs''
945 @cindex Emacs name origin
946 @cindex TECO
947 @cindex Original version of Emacs
949 Emacs originally was an acronym for Editor MACroS@.  RMS says he ``picked
950 the name Emacs because @kbd{E} was not in use as an abbreviation on ITS at
951 the time.''  The first Emacs was a set of macros written in 1976 at MIT
952 by RMS for the editor TECO (Text Editor and COrrector, originally Tape
953 Editor and COrrector) under ITS (the Incompatible Timesharing System) on
954 a PDP-10.  RMS had already extended TECO with a ``real-time''
955 full-screen mode with reprogrammable keys.  Emacs was started by
956 @c gls@@east.sun.com
957 Guy Steele as a project to unify the many
958 divergent TECO command sets and key bindings at MIT, and completed by
959 RMS.
961 Many people have said that TECO code looks a lot like line noise; you
962 can read more at @uref{news:alt.lang.teco}.  Someone has written a TECO
963 implementation in Emacs Lisp (to find it, see @ref{Packages that do not
964 come with Emacs}); it would be an interesting project to run the
965 original TECO Emacs inside of Emacs.
967 @cindex Why Emacs?
968 For some not-so-serious alternative reasons for Emacs to have that
969 name, check out the file @file{etc/JOKES} (@pxref{File-name
970 conventions}).
972 @node Latest version of Emacs
973 @section What is the latest version of Emacs?
974 @cindex Version, latest
975 @cindex Latest version of Emacs
976 @cindex Development, Emacs
977 @cindex Repository, Emacs
978 @cindex Bazaar repository, Emacs
980 Emacs @value{EMACSVER} is the current version as of this writing.  A version
981 number with two components (e.g., @samp{24.5}) indicates a released
982 version; three components indicate a development
983 version (e.g., @samp{27.0.50} is what will eventually become @samp{27.1}).
985 Emacs is under active development, hosted at
986 @uref{https://savannah.gnu.org/projects/emacs/, Savannah}.
987 Follow the instructions given there to clone the project repository.
989 Because Emacs undergoes many changes before a release, the version
990 number of a development version is not especially meaningful.  It is
991 better to refer to the date on which the sources were retrieved from the
992 development repository.  The development version is usually quite robust
993 for every-day use, but if stability is more important to you than the
994 latest features, you may want to stick to the releases.
996 The following sections list some of the major new features in the last
997 few Emacs releases.  For full details of the changes in any version of
998 Emacs, type @kbd{C-h C-n} (@kbd{M-x view-emacs-news}).  As of Emacs 22,
999 you can give this command a prefix argument to read about which features
1000 were new in older versions.
1002 @node New in Emacs 26
1003 @section What is different about Emacs 26?
1004 @cindex Differences between Emacs 25 and Emacs 26
1005 @cindex Emacs 26, new features in
1007 @itemize
1008 @cindex threads
1009 @item
1010 Emacs now provides a limited form of concurrency with Lisp threads.
1012 @cindex systemd support
1013 @item
1014 Emacs now supports @code{systemd}.  The new command-line option
1015 @option{--fg-daemon} is part of this support, it causes Emacs to run
1016 in the foreground instead of forking, as under @option{--daemon}.
1018 @item
1019 Emacs now supports 24-bit true color on text terminals which provide
1020 that feature.  @xref{Colors on a TTY}.
1022 @cindex double-buffering
1023 @item
1024 Emacs on X now supports double-buffering, which eliminates display
1025 flickering in most situations.
1027 @item
1028 You can now scroll the Emacs display horizontally using the mouse or
1029 touchpad.
1031 @cindex line number display
1032 @item
1033 Emacs display now includes an optional feature for display of line
1034 numbers via the @code{display-line-numbers-mode} command.  This
1035 feature is much faster than the equivalent display offered by packages
1036 such as @code{linum}, and also provides many optional features like
1037 relative line numbers.
1039 @cindex horizontal scrolling of current line
1040 @item
1041 The automatic horizontal scrolling of the window display when lines
1042 are truncated can now optionally be enabled only for the current line,
1043 the line where Emacs shows the cursor.  Under this mode, all the other
1044 window lines are not scrolled to show characters outside of the
1045 viewport.
1047 @item
1048 Letter-case conversions now honor special cases in Turkish and Greek
1049 scripts.
1051 @cindex Enchant support
1052 @item
1053 Support for Enchant is now part of the Emacs spell-checking commands.
1055 @item
1056 Tramp now supports Google Drive filesystems.
1058 @item
1059 Emacs can now be built while omitting the details of the machine on
1060 which it was built, thus making it easier to produce reproducible
1061 builds.
1063 @item
1064 Security vulnerability related to Enriched Text mode is removed.
1065 Enriched mode previously allowed saving @code{display} properties as
1066 part of text; those properties support evaluating arbitrary Lisp code,
1067 which opens a vulnerability for Emacs users receiving Enriched Text
1068 from external sources.  Execution of arbitrary Lisp forms in
1069 @code{display} properties decoded by Enriched Text mode is now
1070 disabled by default.
1072 @cindex Unicode 11.0.0
1073 @item
1074 Emacs 26.2 comes with data files imported from the latest Unicode
1075 Standard version 11.0.0.
1076 @end itemize
1078 Consult the Emacs @file{NEWS} file (@kbd{C-h n}) for the full list of
1079 changes in Emacs 26.
1081 @node New in Emacs 25
1082 @section What is different about Emacs 25?
1083 @cindex Differences between Emacs 24 and Emacs 25
1084 @cindex Emacs 25, new features in
1086 @itemize
1087 @cindex xwidgets
1088 @item
1089 Emacs can now embed native widgets inside Emacs buffers, if you have
1090 gtk3 and webkitgtk3 installed.  E.g., to access the embedded webkit
1091 browser widget, type @kbd{M-x xwidget-webkit-browse-url}.
1093 @cindex loadable modules
1094 @item
1095 Emacs can now dynamically load external modules compiled as shared
1096 libraries.
1098 @cindex Unicode characters, typing easily
1099 @item
1100 @kbd{C-x 8} has new shorthands for several popular characters, type
1101 @kbd{C-x 8 C-h} to list shorthands.
1103 @cindex automatic display of Lisp APIs
1104 @item
1105 A new minor mode @code{global-eldoc-mode} is enabled by default, and
1106 shows in the echo area or in the mode line the argument list of the
1107 Emacs Lisp form at point.
1109 @cindex pasting text on text terminals
1110 @cindex bracketed paste mode
1111 @item
1112 On text terminals that support the ``bracketed paste mode'' EMacs now
1113 uses that mode by default.  This mode allows Emacs to distinguish
1114 between pasted text and text typed by the user.
1116 @cindex Unicode 9.0.0
1117 @item
1118 Emacs 25 comes with data files imported from the latest Unicode
1119 Standard version 9.0.0.
1121 @cindex bidirectional editing
1122 @item
1123 The support for bidirectional editing was updated to include all the
1124 features mandated by the latest Unicode Standard version 9.0.0.
1126 @cindex character folding in searches
1127 @item
1128 Search command can now perform character folding in matches.  This is
1129 analogous to case folding, but instead of disregarding case variants,
1130 it disregards wider classes of distinctions between similar
1131 characters, such as matching different variants of double quote
1132 characters, ignoring diacritics, etc.
1134 @cindex eww
1135 @item
1136 The Emacs Web Browser EWW was extended to render text using
1137 variable-pitch fonts, and got other new features.
1139 @cindex rmail, and HTML mails
1140 @item
1141 Rmail can now render HTML mail messages, if Emacs is built with
1142 libxml2 or if you have the Lynx browser installed.
1144 @cindex support for push commands in VC
1145 @item
1146 VC now has basic support for @code{push} commands, implemented for
1147 Bzr, Git, and Hg.
1149 @cindex hide-ifdef, C/C@t{++} expressions in macros
1150 @item
1151 Hide-IfDef mode now support full C/C@t{++} expressions in macros,
1152 macro argument expansion, interactive macro evaluation and automatic
1153 scanning of @code{#define}d symbols.
1155 @cindex xref
1156 @item
1157 New package Xref replaces Etags's front-end and UI.  Xref provides a
1158 generic framework and new commands to find and move to definitions of
1159 functions, macros, data structures etc., as well as go back to the
1160 location where you were before moving to a definition.  It supersedes
1161 and obsoletes many Etags commands, while still using the etags.el code
1162 that reads the TAGS tables as one of its back-ends.  As result, the
1163 popular key bindings @kbd{M-.} and @kbd{M-,} have been changed to
1164 invoke Xref commands.
1166 @cindex project
1167 @item
1168 The new package Project provides generic infrastructure for dealing
1169 with projects.
1171 @cindex horizontal scroll bars
1172 @item
1173 Emacs can now draw horizontal scroll bars on some platforms that
1174 provide toolkit scroll bars, namely Gtk+, Lucid, Motif and Windows.
1176 @end itemize
1178 Consult the Emacs @file{NEWS} file (@kbd{C-h n}) for the full list of
1179 changes in Emacs 25.
1181 @node New in Emacs 24
1182 @section What is different about Emacs 24?
1183 @cindex Differences between Emacs 23 and Emacs 24
1184 @cindex Emacs 24, new features in
1186 @itemize
1187 @cindex packages, installing more
1188 @item
1189 Emacs now includes a package manager.  Type @kbd{M-x list-packages} to
1190 get started.  You can use this to download and automatically install
1191 many more Lisp packages.
1193 @cindex lexical binding
1194 @item
1195 Emacs Lisp now supports lexical binding on a per-file basis.  In
1196 @emph{lexical binding}, variable references must be located textually
1197 within the binding construct.  This contrasts with @emph{dynamic
1198 binding}, where programs can refer to variables defined outside their
1199 local textual scope.  A Lisp file can use a local variable setting of
1200 @code{lexical-binding: t} to indicate that the contents should be
1201 interpreted using lexical binding.  See the Emacs Lisp Reference
1202 Manual for more details.
1204 @cindex bidirectional display
1205 @cindex right-to-left languages
1206 @item
1207 Some human languages, such as English, are written from left to right.
1208 Others, such as Arabic, are written from right to left.  Emacs now has
1209 support for any mixture of these forms---this is ``bidirectional text''.
1211 @item
1212 Handling of text selections has been improved, and now integrates
1213 better with external clipboards.
1215 @cindex themes
1216 @item
1217 A new command @kbd{customize-themes} allows you to easily change the
1218 appearance of your Emacs.
1220 @item
1221 Emacs can be compiled with the GTK+ 3 toolkit.
1223 @item
1224 Support for several new external libraries can be included at compile
1225 time:
1227 @itemize
1229 @item
1230 ``Security-Enhanced Linux'' (SELinux) is a Linux kernel feature that
1231 provides more sophisticated file access controls than ordinary
1232 ``Unix-style'' file permissions.
1234 @item
1235 The ImageMagick display library.  This allows you to display many more
1236 image format in Emacs, as well as carry out transformations such as
1237 rotations.
1239 @item
1240 The GnuTLS library for secure network communications.  Emacs uses this
1241 transparently for email if your mail server supports it.
1243 @item
1244 The libxml2 library for parsing XML structures.
1245 @end itemize
1247 @item
1248 Much more flexibility in the handling of windows and buffer display.
1250 @end itemize
1252 As always, consult the @file{NEWS} file for more information.
1255 @node New in Emacs 23
1256 @section What is different about Emacs 23?
1257 @cindex Differences between Emacs 22 and Emacs 23
1258 @cindex Emacs 23, new features in
1260 @itemize
1262 @cindex Anti-aliased fonts
1263 @cindex Freetype fonts
1264 @item
1265 Emacs has a new font code that can use multiple font backends,
1266 including freetype and fontconfig.  Emacs can use the Xft library for
1267 anti-aliasing, and the otf and m17n libraries for complex text layout and
1268 text shaping.
1270 @cindex Unicode
1271 @cindex Character sets
1272 @item
1273 The Emacs character set is now a superset of Unicode.  Several new
1274 language environments have been added.
1276 @cindex Multi-tty support
1277 @cindex X and tty displays
1278 @item
1279 Emacs now supports using both X displays and ttys in the same session
1280 (@samp{multi-tty}).
1282 @cindex Daemon mode
1283 @item
1284 Emacs can be started as a daemon in the background.
1286 @cindex NeXTstep port
1287 @cindex GNUstep port
1288 @cindex macOS Cocoa
1289 @item
1290 There is a new NeXTstep port of Emacs.  This supports GNUstep and Mac OS
1291 X (via the Cocoa libraries).  The Carbon port of Emacs, which supported
1292 Mac OS X in Emacs 22, has been removed.
1294 @cindex Directory-local variables
1295 @item
1296 Directory-local variables can now be defined, in a similar manner to
1297 file-local variables.
1299 @item
1300 Transient Mark mode (@pxref{Highlighting a region}) is on by default.
1302 @end itemize
1304 @noindent
1305 Other changes include: support for serial port access; D-Bus bindings; a
1306 new Visual Line mode for line-motion; improved completion; a new mode
1307 (@samp{DocView}) for viewing of PDF, PostScript, and DVI documents; nXML
1308 mode (for editing XML documents) is included; VC has been updated for
1309 newer version control systems; etc.
1312 @node New in Emacs 22
1313 @section What is different about Emacs 22?
1314 @cindex Differences between Emacs 21 and Emacs 22
1315 @cindex Emacs 22, new features in
1317 @itemize
1318 @cindex GTK+ Toolkit
1319 @cindex Drag-and-drop
1320 @item
1321 Emacs can be built with GTK+ widgets, and supports drag-and-drop
1322 operation on X.
1324 @cindex Supported systems
1325 @item
1326 Emacs 22 features support for GNU/Linux systems on S390 and x86-64
1327 machines, as well as support for the Mac OS X and Cygwin operating
1328 systems.
1330 @item
1331 The native MS-Windows, and Mac OS X builds include full support
1332 for images, toolbar, and tooltips.
1334 @item
1335 Font Lock mode, Auto Compression mode, and File Name Shadow Mode are
1336 enabled by default.
1338 @item
1339 The maximum size of buffers is increased: on 32-bit machines, it is
1340 256 MBytes for Emacs 23.1, and 512 MBytes for Emacs 23.2 and above.
1342 @item
1343 Links can be followed with @kbd{mouse-1}, in addition to @kbd{mouse-2}.
1345 @cindex Mouse wheel
1346 @item
1347 Mouse wheel support is enabled by default.
1349 @item
1350 Window fringes are customizable.
1352 @item
1353 The mode line of the selected window is now highlighted.
1355 @item
1356 The minibuffer prompt is displayed in a distinct face.
1358 @item
1359 Abbrev definitions are read automatically at startup.
1361 @item
1362 Grep mode is separate from Compilation mode and has many new options and
1363 commands specific to grep.
1365 @item
1366 The original Emacs macro system has been replaced by the new Kmacro
1367 package, which provides many new commands and features and a simple
1368 interface that uses the function keys F3 and F4.  Macros are stored in a
1369 macro ring, and can be debugged and edited interactively.
1371 @item
1372 The Grand Unified Debugger (GUD) can be used with a full graphical user
1373 interface to GDB; this provides many features found in traditional
1374 development environments, making it easy to manipulate breakpoints, add
1375 watch points, display the call stack, etc.  Breakpoints are visually
1376 indicated in the source buffer.
1378 @item
1379 @cindex New modes
1380 Many new modes and packages have been included in Emacs, such as Calc,
1381 TRAMP, URL, IDO, CUA, ERC, rcirc, Table, Image-Dired, SES, Ruler, Org,
1382 PGG, Flymake, Password, Printing, Reveal, wdired, t-mouse, longlines,
1383 savehist, Conf mode, Python mode, DNS mode, etc.
1385 @cindex Multilingual Environment
1386 @item
1387 Leim is now part of Emacs.  Unicode support has been much improved, and
1388 the following input methods have been added: belarusian, bulgarian-bds,
1389 bulgarian-phonetic, chinese-sisheng, croatian, dutch, georgian,
1390 latin-alt-postfix, latin-postfix, latin-prefix, latvian-keyboard,
1391 lithuanian-numeric, lithuanian-keyboard, malayalam-inscript, rfc1345,
1392 russian-computer, sgml, slovenian, tamil-inscript, ucs,
1393 ukrainian-computer, vietnamese-telex, and welsh.
1395 The following language environments have also been added: Belarusian,
1396 Bulgarian, Chinese-EUC-TW, Croatian, French, Georgian, Italian, Latin-6,
1397 Latin-7, Latvian, Lithuanian, Malayalam, Russian, Slovenian, Swedish,
1398 Tajik, Tamil, UTF-8, Ukrainian, Welsh, and Windows-1255.
1400 @cindex Documentation
1401 @cindex Emacs Lisp Manual
1402 @item
1403 In addition, Emacs 22 now includes the Emacs Lisp Reference Manual
1404 (@pxref{Emacs Lisp documentation}) and the Emacs Lisp Intro.
1405 @end itemize
1408 @node New in Emacs 21
1409 @section What is different about Emacs 21?
1410 @cindex Differences between Emacs 20 and Emacs 21
1411 @cindex Emacs 21, new features in
1413 @cindex Variable-size fonts
1414 @cindex Toolbar support
1415 Emacs 21 features a thorough rewrite of the display engine.  The new
1416 display engine supports variable-size fonts, images, and can play sounds
1417 on platforms which support that.  As a result, the visual appearance of
1418 Emacs, when it runs on a windowed display, is much more reminiscent of
1419 modern GUI programs, and includes 3D widgets (used for the mode line and
1420 the scroll bars), a configurable and extensible toolbar, tooltips
1421 (a.k.a.@: balloon help), and other niceties.
1423 @cindex Colors on text-only terminals
1424 @cindex TTY colors
1425 In addition, Emacs 21 supports faces on text-only terminals.  This means
1426 that you can now have colors when you run Emacs on a GNU/Linux console
1427 and on @code{xterm} with @kbd{emacs -nw}.
1430 @node New in Emacs 20
1431 @section What is different about Emacs 20?
1432 @cindex Differences between Emacs 19 and Emacs 20
1433 @cindex Emacs 20, new features in
1435 The differences between Emacs versions 18 and 19 were rather dramatic;
1436 the introduction of frames, faces, and colors on windowing systems was
1437 obvious to even the most casual user.
1439 There are differences between Emacs versions 19 and 20 as well, but many
1440 are more subtle or harder to find.  Among the changes are the inclusion
1441 of MULE code for languages that use non-Latin characters and for mixing
1442 several languages in the same document; the ``Customize'' facility for
1443 modifying variables without having to use Lisp; and automatic conversion
1444 of files from Macintosh, Microsoft, and Unix platforms.
1446 @c ------------------------------------------------------------
1447 @node Common requests
1448 @chapter Common requests
1449 @cindex Common requests
1451 @menu
1452 * Setting up a customization file::
1453 * Using Customize::
1454 * Colors on a TTY::
1455 * Debugging a customization file::
1456 * Displaying the current line or column::
1457 * Displaying the current file name in the titlebar::
1458 * Turning on abbrevs by default::
1459 * Associating modes with files::
1460 * Highlighting a region::
1461 * Replacing highlighted text::
1462 * Controlling case sensitivity::
1463 * Working with unprintable characters::
1464 * Searching for/replacing newlines::
1465 * Yanking text in isearch::
1466 * Wrapping words automatically::
1467 * Turning on auto-fill by default::
1468 * Changing load-path::
1469 * Using an already running Emacs process::
1470 * Compiler error messages::
1471 * Indenting switch statements::
1472 * Customizing C and C++ indentation::
1473 * Horizontal scrolling::
1474 * Overwrite mode::
1475 * Turning off beeping::
1476 * Turning the volume down::
1477 * Automatic indentation::
1478 * Matching parentheses::
1479 * Hiding #ifdef lines::
1480 * Repeating commands::
1481 * Valid X resources::
1482 * Evaluating Emacs Lisp code::
1483 * Changing the length of a Tab::
1484 * Inserting text at the beginning of each line::
1485 * Forcing the cursor to remain in the same column::
1486 * Forcing Emacs to iconify itself::
1487 * Using regular expressions::
1488 * Replacing text across multiple files::
1489 * Documentation for etags::
1490 * Disabling backups::
1491 * Disabling auto-save-mode::
1492 * Going to a line by number::
1493 * Modifying pull-down menus::
1494 * Deleting menus and menu options::
1495 * Turning on syntax highlighting::
1496 * Scrolling only one line::
1497 * Editing MS-DOS files::
1498 * Filling paragraphs with a single space::
1499 * Escape sequences in shell output::
1500 * Fullscreen mode on MS-Windows::
1501 @end menu
1503 @node Setting up a customization file
1504 @section How do I set up a @file{.emacs} file properly?
1505 @cindex @file{.emacs} file, setting up
1506 @cindex @file{.emacs} file, locating
1507 @cindex Init file, setting up
1508 @cindex Customization file, setting up
1510 @xref{Init File,,, emacs, The GNU Emacs Manual}.
1512 In general, new Emacs users should not be provided with @file{.emacs}
1513 files, because this can cause confusing non-standard behavior.  Then
1514 they send questions to
1515 @url{https://lists.gnu.org/mailman/listinfo/help-gnu-emacs,
1516 the help-gnu-emacs mailing list} asking why Emacs
1517 isn't behaving as documented.
1519 Emacs includes the Customize facility (@pxref{Using Customize}).  This
1520 allows users who are unfamiliar with Emacs Lisp to modify their
1521 @file{.emacs} files in a relatively straightforward way, using menus
1522 rather than Lisp code.
1524 While Customize might indeed make it easier to configure Emacs,
1525 consider taking a bit of time to learn Emacs Lisp and modifying your
1526 @file{.emacs} directly.  Simple configuration options are described
1527 rather completely in @ref{Init File,,, emacs, The GNU Emacs Manual},
1528 for users interested in performing frequently requested, basic tasks.
1530 Sometimes users are unsure as to where their @file{.emacs} file should
1531 be found.  Visiting the file as @file{~/.emacs} from Emacs will find
1532 the correct file.
1534 @node Using Customize
1535 @section How do I start using Customize?
1536 @cindex Customize groups
1537 @cindex Customizing variables
1538 @cindex Customizing faces
1540 The main Customize entry point is @kbd{M-x customize @key{RET}}.  This
1541 command takes you to a buffer listing all the available Customize
1542 groups.  From there, you can access all customizable options and faces,
1543 change their values, and save your changes to your init file.
1544 @xref{Easy Customization,,, emacs, The GNU Emacs Manual}.
1546 If you know the name of the group in advance (e.g., ``shell''), use
1547 @kbd{M-x customize-group @key{RET}}.
1549 If you wish to customize a single option, use @kbd{M-x customize-option
1550 @key{RET}}.  This command prompts you for the name of the option to
1551 customize, with completion.
1553 @node Colors on a TTY
1554 @section How do I get colors and syntax highlighting on a TTY?
1555 @cindex Colors on a TTY
1556 @cindex Syntax highlighting on a TTY
1557 @cindex Console, colors
1559 In Emacs 21.1 and later, colors and faces are supported in non-windowed mode,
1560 i.e., on Unix and GNU/Linux text-only terminals and consoles, and when
1561 invoked as @samp{emacs -nw} on X, and MS-Windows.  (Colors and faces were
1562 supported in the MS-DOS port since Emacs 19.29.)  Emacs automatically
1563 detects color support at startup and uses it if available.  If you think
1564 that your terminal supports colors, but Emacs won't use them, check the
1565 @code{termcap} entry for your display type for color-related
1566 capabilities.
1568 The command @kbd{M-x list-colors-display} pops up a window which
1569 exhibits all the colors Emacs knows about on the current display.
1571 Syntax highlighting is on by default since version 22.1.
1573 @cindex direct color in terminals
1574 Emacs 26.1 and later support direct color mode in terminals.  If Emacs
1575 finds Terminfo capabilities @samp{setb24} and @samp{setf24}, 24-bit
1576 direct color mode is used.  The capability strings are expected to
1577 take one 24-bit pixel value as argument and transform the pixel to a
1578 string that can be used to send 24-bit colors to the terminal.
1580 Standard terminal definitions don't support these capabilities and
1581 therefore custom definition is needed.
1583 @example
1584 $ cat terminfo-custom.src
1586 xterm-emacs|xterm with 24-bit direct color mode for Emacs,
1587   use=xterm-256color,
1588   setb24=\E[48\:2\:\:%p1%@{65536@}%/%d\:%p1%@{256@}%/%@{255@}%&\
1589      %d\:%p1%@{255@}%&%dm,
1590   setf24=\E[38\:2\:\:%p1%@{65536@}%/%d\:%p1%@{256@}%/%@{255@}%&\
1591      %d\:%p1%@{255@}%&%dm,
1593 $ tic -x -o ~/.terminfo terminfo-custom.src
1595 $ TERM=xterm-emacs emacs -nw
1596 @end example
1598 @cindex 24-bit direct color mode
1599 Emacs 27.1 and later support Terminfo capability @samp{RGB} for
1600 detecting 24-bit direct color mode.  Multiple standard terminal
1601 definitions support this capability.
1603 @example
1604 $ TERM=xterm-direct infocmp | grep seta[bf]
1606   setab=\E[%?%p1%@{8@}%<%t4%p1%d%e48\:2\:\:%p1%@{65536@}%/\
1607      %d\:%p1%@{256@}%/%@{255@}%&%d\:%p1%@{255@}%&%d%;m,
1608   setaf=\E[%?%p1%@{8@}%<%t3%p1%d%e38\:2\:\:%p1%@{65536@}%/\
1609      %d\:%p1%@{256@}%/%@{255@}%&%d\:%p1%@{255@}%&%d%;m,
1611 $ TERM=xterm-direct emacs -nw
1612 @end example
1614 If your terminal is incompatible with XTerm, you may have to use
1615 another @env{TERM} definition.  Any terminal whose name includes
1616 @samp{direct} should be a candidate.  The @command{toe} command can be
1617 used to find out which of these are installed on your system:
1619 @example
1620 $ toe | grep '\-direct'
1622 konsole-direct  konsole with direct-color indexing
1623 vte-direct      vte with direct-color indexing
1624 st-direct       st with direct-color indexing
1625 xterm-direct2   xterm with direct-color indexing (old)
1626 xterm-direct    xterm with direct-color indexing
1627 @end example
1629 Terminals with @samp{RGB} capability treat pixels #000001 - #000007 as
1630 indexed colors to maintain backward compatibility with applications
1631 that are unaware of direct color mode.  Therefore the seven darkest
1632 blue shades may not be available.  If this is a problem, you can
1633 always use custom terminal definition with @samp{setb24} and
1634 @samp{setf24}.
1636 @node Debugging a customization file
1637 @section How do I debug a @file{.emacs} file?
1638 @cindex Debugging @file{.emacs} file
1639 @cindex @file{.emacs} debugging
1640 @cindex Init file debugging
1641 @cindex @samp{-debug-init} option
1643 Start Emacs with the @samp{-debug-init} command-line option.  This
1644 enables the Emacs Lisp debugger before evaluating your @file{.emacs}
1645 file, and places you in the debugger if something goes wrong.  The top
1646 line in the @file{trace-back} buffer will be the error message, and the
1647 second or third line of that buffer will display the Lisp code from your
1648 @file{.emacs} file that caused the problem.
1650 You can also evaluate an individual function or argument to a function
1651 in your @file{.emacs} file by moving the cursor to the end of the
1652 function or argument and typing @kbd{C-x C-e} (@kbd{M-x
1653 eval-last-sexp}).
1655 Use @kbd{C-h v} (@kbd{M-x describe-variable}) to check the value of
1656 variables which you are trying to set or use.
1658 @node Displaying the current line or column
1659 @section How do I make Emacs display the current line (or column) number?
1660 @cindex @code{line-number-mode}
1661 @cindex Displaying the current line or column
1662 @cindex Line number, displaying the current
1663 @cindex Column, displaying the current
1664 @cindex @code{mode-line-format}
1666 By default, Emacs displays the current line number of the point in the
1667 mode line.  You can toggle this feature off or on with the command
1668 @kbd{M-x line-number-mode}, or by setting the variable
1669 @code{line-number-mode}.  Note that Emacs will not display the line
1670 number if the buffer's size in bytes is larger than the value of the
1671 variable @code{line-number-display-limit}.
1673 You can similarly display the current column with
1674 @kbd{M-x column-number-mode}, or by putting the form
1676 @lisp
1677 (setq column-number-mode t)
1678 @end lisp
1680 @noindent
1681 in your @file{.emacs} file.  This feature is off by default.
1683 The @code{"%c"} format specifier in the variable @code{mode-line-format}
1684 will insert the current column's value into the mode line.  See the
1685 documentation for @code{mode-line-format} (using @kbd{C-h v
1686 mode-line-format @key{RET}}) for more information on how to set and use
1687 this variable.
1689 @cindex Set number capability in @code{vi} emulators
1690 The @samp{linum} package (distributed with Emacs since version 23.1)
1691 displays line numbers in the left margin, like the ``set number''
1692 capability of @code{vi}.  The packages @samp{setnu} and
1693 @samp{wb-line-number} (not distributed with Emacs) also implement this
1694 feature.
1696 @node Displaying the current file name in the titlebar
1697 @section How can I modify the titlebar to contain the current file name?
1698 @cindex Titlebar, displaying the current file name in
1699 @cindex File name, displaying in the titlebar
1700 @cindex @code{frame-title-format}
1702 The contents of an Emacs frame's titlebar is controlled by the variable
1703 @code{frame-title-format}, which has the same structure as the variable
1704 @code{mode-line-format}.  (Use @kbd{C-h v} or @kbd{M-x
1705 describe-variable} to get information about one or both of these
1706 variables.)
1708 By default, the titlebar for a frame does contain the name of the buffer
1709 currently being visited, except if there is a single frame.  In such a
1710 case, the titlebar contains Emacs invocation name and the name of the
1711 machine at which Emacs was invoked.  This is done by setting
1712 @code{frame-title-format} to the default value of
1714 @lisp
1715 (multiple-frames "%b" ("" invocation-name "@@" (system-name)))
1716 @end lisp
1718 To modify the behavior such that frame titlebars contain the buffer's
1719 name regardless of the number of existing frames, include the following
1720 in your @file{.emacs}:
1722 @lisp
1723 (setq frame-title-format "%b")
1724 @end lisp
1726 @node Turning on abbrevs by default
1727 @section How do I turn on abbrevs by default just in mode @var{mymode}?
1728 @cindex Abbrevs, turning on by default
1730 Abbrev mode expands abbreviations as you type them.  To turn it on in a
1731 specific buffer, use @kbd{M-x abbrev-mode}.  To turn it on in every
1732 buffer by default, put this in your @file{.emacs} file:
1734 @lisp
1735 (setq-default abbrev-mode t)
1736 @end lisp
1738 @noindent To turn it on in a specific mode, use:
1740 @lisp
1741 (add-hook '@var{mymode}-mode-hook
1742           (lambda ()
1743            (setq abbrev-mode t)))
1744 @end lisp
1746 @noindent If your Emacs version is older then 22.1, you will also need to use:
1748 @lisp
1749 (condition-case ()
1750    (quietly-read-abbrev-file)
1751   (file-error nil))
1752 @end lisp
1754 @node Associating modes with files
1755 @section How do I make Emacs use a certain major mode for certain files?
1756 @cindex Associating modes with files
1757 @cindex File extensions and modes
1758 @cindex @code{auto-mode-alist}, modifying
1759 @cindex Modes, associating with file extensions
1761 If you want to use a certain mode @var{foo} for all files whose names end
1762 with the extension @file{.@var{bar}}, this will do it for you:
1764 @lisp
1765 (add-to-list 'auto-mode-alist '("\\.@var{bar}\\'" . @var{foo}-mode))
1766 @end lisp
1768 Alternatively, put this somewhere in the first line of any file you want to
1769 edit in the mode @var{foo} (in the second line, if the first line begins
1770 with @samp{#!}):
1772 @example
1773 -*- @var{foo} -*-
1774 @end example
1776 @cindex Major mode for shell scripts
1777 The variable @code{interpreter-mode-alist} specifies which mode to use
1778 when loading an interpreted script (e.g., shell, python, etc.).  Emacs
1779 determines which interpreter you're using by examining the first line of
1780 the script.  Use @kbd{C-h v} (or @kbd{M-x describe-variable}) on
1781 @code{interpreter-mode-alist} to learn more.
1783 @node Highlighting a region
1784 @section How can I highlight a region of text in Emacs?
1785 @cindex Highlighting text
1786 @cindex Text, highlighting
1787 @cindex @code{transient-mark-mode}
1788 @cindex Region, highlighting a
1790 You can cause the region to be highlighted when the mark is active by
1791 including
1793 @lisp
1794 (transient-mark-mode 1)
1795 @end lisp
1797 @noindent
1798 in your @file{.emacs} file.  Since Emacs 23.1, this feature is on by default.
1800 @node Replacing highlighted text
1801 @section How can I replace highlighted text with what I type?
1802 @cindex @code{delete-selection-mode}
1803 @cindex Replacing highlighted text
1804 @cindex Highlighting and replacing text
1806 Use @code{delete-selection-mode}, which you can start automatically by
1807 placing the following Lisp form in your @file{.emacs} file:
1809 @lisp
1810 (delete-selection-mode 1)
1811 @end lisp
1813 According to the documentation string for @code{delete-selection-mode}
1814 (which you can read using @kbd{M-x describe-function @key{RET}
1815 delete-selection-mode @key{RET}}):
1817 @quotation
1818 When Delete Selection mode is enabled, typed text replaces the selection
1819 if the selection is active.  Otherwise, typed text is just inserted at
1820 point regardless of any selection.
1821 @end quotation
1823 This mode also allows you to delete (not kill) the highlighted region by
1824 pressing @key{DEL}.
1826 @node Controlling case sensitivity
1827 @section How do I control Emacs's case-sensitivity when searching/replacing?
1828 @cindex @code{case-fold-search}
1829 @cindex Case sensitivity of searches
1830 @cindex Searching without case sensitivity
1831 @cindex Ignoring case in searches
1833 @c FIXME
1834 The value of the variable @code{case-fold-search} determines whether
1835 searches are case sensitive:
1837 @lisp
1838 (setq case-fold-search nil) ; make searches case sensitive
1839 (setq case-fold-search t)   ; make searches case insensitive
1840 @end lisp
1842 @cindex Case sensitivity in replacements
1843 @cindex Replacing, and case sensitivity
1844 @cindex @code{case-replace}
1845 Similarly, for replacing, the variable @code{case-replace} determines
1846 whether replacements preserve case.
1848 You can also toggle case sensitivity at will in isearch with @kbd{M-c}.
1850 To change the case sensitivity just for one major mode, use the major
1851 mode's hook.  For example:
1853 @lisp
1854 (add-hook '@var{foo}-mode-hook
1855           (lambda ()
1856            (setq case-fold-search nil)))
1857 @end lisp
1859 @node Working with unprintable characters
1860 @section How do I search for, delete, or replace unprintable (eight-bit or control) characters?
1861 @cindex Unprintable characters, working with
1862 @cindex Working with unprintable characters
1863 @cindex Control characters, working with
1864 @cindex Eight-bit characters, working with
1865 @cindex Searching for unprintable characters
1866 @cindex Regexps and unprintable characters
1868 To search for a single character that appears in the buffer as, for
1869 example, @samp{\237}, you can type @kbd{C-s C-q 2 3 7}.
1870 Searching for @strong{all} unprintable characters is best done with a
1871 regular expression (@dfn{regexp}) search.  The easiest regexp to use for
1872 the unprintable chars is the complement of the regexp for the printable
1873 chars.
1875 @itemize @bullet
1877 @item
1878 Regexp for the printable chars: @samp{[\t\n\r\f -~]}
1880 @item
1881 Regexp for the unprintable chars: @samp{[^\t\n\r\f -~]}
1883 @end itemize
1885 To type these special characters in an interactive argument to
1886 @code{isearch-forward-regexp} or @code{re-search-forward}, you need to
1887 use @kbd{C-q}.  (@samp{\t}, @samp{\n}, @samp{\r}, and @samp{\f} stand
1888 respectively for @key{TAB}, @key{LFD}, @key{RET}, and @kbd{C-l}.)  So,
1889 to search for unprintable characters using @code{re-search-forward}:
1891 @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}}
1893 Using @code{isearch-forward-regexp}:
1895 @kbd{C-M-s [^ @key{TAB} @key{LFD} C-q @key{RET} C-q C-l @key{SPC} -~]}
1897 To delete all unprintable characters, simply use replace-regexp:
1899 @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}}
1901 Replacing is similar to the above.  To replace all unprintable
1902 characters with a colon, use:
1904 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}
1906 @node Searching for/replacing newlines
1907 @section How do I input a newline character in isearch or query-replace?
1908 @cindex Searching for newlines
1909 @cindex Replacing newlines
1911 Use @kbd{C-q C-j}.  For more information,
1912 @pxref{Special Isearch,, Special Input for Incremental Search, emacs,
1913 The GNU Emacs Manual}.
1915 @node Yanking text in isearch
1916 @section How do I copy text from the kill ring into the search string?
1917 @cindex Yanking text into the search string
1918 @cindex isearch yanking
1920 Use @kbd{M-y}.  @xref{Isearch Yank,,, emacs, The GNU Emacs Manual}.
1922 @node Wrapping words automatically
1923 @section How do I make Emacs wrap words for me?
1924 @cindex Wrapping word automatically
1925 @cindex Wrapping lines
1926 @cindex Line wrap
1927 @cindex @code{auto-fill-mode}, introduction to
1928 @cindex Maximum line width, default value
1929 @cindex @code{fill-column}, default value
1931 Use @code{auto-fill-mode}, activated by typing @kbd{M-x auto-fill-mode}.
1932 The default maximum line width is 70, determined by the variable
1933 @code{fill-column}.  To learn how to turn this on automatically, see
1934 @ref{Turning on auto-fill by default}.
1936 @node Turning on auto-fill by default
1937 @section How do I turn on @code{auto-fill-mode} by default?
1938 @cindex @code{auto-fill-mode}, activating automatically
1939 @cindex Filling automatically
1940 @cindex Automatic entry to @code{auto-fill-mode}
1942 To turn on @code{auto-fill-mode} just once for one buffer, use @kbd{M-x
1943 auto-fill-mode}.
1945 To turn it on for every buffer in a certain mode, you must use the hook
1946 for that mode.  For example, to turn on @code{auto-fill} mode for all
1947 text buffers, including the following in your @file{.emacs} file:
1949 @lisp
1950 (add-hook 'text-mode-hook 'turn-on-auto-fill)
1951 @end lisp
1953 If you want @code{auto-fill} mode on in all major modes, do this:
1955 @lisp
1956 (setq-default auto-fill-function 'do-auto-fill)
1957 @end lisp
1959 @node Changing load-path
1960 @section How do I change @code{load-path}?
1961 @cindex @code{load-path}, modifying
1962 @cindex Modifying @code{load-path}
1963 @cindex Adding to @code{load-path}
1965 In general, you should only add to the @code{load-path}.  You can add
1966 directory @var{/dir/subdir} to the load path like this:
1968 @lisp
1969 (add-to-list 'load-path "/dir/subdir/")
1970 @end lisp
1972 To do this relative to your home directory:
1974 @lisp
1975 (add-to-list 'load-path "~/mysubdir/")
1976 @end lisp
1978 @node Using an already running Emacs process
1979 @section How do I use an already running Emacs from another window?
1980 @cindex @code{emacsclient}
1981 @cindex Emacs server functions
1982 @cindex Using an existing Emacs process
1984 @code{emacsclient}, which comes with Emacs, is for editing a file using
1985 an already running Emacs rather than starting up a new Emacs.  It does
1986 this by sending a request to the already running Emacs, which must be
1987 expecting the request.
1989 @itemize @bullet
1991 @item
1992 Setup:
1994 Emacs must have executed the @code{server-start} function for
1995 @samp{emacsclient} to work.  This can be done either by a command line
1996 option:
1998 @example
1999 emacs -f server-start
2000 @end example
2002 or by invoking @code{server-start} from @file{.emacs}:
2004 @lisp
2005 (if (@var{some conditions are met}) (server-start))
2006 @end lisp
2008 When this is done, Emacs creates a Unix domain socket named
2009 @file{server} in @file{/tmp/emacs@var{userid}}. See
2010 @code{server-socket-dir}.
2012 To get your news reader, mail reader, etc., to invoke
2013 @samp{emacsclient}, try setting the environment variable @code{EDITOR}
2014 (or sometimes @code{VISUAL}) to the value @samp{emacsclient}.  You may
2015 have to specify the full pathname of the @samp{emacsclient} program
2016 instead.  Examples:
2018 @example
2019 # csh commands:
2020 setenv EDITOR emacsclient
2022 # using full pathname
2023 setenv EDITOR /usr/local/emacs/etc/emacsclient
2025 # sh command:
2026 EDITOR=emacsclient ; export EDITOR
2027 @end example
2029 @item
2030 Normal use:
2032 When @samp{emacsclient} is run, it connects to the socket and passes its
2033 command line options to Emacs, which at the next opportunity will visit
2034 the files specified.  (Line numbers can be specified just like with
2035 Emacs.)  The user will have to switch to the Emacs window by hand.  When
2036 the user is done editing a file, the user can type @kbd{C-x #} (or
2037 @kbd{M-x server-edit}) to indicate this.  If there is another buffer
2038 requested by @code{emacsclient}, Emacs will switch to it; otherwise
2039 @code{emacsclient} will exit, signaling the calling program to continue.
2041 @cindex @code{gnuserv}
2042 There is an alternative version of @samp{emacsclient} called
2043 @c ange@@hplb.hpl.hp.com
2044 @samp{gnuserv}, written by Andy Norman
2045 (@pxref{Packages that do not come with Emacs}).  @samp{gnuserv} uses
2046 Internet domain sockets, so it can work across most network connections.
2048 The most recent @samp{gnuserv} package is available at
2050 @uref{http://meltin.net/hacks/emacs/}
2052 @end itemize
2054 @node Compiler error messages
2055 @section How do I make Emacs recognize my compiler's funny error messages?
2056 @cindex Compiler error messages, recognizing
2057 @cindex Recognizing non-standard compiler errors
2058 @cindex Regexps for recognizing compiler errors
2059 @cindex Errors, recognizing compiler
2061 Customize the @code{compilation-error-regexp-alist} variable.
2063 @node Indenting switch statements
2064 @section How do I change the indentation for @code{switch}?
2065 @cindex @code{switch}, indenting
2066 @cindex Indenting of @code{switch}
2068 Many people want to indent their @code{switch} statements like this:
2070 @example
2073   switch(x) @{
2074     case A:
2075       x1;
2076       break;
2077     case B:
2078       x2;
2079       break;
2080     default:
2081       x3;
2082   @}
2084 @end example
2086 @noindent To achieve this, add the following line to your @file{.emacs}:
2088 @lisp
2089 (c-set-offset 'case-label '+)
2090 @end lisp
2092 @node Customizing C and C++ indentation
2093 @section How to customize indentation in C, C@t{++}, and Java buffers?
2094 @cindex Indentation, how to customize
2095 @cindex Customize indentation
2097 The Emacs @code{cc-mode} features an interactive procedure for
2098 customizing the indentation style, which is fully explained in the
2099 @cite{CC Mode} manual that is part of the Emacs distribution, see
2100 @ref{Customizing Indentation, , Customization Indentation, ccmode,
2101 The CC Mode Manual}.  Here's a short summary of the procedure:
2103 @enumerate
2104 @item
2105 Go to the beginning of the first line where you don't like the
2106 indentation and type @kbd{C-c C-o}.  Emacs will prompt you for the
2107 syntactic symbol; type @key{RET} to accept the default it suggests.
2109 @item
2110 Emacs now prompts for the offset of this syntactic symbol, showing the
2111 default (the current definition) inside parentheses.  You can choose
2112 one of these:
2114 @table @code
2115 @item 0
2116 No extra indentation.
2117 @item +
2118 Indent one basic offset.
2119 @item -
2120 Outdent one basic offset.
2121 @item ++
2122 Indent two basic offsets
2123 @item --
2124 Outdent two basic offsets.
2125 @item *
2126 Indent half basic offset.
2127 @item /
2128 Outdent half basic offset.
2129 @end table
2131 @item
2132 After choosing one of these symbols, type @kbd{C-c C-q} to reindent
2133 the line or the block according to what you just specified.
2135 @item
2136 If you don't like the result, go back to step 1.  Otherwise, add the
2137 following line to your @file{.emacs}:
2139 @lisp
2140 (c-set-offset '@var{syntactic-symbol} @var{offset})
2141 @end lisp
2143 @noindent
2144 where @var{syntactic-symbol} is the name Emacs shows in the minibuffer
2145 when you type @kbd{C-c C-o} at the beginning of the line, and
2146 @var{offset} is one of the indentation symbols listed above (@code{+},
2147 @code{/}, @code{0}, etc.)@: that you've chosen during the interactive
2148 procedure.
2150 @item
2151 Go to the next line whose indentation is not to your liking and repeat
2152 the process there.
2153 @end enumerate
2155 It is recommended to put all the resulting @code{(c-set-offset ...)}
2156 customizations inside a C mode hook, like this:
2158 @lisp
2159 (defun my-c-mode-hook ()
2160   (c-set-offset ...)
2161   (c-set-offset ...))
2162 (add-hook 'c-mode-hook 'my-c-mode-hook)
2163 @end lisp
2165 @noindent
2166 Using @code{c-mode-hook} avoids the need to put a @w{@code{(require
2167 'cc-mode)}} into your @file{.emacs} file, because @code{c-set-offset}
2168 might be unavailable when @code{cc-mode} is not loaded.
2170 Note that @code{c-mode-hook} runs for C source files only; use
2171 @code{c++-mode-hook} for C@t{++} sources, @code{java-mode-hook} for
2172 Java sources, etc.  If you want the same customizations to be in
2173 effect in @emph{all} languages supported by @code{cc-mode}, use
2174 @code{c-mode-common-hook}.
2176 @node Horizontal scrolling
2177 @section How can I make Emacs automatically scroll horizontally?
2178 @cindex @code{hscroll-mode}
2179 @cindex Horizontal scrolling
2180 @cindex Scrolling horizontally
2182 In Emacs 21 and later, this is on by default: if the variable
2183 @code{truncate-lines} is non-@code{nil} in the current buffer, Emacs
2184 automatically scrolls the display horizontally when point moves off the
2185 left or right edge of the window.
2187 Note that this is overridden by the variable
2188 @code{truncate-partial-width-windows} if that variable is non-@code{nil}
2189 and the current buffer is not full-frame width.
2191 In Emacs 20, use @code{hscroll-mode}.
2193 @node Overwrite mode
2194 @section How do I make Emacs ``typeover'' or ``overwrite'' instead of inserting?
2195 @cindex @key{Insert}
2196 @cindex @code{overwrite-mode}
2197 @cindex Overwriting existing text
2198 @cindex Toggling @code{overwrite-mode}
2200 @kbd{M-x overwrite-mode} (a minor mode).  This toggles
2201 @code{overwrite-mode} on and off, so exiting from @code{overwrite-mode}
2202 is as easy as another @kbd{M-x overwrite-mode}.
2204 On some systems, @key{Insert} toggles @code{overwrite-mode} on and off.
2206 @node Turning off beeping
2207 @section How do I stop Emacs from beeping on a terminal?
2208 @cindex Beeping, turning off
2209 @cindex Visible bell
2210 @cindex Bell, visible
2212 @c martin@@cc.gatech.edu
2213 Martin R. Frank writes:
2215 Tell Emacs to use the @dfn{visible bell} instead of the audible bell,
2216 and set the visible bell to nothing.
2218 That is, put the following in your @code{TERMCAP} environment variable
2219 (assuming you have one):
2221 @example
2222 ... :vb=: ...
2223 @end example
2225 And evaluate the following Lisp form:
2227 @example
2228 (setq visible-bell t)
2229 @end example
2231 @node Turning the volume down
2232 @section How do I turn down the bell volume in Emacs running under X?
2233 @cindex Bell, volume of
2234 @cindex Volume of bell
2236 On X Window system, you can adjust the bell volume and duration for all
2237 programs with the shell command @code{xset}.
2239 Invoking @code{xset} without any arguments produces some basic
2240 information, including the following:
2242 @example
2243 usage:  xset [-display host:dpy] option ...
2244   To turn bell off:
2245       -b                b off               b 0
2246   To set bell volume, pitch and duration:
2247        b [vol [pitch [dur]]]          b on
2248 @end example
2250 @node Automatic indentation
2251 @section How do I tell Emacs to automatically indent a new line to the indentation of the previous line?
2252 @cindex Indenting new lines
2253 @cindex New lines, indenting of
2254 @cindex Previous line, indenting according to
2255 @cindex Text indentation
2257 Such behavior is automatic (in Text mode) in Emacs 20 and later.  From the
2258 @file{etc/NEWS} file for Emacs 20.2:
2260 @example
2261 ** In Text mode, now only blank lines separate paragraphs.  This makes
2262 it possible to get the full benefit of Adaptive Fill mode in Text mode,
2263 and other modes derived from it (such as Mail mode).  @key{TAB} in Text
2264 mode now runs the command @code{indent-relative}; this makes a practical
2265 difference only when you use indented paragraphs.
2267 If you want spaces at the beginning of a line to start a paragraph, use
2268 the new mode, Paragraph Indent Text mode.
2269 @end example
2271 @cindex Prefixing lines
2272 @cindex Fill prefix
2273 If you have @code{auto-fill-mode} turned on (@pxref{Turning on auto-fill
2274 by default}), you can tell Emacs to prefix every line with a certain
2275 character sequence, the @dfn{fill prefix}.  Type the prefix at the
2276 beginning of a line, position point after it, and then type @kbd{C-x .}
2277 (@code{set-fill-prefix}) to set the fill prefix.  Thereafter,
2278 auto-filling will automatically put the fill prefix at the beginning of
2279 new lines, and @kbd{M-q} (@code{fill-paragraph}) will maintain any fill
2280 prefix when refilling the paragraph.
2282 If you have paragraphs with different levels of indentation, you will
2283 have to set the fill prefix to the correct value each time you move to a
2284 new paragraph.  There are many packages available to deal with this
2285 (@pxref{Packages that do not come with Emacs}).  Look for ``fill'' and
2286 ``indent'' keywords for guidance.
2288 @node Matching parentheses
2289 @section How do I show which parenthesis matches the one I'm looking at?
2290 @cindex Parentheses, matching
2291 @cindex @file{paren.el}
2292 @cindex Highlighting matching parentheses
2293 @cindex Pairs of parentheses, highlighting
2294 @cindex Matching parentheses
2296 Call @code{show-paren-mode} in your @file{.emacs} file:
2298 @lisp
2299 (show-paren-mode 1)
2300 @end lisp
2302 You can also enable this mode by selecting the @samp{Paren Match
2303 Highlighting} option from the @samp{Options} menu of the Emacs menu bar
2304 at the top of any Emacs frame.
2306 Alternatives to this mode include:
2308 @itemize @bullet
2310 @item
2311 If you're looking at a right parenthesis (or brace or bracket) you can
2312 delete it and reinsert it.  Emacs will momentarily move the cursor to
2313 the matching parenthesis.
2315 @item
2316 @kbd{C-M-f} (@code{forward-sexp}) and @kbd{C-M-b} (@code{backward-sexp})
2317 will skip over one set of balanced parentheses, so you can see which
2318 parentheses match.  (You can train it to skip over balanced brackets
2319 and braces at the same time by modifying the syntax table.)
2321 @cindex Show matching paren as in @code{vi}
2322 @item
2323 Here is some Emacs Lisp that will make the @kbd{%} key show the matching
2324 parenthesis, like in @code{vi}.  In addition, if the cursor isn't over a
2325 parenthesis, it simply inserts a % like normal.
2327 @lisp
2328 ;; By an unknown contributor
2330 (global-set-key "%" 'match-paren)
2332 (defun match-paren (arg)
2333   "Go to the matching paren if on a paren; otherwise insert %."
2334   (interactive "p")
2335   (cond ((looking-at "\\s(") (forward-list 1) (backward-char 1))
2336         ((looking-at "\\s)") (forward-char 1) (backward-list 1))
2337         (t (self-insert-command (or arg 1)))))
2338 @end lisp
2340 @end itemize
2342 @node Hiding #ifdef lines
2343 @section In C mode, can I show just the lines that will be left after @code{#ifdef} commands are handled by the compiler?
2344 @cindex @code{#ifdef}, selective display of
2345 @cindex @code{hide-ifdef-mode}
2346 @cindex Hiding @code{#ifdef} text
2347 @cindex Selectively displaying @code{#ifdef} code
2349 @kbd{M-x hide-ifdef-mode}.  (This is a minor mode.)  You might also want
2350 to investigate @file{cpp.el}, which is distributed with Emacs.
2352 @node Repeating commands
2353 @section How do I repeat a command as many times as possible?
2354 @cindex Repeating commands many times
2355 @cindex Commands, repeating many times
2356 @cindex @code{.}, equivalent to @code{vi} command
2358 As of Emacs 20.3, there is indeed a @code{repeat} command (@kbd{C-x z})
2359 that repeats the last command.  If you preface it with a prefix
2360 argument, the prefix arg is applied to the command.
2362 You can also type @kbd{C-x @key{ESC} @key{ESC}}
2363 (@code{repeat-complex-command}) to reinvoke commands that used the
2364 minibuffer to get arguments.  In @code{repeat-complex-command} you can
2365 type @kbd{M-p} and @kbd{M-n} (and also up-arrow and down-arrow, if your
2366 keyboard has these keys) to scan through all the different complex
2367 commands you've typed.
2369 To repeat a set of commands, use keyboard macros.  Use @kbd{C-x (} and
2370 @kbd{C-x )} to make a keyboard macro that invokes the command and then
2371 type @kbd{C-x e}.  @xref{Keyboard Macros,,, emacs, The GNU Emacs Manual}.
2373 If you're really desperate for the @code{.} command in @code{vi} that
2374 redoes the last insertion/deletion, use VIPER, a @code{vi} emulation
2375 mode which comes with Emacs, and which appears to support it.
2377 @node Valid X resources
2378 @section What are the valid X resource settings (i.e., stuff in .Xdefaults)?
2379 @cindex Resources, X
2380 @cindex X resources
2381 @cindex Setting X resources
2383 @xref{X Resources,,, emacs, The GNU Emacs Manual}.
2385 You can also use a resource editor, such as editres (for X11R5 and
2386 onwards), to look at the resource names for the menu bar, assuming Emacs
2387 was compiled with the X toolkit.
2389 @node Evaluating Emacs Lisp code
2390 @section How do I execute (``evaluate'') a piece of Emacs Lisp code?
2391 @cindex Evaluating Lisp code
2392 @cindex Lisp forms, evaluating
2394 There are a number of ways to execute (@dfn{evaluate}, in Lisp lingo) an
2395 Emacs Lisp @dfn{form}:
2397 @itemize @bullet
2399 @item
2400 If you want it evaluated every time you run Emacs, put it in a file
2401 named @file{.emacs} in your home directory.  This is known as ``your
2402 @file{.emacs} file,'' and contains all of your personal customizations.
2404 @item
2405 You can type the form in the @file{*scratch*} buffer, and then type
2406 @key{LFD} (or @kbd{C-j}) after it.  The result of evaluating the form
2407 will be inserted in the buffer.
2409 @item
2410 In @code{emacs-lisp-mode}, typing @kbd{C-M-x} evaluates a top-level form
2411 before or around point.
2413 @item
2414 Typing @kbd{C-x C-e} in any buffer evaluates the Lisp form immediately
2415 before point and prints its value in the echo area.
2417 @item
2418 Typing @kbd{M-:} or @kbd{M-x eval-expression} allows you to type a Lisp
2419 form in the minibuffer which will be evaluated once you press @key{RET}.
2421 @item
2422 You can use @kbd{M-x load-file} to have Emacs evaluate all the Lisp
2423 forms in a file.  (To do this from Lisp use the function @code{load}
2424 instead.)
2426 The functions @code{load-library}, @code{eval-region},
2427 @code{eval-buffer}, @code{require}, and @code{autoload} are also
2428 useful; see @ref{Emacs Lisp documentation}, if you want to learn more
2429 about them.
2431 @end itemize
2433 @node Changing the length of a Tab
2434 @section How do I change Emacs's idea of the @key{TAB} character's length?
2435 @cindex Tab length
2436 @cindex Length of tab character
2438 Set the default value of the variable @code{tab-width}.  For example, to set
2439 @key{TAB} stops every 10 characters, insert the following in your
2440 @file{.emacs} file:
2442 @lisp
2443 (setq-default tab-width 10)
2444 @end lisp
2446 Do not confuse variable @code{tab-width} with variable
2447 @code{tab-stop-list}.  The former is used for the display of literal
2448 @key{TAB} characters.  The latter controls what characters are inserted
2449 when you press the @key{TAB} character in certain modes.
2451 @node Inserting text at the beginning of each line
2452 @section How do I insert <some text> at the beginning of every line?
2453 @cindex Prefixing a region with some text
2454 @cindex Prefix character, inserting in mail/news replies
2455 @cindex Replies to mail/news, inserting a prefix character
2456 @cindex @code{mail-yank-prefix}
2457 @cindex Mail replies, inserting a prefix character
2458 @cindex News replies, inserting a prefix character
2460 To do this to an entire buffer, type @kbd{M-< M-x replace-regexp
2461 @key{RET} ^ @key{RET} your text @key{RET}}.
2463 To do this to a region, use @code{string-insert-rectangle}.
2464 Set the mark (@kbd{C-@key{SPC}}) at the beginning of the first line you
2465 want to prefix, move the cursor to last line to be prefixed, and type
2466 @kbd{M-x string-insert-rectangle @key{RET}}.  To do this for the whole
2467 buffer, type @kbd{C-x h M-x string-insert-rectangle @key{RET}}.
2469 If you are trying to prefix a yanked mail message with @samp{>}, you
2470 might want to set the variable @code{mail-yank-prefix}.  In Message
2471 buffers, you can even use @kbd{M-;} to cite yanked messages (@kbd{M-;}
2472 runs the function @code{comment-region}, it is a general-purpose
2473 mechanism to comment regions) (@pxref{Changing the included text prefix}).
2475 @node Forcing the cursor to remain in the same column
2476 @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?
2477 @cindex @code{picture-mode}
2478 @cindex Remaining in the same column, regardless of contents
2479 @cindex Vertical movement in empty documents
2481 Use @kbd{M-x picture-mode}.
2483 See also the variable @code{track-eol} and the command
2484 @code{set-goal-column} bound to @kbd{C-x C-n}
2485 (@pxref{Moving Point, , , emacs, The GNU Emacs Manual}).
2487 @node Forcing Emacs to iconify itself
2488 @section How do I tell Emacs to iconify itself?
2489 @cindex Iconification under the X Window System
2490 @cindex X Window System and iconification
2491 @cindex Suspending Emacs
2493 @kbd{C-z} iconifies Emacs when running under X and suspends Emacs
2494 otherwise.  @xref{Frame Commands,,, emacs, The GNU Emacs Manual}.
2496 @node Using regular expressions
2497 @section How do I use regexps (regular expressions) in Emacs?
2498 @cindex Regexps
2499 @cindex Regular expressions
2500 @cindex Differences between Unix and Emacs regexps
2501 @cindex Unix regexps, differences from Emacs
2502 @cindex Text strings, putting regexps in
2504 @xref{Regexp Backslash,,, emacs, The GNU Emacs Manual}.
2506 The @code{or} operator is @samp{\|}, not @samp{|}, and the grouping operators
2507 are @samp{\(} and @samp{\)}.  Also, the string syntax for a backslash is
2508 @samp{\\}.  To specify a regular expression like @samp{xxx\(foo\|bar\)}
2509 in a Lisp string, use @samp{xxx\\(foo\\|bar\\)}.
2511 Note the doubled backslashes!
2513 @itemize @bullet
2515 @item
2516 Unlike in Unix @file{grep}, @file{sed}, etc., a complement character set
2517 (@samp{[^...]})  can match a newline character (@key{LFD} a.k.a.@:
2518 @kbd{C-j} a.k.a.@: @samp{\n}), unless newline is mentioned as one of the
2519 characters not to match.
2521 @item
2522 The character syntax regexps (e.g., @samp{\sw}) are not
2523 meaningful inside character set regexps (e.g., @samp{[aeiou]}).  (This
2524 is actually typical for regexp syntax.)
2526 @end itemize
2528 @node Replacing text across multiple files
2529 @section How do I perform a replace operation across more than one file?
2530 @cindex Replacing strings across files
2531 @cindex Multiple files, replacing across
2532 @cindex Files, replacing strings across multiple
2533 @cindex Recursive search/replace operations
2535 Dired mode (@kbd{M-x dired @key{RET}}, or @kbd{C-x d}) supports the
2536 command @code{dired-do-find-regexp-and-replace} (@kbd{Q}), which allows
2537 users to replace regular expressions in multiple files.
2539 You can use this command to perform search/replace operations on
2540 multiple files by following the following steps:
2542 @itemize @bullet
2543 @item
2544 Assemble a list of files you want to operate on with either
2545 @code{find-dired}, @code{find-name-dired} or @code{find-grep-dired}.
2547 @item
2548 Mark all files in the resulting Dired buffer using @kbd{t}.
2550 @item
2551 Use @kbd{Q} to start a @code{query-replace-regexp} session on the marked
2552 files.
2554 @item
2555 To accept all replacements in each file, hit @kbd{!}.
2556 @end itemize
2558 Another way to do the same thing is to use the ``tags'' feature of
2559 Emacs: it includes the command @code{tags-query-replace} which performs
2560 a query-replace across all the files mentioned in the @file{TAGS} file.
2561 @xref{Identifier Search,,, emacs, The GNU Emacs Manual}.
2563 @node Documentation for etags
2564 @section Where is the documentation for @code{etags}?
2565 @cindex Documentation for @code{etags}
2566 @cindex @code{etags}, documentation for
2568 The @code{etags} man page should be in the same place as the
2569 @code{emacs} man page.
2571 Quick command-line switch descriptions are also available.  For example,
2572 @samp{etags -H}.
2574 @node Disabling backups
2575 @section How do I disable backup files?
2576 @cindex Backups, disabling
2577 @cindex Disabling backups
2579 You probably don't want to do this, since backups are useful, especially
2580 when something goes wrong.
2582 To avoid seeing backup files (and other ``uninteresting'' files) in Dired,
2583 load @code{dired-x} by adding the following to your @file{.emacs} file:
2585 @lisp
2586 (add-hook 'dired-load-hook
2587           (lambda ()
2588            (require 'dired-x)))
2589 @end lisp
2591 With @code{dired-x} loaded, @kbd{M-o} toggles omitting in each dired buffer.
2592 You can make omitting the default for new dired buffers by putting the
2593 following in your @file{.emacs}:
2595 @lisp
2596 (add-hook 'dired-mode-hook 'dired-omit-toggle)
2597 @end lisp
2599 If you're tired of seeing backup files whenever you do an @samp{ls} at
2600 the Unix shell, try GNU @code{ls} with the @samp{-B} option.  GNU
2601 @code{ls} is part of the GNU Fileutils package, available from
2602 @url{https://ftp.gnu.org} and its mirrors (@pxref{Current GNU distributions}).
2604 To disable or change the way backups are made,
2605 @pxref{Backup Names,,, emacs, The GNU Emacs Manual}.
2607 @cindex Backup files in a single directory
2608 Beginning with Emacs 21.1, you can control where Emacs puts backup files
2609 by customizing the variable @code{backup-directory-alist}.  This
2610 variable's value specifies that files whose names match specific patters
2611 should have their backups put in certain directories.  A typical use is
2612 to add the element @code{("." . @var{dir})} to force Emacs to put
2613 @strong{all} backup files in the directory @file{dir}.
2615 @node Disabling auto-save-mode
2616 @section How do I disable @code{auto-save-mode}?
2617 @cindex Disabling @code{auto-save-mode}
2618 @cindex Auto-saving
2619 @cindex Saving at frequent intervals
2621 You probably don't want to do this, since auto-saving is useful,
2622 especially when Emacs or your computer crashes while you are editing a
2623 document.
2625 Instead, you might want to change the variable
2626 @code{auto-save-interval}, which specifies how many keystrokes Emacs
2627 waits before auto-saving.  Increasing this value forces Emacs to wait
2628 longer between auto-saves, which might annoy you less.
2630 You might also want to look into Sebastian Kremer's @code{auto-save}
2631 package (@pxref{Packages that do not come with Emacs}).  This
2632 package also allows you to place all auto-save files in one directory,
2633 such as @file{/tmp}.
2635 To disable or change how @code{auto-save-mode} works,
2636 @pxref{Auto Save,,, emacs, The GNU Emacs Manual}.
2638 @node Going to a line by number
2639 @section How can I go to a certain line given its number?
2640 @cindex Going to a line by number
2641 @cindex Compilation error messages
2642 @cindex Recompilation
2644 Are you sure you indeed need to go to a line by its number?  Perhaps all
2645 you want is to display a line in your source file for which a compiler
2646 printed an error message?  If so, compiling from within Emacs using the
2647 @kbd{M-x compile} and @kbd{M-x recompile} commands is a much more
2648 effective way of doing that.  Emacs automatically intercepts the compile
2649 error messages, inserts them into a special buffer called
2650 @file{*compilation*}, and lets you visit the locus of each message in
2651 the source.  Type @kbd{C-x `} to step through the offending lines one by
2652 one (starting with Emacs 22, you can also use @kbd{M-g M-p} and
2653 @kbd{M-g M-n} to go to the previous and next matches directly).  Click
2654 @kbd{mouse-2} or press @key{RET} on a message text in the
2655 @file{*compilation*} buffer to go to the line whose number is mentioned
2656 in that message.
2658 But if you indeed need to go to a certain text line, type @kbd{M-g M-g}
2659 (which is the default binding of the @code{goto-line} function starting
2660 with Emacs 22).  Emacs will prompt you for the number of the line and go
2661 to that line.
2663 You can do this faster by invoking @code{goto-line} with a numeric
2664 argument that is the line's number.  For example, @kbd{C-u 286 M-g M-g}
2665 will jump to line number 286 in the current buffer.
2667 @node Modifying pull-down menus
2668 @section How can I create or modify new pull-down menu options?
2669 @cindex Pull-down menus, creating or modifying
2670 @cindex Menus, creating or modifying
2671 @cindex Creating new menu options
2672 @cindex Modifying pull-down menus
2673 @cindex Menus and keymaps
2674 @cindex Keymaps and menus
2676 Each menu title (e.g., @samp{File}, @samp{Edit}, @samp{Buffers})
2677 represents a local or global keymap.  Selecting a menu title with the
2678 mouse displays that keymap's non-@code{nil} contents in the form of a menu.
2680 So to add a menu option to an existing menu, all you have to do is add a
2681 new definition to the appropriate keymap.  Adding a @samp{Forward Word}
2682 item to the @samp{Edit} menu thus requires the following Lisp code:
2684 @lisp
2685 (define-key global-map
2686   [menu-bar edit forward]
2687   '("Forward word" . forward-word))
2688 @end lisp
2690 @noindent
2691 The first line adds the entry to the global keymap, which includes
2692 global menu bar entries.  Replacing the reference to @code{global-map}
2693 with a local keymap would add this menu option only within a particular
2694 mode.
2696 The second line describes the path from the menu-bar to the new entry.
2697 Placing this menu entry underneath the @samp{File} menu would mean
2698 changing the word @code{edit} in the second line to @code{file}.
2700 The third line is a cons cell whose first element is the title that will
2701 be displayed, and whose second element is the function that will be
2702 called when that menu option is invoked.
2704 To add a new menu, rather than a new option to an existing menu, we must
2705 define an entirely new keymap:
2707 @lisp
2708 (define-key global-map [menu-bar words]
2709   (cons "Words" (make-sparse-keymap "Words")))
2710 @end lisp
2712 The above code creates a new sparse keymap, gives it the name
2713 @samp{Words}, and attaches it to the global menu bar.  Adding the
2714 @samp{Forward Word} item to this new menu would thus require the
2715 following code:
2717 @lisp
2718 (define-key global-map
2719   [menu-bar words forward]
2720   '("Forward word" . forward-word))
2721 @end lisp
2723 @noindent
2724 Note that because of the way keymaps work, menu options are displayed
2725 with the more recently defined items at the top.  Thus if you were to
2726 define menu options @samp{foo}, @samp{bar}, and @samp{baz} (in that
2727 order), the menu option @samp{baz} would appear at the top, and
2728 @samp{foo} would be at the bottom.
2730 One way to avoid this problem is to use the function @code{define-key-after},
2731 which works the same as @code{define-key}, but lets you modify where items
2732 appear.  The following Lisp code would insert the @samp{Forward Word}
2733 item in the @samp{Edit} menu immediately following the @samp{Undo} item:
2735 @lisp
2736 (define-key-after
2737   (lookup-key global-map [menu-bar edit])
2738   [forward]
2739   '("Forward word" . forward-word)
2740   'undo)
2741 @end lisp
2743 Note how the second and third arguments to @code{define-key-after} are
2744 different from those of @code{define-key}, and that we have added a new
2745 (final) argument, the function after which our new key should be
2746 defined.
2748 To move a menu option from one position to another, simply evaluate
2749 @code{define-key-after} with the appropriate final argument.
2751 More detailed information---and more examples of how to create and
2752 modify menu options---are in the @cite{Emacs Lisp Reference Manual}, under
2753 ``Menu Keymaps.''  (@xref{Emacs Lisp documentation}, for information on
2754 this manual.)
2756 @node Deleting menus and menu options
2757 @section How do I delete menus and menu options?
2758 @cindex Deleting menus and menu options
2759 @cindex Menus, deleting
2761 The simplest way to remove a menu is to set its keymap to @samp{nil}.
2762 For example, to delete the @samp{Words} menu (@pxref{Modifying pull-down
2763 menus}), use:
2765 @lisp
2766 (define-key global-map [menu-bar words] nil)
2767 @end lisp
2769 Similarly, removing a menu option requires redefining a keymap entry to
2770 @code{nil}.  For example, to delete the @samp{Forward word} menu option
2771 from the @samp{Edit} menu (we added it in @ref{Modifying pull-down
2772 menus}), use:
2774 @lisp
2775 (define-key global-map [menu-bar edit forward] nil)
2776 @end lisp
2778 @node Turning on syntax highlighting
2779 @section How do I turn on syntax highlighting?
2780 @cindex Syntax highlighting
2781 @cindex @code{font-lock-mode}
2782 @cindex Highlighting based on syntax
2783 @cindex Colorizing text
2784 @cindex FAQ, @code{font-lock-mode}
2786 @code{font-lock-mode} is the standard way to have Emacs perform syntax
2787 highlighting in the current buffer.  It is enabled by default in Emacs
2788 22.1 and later.
2790 With @code{font-lock-mode} turned on, different types of text will
2791 appear in different colors.  For instance, in a programming mode,
2792 variables will appear in one face, keywords in a second, and comments in
2793 a third.
2795 To turn @code{font-lock-mode} off within an existing buffer, use
2796 @kbd{M-x font-lock-mode @key{RET}}.
2798 In Emacs 21 and earlier versions, you could use the following code in
2799 your @file{.emacs} file to turn on @code{font-lock-mode} globally:
2801 @lisp
2802 (global-font-lock-mode 1)
2803 @end lisp
2805 Highlighting a buffer with @code{font-lock-mode} can take quite a while,
2806 and cause an annoying delay in display, so several features exist to
2807 work around this.
2809 @cindex Just-In-Time syntax highlighting
2810 In Emacs 21 and later, turning on @code{font-lock-mode} automatically
2811 activates the new @dfn{Just-In-Time fontification} provided by
2812 @code{jit-lock-mode}.  @code{jit-lock-mode} defers the fontification of
2813 portions of buffer until you actually need to see them, and can also
2814 fontify while Emacs is idle.  This makes display of the visible portion
2815 of a buffer almost instantaneous.  For details about customizing
2816 @code{jit-lock-mode}, type @kbd{C-h f jit-lock-mode @key{RET}}.
2818 @cindex Levels of syntax highlighting
2819 @cindex Decoration level, in @code{font-lock-mode}
2820 In versions of Emacs before 21, different levels of decoration are
2821 available, from slight to gaudy.  More decoration means you need to wait
2822 more time for a buffer to be fontified (or a faster machine).  To
2823 control how decorated your buffers should become, set the value of
2824 @code{font-lock-maximum-decoration} in your @file{.emacs} file, with a
2825 @code{nil} value indicating default (usually minimum) decoration, and a
2826 @code{t} value indicating the maximum decoration.  For the gaudiest
2827 possible look, then, include the line
2829 @lisp
2830 (setq font-lock-maximum-decoration t)
2831 @end lisp
2833 @noindent
2834 in your @file{.emacs} file.  You can also set this variable such that
2835 different modes are highlighted in a different ways; for more
2836 information, see the documentation for
2837 @code{font-lock-maximum-decoration} with @kbd{C-h v} (or @kbd{M-x
2838 describe-variable @key{RET}}).
2840 Also see the documentation for the function @code{font-lock-mode},
2841 available by typing @kbd{C-h f font-lock-mode} (@kbd{M-x
2842 describe-function @key{RET} font-lock-mode @key{RET}}).
2844 To print buffers with the faces (i.e., colors and fonts) intact, use
2845 @kbd{M-x ps-print-buffer-with-faces} or @kbd{M-x
2846 ps-print-region-with-faces}.  You will need a way to send text to a
2847 PostScript printer, or a PostScript interpreter such as Ghostscript;
2848 consult the documentation of the variables @code{ps-printer-name},
2849 @code{ps-lpr-command}, and @code{ps-lpr-switches} for more details.
2851 @node Scrolling only one line
2852 @section How can I force Emacs to scroll only one line when I move past the bottom of the screen?
2853 @cindex Scrolling only one line
2854 @cindex Reducing the increment when scrolling
2856 Customize the @code{scroll-conservatively} variable with @kbd{M-x
2857 customize-variable @key{RET} scroll-conservatively @key{RET}} and set it
2858 to a large value like, say, 10000.  For an explanation of what this
2859 means, @pxref{Auto Scrolling,,, emacs, The GNU Emacs Manual}.
2861 Alternatively, use the following Lisp form in your @file{.emacs}:
2863 @lisp
2864 (setq scroll-conservatively most-positive-fixnum)
2865 @end lisp
2867 @node Editing MS-DOS files
2868 @section How can I edit MS-DOS files using Emacs?
2869 @cindex Editing MS-DOS files
2870 @cindex MS-DOS files, editing
2871 @cindex Microsoft files, editing
2872 @cindex Windows files, editing
2874 As of Emacs 20, detection and handling of MS-DOS (and Windows) files is
2875 performed transparently.  You can open MS-DOS files on a Unix system,
2876 edit it, and save it without having to worry about the file format.
2878 When editing an MS-DOS style file, the mode line will indicate that it
2879 is a DOS file.  On Unix and GNU/Linux systems, and also on a Macintosh,
2880 the string @samp{(DOS)} will appear near the left edge of the mode line;
2881 on DOS and Windows, where the DOS end-of-line (EOL) format is the
2882 default, a backslash (@samp{\}) will appear in the mode line.
2884 @node Filling paragraphs with a single space
2885 @section How can I tell Emacs to fill paragraphs with a single space after each period?
2886 @cindex One space following periods
2887 @cindex Single space following periods
2888 @cindex Periods, one space following
2890 Add the following line to your @file{.emacs} file:
2892 @lisp
2893 (setq sentence-end-double-space nil)
2894 @end lisp
2896 @node Escape sequences in shell output
2897 @section Why these strange escape sequences from @code{ls} from the Shell mode?
2898 @cindex Escape sequences in @code{ls} output
2899 @cindex @code{ls} in Shell mode
2901 In many systems, @code{ls} is aliased to @samp{ls --color}, which
2902 prints using ANSI color escape sequences.  Emacs version 21.1 and
2903 later includes the @code{ansi-color} package, which lets Shell mode
2904 recognize these escape sequences.  In Emacs 23.2 and later, the
2905 package is enabled by default; in earlier versions you can enable it
2906 by typing @kbd{M-x ansi-color-for-comint-mode} in the Shell buffer, or
2907 by adding @code{(add-hook 'shell-mode-hook
2908 'ansi-color-for-comint-mode-on)} to your init file.
2910 @node Fullscreen mode on MS-Windows
2911 @section How can I start Emacs in fullscreen mode on MS-Windows?
2912 @cindex Maximize frame
2913 @cindex Fullscreen mode
2915 Beginning with Emacs 24.4 either run Emacs with the @samp{--maximized}
2916 command-line option or put the following form in your @file{.emacs}
2917 file:
2919 @lisp
2920 (add-hook 'emacs-startup-hook 'toggle-frame-maximized)
2921 @end lisp
2923 With older versions use the function @code{w32-send-sys-command}.  For
2924 example, you can put the following in your @file{.emacs} file:
2926 @lisp
2927 (add-hook 'emacs-startup-hook
2928           (lambda () (w32-send-sys-command ?\xF030)))
2929 @end lisp
2931 To avoid the slightly distracting visual effect of Emacs starting with
2932 its default frame size and then growing to fullscreen, you can add an
2933 @samp{Emacs.Geometry} entry to the Windows registry settings.
2934 @xref{X Resources,,, emacs, The GNU Emacs Manual}.
2936 To compute the correct values for width and height, first maximize the
2937 Emacs frame and then evaluate @code{(frame-height)} and
2938 @code{(frame-width)} with @kbd{M-:}.
2940 @c ------------------------------------------------------------
2941 @node Bugs and problems
2942 @chapter Bugs and problems
2943 @cindex Bugs and problems
2945 The Emacs manual lists some common kinds of trouble users could get
2946 into, see @ref{Lossage, , Dealing with Emacs Trouble, emacs, The GNU
2947 Emacs Manual}, so you might look there if the problem you encounter
2948 isn't described in this chapter.  If you decide you've discovered a bug,
2949 see @ref{Bugs, , Reporting Bugs, emacs, The GNU Emacs Manual}, for
2950 instructions how to do that.
2952 The file @file{etc/PROBLEMS} in the Emacs distribution lists various
2953 known problems with building and using Emacs on specific platforms;
2954 type @kbd{C-h C-p} to read it.
2956 @menu
2957 * Problems with very large files::
2958 * ^M in the shell buffer::
2959 * Problems with Shell Mode::
2960 * Termcap/Terminfo entries for Emacs::
2961 * Errors with init files::
2962 * Emacs ignores X resources::
2963 * Emacs ignores frame parameters::
2964 * Editing files with $ in the name::
2965 * Shell mode loses the current directory::
2966 * Security risks with Emacs::
2967 * Dired claims that no file is on this line::
2968 @end menu
2970 @node Problems with very large files
2971 @section Does Emacs have problems with files larger than 8 megabytes?
2972 @cindex Very large files, opening
2973 @cindex Large files, opening
2974 @cindex Opening very large files
2975 @cindex Maximum file size
2976 @cindex Files, maximum size
2978 Old versions (i.e., anything before 19.29) of Emacs had problems editing
2979 files larger than 8 megabytes.  In versions 19.29 and later, the maximum
2980 buffer size is at least @math{2^{27}-1}, or 134,217,727 bytes, or 132 MBytes.
2981 The maximum buffer size on 32-bit machines increased to 256 MBytes in
2982 Emacs 22, and again to 512 MBytes in Emacs 23.2.
2984 Emacs compiled on a 64-bit machine can handle much larger buffers.
2986 @node ^M in the shell buffer
2987 @section How do I get rid of @samp{^M} or echoed commands in my shell buffer?
2988 @cindex Shell buffer, echoed commands and @samp{^M} in
2989 @cindex Echoed commands in @code{shell-mode}
2991 Try typing @kbd{M-x shell-strip-ctrl-m @key{RET}} while in @code{shell-mode} to
2992 make them go away.  If that doesn't work, you have several options:
2994 For @code{tcsh}, put this in your @file{.cshrc} (or @file{.tcshrc})
2995 file:
2997 @example
2998 if ($?INSIDE_EMACS && $?tcsh)
2999     unset edit
3000     stty -icrnl -onlcr -echo susp ^Z
3001 endif
3002 @end example
3004 Or put this in your @file{.emacs_tcsh} or @file{~/.emacs.d/init_tcsh.sh} file:
3006 @example
3007 unset edit
3008 stty -icrnl -onlcr -echo susp ^Z
3009 @end example
3011 Alternatively, use @code{csh} in your shell buffers instead of
3012 @code{tcsh}.  One way is:
3014 @lisp
3015 (setq explicit-shell-file-name "/bin/csh")
3016 @end lisp
3018 @noindent
3019 and another is to do this in your @file{.cshrc} (or @file{.tcshrc})
3020 file:
3022 @example
3023 setenv ESHELL /bin/csh
3024 @end example
3026 @noindent
3027 (You must start Emacs over again with the environment variable properly
3028 set for this to take effect.)
3030 You can also set the @code{ESHELL} environment variable in Emacs Lisp
3031 with the following Lisp form,
3033 @lisp
3034 (setenv "ESHELL" "/bin/csh")
3035 @end lisp
3037 The above solutions try to prevent the shell from producing the
3038 @samp{^M} characters in the first place.  If this is not possible
3039 (e.g., if you use a Windows shell), you can get Emacs to remove these
3040 characters from the buffer by adding this to your @file{.emacs} init
3041 file:
3043 @smalllisp
3044 (add-hook 'comint-output-filter-functions 'shell-strip-ctrl-m)
3045 @end smalllisp
3047 On a related note: if your shell is echoing your input line in the shell
3048 buffer, you might want to customize the @code{comint-process-echoes}
3049 variable in your shell buffers, or try the following command in your
3050 shell start-up file:
3052 @example
3053 stty -icrnl -onlcr -echo susp ^Z
3054 @end example
3056 @node Problems with Shell Mode
3057 @section Why do I get an error message when I try to run @kbd{M-x shell}?
3059 @cindex Shell Mode, problems
3060 @cindex @code{explicit-shell-file-name}
3061 This might happen because Emacs tries to look for the shell in a wrong
3062 place.  If you know where your shell executable is, set the variable
3063 @code{explicit-shell-file-name} in your @file{.emacs} file to point to
3064 its full file name.
3066 @cindex Antivirus programs, and Shell Mode
3067 Some people have trouble with Shell Mode on MS-Windows because of
3068 intrusive antivirus software; disabling the resident antivirus program
3069 solves the problems in those cases.
3071 @node Termcap/Terminfo entries for Emacs
3072 @section Where is the termcap/terminfo entry for terminal type @samp{emacs}?
3073 @cindex Termcap
3074 @cindex Terminfo
3075 @cindex Emacs entries for termcap/terminfo
3077 The termcap entry for terminal type @samp{emacs} is ordinarily put in
3078 the @samp{TERMCAP} environment variable of subshells.  It may help in
3079 certain situations (e.g., using rlogin from shell buffer) to add an
3080 entry for @samp{emacs} to the system-wide termcap file.  Here is a
3081 correct termcap entry for @samp{emacs}:
3083 @example
3084 emacs:tc=unknown:
3085 @end example
3087 To make a terminfo entry for @samp{emacs}, use @code{tic} or
3088 @code{captoinfo}.  You need to generate
3089 @file{/usr/lib/terminfo/e/emacs}.  It may work to simply copy
3090 @file{/usr/lib/terminfo/d/dumb} to @file{/usr/lib/terminfo/e/emacs}.
3092 Having a termcap/terminfo entry will not enable the use of full screen
3093 programs in shell buffers.  Use @kbd{M-x term} for that instead.
3095 A workaround to the problem of missing termcap/terminfo entries is to
3096 change terminal type @samp{emacs} to type @samp{dumb} or @samp{unknown}
3097 in your shell start up file.  @code{csh} users could put this in their
3098 @file{.cshrc} files:
3100 @example
3101 if ("$term" == emacs) set term=dumb
3102 @end example
3104 @node Errors with init files
3105 @section Why does Emacs say @samp{Error in init file}?
3106 @cindex Error in @file{.emacs}
3107 @cindex Error in init file
3108 @cindex Init file, errors in
3109 @cindex @file{.emacs} file, errors in
3110 @cindex Debugging @file{.emacs} file
3112 An error occurred while loading either your @file{.emacs} file or the
3113 system-wide file @file{site-lisp/default.el}.  Emacs 21.1 and later pops the
3114 @file{*Messages*} buffer, and puts there some additional information
3115 about the error, to provide some hints for debugging.
3117 For information on how to debug your @file{.emacs} file, see
3118 @ref{Debugging a customization file}.
3120 It may be the case that you need to load some package first, or use a
3121 hook that will be evaluated after the package is loaded.  A common case
3122 of this is explained in @ref{Terminal setup code works after Emacs has
3123 begun}.
3125 @node Emacs ignores X resources
3126 @section Why does Emacs ignore my X resources (my .Xdefaults file)?
3127 @cindex X resources being ignored
3128 @cindex Ignored X resources
3129 @cindex @file{.Xdefaults}
3131 As of version 19, Emacs searches for X resources in the files specified
3132 by the following environment variables:
3134 @itemize @bullet
3136 @item @code{XFILESEARCHPATH}
3137 @item @code{XUSERFILESEARCHPATH}
3138 @item @code{XAPPLRESDIR}
3140 @end itemize
3142 This emulates the functionality provided by programs written using the
3143 Xt toolkit.
3145 @code{XFILESEARCHPATH} and @code{XUSERFILESEARCHPATH} should be a list
3146 of file names separated by colons.  @code{XAPPLRESDIR} should be a list
3147 of directories separated by colons.
3149 Emacs searches for X resources:
3151 @enumerate
3153 @item
3154 specified on the command line, with the @samp{-xrm RESOURCESTRING} option,
3156 @item
3157 then in the value of the @samp{XENVIRONMENT} environment variable,
3159 @itemize @minus
3161 @item
3162 or if that is unset, in the file named
3163 @file{~/.Xdefaults-@var{hostname}} if it exists (where @var{hostname} is
3164 the name of the machine Emacs is running on),
3166 @end itemize
3168 @item
3169 then in the screen-specific and server-wide resource properties provided
3170 by the server,
3172 @itemize @minus
3174 @item
3175 or if those properties are unset, in the file named @file{~/.Xdefaults}
3176 if it exists,
3178 @end itemize
3180 @item
3181 then in the files listed in @samp{XUSERFILESEARCHPATH},
3183 @itemize @minus
3185 @item
3186 or in files named @file{@var{lang}/Emacs} in directories listed in
3187 @samp{XAPPLRESDIR} (where @var{lang} is the value of the @code{LANG}
3188 environment variable), if the @samp{LANG} environment variable is set,
3189 @item
3190 or in files named Emacs in the directories listed in @samp{XAPPLRESDIR}
3191 @item
3192 or in @file{~/@var{lang}/Emacs} (if the @code{LANG} environment variable
3193 is set),
3194 @item
3195 or in @file{~/Emacs},
3197 @end itemize
3199 @item
3200 then in the files listed in  @code{XFILESEARCHPATH}.
3202 @end enumerate
3204 @node Emacs ignores frame parameters
3205 @section Why don't my customizations of the frame parameters work?
3206 @cindex Frame parameters
3208 This probably happens because you have set the frame parameters in the
3209 variable @code{initial-frame-alist}.  That variable holds parameters
3210 used only for the first frame created when Emacs starts.  To customize
3211 the parameters of all frames, change the variable
3212 @code{default-frame-alist} instead.
3214 These two variables exist because many users customize the initial frame
3215 in a special way.  For example, you could determine the position and
3216 size of the initial frame, but would like to control the geometry of the
3217 other frames by individually positioning each one of them.
3220 @node Editing files with $ in the name
3221 @section How do I edit a file with a @samp{$} in its name?
3222 @cindex Editing files with @samp{$} in the name
3223 @cindex @samp{$} in file names
3224 @cindex File names containing @samp{$}, editing
3226 When entering a file name in the minibuffer, Emacs will attempt to expand
3227 a @samp{$} followed by a word as an environment variable.  To suppress
3228 this behavior, type @kbd{$$} instead.
3230 @node Shell mode loses the current directory
3231 @section Why does shell mode lose track of the shell's current directory?
3232 @cindex Current directory and @code{shell-mode}
3233 @cindex @code{shell-mode} and current directory
3234 @cindex Directory, current in @code{shell-mode}
3236 Emacs has no way of knowing when the shell actually changes its
3237 directory.  This is an intrinsic limitation of Unix.  So it tries to
3238 guess by recognizing @samp{cd} commands.  If you type @kbd{cd} followed
3239 by directory with a variable reference (@kbd{cd $HOME/bin}) or
3240 with a shell metacharacter (@kbd{cd ../lib*}), Emacs will fail to
3241 correctly guess the shell's new current directory.  A huge variety of
3242 fixes and enhancements to shell mode for this problem have been written
3243 to handle this problem (@pxref{Finding a package with particular
3244 functionality}).
3246 You can tell Emacs the shell's current directory with the command
3247 @kbd{M-x dirs}.
3249 @node Security risks with Emacs
3250 @section Are there any security risks in Emacs?
3251 @cindex Security with Emacs
3252 @cindex @samp{movemail} and security
3253 @cindex @code{file-local-variable} and security
3254 @cindex Synthetic X events and security
3255 @cindex X events and security
3257 @itemize @bullet
3259 @item
3260 The @file{movemail} incident.  (No, this is not a risk.)
3262 In his book @cite{The Cuckoo's Egg}, Cliff Stoll describes this in
3263 chapter 4.  The site at LBL had installed the @file{/etc/movemail}
3264 program setuid root.  (As of version 19, @file{movemail} is in your
3265 architecture-specific directory; type @kbd{C-h v exec-directory
3266 @key{RET}} to see what it is.)  Since @code{movemail} had not been
3267 designed for this situation, a security hole was created and users could
3268 get root privileges.
3270 @code{movemail} has since been changed so that this security hole will
3271 not exist, even if it is installed setuid root.  However,
3272 @code{movemail} no longer needs to be installed setuid root, which
3273 should eliminate this particular risk.
3275 We have heard unverified reports that the 1988 Internet worm took
3276 advantage of this configuration problem.
3278 @item
3279 The @code{file-local-variable} feature.  (Yes, a risk, but easy to
3280 change.)
3282 There is an Emacs feature that allows the setting of local values for
3283 variables when editing a file by including specially formatted text near
3284 the end of the file.  This feature also includes the ability to have
3285 arbitrary Emacs Lisp code evaluated when the file is visited.
3286 Obviously, there is a potential for Trojan horses to exploit this
3287 feature.
3289 As of Emacs 22, Emacs has a list of local variables that are known to
3290 be safe to set.  If a file tries to set any variable outside this
3291 list, it asks the user to confirm whether the variables should be set.
3292 You can also tell Emacs whether to allow the evaluation of Emacs Lisp
3293 code found at the bottom of files by setting the variable
3294 @code{enable-local-eval}.
3296 @xref{File Variables,,, emacs, The GNU Emacs Manual}.
3298 @item
3299 Synthetic X events.  (Yes, a risk; use @samp{MIT-MAGIC-COOKIE-1} or
3300 better.)
3302 Emacs accepts synthetic X events generated by the @code{SendEvent}
3303 request as though they were regular events.  As a result, if you are
3304 using the trivial host-based authentication, other users who can open X
3305 connections to your X workstation can make your Emacs process do
3306 anything, including run other processes with your privileges.
3308 The only fix for this is to prevent other users from being able to open
3309 X connections.  The standard way to prevent this is to use a real
3310 authentication mechanism, such as @samp{MIT-MAGIC-COOKIE-1}.  If using
3311 the @code{xauth} program has any effect, then you are probably using
3312 @samp{MIT-MAGIC-COOKIE-1}.  Your site may be using a superior
3313 authentication method; ask your system administrator.
3315 If real authentication is not a possibility, you may be satisfied by
3316 just allowing hosts access for brief intervals while you start your X
3317 programs, then removing the access.  This reduces the risk somewhat by
3318 narrowing the time window when hostile users would have access, but
3319 @emph{does not eliminate the risk}.
3321 On most computers running Unix and X, you enable and disable
3322 access using the @code{xhost} command.  To allow all hosts access to
3323 your X server, use
3325 @example
3326 xhost +
3327 @end example
3329 @noindent
3330 at the shell prompt, which (on an HP machine, at least) produces the
3331 following message:
3333 @example
3334 access control disabled, clients can connect from any host
3335 @end example
3337 To deny all hosts access to your X server (except those explicitly
3338 allowed by name), use
3340 @example
3341 xhost -
3342 @end example
3344 On the test HP computer, this command generated the following message:
3346 @example
3347 access control enabled, only authorized clients can connect
3348 @end example
3350 @end itemize
3352 @node Dired claims that no file is on this line
3353 @section Dired says, @samp{no file on this line} when I try to do something.
3354 @cindex Dired does not see a file
3356 Dired uses a regular expression to find the beginning of a file name.
3357 In a long Unix-style directory listing (@samp{ls -l}), the file name
3358 starts after the date.  The regexp has thus been written to look for the
3359 date.  By default, it should understand dates and times regardless of
3360 the language, but if your directory listing has an unusual format, Dired
3361 may get confused.
3363 There are two approaches to solving this.  The first one involves
3364 setting things up so that @samp{ls -l} outputs a more standard format.
3365 See your OS manual for more information.
3367 The second approach involves changing the regular expression used by
3368 dired, @code{directory-listing-before-filename-regexp}.
3370 @c ------------------------------------------------------------
3371 @node Compiling and installing Emacs
3372 @chapter    Compiling and installing Emacs
3373 @cindex    Compiling and installing Emacs
3375 @menu
3376 * Installing Emacs::
3377 * Problems building Emacs::
3378 @end menu
3380 @node Installing Emacs
3381 @section How do I install Emacs?
3382 @cindex Installing Emacs
3383 @cindex Unix systems, installing Emacs on
3384 @cindex Downloading and installing Emacs
3385 @cindex Building Emacs from source
3386 @cindex Source code, building Emacs from
3388 This answer is meant for users of Unix and Unix-like systems.  Users of
3389 other operating systems should see the series of questions beginning
3390 with @ref{Emacs for MS-DOS}, which describe where to get non-Unix source
3391 and binaries, and how to install Emacs on those systems.
3393 Most GNU/Linux distributions provide pre-built Emacs packages.
3394 If Emacs is not installed already, you can install it by running (as
3395 root) a command such as @samp{yum install emacs} (Red Hat and
3396 derivatives) or @samp{apt-get install emacs} (Debian and derivatives).
3398 If you want to compile Emacs yourself, read the file @file{INSTALL} in
3399 the source distribution.  In brief:
3401 @itemize @bullet
3403 @item
3404 First download the Emacs sources.  @xref{Current GNU distributions}, for
3405 a list of sites that make them available.  On @url{https://ftp.gnu.org},
3406 the main GNU distribution site, sources are available as
3408 @c Don't include VER in the file name, because pretests are not there.
3409 @uref{https://ftp.gnu.org/pub/gnu/emacs/emacs-VERSION.tar.gz}
3411 (Replace @samp{VERSION} with the relevant version number, e.g., @samp{23.1}.)
3413 @item
3414 Next uncompress and extract the source files.  This requires
3415 the @code{gzip} and @code{tar} programs, which are standard utilities.
3416 If your system does not have them, these can also be downloaded from
3417 @url{https://ftp.gnu.org}.
3419 GNU @code{tar} can uncompress and extract in a single-step:
3421 @example
3422 tar -zxvf emacs-VERSION.tar.gz
3423 @end example
3425 @item
3426 At this point, the Emacs sources should be sitting in a directory called
3427 @file{emacs-VERSION}.  On most common Unix and Unix-like systems,
3428 you should be able to compile Emacs with the following commands:
3430 @example
3431 cd emacs-VERSION
3432 ./configure         # configure Emacs for your particular system
3433 make                # use Makefile to build components, then Emacs
3434 @end example
3436 If the @code{make} completes successfully, the odds are fairly good that
3437 the build has gone well.  (@xref{Problems building Emacs}, if you weren't
3438 successful.)
3440 @item
3441 By default, Emacs is installed in @file{/usr/local}.  To actually
3442 install files, become the superuser and type
3444 @example
3445 make install
3446 @end example
3448 Note that @samp{make install} will overwrite @file{/usr/local/bin/emacs}
3449 and any Emacs Info files that might be in @file{/usr/local/share/info/}.
3451 @end itemize
3453 @node Problems building Emacs
3454 @section What should I do if I have trouble building Emacs?
3455 @cindex Problems building Emacs
3456 @cindex Errors when building Emacs
3458 First look in the file @file{etc/PROBLEMS} (where you unpack the Emacs
3459 source) to see if there is already a solution for your problem.  Next,
3460 look for other questions in this FAQ that have to do with Emacs
3461 installation and compilation problems.
3463 If you'd like to have someone look at your problem and help solve it,
3464 see @ref{Help installing Emacs}.
3466 If you cannot find a solution in the documentation, please report the
3467 problem (@pxref{Reporting bugs}).
3470 @c ------------------------------------------------------------
3471 @node Finding Emacs and related packages
3472 @chapter Finding Emacs and related packages
3473 @cindex Finding Emacs and related packages
3475 @menu
3476 * Finding Emacs on the Internet::
3477 * Finding a package with particular functionality::
3478 * Packages that do not come with Emacs::
3479 * Spell-checkers::
3480 * Current GNU distributions::
3481 * Difference between Emacs and XEmacs::
3482 * Emacs for minimalists::
3483 * Emacs for MS-DOS::
3484 * Emacs for MS-Windows::
3485 * Emacs for GNUstep::
3486 * Emacs for macOS::
3487 @end menu
3489 @node Finding Emacs on the Internet
3490 @section Where can I get Emacs on the net?
3491 @cindex Finding Emacs on the Internet
3492 @cindex Downloading Emacs
3494 Information on downloading Emacs is available at
3495 @uref{https://www.gnu.org/software/emacs/, the Emacs home-page}.
3497 @xref{Installing Emacs}, for information on how to obtain and build the latest
3498 version of Emacs, and see @ref{Current GNU distributions}, for a list of
3499 archive sites that make GNU software available.
3501 @node Finding a package with particular functionality
3502 @section How do I find an Emacs Lisp package that does XXX?
3503 @cindex Package, finding
3504 @cindex Finding an Emacs Lisp package
3505 @cindex Functionality, finding a particular package
3507 First of all, you should check to make sure that the package isn't
3508 already available.  For example, typing @kbd{M-x apropos @key{RET}
3509 python @key{RET}} lists all functions and variables containing the
3510 string @samp{python}.
3512 It is also possible that the package is on your system, but has not been
3513 loaded.  To see which packages are available for loading, look through
3514 your computer's lisp directory (@pxref{File-name conventions}).  The Lisp
3515 source to most packages contains a short description of how they
3516 should be loaded, invoked, and configured---so before you use or
3517 modify a Lisp package, see if the author has provided any hints in the
3518 source code.
3520 The command @kbd{C-h p} (@code{finder-by-keyword}) allows you to browse
3521 the constituent Emacs packages.
3523 For advice on how to find extra packages that are not part of Emacs,
3524 see @ref{Packages that do not come with Emacs}.
3526 @c Note that M-x view-external-packages references this node.
3527 @node Packages that do not come with Emacs
3528 @section Where can I get Emacs Lisp packages that don't come with Emacs?
3529 @cindex Unbundled packages
3530 @cindex Finding other packages
3531 @cindex Lisp packages that do not come with Emacs
3532 @cindex Packages, those that do not come with Emacs
3533 @cindex Emacs Lisp List
3534 @cindex Emacs Lisp Archive
3536 The easiest way to add more features to your Emacs is to use the
3537 command @kbd{M-x list-packages}.  This contacts the
3538 @uref{https:///elpa.gnu.org, GNU ELPA} (``Emacs Lisp Package Archive'')
3539 server and fetches the list of additional packages that it offers.
3540 These are GNU packages that are available for use with Emacs, but are
3541 distributed separately from Emacs itself, for reasons of space, etc.
3542 You can browse the resulting @file{*Packages*} buffer to see what is
3543 available, and then Emacs can automatically download and install the
3544 packages that you select.  @xref{Packages,,, emacs, The GNU Emacs Manual}.
3546 There are other, non-GNU, Emacs Lisp package servers, including:
3547 @uref{http://melpa.org/, MELPA}; and
3548 @uref{https://marmalade-repo.org/, Marmalade}.  To use additional
3549 package servers, customize the @code{package-archives} variable.  Be
3550 aware that installing a package can run arbitrary code, so only add
3551 sources that you trust.
3553 The @uref{https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources,
3554 GNU Emacs sources mailing list}, which is gatewayed to the
3555 @uref{news:gnu.emacs.sources, Emacs sources newsgroup} (although the
3556 connection between the two can be unreliable) is an official place
3557 where people can post or announce their extensions to Emacs.
3559 The @uref{http://emacswiki.org, Emacs Wiki} contains pointers to some
3560 additional extensions.  @uref{http://wikemacs.org, WikEmacs} is an
3561 alternative wiki for Emacs.
3563 @uref{http://www.damtp.cam.ac.uk/user/sje30/emacs/ell.html, The Emacs
3564 Lisp List (ELL)}, has pointers to many Emacs Lisp files, but at time
3565 of writing it is no longer being updated.
3567 It is impossible for us to list here all the sites that offer Emacs
3568 Lisp packages.  If you are interested in a specific feature, then
3569 after checking Emacs itself and GNU ELPA, a web search is often the
3570 best way to find results.
3572 @node Spell-checkers
3573 @section Spell-checkers
3574 @cindex Spell-checker
3575 @cindex Checking spelling
3576 @cindex Hunspell
3577 @cindex Aspell
3578 @cindex Ispell
3579 @cindex Enchant
3581 Various spell-checkers are compatible with Emacs, including:
3583 @table @b
3585 @item Hunspell
3586 @uref{http://hunspell.sourceforge.net/}
3588 @item GNU Aspell
3589 @uref{http://aspell.net/}
3591 @item Ispell
3592 @uref{http://fmg-www.cs.ucla.edu/geoff/ispell.html}
3594 @item Enchant
3595 @uref{https://abiword.github.io/enchant/}
3597 @end table
3599 @node Current GNU distributions
3600 @section Where can I get other up-to-date GNU stuff?
3601 @cindex Current GNU distributions
3602 @cindex Sources for current GNU distributions
3603 @cindex Stuff, current GNU
3604 @cindex Up-to-date GNU stuff
3605 @cindex Finding current GNU software
3606 @cindex Official GNU software sites
3608 The most up-to-date official GNU software is normally kept at
3610 @uref{https://ftp.gnu.org/pub/gnu}
3612 A list of sites mirroring @samp{ftp.gnu.org} can be found at
3614 @uref{https://www.gnu.org/prep/ftp}
3616 @node Difference between Emacs and XEmacs
3617 @section What is the difference between Emacs and XEmacs (formerly Lucid Emacs)?
3618 @cindex XEmacs
3619 @cindex Difference Emacs and XEmacs
3620 @cindex Lucid Emacs
3621 @cindex Epoch
3623 XEmacs is a branch version of Emacs.  It was first called Lucid Emacs,
3624 and was initially derived from a prerelease version of Emacs 19.  In
3625 this FAQ, we use the name ``Emacs'' only for the official version.
3627 Emacs and XEmacs each come with Lisp packages that are lacking in the
3628 other.  The two versions have some significant differences at the Lisp
3629 programming level.  Their current features are roughly comparable,
3630 though the support for some operating systems, character sets and
3631 specific packages might be quite different.
3633 Some XEmacs code has been contributed to Emacs, and we would like to
3634 use other parts, but the earlier XEmacs maintainers did not always
3635 keep track of the authors of contributed code, which makes it
3636 impossible for the FSF to get copyright papers signed for that code.
3637 (The FSF requires these papers for all the code included in the Emacs
3638 release, aside from generic C support packages that retain their
3639 separate identity and are not integrated into the code of Emacs
3640 proper.)
3642 If you want to talk about these two versions and distinguish them,
3643 please call them ``Emacs'' and ``XEmacs.''  To contrast ``XEmacs''
3644 with ``GNU Emacs'' would be misleading, since XEmacs too has its
3645 origin in the work of the GNU Project.  Terms such as ``Emacsen'' and
3646 ``(X)Emacs'' are not wrong, but they are not very clear, so it
3647 is better to write ``Emacs and XEmacs.''
3649 @node Emacs for minimalists
3650 @section I don't have enough disk space to install Emacs
3651 @cindex Zile
3652 @cindex Not enough disk space to install Emacs
3654 GNU Zile is a lightweight Emacs clone.  Zile is short for @samp{Zile Is
3655 Lossy Emacs}.  It has all of Emacs's basic editing features.  The Zile
3656 binary typically has a size of about 130 kbytes, so this can be useful
3657 if you are in an extremely space-restricted environment.  More
3658 information is available from
3660 @uref{https://www.gnu.org/software/zile/}
3663 @node Emacs for MS-DOS
3664 @section Where can I get Emacs for MS-DOS?
3665 @cindex MS-DOS, Emacs for
3666 @cindex DOS, Emacs for
3667 @cindex Compiling Emacs for DOS
3668 @cindex Emacs for MS-DOS
3670 To build Emacs from source for MS-DOS, see the instructions in the file
3671 @file{msdos/INSTALL} in the distribution.  The DOS port builds and runs
3672 on plain DOS, and also on all versions of MS-Windows from version 3.X
3673 onwards, including Windows XP and Vista.
3675 The file @file{etc/PROBLEMS} contains some additional information
3676 regarding Emacs under MS-DOS.
3678 A pre-built binary distribution of the old Emacs 24 is available, as
3679 described at
3681 @uref{http://www.delorie.com/pub/djgpp/current/v2gnu/emacs.README}
3683 For a list of other MS-DOS implementations of Emacs (and Emacs
3684 look-alikes), consult the list of ``Emacs implementations and literature,''
3685 available at
3687 @uref{http://www.finseth.com/emacs.html}
3689 Note that while many of these programs look similar to Emacs, they often
3690 lack certain features, such as the Emacs Lisp extension language.
3692 @node Emacs for MS-Windows
3693 @section Where can I get Emacs for Microsoft Windows?
3694 @cindex FAQ for Emacs on MS-Windows
3695 @cindex Emacs for MS-Windows
3696 @cindex Microsoft Windows, Emacs for
3698 There is a separate FAQ for Emacs on MS-Windows,
3699 @pxref{Top,,,efaq-w32,FAQ for Emacs on MS Windows}.
3700 For MS-DOS, @pxref{Emacs for MS-DOS}.
3703 @node Emacs for GNUstep
3704 @section Where can I get Emacs for GNUstep?
3705 @cindex GNUstep, Emacs for
3707 Beginning with version 23.1, Emacs supports GNUstep natively.
3708 See the file @file{nextstep/INSTALL} in the distribution.
3710 @node Emacs for macOS
3711 @section Where can I get Emacs for macOS?
3712 @cindex Apple computers, Emacs for
3713 @cindex Macintosh, Emacs for
3714 @cindex macOS, Emacs for
3716 Beginning with version 22.1, Emacs supports macOS natively.
3717 See the file @file{nextstep/INSTALL} in the distribution.
3719 @c ------------------------------------------------------------
3720 @node Key bindings
3721 @chapter Key bindings
3722 @cindex Key bindings
3724 @menu
3725 * Binding keys to commands::
3726 * Invalid prefix characters::
3727 * Terminal setup code works after Emacs has begun::
3728 * Working with function and arrow keys::
3729 * X key translations for Emacs::
3730 * Backspace invokes help::
3731 * Swapping keys::
3732 * Producing C-XXX with the keyboard::
3733 * No Meta key::
3734 * No Escape key::
3735 * Compose Character::
3736 * Binding combinations of modifiers and function keys::
3737 * Meta key does not work in xterm::
3738 * ExtendChar key does not work as Meta::
3739 * SPC no longer completes file names::
3740 @end menu
3742 @node Binding keys to commands
3743 @section How do I bind keys (including function keys) to commands?
3744 @cindex Binding keys to commands
3745 @cindex Keys, binding to commands
3746 @cindex Commands, binding keys to
3748 Keys can be bound to commands either interactively or in your
3749 @file{.emacs} file.  To interactively bind keys for all modes, type
3750 @kbd{M-x global-set-key @key{RET} @var{key} @var{cmd} @key{RET}}.
3752 To bind a key just in the current major mode, type @kbd{M-x
3753 local-set-key @key{RET} @var{key} @var{cmd} @key{RET}}.
3755 @xref{Key Bindings,,, emacs, The GNU Emacs Manual}.
3757 To make the process of binding keys interactively easier, use the
3758 following ``trick'': First bind the key interactively, then immediately
3759 type @kbd{C-x @key{ESC} @key{ESC} C-a C-k C-g}.  Now, the command needed
3760 to bind the key is in the kill ring, and can be yanked into your
3761 @file{.emacs} file.  If the key binding is global, no changes to the
3762 command are required.  For example,
3764 @lisp
3765 (global-set-key [f1] 'help-for-help)
3766 @end lisp
3768 @noindent
3769 can be placed directly into the @file{.emacs} file.  If the key binding is
3770 local, the command is used in conjunction with the @samp{add-hook} function.
3771 For example, in TeX mode, a local binding might be
3773 @lisp
3774 (add-hook 'tex-mode-hook
3775   (lambda ()
3776    (local-set-key [f1] 'help-for-help)))
3777 @end lisp
3780 @itemize @bullet
3782 @item
3783 Control characters in key sequences, in the form yanked from the kill
3784 ring are given in their graphic form---i.e., @key{CTRL} is shown as
3785 @samp{^}, @key{TAB} as a set of spaces (usually 8), etc.  You may want
3786 to convert these into their vector or string forms.
3788 @item
3789 If a prefix key of the character sequence to be bound is already
3790 bound as a complete key, then you must unbind it before the new
3791 binding.  For example, if @kbd{ESC @{} is previously bound:
3793 @lisp
3794 (global-unset-key [?\e ?@{])   ;;   or
3795 (local-unset-key [?\e ?@{])
3796 @end lisp
3798 @item
3799 Aside from commands and ``lambda lists,'' a vector or string also
3800 can be bound to a key and thus treated as a macro.  For example:
3802 @lisp
3803 (global-set-key [f10] [?\C-x?\e?\e?\C-a?\C-k?\C-g])  ;;  or
3804 (global-set-key [f10] "\C-x\e\e\C-a\C-k\C-g")
3805 @end lisp
3807 @end itemize
3809 @node Invalid prefix characters
3810 @section Why does Emacs say @samp{Key sequence XXX uses invalid prefix characters}?
3811 @cindex Prefix characters, invalid
3812 @cindex Invalid prefix characters
3813 @cindex Misspecified key sequences
3815 Usually, one of two things has happened.  In one case, the control
3816 character in the key sequence has been misspecified (e.g., @samp{C-f}
3817 used instead of @samp{\C-f} within a Lisp expression).  In the other
3818 case, a @dfn{prefix key} in the keystroke sequence you were trying to bind
3819 was already bound as a @dfn{complete key}.  Historically, the @samp{ESC [}
3820 prefix was usually the problem, in which case you should evaluate either
3821 of these forms before attempting to bind the key sequence:
3823 @lisp
3824 (global-unset-key [?\e ?[])  ;;  or
3825 (global-unset-key "\e[")
3826 @end lisp
3828 @node Terminal setup code works after Emacs has begun
3829 @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?
3830 @cindex Terminal setup code in @file{.emacs}
3832 During startup, Emacs initializes itself according to a given code/file
3833 order.  If some of the code executed in your @file{.emacs} file needs to
3834 be postponed until the initial terminal or window-system setup code has
3835 been executed but is not, then you will experience this problem (this
3836 code/file execution order is not enforced after startup).
3838 To postpone the execution of Emacs Lisp code until after terminal or
3839 window-system setup, treat the code as a @dfn{lambda list} and add it to
3840 @code{emacs-startup-hook} (or @code{tty-setup-hook} in Emacs 24.4 and
3841 newer).  For example,
3843 @lisp
3844 (add-hook 'emacs-startup-hook
3845           (lambda ()
3846            (when (string-match "\\`vt220" (or (getenv "TERM") ""))
3847              ;; Make vt220's "Do" key behave like M-x:
3848              (global-set-key [do] 'execute-extended-command))))
3849 @end lisp
3851 For information on what Emacs does every time it is started, see the
3852 @file{lisp/startup.el} file.
3854 @node Working with function and arrow keys
3855 @section How do I tell what characters or symbols my function or arrow keys emit?
3856 @cindex Working with arrow keys
3857 @cindex Arrow keys, symbols generated by
3858 @cindex Working with function keys
3859 @cindex Function keys, symbols generated by
3860 @cindex Symbols generated by function keys
3862 Type @kbd{C-h c} then the function or arrow keys.  The command will
3863 return either a function key symbol or character sequence (see the
3864 Emacs documentation for an explanation).  This works for other
3865 keys as well.
3867 @node X key translations for Emacs
3868 @section How do I set the X key ``translations'' for Emacs?
3869 @cindex X key translations
3870 @cindex Key translations under X
3871 @cindex Translations for keys under X
3873 Emacs is not written using the Xt library by default, so there are no
3874 ``translations'' to be set.  (We aren't sure how to set such translations
3875 if you do build Emacs with Xt; please let us know if you've done this!)
3877 The only way to affect the behavior of keys within Emacs is through
3878 @code{xmodmap} (outside Emacs) or @code{define-key} (inside Emacs).  The
3879 @code{define-key} command should be used in conjunction with the
3880 @code{function-key-map} map.  For instance,
3882 @lisp
3883 (define-key function-key-map [M-@key{TAB}] [?\M-\t])
3884 @end lisp
3886 @noindent
3887 defines the @kbd{M-@key{TAB}} key sequence.
3889 @node Backspace invokes help
3890 @section Why does the @key{Backspace} key invoke help?
3891 @cindex @key{Backspace} key invokes help
3892 @cindex Help invoked by @key{Backspace}
3893 @cindex @key{DEL} key does not delete
3895 The @key{Backspace} key (on most keyboards) generates @acronym{ASCII} code 8.
3896 @kbd{C-h} sends the same code.  In Emacs by default @kbd{C-h} invokes
3897 help-command.  This is intended to be easy to remember since the first
3898 letter of @samp{help} is @samp{h}.  The easiest solution to this problem
3899 is to use @kbd{C-h} (and @key{Backspace}) for help and @key{DEL} (the
3900 @key{Delete} key) for deleting the previous character.
3902 For many people this solution may be problematic:
3904 @itemize @bullet
3906 @item
3907 They normally use @key{Backspace} outside of Emacs for deleting the
3908 previous character.  This can be solved by making @key{DEL} the command
3909 for deleting the previous character outside of Emacs.  On many Unix
3910 systems, this command will remap @key{DEL}:
3912 @example
3913 stty erase '^?'
3914 @end example
3916 @item
3917 The user may prefer the @key{Backspace} key for deleting the
3918 previous character because it is more conveniently located on their
3919 keyboard or because they don't even have a separate @key{Delete} key.
3920 In this case, the @key{Backspace} key should be made to behave like
3921 @key{Delete}.  There are several methods.
3923 @itemize @minus
3924 @item
3925 Some terminals (e.g., VT3## terminals) and terminal emulators (e.g.,
3926 TeraTerm) allow the character generated by the @key{Backspace} key to be
3927 changed from a setup menu.
3929 @item
3930 You may be able to get a keyboard that is completely programmable, or a
3931 terminal emulator that supports remapping of any key to any other key.
3933 @item
3934 With Emacs 21.1 and later, you can control the effect of the
3935 @key{Backspace} and @key{Delete} keys, on both dumb terminals and a
3936 windowed displays, by customizing the option
3937 @code{normal-erase-is-backspace-mode}, or by invoking @kbd{M-x
3938 normal-erase-is-backspace}.  See the documentation of these symbols
3939 (@pxref{Emacs Lisp documentation}) for more info.
3941 @item
3942 It is possible to swap the @key{Backspace} and @key{DEL} keys inside
3943 Emacs:
3945 @lisp
3946 (keyboard-translate ?\C-h ?\C-?)
3947 @end lisp
3949 @noindent
3950 This is the recommended method of forcing @key{Backspace} to act as
3951 @key{DEL}, because it works even in modes which bind @key{DEL} to
3952 something other than @code{delete-backward-char}.
3954 Similarly, you could remap @key{DEL} to act as @kbd{C-d}, which by
3955 default deletes forward:
3957 @lisp
3958 (keyboard-translate ?\C-? ?\C-d)
3959 @end lisp
3961 @xref{Swapping keys}, for further details about @code{keyboard-translate}.
3963 @item
3964 Another approach is to switch key bindings and put help on @kbd{C-x h}
3965 instead:
3967 @lisp
3968 (global-set-key "\C-h" 'delete-backward-char)
3970 ;; overrides mark-whole-buffer
3971 (global-set-key "\C-xh" 'help-command)
3972 @end lisp
3974 @noindent
3975 This method is not recommended, though: it only solves the problem for
3976 those modes which bind @key{DEL} to @code{delete-backward-char}.  Modes
3977 which bind @key{DEL} to something else, such as @code{view-mode}, will
3978 not work as you expect when you press the @key{Backspace} key.  For this
3979 reason, we recommend the @code{keyboard-translate} method, shown
3980 above.
3982 Other popular key bindings for help are @kbd{M-?} and @kbd{C-x ?}.
3983 @end itemize
3985 Don't try to bind @key{DEL} to @code{help-command}, because there are
3986 many modes that have local bindings of @key{DEL} that will interfere.
3988 @end itemize
3990 When Emacs 21 or later runs on a windowed display, it binds the
3991 @key{Delete} key to a command which deletes the character at point, to
3992 make Emacs more consistent with keyboard operation on these systems.
3994 For more information about troubleshooting this problem, see @ref{DEL
3995 Does Not Delete, , If @key{DEL} Fails to Delete, emacs, The GNU Emacs
3996 Manual}.
3998 @node Swapping keys
3999 @section How do I swap two keys?
4000 @cindex Swapping keys
4001 @cindex Keys, swapping
4002 @cindex @code{keyboard-translate}
4004 You can swap two keys (or key sequences) by using the
4005 @code{keyboard-translate} function.  For example, to turn @kbd{C-h}
4006 into @key{DEL} and @key{DEL} to @kbd{C-h}, use
4008 @lisp
4009 (keyboard-translate ?\C-h ?\C-?)  ; translate 'C-h' to DEL
4010 (keyboard-translate ?\C-? ?\C-h)  ; translate DEL to 'C-h'.
4011 @end lisp
4013 @noindent
4014 The first key sequence of the pair after the function identifies what is
4015 produced by the keyboard; the second, what is matched for in the
4016 keymaps.
4018 However, in the specific case of @kbd{C-h} and @key{DEL}, you should
4019 toggle @code{normal-erase-is-backspace-mode} instead of calling
4020 @code{keyboard-translate}.
4021 @xref{DEL Does Not Delete,,, emacs, The GNU Emacs Manual}.
4023 Keyboard translations are not the same as key bindings in keymaps.
4024 Emacs contains numerous keymaps that apply in different situations, but
4025 there is only one set of keyboard translations, and it applies to every
4026 character that Emacs reads from the terminal.  Keyboard translations
4027 take place at the lowest level of input processing; the keys that are
4028 looked up in keymaps contain the characters that result from keyboard
4029 translation.
4031 @node Producing C-XXX with the keyboard
4032 @section How do I produce C-XXX with my keyboard?
4033 @cindex Producing control characters
4034 @cindex Generating control characters
4035 @cindex Control characters, generating
4037 On terminals (but not under X), some common ``aliases'' are:
4039 @table @asis
4041 @item @kbd{C-2}  or  @kbd{C-@key{SPC}}
4042 @kbd{C-@@}
4044 @item @kbd{C-6}
4045 @kbd{C-^}
4047 @item @kbd{C-7}  or  @kbd{C-S--}
4048 @kbd{C-_}
4050 @item @kbd{C-4}
4051 @kbd{C-\}
4053 @item @kbd{C-5}
4054 @kbd{C-]}
4056 @item @kbd{C-/}
4057 @kbd{C-?}
4059 @end table
4061 Often other aliases exist; use the @kbd{C-h c} command and try
4062 @key{CTRL} with all of the digits on your keyboard to see what gets
4063 generated.  You can also try the @kbd{C-h w} command if you know the
4064 name of the command.
4066 @node No Meta key
4067 @section What if I don't have a @key{Meta} key?
4068 @cindex No @key{Meta} key
4069 @cindex @key{Meta} key, what to do if you lack it
4071 On many keyboards, the @key{Alt} key acts as @key{Meta}, so try it.
4073 Instead of typing @kbd{M-a}, you can type @kbd{@key{ESC} a}.  In fact,
4074 Emacs converts @kbd{M-a} internally into @kbd{@key{ESC} a} anyway
4075 (depending on the value of @code{meta-prefix-char}).  Note that you
4076 press @key{Meta} and @kbd{a} together, but with @key{ESC}, you press
4077 @key{ESC}, release it, and then press @kbd{a}.
4079 @node No Escape key
4080 @section What if I don't have an @key{Escape} key?
4081 @cindex No Escape key
4082 @cindex Lacking an Escape key
4083 @cindex Escape key, lacking
4085 Type @kbd{C-[} instead.  This should send @acronym{ASCII} code 27 just like an
4086 Escape key would.  @kbd{C-3} may also work on some terminal (but not
4087 under X).  For many terminals (notably DEC terminals) @key{F11}
4088 generates @key{ESC}.  If not, the following form can be used to bind it:
4090 @lisp
4091 ;; F11 is the documented ESC replacement on DEC terminals.
4092 (define-key function-key-map [f11] [?\e])
4093 @end lisp
4095 @node Compose Character
4096 @section Can I make my @key{Compose Character} key behave like a @key{Meta} key?
4097 @cindex @key{Compose Character} key, using as @key{Meta}
4098 @cindex @key{Meta}, using @key{Compose Character} for
4100 On a dumb terminal such as a VT220, no.  It is rumored that certain
4101 VT220 clones could have their @key{Compose} key configured this way.  If
4102 you're using X, you might be able to do this with the @code{xmodmap}
4103 command.
4105 @node Binding combinations of modifiers and function keys
4106 @section How do I bind a combination of modifier key and function key?
4107 @cindex Modifiers and function keys
4108 @cindex Function keys and modifiers
4109 @cindex Binding modifiers and function keys
4111 You can represent modified function keys in vector format by adding
4112 prefixes to the function key symbol.  For example (from the Emacs
4113 documentation):
4115 @lisp
4116 (global-set-key [?\C-x right] 'forward-page)
4117 @end lisp
4119 @noindent
4120 where @samp{?\C-x} is the Lisp character constant for the character @kbd{C-x}.
4122 You can use the modifier keys @key{Control}, @key{Meta}, @key{Hyper},
4123 @key{Super}, @key{Alt}, and @key{Shift} with function keys.  To
4124 represent these modifiers, prepend the strings @samp{C-}, @samp{M-},
4125 @samp{H-}, @samp{s-}, @samp{A-}, and @samp{S-} to the symbol name.  Here
4126 is how to make @kbd{H-M-RIGHT} move forward a word:
4128 @lisp
4129 (global-set-key [H-M-right] 'forward-word)
4130 @end lisp
4132 @itemize @bullet
4134 @item
4135 Not all modifiers are permitted in all situations.  @key{Hyper},
4136 @key{Super}, and @key{Alt} are not available on Unix character
4137 terminals.  Non-@acronym{ASCII} keys and mouse events (e.g., @kbd{C-=} and
4138 @kbd{mouse-1}) also fall under this category.
4140 @end itemize
4142 @xref{Binding keys to commands}, for general key binding instructions.
4144 @node Meta key does not work in xterm
4145 @section Why doesn't my @key{Meta} key work in an @code{xterm} window?
4146 @cindex @key{Meta} key and @code{xterm}
4147 @cindex Xterm and @key{Meta} key
4149 @xref{Unibyte Mode,, Single-Byte Character Set Support, emacs, The GNU Emacs Manual}.
4151 If the advice in the Emacs manual fails, try all of these methods before
4152 asking for further help:
4154 @itemize @bullet
4156 @item
4157 You may have big problems using @code{mwm} as your window manager.
4158 (Does anyone know a good generic solution to allow the use of the
4159 @key{Meta} key in Emacs with @file{mwm}?)
4161 @item
4162 For X11: Make sure it really is a @key{Meta} key.  Use @code{xev} to
4163 find out what keysym your @key{Meta} key generates.  It should be either
4164 @code{Meta_L} or @code{Meta_R}.  If it isn't, use @file{xmodmap} to fix
4165 the situation.  If @key{Meta} does generate @code{Meta_L} or
4166 @code{Meta_R}, but @kbd{M-x} produces a non-@acronym{ASCII} character, put this in
4167 your @file{~/.Xdefaults} file:
4169 @example
4170  XTerm*eightBitInput:   false
4171  XTerm*eightBitOutput:  true
4172 @end example
4174 @item
4175 Make sure the @code{pty} the @code{xterm} is using is passing 8 bit
4176 characters.  @samp{stty -a} (or @samp{stty everything}) should show
4177 @samp{cs8} somewhere.  If it shows @samp{cs7} instead, use @samp{stty
4178 cs8 -istrip} (or @samp{stty pass8}) to fix it.
4180 @item
4181 If there is an @code{rlogin} connection between @code{xterm} and Emacs, the
4182 @samp{-8} argument may need to be given to rlogin to make it pass all 8 bits
4183 of every character.
4185 @item
4186 If Emacs is running on Ultrix, it is reported that evaluating
4187 @code{(set-input-mode t nil)} helps.
4189 @item
4190 If all else fails, you can make @code{xterm} generate @kbd{@key{ESC} W} when
4191 you type @kbd{M-W}, which is the same conversion Emacs would make if it
4192 got the @kbd{M-W} anyway.  In X11R4, the following resource
4193 specification will do this:
4195 @example
4196 XTerm.VT100.EightBitInput: false
4197 @end example
4199 @noindent
4200 (This changes the behavior of the @code{insert-eight-bit} action.)
4202 With older @code{xterm}s, you can specify this behavior with a translation:
4204 @example
4205 XTerm.VT100.Translations: #override \
4206   Meta<KeyPress>: string(0x1b) insert()
4207 @end example
4209 @noindent
4210 You might have to replace @samp{Meta} with @samp{Alt}.
4212 @end itemize
4214 @node ExtendChar key does not work as Meta
4215 @section Why doesn't my @key{ExtendChar} key work as a @key{Meta} key under HP-UX 8.0 and 9.x?
4216 @cindex @key{ExtendChar} key as @key{Meta}
4217 @cindex @key{Meta}, using @key{ExtendChar} for
4218 @cindex HP-UX, the @key{ExtendChar} key
4220 This is a result of an internationalization extension in X11R4 and the
4221 fact that HP is now using this extension.  Emacs assumes that the
4222 @code{XLookupString} function returns the same result regardless of the
4223 @key{Meta} key state which is no longer necessarily true.  Until Emacs
4224 is fixed, the temporary kludge is to run this command after each time
4225 the X server is started but preferably before any xterm clients are:
4227 @example
4228 xmodmap -e 'remove mod1 = Mode_switch'
4229 @end example
4231 @c FIXME: Emacs 21 supports I18N in X11; does that mean that this bug is
4232 @c solved?
4234 This will disable the use of the extra keysyms systemwide, which may be
4235 undesirable if you actually intend to use them.
4237 @node SPC no longer completes file names
4238 @section Why doesn't @key{SPC} complete file names anymore?
4239 @cindex @kbd{SPC} file name completion
4241 Starting with Emacs 22.1, @kbd{SPC} no longer completes file names in
4242 the minibuffer, so that file names with embedded spaces could be typed
4243 without the need to quote the spaces.
4245 You can get the old behavior by binding @kbd{SPC} to
4246 @code{minibuffer-complete-word} in the minibuffer, as follows:
4248 @lisp
4249 (define-key minibuffer-local-filename-completion-map (kbd "SPC")
4250   'minibuffer-complete-word)
4252 (define-key minibuffer-local-must-match-filename-map (kbd "SPC")
4253   'minibuffer-complete-word)
4254 @end lisp
4256 @c ------------------------------------------------------------
4257 @node Alternate character sets
4258 @chapter Alternate character sets
4259 @cindex Alternate character sets
4261 @menu
4262 * Emacs does not display 8-bit characters::
4263 * Inputting eight-bit characters::
4264 * Right-to-left alphabets::
4265 * How to add fonts::
4266 @end menu
4268 @node Emacs does not display 8-bit characters
4269 @section How do I make Emacs display 8-bit characters?
4270 @cindex Displaying eight-bit characters
4271 @cindex Eight-bit characters, displaying
4273 @xref{Unibyte Mode,, Single-byte Character Set Support, emacs, The GNU
4274 Emacs Manual}.  On a Unix, when Emacs runs on a text-only terminal
4275 display or is invoked with @samp{emacs -nw}, you typically need to use
4276 @code{set-terminal-coding-system} to tell Emacs what the terminal can
4277 display, even after setting the language environment; otherwise
4278 non-@acronym{ASCII} characters will display as @samp{?}.  On other operating
4279 systems, such as MS-DOS and MS-Windows, Emacs queries the OS about the
4280 character set supported by the display, and sets up the required
4281 terminal coding system automatically.
4283 @node Inputting eight-bit characters
4284 @section How do I input eight-bit characters?
4285 @cindex Entering eight-bit characters
4286 @cindex Eight-bit characters, entering
4287 @cindex Input, 8-bit characters
4289 Various methods are available for input of eight-bit characters.
4290 @xref{Unibyte Mode,, Single-byte Character Set Support, emacs, The GNU
4291 Emacs Manual}.  For more sophisticated methods,
4292 @pxref{Input Methods,,, emacs, The GNU Emacs Manual}.
4294 @node Right-to-left alphabets
4295 @section Where is an Emacs that can handle Semitic (right-to-left) alphabets?
4296 @cindex Right-to-left alphabets
4297 @cindex Hebrew, handling with Emacs
4298 @cindex Semitic alphabets
4299 @cindex Arabic
4300 @cindex Farsi
4301 @cindex bidirectional scripts
4303 Emacs supports display and editing of bidirectional scripts, such as
4304 Arabic, Farsi, and Hebrew, since version 24.1.
4305 @xref{New in Emacs 24, bidirectional display}.
4308 @node How to add fonts
4309 @section How do I add fonts for use with Emacs?
4310 @cindex add fonts for use with Emacs
4311 @cindex intlfonts
4313 First, download and install the BDF font files and any auxiliary
4314 packages they need.  The GNU Intlfonts distribution can be found on
4315 @uref{https://directory.fsf.org/localization/intlfonts.html, the GNU
4316 Software Directory Web site}.
4318 Next, if you are on X Window system, issue the following two commands
4319 from the shell's prompt:
4321 @example
4322   xset +fp /usr/local/share/emacs/fonts
4323   xset fp rehash
4324 @end example
4326 @noindent
4327 (Modify the first command if you installed the fonts in a directory
4328 that is not @file{/usr/local/share/emacs/fonts}.)  You also need to
4329 arrange for these two commands to run whenever you log in, e.g., by
4330 adding them to your window-system startup file, such as
4331 @file{~/.xsessionrc} or @file{~/.gnomerc}.
4333 Now, add the following line to your @file{~/.emacs} init file:
4335 @lisp
4336   (add-to-list 'bdf-directory-list "/usr/share/emacs/fonts/bdf")
4337 @end lisp
4339 @noindent
4340 (Again, modify the file name if you installed the fonts elsewhere.)
4342 Finally, if you wish to use the installed fonts with @code{ps-print},
4343 add the following line to your @file{~/.emacs}:
4345 @lisp
4346   (setq ps-multibyte-buffer 'bdf-font-except-latin)
4347 @end lisp
4349 A few additional steps are necessary for MS-Windows; they are listed
4350 below.
4352 First, make sure @emph{all} the directories with BDF font files are
4353 mentioned in @code{bdf-directory-list}.  On Unix and GNU/Linux
4354 systems, one normally runs @kbd{make install} to install the BDF fonts
4355 in the same directory.  By contrast, Windows users typically don't run
4356 the Intlfonts installation command, but unpack the distribution in
4357 some directory, which leaves the BDF fonts in its subdirectories.  For
4358 example, assume that you unpacked Intlfonts in @file{C:/Intlfonts};
4359 then you should set @code{bdf-directory-list} as follows:
4361 @lisp
4362   (setq bdf-directory-list
4363     '("C:/Intlfonts/Asian"
4364       "C:/Intlfonts/Chinese" "C:/Intlfonts/Chinese.X"
4365       "C:/Intlfonts/Chinese.BIG" "C:/Intlfonts/Ethiopic"
4366       "C:/Intlfonts/European" "C:/Intlfonts/European.BIG"
4367       "C:/Intlfonts/Japanese" "C:/Intlfonts/Japanese.X"
4368       "C:/Intlfonts/Japanese.BIG" "C:/Intlfonts/Korean.X"
4369       "C:/Intlfonts/Misc"))
4370 @end lisp
4372 @cindex @code{w32-bdf-filename-alist}
4373 @cindex @code{w32-find-bdf-fonts}
4374 Next, you need to set up the variable @code{w32-bdf-filename-alist} to
4375 an alist of the BDF fonts and their corresponding file names.
4376 Assuming you have set @code{bdf-directory-list} to name all the
4377 directories with the BDF font files, the following Lisp snippet will
4378 set up @code{w32-bdf-filename-alist}:
4380 @lisp
4381   (setq w32-bdf-filename-alist
4382      (w32-find-bdf-fonts bdf-directory-list))
4383 @end lisp
4385 Now, create fontsets for the BDF fonts:
4387 @smallexample
4388   (create-fontset-from-fontset-spec
4389    "-*-fixed-medium-r-normal-*-16-*-*-*-c-*-fontset-bdf,
4390    japanese-jisx0208:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0208.1983-*,
4391    katakana-jisx0201:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0201*-*,
4392    latin-jisx0201:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0201*-*,
4393    japanese-jisx0208-1978:-*-*-medium-r-normal-*-16-*-*-*-c-*-jisx0208.1978-*,
4394    thai-tis620:-misc-fixed-medium-r-normal--16-160-72-72-m-80-tis620.2529-1,
4395    lao:-misc-fixed-medium-r-normal--16-160-72-72-m-80-MuleLao-1,
4396    tibetan-1-column:-TibMdXA-fixed-medium-r-normal--16-160-72-72-m-80-MuleTibetan-1,
4397    ethiopic:-Admas-Ethiomx16f-Medium-R-Normal--16-150-100-100-M-160-Ethiopic-Unicode,
4398    tibetan:-TibMdXA-fixed-medium-r-normal--16-160-72-72-m-160-MuleTibetan-0")
4399 @end smallexample
4401 Many of the international bdf fonts from Intlfonts are type 0, and
4402 therefore need to be added to font-encoding-alist:
4404 @lisp
4405   (setq font-encoding-alist
4406         (append '(("MuleTibetan-0" (tibetan . 0))
4407                   ("GB2312"        (chinese-gb2312 . 0))
4408                   ("JISX0208"      (japanese-jisx0208 . 0))
4409                   ("JISX0212"      (japanese-jisx0212 . 0))
4410                   ("VISCII"        (vietnamese-viscii-lower . 0))
4411                   ("KSC5601"       (korean-ksc5601 . 0))
4412                   ("MuleArabic-0"  (arabic-digit . 0))
4413                   ("MuleArabic-1"  (arabic-1-column . 0))
4414                   ("MuleArabic-2"  (arabic-2-column . 0)))
4415                 font-encoding-alist))
4416 @end lisp
4418 You can now use the Emacs font menu to select the @samp{bdf: 16-dot medium}
4419 fontset, or you can select it by setting the default font in your
4420 @file{~/.emacs}:
4422 @lisp
4423   (set-frame-font "fontset-bdf")
4424 @end lisp
4427 @c ------------------------------------------------------------
4428 @node Mail and news
4429 @chapter Mail and news
4430 @cindex Mail and news
4432 @menu
4433 * Changing the included text prefix::
4434 * Saving a copy of outgoing mail::
4435 * Expanding aliases when sending mail::
4436 * Sorting the messages in an Rmail folder::
4437 * Rmail writes to /var/spool/mail::
4438 * Replying to the sender of a message::
4439 * Automatically starting a mail or news reader::
4440 * Reading news with Emacs::
4441 * Making Gnus faster::
4442 * Catching up in all newsgroups::
4443 @end menu
4445 @node Changing the included text prefix
4446 @section How do I change the included text prefix in mail/news followups?
4447 @cindex Prefix in mail/news followups, changing
4448 @cindex Included text prefix, changing
4449 @cindex Setting the included text character
4450 @cindex Quoting in mail messages
4452 If you read mail with Rmail, set the variable @code{mail-yank-prefix}.
4453 For Gnus, set @code{message-yank-prefix}.  For VM, set
4454 @code{vm-included-text-prefix}.  For mh-e, set @code{mh-ins-buf-prefix}.
4456 For fancier control of citations, use Supercite (@pxref{Top,, the Supercite
4457 Manual, sc, The Supercite Manual}).
4459 To prevent Emacs from including various headers of the replied-to
4460 message, set the value of @code{mail-yank-ignored-headers} to an
4461 appropriate regexp.
4463 @node Saving a copy of outgoing mail
4464 @section How do I save a copy of outgoing mail?
4465 @cindex Saving a copy of outgoing mail
4466 @cindex Copying outgoing mail to a file
4467 @cindex Filing outgoing mail
4468 @cindex Automatic filing of outgoing mail
4469 @cindex Mail, saving outgoing automatically
4471 You can either mail yourself a copy by including a @samp{BCC} header in the
4472 mail message, or store a copy of the message directly to a file by
4473 including an @samp{FCC} header.
4475 If you use standard mail, you can automatically create a @samp{BCC} to
4476 yourself by putting
4478 @lisp
4479 (setq mail-self-blind t)
4480 @end lisp
4482 @noindent
4483 in your @file{.emacs} file.  You can automatically include an @samp{FCC}
4484 field by putting something like the following in your @file{.emacs}
4485 file:
4487 @lisp
4488 (setq mail-archive-file-name (expand-file-name "~/outgoing"))
4489 @end lisp
4491 The output file will be in Unix mail format.
4493 If you use @code{mh-e}, add an @samp{FCC} or @samp{BCC} field to your
4494 components file.
4496 It does not work to put @samp{set record filename} in the @file{.mailrc}
4497 file.
4499 @node Expanding aliases when sending mail
4500 @section Why doesn't Emacs expand my aliases when sending mail?
4501 @cindex Expanding aliases when sending mail
4502 @cindex Mail alias expansion
4503 @cindex Sending mail with aliases
4505 @xref{Mail Aliases,, The Emacs Manual, emacs, The Emacs Manual}.
4507 @itemize @bullet
4509 @item
4510 Normally, Emacs expands aliases when you send the message.
4511 To expand them before this, use @kbd{M-x expand-mail-aliases}.
4513 @item
4514 Emacs normally only reads the @file{.mailrc} file once per session, when
4515 you start to compose your first mail message.  If you edit the file
4516 after this, you can use @kbd{M-x build-mail-aliases} to make Emacs
4517 reread it.  Prior to Emacs 24.1, this is not an interactive command, so
4518 you must instead type @kbd{M-: (build-mail-aliases) @key{RET}}.
4520 @item
4521 If you like, you can expand mail aliases as abbrevs, as soon as you
4522 type them in.  To enable this feature, execute the following:
4524 @lisp
4525 (add-hook 'mail-mode-hook 'mail-abbrevs-setup)
4526 @end lisp
4528 Note that the aliases are expanded automatically only after you type
4529 a word-separator character (e.g., @key{RET} or @kbd{,}).  You can force their
4530 expansion by moving point to the end of the alias and typing @kbd{C-x a e}
4531 (@kbd{M-x expand-abbrev}).
4532 @end itemize
4534 @node Sorting the messages in an Rmail folder
4535 @section How can I sort the messages in my Rmail folder?
4536 @cindex Rmail, sorting messages in
4537 @cindex Folder, sorting messages in an Rmail
4538 @cindex Sorting messages in an Rmail folder
4540 In Rmail, type @kbd{C-c C-s C-h} to get a list of sorting functions
4541 and their key bindings.
4543 @node Rmail writes to /var/spool/mail
4544 @section Why does Rmail need to write to @file{/var/spool/mail}?
4545 @cindex Rmail and @file{/var/spool/mail}
4546 @cindex @file{/var/spool/mail} and Rmail
4548 This is the behavior of the @code{movemail} program which Rmail uses.
4549 This indicates that @code{movemail} is configured to use lock files.
4551 RMS writes:
4553 @quotation
4554 Certain systems require lock files to interlock access to mail files.
4555 On these systems, @code{movemail} must write lock files, or you risk losing
4556 mail.  You simply must arrange to let @code{movemail} write them.
4558 Other systems use the @code{flock} system call to interlock access.  On
4559 these systems, you should configure @code{movemail} to use @code{flock}.
4560 @end quotation
4562 @node Replying to the sender of a message
4563 @section How can I force Rmail to reply to the sender of a message, but not the other recipients?
4564 @cindex Replying only to the sender of a message
4565 @cindex Sender, replying only to
4566 @cindex Rmail, replying to the sender of a message in
4568 @c isaacson@@seas.upenn.edu
4569 Ron Isaacson says: When you hit
4570 @kbd{r} to reply in Rmail, by default it Ccs all of the original
4571 recipients (everyone on the original @samp{To} and @samp{CC}
4572 lists). With a prefix argument (i.e., typing @kbd{C-u} before @kbd{r}),
4573 it replies only to the sender.  However, going through the whole
4574 @kbd{C-u} business every time you want to reply is a pain.  This is the
4575 best fix I've been able to come up with:
4577 @lisp
4578 (defun rmail-reply-t ()
4579   "Reply only to the sender of the current message. (See rmail-reply.)"
4580   (interactive)
4581   (rmail-reply t))
4583 (add-hook 'rmail-mode-hook
4584   (lambda ()
4585     (define-key rmail-mode-map "r" 'rmail-reply-t)
4586     (define-key rmail-mode-map "R" 'rmail-reply)))
4587 @end lisp
4589 @node Automatically starting a mail or news reader
4590 @section How do I make Emacs automatically start my mail/news reader?
4591 @cindex Mail reader, starting automatically
4592 @cindex News reader, starting automatically
4593 @cindex Starting mail/news reader automatically
4595 To start Emacs in Gnus:
4597 @example
4598 emacs -f gnus
4599 @end example
4601 @noindent
4602 in Rmail:
4604 @example
4605 emacs -f rmail
4606 @end example
4608 A more convenient way to start with Gnus:
4610 @example
4611 alias gnus 'emacs -f gnus'
4612 gnus
4613 @end example
4615 It is probably unwise to automatically start your mail or news reader
4616 from your @file{.emacs} file.  This would cause problems if you needed to run
4617 two copies of Emacs at the same time.  Also, this would make it difficult for
4618 you to start Emacs quickly when you needed to.
4620 @node Reading news with Emacs
4621 @section How do I read news under Emacs?
4622 @cindex Reading news under Emacs
4623 @cindex Usenet reader in Emacs
4624 @cindex Gnus newsreader
4625 @cindex FAQ for Gnus
4626 @cindex Gnus FAQ
4627 @cindex Learning more about Gnus
4629 Use @kbd{M-x gnus}.  For more information on Gnus, @pxref{Top,, the Gnus
4630 Manual, gnus, The Gnus Manual}, which includes @ref{Frequently Asked
4631 Questions,, the Gnus FAQ, gnus, The Gnus Manual}.
4634 @node Making Gnus faster
4635 @section How do I make Gnus faster?
4636 @cindex Faster, starting Gnus
4637 @cindex Starting Gnus faster
4638 @cindex Gnus, starting faster
4639 @cindex Slow catch up in Gnus
4640 @cindex Gnus is slow when catching up
4641 @cindex Crosspostings make Gnus catching up slow
4643 From the Gnus FAQ (@pxref{Reading news with Emacs}):
4645 @quotation
4646 If you have a slow machine, or are just really impatient, there are a
4647 few things you can do to make Gnus run faster.
4649 Set @code{gnus-check-new-newsgroups} and
4650 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
4652 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
4653 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
4654 summary buffer faster.
4655 @end quotation
4657 @node Catching up in all newsgroups
4658 @section How do I catch up all newsgroups in Gnus?
4659 @cindex Catching up all newsgroups in Gnus
4660 @cindex Gnus, Catching up all newsgroups in
4662 In the @file{*Newsgroup*} buffer, type @kbd{M-< C-x ( c y C-x ) M-0 C-x e}
4664 Leave off the initial @kbd{M-<} if you only want to catch up from point
4665 to the end of the @file{*Newsgroup*} buffer.
4667 @node Concept index
4668 @unnumbered Concept Index
4669 @printindex cp
4671 @bye