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