Add 2007 to copyright years.
[bpt/emacs.git] / man / misc.texi
CommitLineData
6bf7aab6 1@c This is part of the Emacs manual.
b61a98c8 2@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2000, 2001,
4e6835db 3@c 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
6bf7aab6
DL
4@c See file emacs.texi for copying conditions.
5@iftex
6@chapter Miscellaneous Commands
7
8 This chapter contains several brief topics that do not fit anywhere
9else: reading netnews, running shell commands and shell subprocesses,
10using a single shared Emacs for utilities that expect to run an editor
11as a subprocess, printing hardcopy, sorting text, narrowing display to
ab192107
RS
12part of the buffer, editing double-column files and binary files,
13saving an Emacs session for later resumption, following hyperlinks,
14browsing images, emulating other editors, and various diversions and
15amusements.
6bf7aab6
DL
16
17@end iftex
2e7cfad6
LT
18
19@ifnottex
20@raisesections
21@end ifnottex
22
6bf7aab6
DL
23@node Gnus, Shell, Calendar/Diary, Top
24@section Gnus
25@cindex Gnus
26@cindex reading netnews
27
28Gnus is an Emacs package primarily designed for reading and posting
29Usenet news. It can also be used to read and respond to messages from a
30number of other sources---mail, remote directories, digests, and so on.
31
32Here we introduce Gnus and describe several basic features.
d3ea5f55 33@ifnottex
6bf7aab6 34For full details, see @ref{Top, Gnus,, gnus, The Gnus Manual}.
d3ea5f55 35@end ifnottex
6bf7aab6
DL
36@iftex
37For full details on Gnus, type @kbd{M-x info} and then select the Gnus
38manual.
39@end iftex
40
41@findex gnus
42To start Gnus, type @kbd{M-x gnus @key{RET}}.
43
44@menu
45* Buffers of Gnus:: The group, summary, and article buffers.
46* Gnus Startup:: What you should know about starting Gnus.
47* Summary of Gnus:: A short description of the basic Gnus commands.
48@end menu
49
50@node Buffers of Gnus
51@subsection Gnus Buffers
52
ab192107
RS
53Unlike most Emacs packages, Gnus uses several buffers to display
54information and to receive commands. The three Gnus buffers users use
55most are the @dfn{group buffer}, the @dfn{summary buffer} and the
56@dfn{article buffer}.
6bf7aab6 57
ab192107
RS
58The @dfn{group buffer} contains a list of newsgroups. This is the
59first buffer Gnus displays when it starts up. It normally displays
60only the groups to which you subscribe and that contain unread
61articles. Use this buffer to select a specific group.
6bf7aab6
DL
62
63The @dfn{summary buffer} lists one line for each article in a single
64group. By default, the author, the subject and the line number are
65displayed for each article, but this is customizable, like most aspects
66of Gnus display. The summary buffer is created when you select a group
67in the group buffer, and is killed when you exit the group. Use this
68buffer to select an article.
69
70The @dfn{article buffer} displays the article. In normal Gnus usage,
ab192107
RS
71you see this buffer but you don't select it---all useful
72article-oriented commands work in the summary buffer. But you can
73select the article buffer, and execute all Gnus commands from that
74buffer, if you want to.
6bf7aab6
DL
75
76@node Gnus Startup
77@subsection When Gnus Starts Up
78
79At startup, Gnus reads your @file{.newsrc} news initialization file
80and attempts to communicate with the local news server, which is a
81repository of news articles. The news server need not be the same
82computer you are logged in on.
83
84If you start Gnus and connect to the server, but do not see any
85newsgroups listed in the group buffer, type @kbd{L} or @kbd{A k} to get
86a listing of all the groups. Then type @kbd{u} to toggle
87subscription to groups.
88
89The first time you start Gnus, Gnus subscribes you to a few selected
90groups. All other groups start out as @dfn{killed groups} for you; you
91can list them with @kbd{A k}. All new groups that subsequently come to
92exist at the news server become @dfn{zombie groups} for you; type @kbd{A
93z} to list them. You can subscribe to a group shown in these lists
94using the @kbd{u} command.
95
96When you quit Gnus with @kbd{q}, it automatically records in your
97@file{.newsrc} and @file{.newsrc.eld} initialization files the
98subscribed or unsubscribed status of all groups. You should normally
99not edit these files manually, but you may if you know how.
100
101@node Summary of Gnus
102@subsection Summary of Gnus Commands
103
021037cb 104Reading news is a two-step process:
6bf7aab6
DL
105
106@enumerate
107@item
108Choose a group in the group buffer.
109
110@item
111Select articles from the summary buffer. Each article selected is
112displayed in the article buffer in a large window, below the summary
113buffer in its small window.
114@end enumerate
115
ab192107
RS
116 Each Gnus buffer has its own special commands; the meanings of any
117given key in the various Gnus buffers are usually analogous, even if
118not identical. Here are commands for the group and summary buffers:
6bf7aab6
DL
119
120@table @kbd
121@kindex q @r{(Gnus Group mode)}
122@findex gnus-group-exit
123@item q
124In the group buffer, update your @file{.newsrc} initialization file
125and quit Gnus.
126
127In the summary buffer, exit the current group and return to the
128group buffer. Thus, typing @kbd{q} twice quits Gnus.
129
130@kindex L @r{(Gnus Group mode)}
131@findex gnus-group-list-all-groups
132@item L
133In the group buffer, list all the groups available on your news
134server (except those you have killed). This may be a long list!
135
136@kindex l @r{(Gnus Group mode)}
137@findex gnus-group-list-groups
138@item l
139In the group buffer, list only the groups to which you subscribe and
140which contain unread articles.
141
142@kindex u @r{(Gnus Group mode)}
143@findex gnus-group-unsubscribe-current-group
144@cindex subscribe groups
145@cindex unsubscribe groups
146@item u
147In the group buffer, unsubscribe from (or subscribe to) the group listed
148in the line that point is on. When you quit Gnus by typing @kbd{q},
149Gnus lists in your @file{.newsrc} file which groups you have subscribed
150to. The next time you start Gnus, you won't see this group,
151because Gnus normally displays only subscribed-to groups.
152
153@kindex C-k @r{(Gnus)}
154@findex gnus-group-kill-group
155@item C-k
156In the group buffer, ``kill'' the current line's group---don't
157even list it in @file{.newsrc} from now on. This affects future
158Gnus sessions as well as the present session.
159
160When you quit Gnus by typing @kbd{q}, Gnus writes information
161in the file @file{.newsrc} describing all newsgroups except those you
162have ``killed.''
163
164@kindex SPC @r{(Gnus)}
165@findex gnus-group-read-group
166@item @key{SPC}
167In the group buffer, select the group on the line under the cursor
168and display the first unread article in that group.
169
170@need 1000
177c0ea7 171In the summary buffer,
6bf7aab6
DL
172
173@itemize @bullet
174@item
175Select the article on the line under the cursor if none is selected.
176
177@item
178Scroll the text of the selected article (if there is one).
179
180@item
181Select the next unread article if at the end of the current article.
182@end itemize
183
184Thus, you can move through all the articles by repeatedly typing @key{SPC}.
185
186@kindex DEL @r{(Gnus)}
187@item @key{DEL}
188In the group buffer, move point to the previous group containing
189unread articles.
190
191@findex gnus-summary-prev-page
192In the summary buffer, scroll the text of the article backwards.
193
194@kindex n @r{(Gnus)}
195@findex gnus-group-next-unread-group
196@findex gnus-summary-next-unread-article
197@item n
198Move point to the next unread group, or select the next unread article.
199
200@kindex p @r{(Gnus)}
201@findex gnus-group-prev-unread-group
202@findex gnus-summary-prev-unread-article
203@item p
204Move point to the previous unread group, or select the previous
205unread article.
206
207@kindex C-n @r{(Gnus Group mode)}
208@findex gnus-group-next-group
209@kindex C-p @r{(Gnus Group mode)}
210@findex gnus-group-prev-group
211@kindex C-n @r{(Gnus Summary mode)}
212@findex gnus-summary-next-subject
213@kindex C-p @r{(Gnus Summary mode)}
214@findex gnus-summary-prev-subject
215@item C-n
216@itemx C-p
217Move point to the next or previous item, even if it is marked as read.
218This does not select the article or group on that line.
219
220@kindex s @r{(Gnus Summary mode)}
221@findex gnus-summary-isearch-article
222@item s
223In the summary buffer, do an incremental search of the current text in
224the article buffer, just as if you switched to the article buffer and
225typed @kbd{C-s}.
226
227@kindex M-s @r{(Gnus Summary mode)}
228@findex gnus-summary-search-article-forward
229@item M-s @var{regexp} @key{RET}
230In the summary buffer, search forward for articles containing a match
231for @var{regexp}.
232
233@end table
234
235@ignore
236@node Where to Look
237@subsection Where to Look Further
238
239@c Too many references to the name of the manual if done with xref in TeX!
240Gnus is powerful and customizable. Here are references to a few
d3ea5f55 241@ifnottex
6bf7aab6
DL
242additional topics:
243
d3ea5f55 244@end ifnottex
6bf7aab6
DL
245@iftex
246additional topics in @cite{The Gnus Manual}:
247
248@itemize @bullet
249@item
250Follow discussions on specific topics.@*
251See section ``Threading.''
252
253@item
254Read digests. See section ``Document Groups.''
255
256@item
257Refer to and jump to the parent of the current article.@*
258See section ``Finding the Parent.''
259
260@item
261Refer to articles by using Message-IDs included in the messages.@*
262See section ``Article Keymap.''
263
264@item
265Save articles. See section ``Saving Articles.''
266
267@item
268Have Gnus score articles according to various criteria, like author
269name, subject, or string in the body of the articles.@*
270See section ``Scoring.''
271
272@item
273Send an article to a newsgroup.@*
274See section ``Composing Messages.''
275@end itemize
276@end iftex
d3ea5f55 277@ifnottex
6bf7aab6
DL
278@itemize @bullet
279@item
280Follow discussions on specific topics.@*
281@xref{Threading, , Reading Based on Conversation Threads,
282gnus, The Gnus Manual}.
283
284@item
285Read digests. @xref{Document Groups, , , gnus, The Gnus Manual}.
286
287@item
288Refer to and jump to the parent of the current article.@*
289@xref{Finding the Parent, , , gnus, The Gnus Manual}.
290
291@item
292Refer to articles by using Message-IDs included in the messages.@*
293@xref{Article Keymap, , , gnus, The Gnus Manual}.
294
295@item
296Save articles. @xref{Saving Articles, , , gnus, The Gnus Manual}.
297
298@item
299Have Gnus score articles according to various criteria, like author
300name, subject, or string in the body of the articles.@*
177c0ea7 301@xref{Scoring, , , gnus, The Gnus Manual}.
6bf7aab6
DL
302
303@item
304Send an article to a newsgroup.@*
305@xref{Composing Messages, , , gnus, The Gnus Manual}.
306@end itemize
d3ea5f55 307@end ifnottex
6bf7aab6
DL
308@end ignore
309
310@node Shell, Emacs Server, Gnus, Top
311@section Running Shell Commands from Emacs
312@cindex subshell
313@cindex shell commands
314
315 Emacs has commands for passing single command lines to inferior shell
bd4af791 316processes; it can also run a shell interactively with input and output
df9d7630 317to an Emacs buffer named @samp{*shell*} or run a shell inside a terminal
bd4af791
DL
318emulator window.
319
6bf7aab6
DL
320@table @kbd
321@item M-! @var{cmd} @key{RET}
322Run the shell command line @var{cmd} and display the output
323(@code{shell-command}).
324@item M-| @var{cmd} @key{RET}
325Run the shell command line @var{cmd} with region contents as input;
326optionally replace the region with the output
327(@code{shell-command-on-region}).
328@item M-x shell
329Run a subshell with input and output through an Emacs buffer.
330You can then give commands interactively.
3b65ce47
DL
331@item M-x term
332Run a subshell with input and output through an Emacs buffer.
333You can then give commands interactively.
334Full terminal emulation is available.
6bf7aab6
DL
335@end table
336
ab192107
RS
337 @kbd{M-x eshell} invokes a shell implemented entirely in Emacs. It
338is documented in a separate manual. @xref{Top,Eshell,Eshell, eshell,
339Eshell: The Emacs Shell}.
340
6bf7aab6
DL
341@menu
342* Single Shell:: How to run one shell command and return.
343* Interactive Shell:: Permanent shell taking input via Emacs.
344* Shell Mode:: Special Emacs commands used with permanent shell.
e51d6b23 345* Shell Prompts:: Two ways to recognize shell prompts.
6bf7aab6 346* History: Shell History. Repeating previous commands in a shell buffer.
df9d7630 347* Directory Tracking:: Keeping track when the subshell changes directory.
6bf7aab6 348* Options: Shell Options. Options for customizing Shell mode.
3b65ce47
DL
349* Terminal emulator:: An Emacs window as a terminal emulator.
350* Term Mode:: Special Emacs commands used in Term mode.
351* Paging in Term:: Paging in the terminal emulator.
6bf7aab6
DL
352* Remote Host:: Connecting to another computer.
353@end menu
354
355@node Single Shell
356@subsection Single Shell Commands
357
358@kindex M-!
359@findex shell-command
360 @kbd{M-!} (@code{shell-command}) reads a line of text using the
361minibuffer and executes it as a shell command in a subshell made just
362for that command. Standard input for the command comes from the null
fc98b4ba
RS
363device. If the shell command produces any output, the output appears
364either in the echo area (if it is short), or in an Emacs buffer named
365@samp{*Shell Command Output*}, which is displayed in another window
d408f8d0
RS
366but not selected (if the output is long).
367
368 For instance, one way to decompress a file @file{foo.gz} from Emacs
369is to type @kbd{M-! gunzip foo.gz @key{RET}}. That shell command
370normally creates the file @file{foo} and produces no terminal output.
371
372 A numeric argument, as in @kbd{M-1 M-!}, says to insert terminal
373output into the current buffer instead of a separate buffer. It puts
374point before the output, and sets the mark after the output. For
a9749dab 375instance, @kbd{M-1 M-! gunzip < foo.gz @key{RET}} would insert the
d408f8d0 376uncompressed equivalent of @file{foo.gz} into the current buffer.
6bf7aab6
DL
377
378 If the shell command line ends in @samp{&}, it runs asynchronously.
379For a synchronous shell command, @code{shell-command} returns the
380command's exit status (0 means success), when it is called from a Lisp
d408f8d0 381program. You do not get any status information for an asynchronous
ab192107 382command, since it hasn't finished yet when @code{shell-command} returns.
6bf7aab6
DL
383
384@kindex M-|
385@findex shell-command-on-region
386 @kbd{M-|} (@code{shell-command-on-region}) is like @kbd{M-!} but
387passes the contents of the region as the standard input to the shell
ab192107
RS
388command, instead of no input. With a numeric argument, meaning insert
389the output in the current buffer, it deletes the old region and the
390output replaces it as the contents of the region. It returns the
391command's exit status, like @kbd{M-!}.
6bf7aab6 392
982dcb1b
RS
393 One use for @kbd{M-|} is to run @code{gpg} to see what keys are in
394the buffer. For instance, if the buffer contains a GPG key, type
ab192107
RS
395@kbd{C-x h M-| gpg @key{RET}} to feed the entire buffer contents to
396the @code{gpg} program. That program will ignore everything except
397the encoded keys, and will output a list of the keys the buffer
398contains.
d408f8d0 399
6bf7aab6 400@vindex shell-file-name
ab192107
RS
401 Both @kbd{M-!} and @kbd{M-|} use @code{shell-file-name} to specify
402the shell to use. This variable is initialized based on your
403@env{SHELL} environment variable when Emacs is started. If the file
404name is relative, Emacs searches the directories in the list
405@code{exec-path}; this list is initialized based on the environment
406variable @env{PATH} when Emacs is started. Your @file{.emacs} file
407can override either or both of these default initializations.
6bf7aab6 408
982dcb1b 409 Both @kbd{M-!} and @kbd{M-|} wait for the shell command to complete,
e51d6b23 410unless you end the command with @samp{&} to make it asynchronous. To
982dcb1b 411stop waiting, type @kbd{C-g} to quit; that terminates the shell
6bf7aab6 412command with the signal @code{SIGINT}---the same signal that @kbd{C-c}
ab192107 413normally generates in the shell. Emacs then waits until the command
982dcb1b
RS
414actually terminates. If the shell command doesn't stop (because it
415ignores the @code{SIGINT} signal), type @kbd{C-g} again; this sends
416the command a @code{SIGKILL} signal which is impossible to ignore.
417
418 Asynchronous commands ending in @samp{&} feed their output into
419the buffer @samp{*Async Shell Command*}. Output arrives in that
420buffer regardless of whether it is visible in a window.
6bf7aab6
DL
421
422 To specify a coding system for @kbd{M-!} or @kbd{M-|}, use the command
54b6e2d1 423@kbd{C-x @key{RET} c} immediately beforehand. @xref{Communication Coding}.
6bf7aab6
DL
424
425@vindex shell-command-default-error-buffer
ab192107
RS
426 Error output from these commands is normally intermixed with the
427regular output. But if the variable
428@code{shell-command-default-error-buffer} has a string as value, and
429it's the name of a buffer, @kbd{M-!} and @kbd{M-|} insert error output
430before point in that buffer.
6bf7aab6
DL
431
432@node Interactive Shell
433@subsection Interactive Inferior Shell
434
435@findex shell
436 To run a subshell interactively, putting its typescript in an Emacs
437buffer, use @kbd{M-x shell}. This creates (or reuses) a buffer named
438@samp{*shell*} and runs a subshell with input coming from and output going
439to that buffer. That is to say, any ``terminal output'' from the subshell
440goes into the buffer, advancing point, and any ``terminal input'' for
441the subshell comes from text in the buffer. To give input to the subshell,
442go to the end of the buffer and type the input, terminated by @key{RET}.
443
444 Emacs does not wait for the subshell to do anything. You can switch
445windows or buffers and edit them while the shell is waiting, or while it is
446running a command. Output from the subshell waits until Emacs has time to
447process it; this happens whenever Emacs is waiting for keyboard input or
448for time to elapse.
449
df9d7630
RS
450@cindex @code{comint-highlight-input} face
451@cindex @code{comint-highlight-prompt} face
452 Input lines, once you submit them, are displayed using the face
453@code{comint-highlight-input}, and prompts are displayed using the
454face @code{comint-highlight-prompt}. This makes it easier to see
455previous input lines in the buffer. @xref{Faces}.
456
a9749dab
RS
457 To make multiple subshells, you can invoke @kbd{M-x shell} with a
458prefix argument (e.g. @kbd{C-u M-x shell}), which will read a buffer
459name and create (or reuse) a subshell in that buffer. You can also
460rename the @samp{*shell*} buffer using @kbd{M-x rename-uniquely}, then
ab192107
RS
461create a new @samp{*shell*} buffer using plain @kbd{M-x shell}.
462Subshells in different buffers run independently and in parallel.
6bf7aab6
DL
463
464@vindex explicit-shell-file-name
b2c8319e 465@cindex environment variables for subshells
60a96371
GM
466@cindex @env{ESHELL} environment variable
467@cindex @env{SHELL} environment variable
6bf7aab6
DL
468 The file name used to load the subshell is the value of the variable
469@code{explicit-shell-file-name}, if that is non-@code{nil}. Otherwise,
60a96371
GM
470the environment variable @env{ESHELL} is used, or the environment
471variable @env{SHELL} if there is no @env{ESHELL}. If the file name
6bf7aab6
DL
472specified is relative, the directories in the list @code{exec-path} are
473searched; this list is initialized based on the environment variable
60a96371 474@env{PATH} when Emacs is started. Your @file{.emacs} file can override
6bf7aab6
DL
475either or both of these default initializations.
476
df9d7630
RS
477 Emacs sends the new shell the contents of the file
478@file{~/.emacs_@var{shellname}} as input, if it exists, where
479@var{shellname} is the name of the file that the shell was loaded
480from. For example, if you use bash, the file sent to it is
36ff5b10
JB
481@file{~/.emacs_bash}. If this file is not found, Emacs tries to fallback
482on @file{~/.emacs.d/init_@var{shellname}.sh}.
df9d7630 483
6bf7aab6 484 To specify a coding system for the shell, you can use the command
ab192107
RS
485@kbd{C-x @key{RET} c} immediately before @kbd{M-x shell}. You can
486also change the coding system for a running subshell by typing
487@kbd{C-x @key{RET} p} in the shell buffer. @xref{Communication
488Coding}.
6bf7aab6 489
ed91b7ed
CY
490@cindex @env{INSIDE_EMACS} environment variable
491 Emacs sets the envitonment variable @env{INSIDE_EMACS} to @code{t}
492in the subshell. Programs can check this variable to determine
493whether they are running inside an Emacs subshell.
494
b2c8319e 495@cindex @env{EMACS} environment variable
ed91b7ed
CY
496 Emacs also sets the @env{EMACS} environment variable to @code{t} if
497it is not already defined. @strong{Warning:} This environment
498variable is deprecated. Programs that check this variable should be
499changed to check @env{INSIDE_EMACS} instead.
6bf7aab6
DL
500
501@node Shell Mode
502@subsection Shell Mode
503@cindex Shell mode
504@cindex mode, Shell
505
506 Shell buffers use Shell mode, which defines several special keys
507attached to the @kbd{C-c} prefix. They are chosen to resemble the usual
508editing and job control characters present in shells that are not under
509Emacs, except that you must type @kbd{C-c} first. Here is a complete list
510of the special key bindings of Shell mode:
511
512@table @kbd
513@item @key{RET}
514@kindex RET @r{(Shell mode)}
515@findex comint-send-input
df9d7630 516At end of buffer send line as input; otherwise, copy current line to
ab192107
RS
517end of buffer and send it (@code{comint-send-input}). Copying a line
518in this way omits any prompt at the beginning of the line (text output
519by programs preceding your input). @xref{Shell Prompts}, for how
520Shell mode recognizes prompts.
6bf7aab6
DL
521
522@item @key{TAB}
523@kindex TAB @r{(Shell mode)}
524@findex comint-dynamic-complete
525Complete the command name or file name before point in the shell buffer
526(@code{comint-dynamic-complete}). @key{TAB} also completes history
527references (@pxref{History References}) and environment variable names.
528
529@vindex shell-completion-fignore
530@vindex comint-completion-fignore
531The variable @code{shell-completion-fignore} specifies a list of file
fc98b4ba
RS
532name extensions to ignore in Shell mode completion. The default
533setting is @code{nil}, but some users prefer @code{("~" "#" "%")} to
534ignore file names ending in @samp{~}, @samp{#} or @samp{%}. Other
6bf7aab6
DL
535related Comint modes use the variable @code{comint-completion-fignore}
536instead.
537
538@item M-?
539@kindex M-? @r{(Shell mode)}
540@findex comint-dynamic-list-filename@dots{}
541Display temporarily a list of the possible completions of the file name
542before point in the shell buffer
543(@code{comint-dynamic-list-filename-completions}).
544
545@item C-d
546@kindex C-d @r{(Shell mode)}
547@findex comint-delchar-or-maybe-eof
76dd3692 548Either delete a character or send @acronym{EOF}
6bf7aab6 549(@code{comint-delchar-or-maybe-eof}). Typed at the end of the shell
76dd3692 550buffer, @kbd{C-d} sends @acronym{EOF} to the subshell. Typed at any other
6bf7aab6
DL
551position in the buffer, @kbd{C-d} deletes a character as usual.
552
553@item C-c C-a
554@kindex C-c C-a @r{(Shell mode)}
fc98b4ba 555@findex comint-bol-or-process-mark
6bf7aab6 556Move to the beginning of the line, but after the prompt if any
fc98b4ba
RS
557(@code{comint-bol-or-process-mark}). If you repeat this command twice
558in a row, the second time it moves back to the process mark, which is
559the beginning of the input that you have not yet sent to the subshell.
560(Normally that is the same place---the end of the prompt on this
561line---but after @kbd{C-c @key{SPC}} the process mark may be in a
562previous line.)
6bf7aab6
DL
563
564@item C-c @key{SPC}
565Accumulate multiple lines of input, then send them together. This
566command inserts a newline before point, but does not send the preceding
567text as input to the subshell---at least, not yet. Both lines, the one
568before this newline and the one after, will be sent together (along with
569the newline that separates them), when you type @key{RET}.
570
571@item C-c C-u
572@kindex C-c C-u @r{(Shell mode)}
573@findex comint-kill-input
574Kill all text pending at end of buffer to be sent as input
e51d6b23
LT
575(@code{comint-kill-input}). If point is not at end of buffer,
576this only kills the part of this text that precedes point.
6bf7aab6
DL
577
578@item C-c C-w
579@kindex C-c C-w @r{(Shell mode)}
580Kill a word before point (@code{backward-kill-word}).
581
582@item C-c C-c
583@kindex C-c C-c @r{(Shell mode)}
584@findex comint-interrupt-subjob
585Interrupt the shell or its current subjob if any
586(@code{comint-interrupt-subjob}). This command also kills
587any shell input pending in the shell buffer and not yet sent.
588
589@item C-c C-z
590@kindex C-c C-z @r{(Shell mode)}
591@findex comint-stop-subjob
592Stop the shell or its current subjob if any (@code{comint-stop-subjob}).
593This command also kills any shell input pending in the shell buffer and
594not yet sent.
595
596@item C-c C-\
597@findex comint-quit-subjob
598@kindex C-c C-\ @r{(Shell mode)}
599Send quit signal to the shell or its current subjob if any
600(@code{comint-quit-subjob}). This command also kills any shell input
601pending in the shell buffer and not yet sent.
602
603@item C-c C-o
604@kindex C-c C-o @r{(Shell mode)}
97f59309
MB
605@findex comint-delete-output
606Delete the last batch of output from a shell command
607(@code{comint-delete-output}). This is useful if a shell command spews
608out lots of output that just gets in the way. This command used to be
609called @code{comint-kill-output}.
610
611@item C-c C-s
612@kindex C-c C-s @r{(Shell mode)}
613@findex comint-write-output
614Write the last batch of output from a shell command to a file
615(@code{comint-write-output}). With a prefix argument, the file is
616appended to instead. Any prompt at the end of the output is not
617written.
6bf7aab6
DL
618
619@item C-c C-r
620@itemx C-M-l
621@kindex C-c C-r @r{(Shell mode)}
622@kindex C-M-l @r{(Shell mode)}
623@findex comint-show-output
624Scroll to display the beginning of the last batch of output at the top
625of the window; also move the cursor there (@code{comint-show-output}).
626
627@item C-c C-e
628@kindex C-c C-e @r{(Shell mode)}
629@findex comint-show-maximum-output
630Scroll to put the end of the buffer at the bottom of the window
631(@code{comint-show-maximum-output}).
632
633@item C-c C-f
634@kindex C-c C-f @r{(Shell mode)}
635@findex shell-forward-command
636@vindex shell-command-regexp
637Move forward across one shell command, but not beyond the current line
638(@code{shell-forward-command}). The variable @code{shell-command-regexp}
639specifies how to recognize the end of a command.
640
641@item C-c C-b
642@kindex C-c C-b @r{(Shell mode)}
643@findex shell-backward-command
644Move backward across one shell command, but not beyond the current line
645(@code{shell-backward-command}).
646
6bf7aab6
DL
647@item M-x dirs
648Ask the shell what its current directory is, so that Emacs can agree
649with the shell.
650
651@item M-x send-invisible @key{RET} @var{text} @key{RET}
652@findex send-invisible
653Send @var{text} as input to the shell, after reading it without
654echoing. This is useful when a shell command runs a program that asks
655for a password.
656
e5b7fee6
EZ
657Please note that Emacs will not echo passwords by default. If you
658really want them to be echoed, evaluate the following Lisp
659expression:
6bf7aab6
DL
660
661@example
e5b7fee6
EZ
662(remove-hook 'comint-output-filter-functions
663 'comint-watch-for-password-prompt)
6bf7aab6
DL
664@end example
665
666@item M-x comint-continue-subjob
667@findex comint-continue-subjob
668Continue the shell process. This is useful if you accidentally suspend
669the shell process.@footnote{You should not suspend the shell process.
670Suspending a subjob of the shell is a completely different matter---that
671is normal practice, but you must use the shell to continue the subjob;
672this command won't do it.}
673
674@item M-x comint-strip-ctrl-m
675@findex comint-strip-ctrl-m
676Discard all control-M characters from the current group of shell output.
677The most convenient way to use this command is to make it run
678automatically when you get output from the subshell. To do that,
679evaluate this Lisp expression:
680
681@example
682(add-hook 'comint-output-filter-functions
683 'comint-strip-ctrl-m)
684@end example
685
686@item M-x comint-truncate-buffer
687@findex comint-truncate-buffer
688This command truncates the shell buffer to a certain maximum number of
689lines, specified by the variable @code{comint-buffer-maximum-size}.
690Here's how to do this automatically each time you get output from the
691subshell:
692
693@example
694(add-hook 'comint-output-filter-functions
695 'comint-truncate-buffer)
696@end example
697@end table
698
6bf7aab6
DL
699@cindex Comint mode
700@cindex mode, Comint
701 Shell mode is a derivative of Comint mode, a general-purpose mode for
702communicating with interactive subprocesses. Most of the features of
703Shell mode actually come from Comint mode, as you can see from the
bd9e9287
MB
704command names listed above. The special features of Shell mode include
705the directory tracking feature, and a few user commands.
6bf7aab6
DL
706
707 Other Emacs features that use variants of Comint mode include GUD
708(@pxref{Debuggers}) and @kbd{M-x run-lisp} (@pxref{External Lisp}).
709
710@findex comint-run
711 You can use @kbd{M-x comint-run} to execute any program of your choice
712in a subprocess using unmodified Comint mode---without the
713specializations of Shell mode.
714
e51d6b23
LT
715@node Shell Prompts
716@subsection Shell Prompts
717
718@vindex shell-prompt-pattern
719@vindex comint-prompt-regexp
720@vindex comint-use-prompt-regexp
721@cindex prompt, shell
722 A prompt is text output by a program to show that it is ready to
723accept new user input. Normally, Comint mode (and thus Shell mode)
724considers the prompt to be any text output by a program at the
725beginning of an input line. However, if the variable
726@code{comint-use-prompt-regexp} is non-@code{nil}, then Comint mode
727uses a regular expression to recognize prompts. In Shell mode,
728@code{shell-prompt-pattern} specifies the regular expression.
729
730 The value of @code{comint-use-prompt-regexp} also affects many
731motion and paragraph commands. If the value is non-@code{nil}, the
732general Emacs motion commands behave as they normally do in buffers
733without special text properties. However, if the value is @code{nil},
734the default, then Comint mode divides the buffer into two types of
735``fields'' (ranges of consecutive characters having the same
736@code{field} text property): input and output. Prompts are part of
737the output. Most Emacs motion commands do not cross field boundaries,
738unless they move over multiple lines. For instance, when point is in
739input on the same line as a prompt, @kbd{C-a} puts point at the
740beginning of the input if @code{comint-use-prompt-regexp} is
741@code{nil} and at the beginning of the line otherwise.
742
743 In Shell mode, only shell prompts start new paragraphs. Thus, a
744paragraph consists of a prompt and the input and output that follow
745it. However, if @code{comint-use-prompt-regexp} is @code{nil}, the
746default, most paragraph commands do not cross field boundaries. This
747means that prompts, ranges of input, and ranges of non-prompt output
748behave mostly like separate paragraphs; with this setting, numeric
749arguments to most paragraph commands yield essentially undefined
750behavior. For the purpose of finding paragraph boundaries, Shell mode
751uses @code{shell-prompt-pattern}, regardless of
752@code{comint-use-prompt-regexp}.
753
6bf7aab6
DL
754@node Shell History
755@subsection Shell Command History
756
757 Shell buffers support three ways of repeating earlier commands. You
982dcb1b
RS
758can use keys like those used for the minibuffer history; these work
759much as they do in the minibuffer, inserting text from prior commands
760while point remains always at the end of the buffer. You can move
761through the buffer to previous inputs in their original place, then
762resubmit them or copy them to the end. Or you can use a
763@samp{!}-style history reference.
6bf7aab6
DL
764
765@menu
766* Ring: Shell Ring. Fetching commands from the history list.
767* Copy: Shell History Copying. Moving to a command and then copying it.
768* History References:: Expanding @samp{!}-style history references.
769@end menu
770
771@node Shell Ring
772@subsubsection Shell History Ring
773
774@table @kbd
775@findex comint-previous-input
776@kindex M-p @r{(Shell mode)}
777@item M-p
982dcb1b 778@itemx C-@key{UP}
6bf7aab6
DL
779Fetch the next earlier old shell command.
780
781@kindex M-n @r{(Shell mode)}
782@findex comint-next-input
783@item M-n
982dcb1b 784@itemx C-@key{DOWN}
6bf7aab6
DL
785Fetch the next later old shell command.
786
787@kindex M-r @r{(Shell mode)}
788@kindex M-s @r{(Shell mode)}
789@findex comint-previous-matching-input
790@findex comint-next-matching-input
791@item M-r @var{regexp} @key{RET}
792@itemx M-s @var{regexp} @key{RET}
793Search backwards or forwards for old shell commands that match @var{regexp}.
794
2a4a9af9
NR
795@item C-c C-x
796@kindex C-c C-x @r{(Shell mode)}
6bf7aab6
DL
797@findex comint-get-next-from-history
798Fetch the next subsequent command from the history.
91179e97 799
2a4a9af9
NR
800@item C-c .
801@kindex C-c . @r{(Shell mode)}
91179e97
RS
802@findex comint-input-previous-argument
803Fetch one argument from an old shell command.
2a4a9af9
NR
804
805@item C-c C-l
806@kindex C-c C-l @r{(Shell mode)}
807@findex comint-dynamic-list-input-ring
808Display the buffer's history of shell commands in another window
809(@code{comint-dynamic-list-input-ring}).
6bf7aab6
DL
810@end table
811
812 Shell buffers provide a history of previously entered shell commands. To
813reuse shell commands from the history, use the editing commands @kbd{M-p},
814@kbd{M-n}, @kbd{M-r} and @kbd{M-s}. These work just like the minibuffer
815history commands except that they operate on the text at the end of the
816shell buffer, where you would normally insert text to send to the shell.
817
982dcb1b
RS
818 @kbd{M-p} fetches an earlier shell command to the end of the shell
819buffer. Successive use of @kbd{M-p} fetches successively earlier
820shell commands, each replacing any text that was already present as
821potential shell input. @kbd{M-n} does likewise except that it finds
822successively more recent shell commands from the buffer.
823@kbd{C-@key{UP}} works like @kbd{M-p}, and @kbd{C-@key{DOWN}} like
824@kbd{M-n}.
6bf7aab6
DL
825
826 The history search commands @kbd{M-r} and @kbd{M-s} read a regular
827expression and search through the history for a matching command. Aside
828from the choice of which command to fetch, they work just like @kbd{M-p}
ffe4b4e3 829and @kbd{M-n}. If you enter an empty regexp, these commands reuse the
6bf7aab6
DL
830same regexp used last time.
831
832 When you find the previous input you want, you can resubmit it by
833typing @key{RET}, or you can edit it first and then resubmit it if you
74600a6f
S
834wish. Any partial input you were composing before navigating the
835history list is restored when you go to the beginning or end of the
836history ring.
6bf7aab6
DL
837
838 Often it is useful to reexecute several successive shell commands that
839were previously executed in sequence. To do this, first find and
840reexecute the first command of the sequence. Then type @kbd{C-c C-x};
841that will fetch the following command---the one that follows the command
842you just repeated. Then type @key{RET} to reexecute this command. You
843can reexecute several successive commands by typing @kbd{C-c C-x
844@key{RET}} over and over.
845
91179e97
RS
846 The command @kbd{C-c .}@: (@code{comint-input-previous-argument})
847copies an individual argument from a previous command, like @kbd{ESC
848.} in Bash. The simplest use copies the last argument from the
849previous shell command. With a prefix argument @var{n}, it copies the
850@var{n}th argument instead. Repeating @kbd{C-c .} copies from an
851earlier shell command instead, always using the same value of @var{n}
852(don't give a prefix argument when you repeat the @kbd{C-c .}
853command).
854
6bf7aab6
DL
855 These commands get the text of previous shell commands from a special
856history list, not from the shell buffer itself. Thus, editing the shell
857buffer, or even killing large parts of it, does not affect the history
858that these commands access.
859
860@vindex shell-input-ring-file-name
861 Some shells store their command histories in files so that you can
e51d6b23 862refer to commands from previous shell sessions. Emacs reads
6bf7aab6
DL
863the command history file for your chosen shell, to initialize its own
864command history. The file name is @file{~/.bash_history} for bash,
865@file{~/.sh_history} for ksh, and @file{~/.history} for other shells.
866
867@node Shell History Copying
868@subsubsection Shell History Copying
869
870@table @kbd
871@kindex C-c C-p @r{(Shell mode)}
872@findex comint-previous-prompt
873@item C-c C-p
874Move point to the previous prompt (@code{comint-previous-prompt}).
875
876@kindex C-c C-n @r{(Shell mode)}
877@findex comint-next-prompt
878@item C-c C-n
879Move point to the following prompt (@code{comint-next-prompt}).
880
881@kindex C-c RET @r{(Shell mode)}
55f62691 882@findex comint-copy-old-input
6bf7aab6
DL
883@item C-c @key{RET}
884Copy the input command which point is in, inserting the copy at the end
55f62691 885of the buffer (@code{comint-copy-old-input}). This is useful if you
6bf7aab6
DL
886move point back to a previous command. After you copy the command, you
887can submit the copy as input with @key{RET}. If you wish, you can
55f62691
LT
888edit the copy before resubmitting it. If you use this command on an
889output line, it copies that line to the end of the buffer.
2a4a9af9
NR
890
891@item Mouse-2
55f62691
LT
892If @code{comint-use-prompt-regexp} is @code{nil} (the default), copy
893the old input command that you click on, inserting the copy at the end
894of the buffer (@code{comint-insert-input}). If
895@code{comint-use-prompt-regexp} is non-@code{nil}, or if the click is
896not over old input, just yank as usual.
6bf7aab6
DL
897@end table
898
899 Moving to a previous input and then copying it with @kbd{C-c
2a4a9af9
NR
900@key{RET}} or @kbd{Mouse-2} produces the same results---the same
901buffer contents---that you would get by using @kbd{M-p} enough times
902to fetch that previous input from the history list. However, @kbd{C-c
903@key{RET}} copies the text from the buffer, which can be different
904from what is in the history list if you edit the input text in the
905buffer after it has been sent.
6bf7aab6
DL
906
907@node History References
908@subsubsection Shell History References
909@cindex history reference
910
df9d7630
RS
911 Various shells including csh and bash support @dfn{history
912references} that begin with @samp{!} and @samp{^}. Shell mode
913recognizes these constructs, and can perform the history substitution
914for you.
915
916 If you insert a history reference and type @key{TAB}, this searches
917the input history for a matching command, performs substitution if
918necessary, and places the result in the buffer in place of the history
919reference. For example, you can fetch the most recent command
920beginning with @samp{mv} with @kbd{! m v @key{TAB}}. You can edit the
921command if you wish, and then resubmit the command to the shell by
922typing @key{RET}.
923
924@vindex comint-input-autoexpand
925@findex comint-magic-space
926 Shell mode can optionally expand history references in the buffer
927when you send them to the shell. To request this, set the variable
928@code{comint-input-autoexpand} to @code{input}. You can make
929@key{SPC} perform history expansion by binding @key{SPC} to the
930command @code{comint-magic-space}.
6bf7aab6 931
df9d7630 932 Shell mode recognizes history references when they follow a prompt.
e51d6b23 933@xref{Shell Prompts}, for how Shell mode recognizes prompts.
df9d7630
RS
934
935@node Directory Tracking
936@subsection Directory Tracking
937@cindex directory tracking
6bf7aab6 938
df9d7630
RS
939@vindex shell-pushd-regexp
940@vindex shell-popd-regexp
941@vindex shell-cd-regexp
942 Shell mode keeps track of @samp{cd}, @samp{pushd} and @samp{popd}
943commands given to the inferior shell, so it can keep the
944@samp{*shell*} buffer's default directory the same as the shell's
945working directory. It recognizes these commands syntactically, by
946examining lines of input that are sent.
6bf7aab6 947
df9d7630
RS
948 If you use aliases for these commands, you can tell Emacs to
949recognize them also. For example, if the value of the variable
950@code{shell-pushd-regexp} matches the beginning of a shell command
951line, that line is regarded as a @code{pushd} command. Change this
952variable when you add aliases for @samp{pushd}. Likewise,
953@code{shell-popd-regexp} and @code{shell-cd-regexp} are used to
954recognize commands with the meaning of @samp{popd} and @samp{cd}.
955These commands are recognized only at the beginning of a shell command
956line.
957
fc98b4ba 958@ignore @c This seems to have been deleted long ago.
df9d7630
RS
959@vindex shell-set-directory-error-hook
960 If Emacs gets an error while trying to handle what it believes is a
961@samp{cd}, @samp{pushd} or @samp{popd} command, it runs the hook
962@code{shell-set-directory-error-hook} (@pxref{Hooks}).
fc98b4ba 963@end ignore
df9d7630
RS
964
965@findex dirs
966 If Emacs gets confused about changes in the current directory of the
967subshell, use the command @kbd{M-x dirs} to ask the shell what its
968current directory is. This command works for shells that support the
969most common command syntax; it may not work for unusual shells.
970
971@findex dirtrack-mode
972 You can also use @kbd{M-x dirtrack-mode} to enable (or disable) an
973alternative and more aggressive method of tracking changes in the
974current directory.
6bf7aab6
DL
975
976@node Shell Options
977@subsection Shell Mode Options
978
979@vindex comint-scroll-to-bottom-on-input
980 If the variable @code{comint-scroll-to-bottom-on-input} is
981non-@code{nil}, insertion and yank commands scroll the selected window
67cf9997 982to the bottom before inserting. The default is @code{nil}.
6bf7aab6
DL
983
984@vindex comint-scroll-show-maximum-output
985 If @code{comint-scroll-show-maximum-output} is non-@code{nil}, then
e59d2bef
RS
986arrival of output when point is at the end tries to scroll the last
987line of text to the bottom line of the window, showing as much useful
67cf9997
CY
988text as possible. (This mimics the scrolling behavior of most
989terminals.) The default is @code{t}.
6bf7aab6 990
fcc91da6
RS
991@vindex comint-move-point-for-output
992 By setting @code{comint-move-point-for-output}, you can opt for
6bf7aab6
DL
993having point jump to the end of the buffer whenever output arrives---no
994matter where in the buffer point was before. If the value is
995@code{this}, point jumps in the selected window. If the value is
021037cb 996@code{all}, point jumps in each window that shows the Comint buffer. If
6bf7aab6
DL
997the value is @code{other}, point jumps in all nonselected windows that
998show the current buffer. The default value is @code{nil}, which means
999point does not jump to the end.
1000
982dcb1b
RS
1001@vindex comint-prompt-read-only
1002 If you set @code{comint-prompt-read-only}, the prompts in the Comint
66dd6a00 1003buffer are read-only.
982dcb1b 1004
6bf7aab6
DL
1005@vindex comint-input-ignoredups
1006 The variable @code{comint-input-ignoredups} controls whether successive
1007identical inputs are stored in the input history. A non-@code{nil}
1008value means to omit an input that is the same as the previous input.
1009The default is @code{nil}, which means to store each input even if it is
1010equal to the previous input.
1011
1012@vindex comint-completion-addsuffix
1013@vindex comint-completion-recexact
1014@vindex comint-completion-autolist
1015 Three variables customize file name completion. The variable
1016@code{comint-completion-addsuffix} controls whether completion inserts a
1017space or a slash to indicate a fully completed file or directory name
1018(non-@code{nil} means do insert a space or slash).
1019@code{comint-completion-recexact}, if non-@code{nil}, directs @key{TAB}
1020to choose the shortest possible completion if the usual Emacs completion
1021algorithm cannot add even a single character.
1022@code{comint-completion-autolist}, if non-@code{nil}, says to list all
1023the possible completions whenever completion is not exact.
1024
fc98b4ba 1025@vindex shell-completion-execonly
6bf7aab6 1026 Command completion normally considers only executable files.
fc98b4ba 1027If you set @code{shell-completion-execonly} to @code{nil},
6bf7aab6
DL
1028it considers nonexecutable files as well.
1029
1030@findex shell-pushd-tohome
1031@findex shell-pushd-dextract
1032@findex shell-pushd-dunique
1033 You can configure the behavior of @samp{pushd}. Variables control
1034whether @samp{pushd} behaves like @samp{cd} if no argument is given
1035(@code{shell-pushd-tohome}), pop rather than rotate with a numeric
1036argument (@code{shell-pushd-dextract}), and only add directories to the
1037directory stack if they are not already on it
1038(@code{shell-pushd-dunique}). The values you choose should match the
1039underlying shell, of course.
1040
17217162
RS
1041 If you want Shell mode to handle color output from shell commands,
1042you can enable ANSI Color mode. Here is how to do this:
1043
1044@example
1045(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
1046@end example
1047
3b65ce47 1048@node Terminal emulator
df9d7630 1049@subsection Emacs Terminal Emulator
3b65ce47
DL
1050@findex term
1051
df9d7630
RS
1052 To run a subshell in a terminal emulator, putting its typescript in
1053an Emacs buffer, use @kbd{M-x term}. This creates (or reuses) a
fc98b4ba
RS
1054buffer named @samp{*terminal*}, and runs a subshell with input coming
1055from your keyboard, and output going to that buffer.
df9d7630
RS
1056
1057 The terminal emulator uses Term mode, which has two input modes. In
1058line mode, Term basically acts like Shell mode; see @ref{Shell Mode}.
3b65ce47 1059
df9d7630
RS
1060 In char mode, each character is sent directly to the inferior
1061subshell, as ``terminal input.'' Any ``echoing'' of your input is the
1062responsibility of the subshell. The sole exception is the terminal
1063escape character, which by default is @kbd{C-c} (@pxref{Term Mode}).
3b65ce47
DL
1064Any ``terminal output'' from the subshell goes into the buffer,
1065advancing point.
1066
df9d7630
RS
1067 Some programs (such as Emacs itself) need to control the appearance
1068on the terminal screen in detail. They do this by sending special
1069control codes. The exact control codes needed vary from terminal to
1070terminal, but nowadays most terminals and terminal emulators
1071(including @code{xterm}) understand the ANSI-standard (VT100-style)
1072escape sequences. Term mode recognizes these escape sequences, and
1073handles each one appropriately, changing the buffer so that the
1074appearance of the window matches what it would be on a real terminal.
1075You can actually run Emacs inside an Emacs Term window.
1076
1077 The file name used to load the subshell is determined the same way
1078as for Shell mode. To make multiple terminal emulators, rename the
fc98b4ba 1079buffer @samp{*terminal*} to something different using @kbd{M-x
df9d7630
RS
1080rename-uniquely}, just as with Shell mode.
1081
1082 Unlike Shell mode, Term mode does not track the current directory by
1083examining your input. But some shells can tell Term what the current
1084directory is. This is done automatically by @code{bash} version 1.15
1085and later.
3b65ce47
DL
1086
1087@node Term Mode
1088@subsection Term Mode
1089@cindex Term mode
1090@cindex mode, Term
1091
df9d7630
RS
1092 The terminal emulator uses Term mode, which has two input modes. In
1093line mode, Term basically acts like Shell mode; see @ref{Shell Mode}.
1094In char mode, each character is sent directly to the inferior
1095subshell, except for the Term escape character, normally @kbd{C-c}.
1096
1097 To switch between line and char mode, use these commands:
3b65ce47 1098
3b65ce47 1099@table @kbd
91179e97 1100@kindex C-c C-j @r{(Term mode)}
3b65ce47 1101@findex term-char-mode
91179e97 1102@item C-c C-j
3b65ce47
DL
1103Switch to line mode. Do nothing if already in line mode.
1104
91179e97 1105@kindex C-c C-k @r{(Term mode)}
3b65ce47 1106@findex term-line-mode
91179e97 1107@item C-c C-k
3b65ce47
DL
1108Switch to char mode. Do nothing if already in char mode.
1109@end table
1110
df9d7630
RS
1111 The following commands are only available in char mode:
1112
3b65ce47
DL
1113@table @kbd
1114@item C-c C-c
1115Send a literal @key{C-c} to the sub-shell.
1116
6f8ca5e4
RS
1117@item C-c @var{char}
1118This is equivalent to @kbd{C-x @var{char}} in normal Emacs. For
1119example, @kbd{C-c o} invokes the global binding of @kbd{C-x o}, which
1120is normally @samp{other-window}.
3b65ce47
DL
1121@end table
1122
1123@node Paging in Term
df9d7630
RS
1124@subsection Page-At-A-Time Output
1125@cindex page-at-a-time
3b65ce47 1126
df9d7630
RS
1127 Term mode has a page-at-a-time feature. When enabled it makes
1128output pause at the end of each screenful.
3b65ce47
DL
1129
1130@table @kbd
1131@kindex C-c C-q @r{(Term mode)}
1132@findex term-pager-toggle
1133@item C-c C-q
df9d7630
RS
1134Toggle the page-at-a-time feature. This command works in both line
1135and char modes. When page-at-a-time is enabled, the mode-line
1136displays the word @samp{page}.
3b65ce47
DL
1137@end table
1138
df9d7630
RS
1139 With page-at-a-time enabled, whenever Term receives more than a
1140screenful of output since your last input, it pauses, displaying
1141@samp{**MORE**} in the mode-line. Type @key{SPC} to display the next
1142screenful of output. Type @kbd{?} to see your other options. The
892c6176 1143interface is similar to the @code{more} program.
3b65ce47 1144
6bf7aab6
DL
1145@node Remote Host
1146@subsection Remote Host Shell
1147@cindex remote host
1148@cindex connecting to remote host
1149@cindex Telnet
1150@cindex Rlogin
1151
3b65ce47
DL
1152 You can login to a remote computer, using whatever commands you
1153would from a regular terminal (e.g.@: using the @code{telnet} or
1154@code{rlogin} commands), from a Term window.
1155
df9d7630
RS
1156 A program that asks you for a password will normally suppress
1157echoing of the password, so the password will not show up in the
1158buffer. This will happen just as if you were using a real terminal,
1159if the buffer is in char mode. If it is in line mode, the password is
1160temporarily visible, but will be erased when you hit return. (This
1161happens automatically; there is no special password processing.)
3b65ce47 1162
df9d7630 1163 When you log in to a different machine, you need to specify the type
e51d6b23
LT
1164of terminal you're using, by setting the @env{TERM} environment
1165variable in the environment for the remote login command. (If you use
1166bash, you do that by writing the variable assignment before the remote
1167login command, without separating comma.) Terminal types @samp{ansi}
1168or @samp{vt100} will work on most systems.
3b65ce47
DL
1169
1170@c If you are talking to a Bourne-compatible
60a96371 1171@c shell, and your system understands the @env{TERMCAP} variable,
3b65ce47
DL
1172@c you can use the command @kbd{M-x shell-send-termcap}, which
1173@c sends a string specifying the terminal type and size.
1174@c (This command is also useful after the window has changed size.)
1175
1176@c You can of course run @samp{gdb} on that remote computer. One useful
1177@c trick: If you invoke gdb with the @code{--fullname} option,
1178@c it will send special commands to Emacs that will cause Emacs to
1179@c pop up the source files you're debugging. This will work
1180@c whether or not gdb is running on a different computer than Emacs,
1181@c as long as Emacs can access the source files specified by gdb.
1182
df9d7630 1183@ignore
021037cb 1184 You cannot log in to a remote computer using the Shell mode.
3b65ce47
DL
1185@c (This will change when Shell is re-written to use Term.)
1186Instead, Emacs provides two commands for logging in to another computer
df9d7630 1187and communicating with it through an Emacs buffer using Comint mode:
6bf7aab6
DL
1188
1189@table @kbd
1190@item M-x telnet @key{RET} @var{hostname} @key{RET}
1191Set up a Telnet connection to the computer named @var{hostname}.
1192@item M-x rlogin @key{RET} @var{hostname} @key{RET}
1193Set up an Rlogin connection to the computer named @var{hostname}.
1194@end table
1195
1196@findex telnet
1197 Use @kbd{M-x telnet} to set up a Telnet connection to another
1198computer. (Telnet is the standard Internet protocol for remote login.)
1199It reads the host name of the other computer as an argument with the
1200minibuffer. Once the connection is established, talking to the other
1201computer works like talking to a subshell: you can edit input with the
1202usual Emacs commands, and send it a line at a time by typing @key{RET}.
1203The output is inserted in the Telnet buffer interspersed with the input.
1204
1205@findex rlogin
1206@vindex rlogin-explicit-args
1207 Use @kbd{M-x rlogin} to set up an Rlogin connection. Rlogin is
1208another remote login communication protocol, essentially much like the
1209Telnet protocol but incompatible with it, and supported only by certain
1210systems. Rlogin's advantages are that you can arrange not to have to
1211give your user name and password when communicating between two machines
1212you frequently use, and that you can make an 8-bit-clean connection.
1213(To do that in Emacs, set @code{rlogin-explicit-args} to @code{("-8")}
1214before you run Rlogin.)
1215
1216 @kbd{M-x rlogin} sets up the default file directory of the Emacs
1217buffer to access the remote host via FTP (@pxref{File Names}), and it
1218tracks the shell commands that change the current directory, just like
1219Shell mode.
1220
1221@findex rlogin-directory-tracking-mode
1222 There are two ways of doing directory tracking in an Rlogin
1223buffer---either with remote directory names
1224@file{/@var{host}:@var{dir}/} or with local names (that works if the
1225``remote'' machine shares file systems with your machine of origin).
1226You can use the command @code{rlogin-directory-tracking-mode} to switch
1227modes. No argument means use remote directory names, a positive
1228argument means use local names, and a negative argument means turn
1229off directory tracking.
1230
df9d7630
RS
1231@end ignore
1232
66bb4d9a 1233@node Emacs Server, Printing, Shell, Top
6bf7aab6
DL
1234@section Using Emacs as a Server
1235@pindex emacsclient
1236@cindex Emacs as a server
1237@cindex server, using Emacs as
60a96371 1238@cindex @env{EDITOR} environment variable
6bf7aab6
DL
1239
1240 Various programs such as @code{mail} can invoke your choice of editor
1241to edit a particular piece of text, such as a message that you are
1242sending. By convention, most of these programs use the environment
60a96371
GM
1243variable @env{EDITOR} to specify which editor to run. If you set
1244@env{EDITOR} to @samp{emacs}, they invoke Emacs---but in an
6bf7aab6
DL
1245inconvenient fashion, by starting a new, separate Emacs process. This
1246is inconvenient because it takes time and because the new Emacs process
d9d81805 1247doesn't share the buffers with any existing Emacs process.
6bf7aab6
DL
1248
1249 You can arrange to use your existing Emacs process as the editor for
d9d81805
EZ
1250programs like @code{mail} by using the Emacs client program and the
1251server that is part of Emacs. Here is how.
6bf7aab6 1252
60a96371 1253@cindex @env{TEXEDIT} environment variable
d9d81805
EZ
1254@findex server-start
1255 First, the preparations. Within Emacs, call the function
1256@code{server-start}. (Your @file{.emacs} init file can do this
1257automatically if you add the expression @code{(server-start)} to it,
1258see @ref{Init File}.) Then, outside Emacs, set the @env{EDITOR}
1259environment variable to @samp{emacsclient}. (Note that some programs
1260use a different environment variable; for example, to make @TeX{} use
1261@samp{emacsclient}, you should set the @env{TEXEDIT} environment
1262variable to @samp{emacsclient +%d %s}.)
1263
1264@pindex emacs.bash
1265@cindex Bash command to use Emacs server
1266 As an alternative to using @code{emacsclient}, the file
1267@file{etc/emacs.bash} defines a Bash command @code{edit} which will
1268communicate with a running Emacs session, or start one if none exist.
6bf7aab6
DL
1269
1270@kindex C-x #
1271@findex server-edit
d9d81805 1272 Now, whenever any program invokes your specified @env{EDITOR}
6bf7aab6
DL
1273program, the effect is to send a message to your principal Emacs telling
1274it to visit a file. (That's what the program @code{emacsclient} does.)
1275Emacs displays the buffer immediately and you can immediately begin
d9d81805 1276editing it in the already running Emacs session.
6bf7aab6
DL
1277
1278 When you've finished editing that buffer, type @kbd{C-x #}
1279(@code{server-edit}). This saves the file and sends a message back to
1280the @code{emacsclient} program telling it to exit. The programs that
60a96371 1281use @env{EDITOR} wait for the ``editor'' (actually, @code{emacsclient})
6bf7aab6
DL
1282to exit. @kbd{C-x #} also checks for other pending external requests
1283to edit various files, and selects the next such file.
1284
fc98b4ba
RS
1285 You can switch to a server buffer manually if you wish; you don't
1286have to arrive at it with @kbd{C-x #}. But @kbd{C-x #} is the way to
021037cb 1287say that you are finished with one.
6bf7aab6 1288
df9d7630
RS
1289@vindex server-kill-new-buffers
1290@vindex server-temp-file-regexp
1291 Finishing with a server buffer also kills the buffer, unless it
1292already existed in the Emacs session before the server asked to create
1293it. However, if you set @code{server-kill-new-buffers} to @code{nil},
1294then a different criterion is used: finishing with a server buffer
1295kills it if the file name matches the regular expression
1296@code{server-temp-file-regexp}. This is set up to distinguish certain
1297``temporary'' files.
1298
6bf7aab6
DL
1299@vindex server-window
1300 If you set the variable @code{server-window} to a window or a frame,
1301@kbd{C-x #} displays the server buffer in that window or in that frame.
1302
82b9073d
RS
1303@vindex server-name
1304 You can run multiple Emacs servers on the same machine by giving
1305each one a unique ``server name'', using the variable
4f256c8e
RS
1306@code{server-name}. For example, @kbd{M-x set-variable @key{RET}
1307server-name @key{RET} foo @key{RET}} sets the server name to
d9d81805
EZ
1308@samp{foo}. The @code{emacsclient} program can specify a server by
1309name using the @samp{-s} option. @xref{Invoking emacsclient}.
82b9073d 1310
6bf7aab6
DL
1311 While @code{mail} or another application is waiting for
1312@code{emacsclient} to finish, @code{emacsclient} does not read terminal
1313input. So the terminal that @code{mail} was using is effectively
1314blocked for the duration. In order to edit with your principal Emacs,
1315you need to be able to use it without using that terminal. There are
df9d7630 1316three ways to do this:
6bf7aab6
DL
1317
1318@itemize @bullet
1319@item
1320Using a window system, run @code{mail} and the principal Emacs in two
1321separate windows. While @code{mail} is waiting for @code{emacsclient},
1322the window where it was running is blocked, but you can use Emacs by
1323switching windows.
1324
1325@item
df9d7630
RS
1326Using virtual terminals, run @code{mail} in one virtual terminal
1327and run Emacs in another.
6bf7aab6 1328
df9d7630
RS
1329@item
1330Use Shell mode or Term mode in Emacs to run the other program such as
1331@code{mail}; then, @code{emacsclient} blocks only the subshell under
1332Emacs, and you can still use Emacs to edit the file.
1333@end itemize
7448f7a2 1334
6bf7aab6 1335 If you run @code{emacsclient} with the option @samp{--no-wait}, it
df9d7630
RS
1336returns immediately without waiting for you to ``finish'' the buffer
1337in Emacs. Note that server buffers created in this way are not killed
1338automatically when you finish with them.
b1a92ebf 1339
6bf7aab6 1340@menu
b61a98c8 1341* Invoking emacsclient:: Emacs client startup options.
6bf7aab6
DL
1342@end menu
1343
1344@node Invoking emacsclient,, Emacs Server, Emacs Server
2e7cfad6 1345@subsection Invoking @code{emacsclient}
d9d81805 1346@cindex @code{emacsclient} invocation and options
6bf7aab6
DL
1347
1348 To run the @code{emacsclient} program, specify file names as arguments,
444246ca 1349and optionally line numbers as well, like this:
6bf7aab6
DL
1350
1351@example
6039d8e0 1352emacsclient @r{@{}@r{[}+@var{line}@r{[}@var{column}@r{]}@r{]} @var{filename}@r{@}}@dots{}
6bf7aab6
DL
1353@end example
1354
df9d7630 1355@noindent
6bf7aab6
DL
1356This tells Emacs to visit each of the specified files; if you specify a
1357line number for a certain file, Emacs moves to that line in the file.
a9749dab
RS
1358If you specify a column number as well, Emacs puts point on that column
1359in the line.
6bf7aab6 1360
df9d7630
RS
1361 Ordinarily, @code{emacsclient} does not return until you use the
1362@kbd{C-x #} command on each of these buffers. When that happens,
1363Emacs sends a message to the @code{emacsclient} program telling it to
1364return.
1365
65ef2c82
CY
1366 If you invoke @code{emacsclient} for more than one file, the
1367additional client buffers are buried at the bottom of the buffer list
1368(@pxref{Buffers}). If you call @kbd{C-x #} after you are done editing
1369a client buffer, the next client buffer is automatically selected.
1370
df9d7630
RS
1371 But if you use the option @samp{-n} or @samp{--no-wait} when running
1372@code{emacsclient}, then it returns immediately. (You can take as
1373long as you like to edit the files in Emacs.)
1374
d9d81805
EZ
1375 The option @samp{-a @var{command}} or
1376@samp{--alternate-editor=@var{command}} specifies a command to run if
1377@code{emacsclient} fails to contact Emacs. This is useful when
1378running @code{emacsclient} in a script. For example, the following
1379setting for the @env{EDITOR} environment variable will always give you
1380an editor, even if no Emacs server is running:
6bf7aab6 1381
df9d7630 1382@example
982dcb1b 1383EDITOR="emacsclient --alternate-editor emacs +%d %s"
df9d7630 1384@end example
6bf7aab6 1385
df9d7630 1386@noindent
d9d81805 1387@cindex @env{ALTERNATE_EDITOR} environment variable
444246ca
KB
1388The environment variable @env{ALTERNATE_EDITOR} has the same effect, with
1389the value of the @samp{--alternate-editor} option taking precedence.
df9d7630 1390
5b8b9fa7 1391If you use several displays, you can tell Emacs on which display to
d9d81805
EZ
1392open the given files with the @samp{-d @var{display}} or
1393@samp{--display=@var{display}} option to @code{emacsclient}. This is
1394handy when connecting from home to an Emacs session running on your
1395machine at your workplace.
5b8b9fa7 1396
82b9073d 1397If there is more than one Emacs server running, you can specify a
d9d81805
EZ
1398server name with the @samp{-s @var{name}} or
1399@samp{--socket-name=@var{name}} option to @code{emacsclient}. (This
1400option is not supported on MS-Windows.)
82b9073d 1401
5b8b9fa7 1402You can also use @code{emacsclient} to execute any piece of Emacs Lisp
d9d81805
EZ
1403code, using the @samp{-e} or @samp{--eval} option. When this option
1404is given, the rest of the arguments is interpreted as a list of
1405expressions to evaluate, not a list of files to visit.
1406
1407@cindex @env{EMACS_SERVER_FILE} environment variable
1408When you start the Emacs server (by calling @code{server-start}),
d219c899
RS
1409Emacs creates a file with information about TCP connection to the
1410server: the host where Emacs is running, the port where it is
1411listening, and an authentication string. @code{emacsclient} uses this
1412information if it needs to connect to the server via TCP. By default,
1413the file goes in the @file{~/.emacs.d/server/} directory@footnote{On
1414MS-Windows, if @env{HOME} is not set or the TCP configuration file
1415cannot be found there, Emacs also looks for the file in the
1416@file{.emacs.d/server/} subdirectory of the directory pointed to by
1417the @env{APPDATA} environment variable.}. You can specify the file
1418name to use with the @samp{-f @var{file}} or
1419@samp{--server-file=@var{file}} options, or by setting
1420@env{EMACS_SERVER_FILE} environment variable to the file name.
5b8b9fa7 1421
66bb4d9a
EZ
1422@node Printing, Sorting, Emacs Server, Top
1423@section Printing Hard Copies
6bf7aab6 1424@cindex hardcopy
66bb4d9a 1425@cindex printing
6bf7aab6 1426
66bb4d9a
EZ
1427 Emacs provides commands for printing hard copies of either an entire
1428buffer or just part of one, with or without page headers. You can
1429invoke the printing commands directly, as detailed in the following
1430section, or using the @samp{File} menu on the menu bar. See also the
1431hardcopy commands of Dired (@pxref{Misc File Ops}) and the diary
1432(@pxref{Displaying the Diary}).
6bf7aab6
DL
1433
1434@table @kbd
1435@item M-x print-buffer
1436Print hardcopy of current buffer with page headings containing the file
1437name and page number.
1438@item M-x lpr-buffer
1439Print hardcopy of current buffer without page headings.
1440@item M-x print-region
1441Like @code{print-buffer} but print only the current region.
1442@item M-x lpr-region
1443Like @code{lpr-buffer} but print only the current region.
1444@end table
1445
1446@findex print-buffer
1447@findex print-region
1448@findex lpr-buffer
1449@findex lpr-region
1450@vindex lpr-switches
1451 The hardcopy commands (aside from the Postscript commands) pass extra
1452switches to the @code{lpr} program based on the value of the variable
1453@code{lpr-switches}. Its value should be a list of strings, each string
1454an option starting with @samp{-}. For example, to specify a line width
1455of 80 columns for all the printing you do in Emacs, set
1456@code{lpr-switches} like this:
1457
1458@example
1459(setq lpr-switches '("-w80"))
1460@end example
1461
1462@vindex printer-name
1463 You can specify the printer to use by setting the variable
1464@code{printer-name}.
1465
1466@vindex lpr-headers-switches
1467@vindex lpr-commands
1468@vindex lpr-add-switches
1469 The variable @code{lpr-command} specifies the name of the printer
1470program to run; the default value depends on your operating system type.
1471On most systems, the default is @code{"lpr"}. The variable
1472@code{lpr-headers-switches} similarly specifies the extra switches to
1473use to make page headers. The variable @code{lpr-add-switches} controls
1474whether to supply @samp{-T} and @samp{-J} options (suitable for
1475@code{lpr}) to the printer program: @code{nil} means don't add them.
1476@code{lpr-add-switches} should be @code{nil} if your printer program is
1477not compatible with @code{lpr}.
1478
66bb4d9a
EZ
1479@menu
1480* PostScript:: Printing buffers or regions as PostScript.
1481* PostScript Variables:: Customizing the PostScript printing commands.
1482* Printing Package:: An optional advanced printing interface.
1483@end menu
1484
1485@node PostScript, PostScript Variables,, Printing
3b65ce47 1486@section PostScript Hardcopy
6bf7aab6 1487
3b65ce47 1488 These commands convert buffer contents to PostScript,
6bf7aab6
DL
1489either printing it or leaving it in another Emacs buffer.
1490
1491@table @kbd
1492@item M-x ps-print-buffer
3b65ce47 1493Print hardcopy of the current buffer in PostScript form.
6bf7aab6 1494@item M-x ps-print-region
3b65ce47 1495Print hardcopy of the current region in PostScript form.
6bf7aab6 1496@item M-x ps-print-buffer-with-faces
3b65ce47
DL
1497Print hardcopy of the current buffer in PostScript form, showing the
1498faces used in the text by means of PostScript features.
6bf7aab6 1499@item M-x ps-print-region-with-faces
3b65ce47 1500Print hardcopy of the current region in PostScript form, showing the
6bf7aab6
DL
1501faces used in the text.
1502@item M-x ps-spool-buffer
3b65ce47 1503Generate PostScript for the current buffer text.
6bf7aab6 1504@item M-x ps-spool-region
3b65ce47 1505Generate PostScript for the current region.
6bf7aab6 1506@item M-x ps-spool-buffer-with-faces
3b65ce47 1507Generate PostScript for the current buffer, showing the faces used.
6bf7aab6 1508@item M-x ps-spool-region-with-faces
3b65ce47
DL
1509Generate PostScript for the current region, showing the faces used.
1510@item M-x handwrite
1511Generates/prints PostScript for the current buffer as if handwritten.
6bf7aab6
DL
1512@end table
1513
1514@findex ps-print-region
1515@findex ps-print-buffer
1516@findex ps-print-region-with-faces
1517@findex ps-print-buffer-with-faces
3b65ce47
DL
1518 The PostScript commands, @code{ps-print-buffer} and
1519@code{ps-print-region}, print buffer contents in PostScript form. One
6bf7aab6
DL
1520command prints the entire buffer; the other, just the region. The
1521corresponding @samp{-with-faces} commands,
1522@code{ps-print-buffer-with-faces} and @code{ps-print-region-with-faces},
3b65ce47 1523use PostScript features to show the faces (fonts and colors) in the text
6bf7aab6
DL
1524properties of the text being printed.
1525
1526 If you are using a color display, you can print a buffer of program
1527code with color highlighting by turning on Font-Lock mode in that
1528buffer, and using @code{ps-print-buffer-with-faces}.
1529
1530@findex ps-spool-region
1531@findex ps-spool-buffer
1532@findex ps-spool-region-with-faces
1533@findex ps-spool-buffer-with-faces
1534 The commands whose names have @samp{spool} instead of @samp{print}
3b65ce47 1535generate the PostScript output in an Emacs buffer instead of sending
6bf7aab6
DL
1536it to the printer.
1537
3b65ce47
DL
1538@findex handwrite
1539@cindex handwriting
1540@kbd{M-x handwrite} is more frivolous. It generates a PostScript
1541rendition of the current buffer as a cursive handwritten document. It
fc98b4ba
RS
1542can be customized in group @code{handwrite}. This function only
1543supports ISO 8859-1 characters.
3b65ce47 1544
d3ea5f55 1545@ifnottex
6bf7aab6 1546 The following section describes variables for customizing these commands.
d3ea5f55 1547@end ifnottex
6bf7aab6 1548
66bb4d9a 1549@node PostScript Variables, Printing Package, PostScript, Printing
3b65ce47 1550@section Variables for PostScript Hardcopy
6bf7aab6
DL
1551
1552@vindex ps-lpr-command
1553@vindex ps-lpr-switches
1554@vindex ps-printer-name
3b65ce47 1555 All the PostScript hardcopy commands use the variables
6bf7aab6
DL
1556@code{ps-lpr-command} and @code{ps-lpr-switches} to specify how to print
1557the output. @code{ps-lpr-command} specifies the command name to run,
1558@code{ps-lpr-switches} specifies command line options to use, and
1559@code{ps-printer-name} specifies the printer. If you don't set the
1560first two variables yourself, they take their initial values from
1561@code{lpr-command} and @code{lpr-switches}. If @code{ps-printer-name}
1562is @code{nil}, @code{printer-name} is used.
1563
1564@vindex ps-print-header
6bf7aab6
DL
1565 The variable @code{ps-print-header} controls whether these commands
1566add header lines to each page---set it to @code{nil} to turn headers
550135d1
EZ
1567off.
1568
1569@cindex color emulation on black-and-white printers
1570@vindex ps-print-color-p
1571 If your printer doesn't support colors, you should turn off color
1572processing by setting @code{ps-print-color-p} to @code{nil}. By
1573default, if the display supports colors, Emacs produces hardcopy output
1574with color information; on black-and-white printers, colors are emulated
1575with shades of gray. This might produce illegible output, even if your
1576screen colors only use shades of gray.
1577
1578@vindex ps-use-face-background
df9d7630
RS
1579 By default, PostScript printing ignores the background colors of the
1580faces, unless the variable @code{ps-use-face-background} is
1581non-@code{nil}. This is to avoid unwanted interference with the zebra
1582stripes and background image/text.
6bf7aab6
DL
1583
1584@vindex ps-paper-type
1585@vindex ps-page-dimensions-database
1586 The variable @code{ps-paper-type} specifies which size of paper to
1587format for; legitimate values include @code{a4}, @code{a3},
1588@code{a4small}, @code{b4}, @code{b5}, @code{executive}, @code{ledger},
1589@code{legal}, @code{letter}, @code{letter-small}, @code{statement},
1590@code{tabloid}. The default is @code{letter}. You can define
1591additional paper sizes by changing the variable
1592@code{ps-page-dimensions-database}.
1593
1594@vindex ps-landscape-mode
1595 The variable @code{ps-landscape-mode} specifies the orientation of
1596printing on the page. The default is @code{nil}, which stands for
1597``portrait'' mode. Any non-@code{nil} value specifies ``landscape''
1598mode.
1599
1600@vindex ps-number-of-columns
1601 The variable @code{ps-number-of-columns} specifies the number of
1602columns; it takes effect in both landscape and portrait mode. The
1603default is 1.
1604
1605@vindex ps-font-family
1606@vindex ps-font-size
1607@vindex ps-font-info-database
1608 The variable @code{ps-font-family} specifies which font family to use
1609for printing ordinary text. Legitimate values include @code{Courier},
1610@code{Helvetica}, @code{NewCenturySchlbk}, @code{Palatino} and
1611@code{Times}. The variable @code{ps-font-size} specifies the size of
1612the font for ordinary text. It defaults to 8.5 points.
1613
adee28ff
EZ
1614@vindex ps-multibyte-buffer
1615@cindex Intlfonts for PostScript printing
1616@cindex fonts for PostScript printing
1617 Emacs supports more scripts and characters than a typical PostScript
1618printer. Thus, some of the characters in your buffer might not be
1619printable using the fonts built into your printer. You can augment
1620the fonts supplied with the printer with those from the GNU Intlfonts
1621package, or you can instruct Emacs to use Intlfonts exclusively. The
1622variable @code{ps-multibyte-buffer} controls this: the default value,
76dd3692 1623@code{nil}, is appropriate for printing @acronym{ASCII} and Latin-1
adee28ff 1624characters; a value of @code{non-latin-printer} is for printers which
76dd3692 1625have the fonts for @acronym{ASCII}, Latin-1, Japanese, and Korean
adee28ff
EZ
1626characters built into them. A value of @code{bdf-font} arranges for
1627the BDF fonts from the Intlfonts package to be used for @emph{all}
1628characters. Finally, a value of @code{bdf-font-except-latin}
76dd3692 1629instructs the printer to use built-in fonts for @acronym{ASCII} and Latin-1
adee28ff
EZ
1630characters, and Intlfonts BDF fonts for the rest.
1631
1632@vindex bdf-directory-list
021037cb 1633 To be able to use the BDF fonts, Emacs needs to know where to find
adee28ff
EZ
1634them. The variable @code{bdf-directory-list} holds the list of
1635directories where Emacs should look for the fonts; the default value
1636includes a single directory @file{/usr/local/share/emacs/fonts/bdf}.
1637
6bf7aab6 1638 Many other customization variables for these commands are defined and
adee28ff 1639described in the Lisp files @file{ps-print.el} and @file{ps-mule.el}.
6bf7aab6 1640
66bb4d9a
EZ
1641@node Printing Package,, PostScript Variables, Printing
1642@section Printing Package
1643@cindex Printing package
1644
1645 The basic Emacs facilities for printing hardcopy can be extended
1646using the Printing package. This provides an easy-to-use interface
1647for choosing what to print, previewing PostScript files before
1648printing, and setting various printing options such as print headers,
1649landscape or portrait modes, duplex modes, and so forth. On GNU/Linux
1650or Unix systems, the Printing package relies on the @file{gs} and
1651@file{gv} utilities, which are distributed as part of the GhostScript
1652program. On MS-Windows, the @file{gstools} port of Ghostscript can be
1653used.
1654
1655@findex pr-interface
1656 To use the Printing package, add @code{(require 'printing)} to your
aada47fc
RS
1657init file (@pxref{Init File}), followed by @code{(pr-update-menus)}.
1658This function replaces the usual printing commands in the menu bar
1659with a @samp{Printing} submenu that contains various printing options.
1660You can also type @kbd{M-x pr-interface RET}; this creates a
1661@samp{*Printing Interface*} buffer, similar to a customization buffer,
1662where you can set the printing options. After selecting what and how
1663to print, you start the print job using the @samp{Print} button (click
1664@kbd{mouse-2} on it, or move point over it and type @kbd{RET}). For
1665further information on the various options, use the @samp{Interface
1666Help} button.
66bb4d9a
EZ
1667
1668@node Sorting, Narrowing, Printing, Top
6bf7aab6
DL
1669@section Sorting Text
1670@cindex sorting
1671
1672 Emacs provides several commands for sorting text in the buffer. All
982dcb1b
RS
1673operate on the contents of the region.
1674They divide the text of the region into many @dfn{sort records},
6bf7aab6
DL
1675identify a @dfn{sort key} for each record, and then reorder the records
1676into the order determined by the sort keys. The records are ordered so
1677that their keys are in alphabetical order, or, for numeric sorting, in
1678numeric order. In alphabetic sorting, all upper-case letters `A' through
76dd3692 1679`Z' come before lower-case `a', in accord with the @acronym{ASCII} character
6bf7aab6
DL
1680sequence.
1681
1682 The various sort commands differ in how they divide the text into sort
1683records and in which part of each record is used as the sort key. Most of
1684the commands make each line a separate sort record, but some commands use
1685paragraphs or pages as sort records. Most of the sort commands use each
1686entire sort record as its own sort key, but some use only a portion of the
1687record as the sort key.
1688
1689@findex sort-lines
1690@findex sort-paragraphs
1691@findex sort-pages
1692@findex sort-fields
1693@findex sort-numeric-fields
efd68b8a 1694@vindex sort-numeric-base
6bf7aab6
DL
1695@table @kbd
1696@item M-x sort-lines
1697Divide the region into lines, and sort by comparing the entire
1698text of a line. A numeric argument means sort into descending order.
1699
1700@item M-x sort-paragraphs
1701Divide the region into paragraphs, and sort by comparing the entire
1702text of a paragraph (except for leading blank lines). A numeric
1703argument means sort into descending order.
1704
1705@item M-x sort-pages
1706Divide the region into pages, and sort by comparing the entire
1707text of a page (except for leading blank lines). A numeric
1708argument means sort into descending order.
1709
1710@item M-x sort-fields
1711Divide the region into lines, and sort by comparing the contents of
1712one field in each line. Fields are defined as separated by
1713whitespace, so the first run of consecutive non-whitespace characters
1714in a line constitutes field 1, the second such run constitutes field
17152, etc.
1716
1717Specify which field to sort by with a numeric argument: 1 to sort by
1718field 1, etc. A negative argument means count fields from the right
1719instead of from the left; thus, minus 1 means sort by the last field.
1720If several lines have identical contents in the field being sorted, they
021037cb 1721keep the same relative order that they had in the original buffer.
6bf7aab6
DL
1722
1723@item M-x sort-numeric-fields
1724Like @kbd{M-x sort-fields} except the specified field is converted
1725to an integer for each line, and the numbers are compared. @samp{10}
1726comes before @samp{2} when considered as text, but after it when
efd68b8a
GM
1727considered as a number. By default, numbers are interpreted according
1728to @code{sort-numeric-base}, but numbers beginning with @samp{0x} or
1729@samp{0} are interpreted as hexadecimal and octal, respectively.
6bf7aab6
DL
1730
1731@item M-x sort-columns
1732Like @kbd{M-x sort-fields} except that the text within each line
1733used for comparison comes from a fixed range of columns. See below
1734for an explanation.
1735
1736@item M-x reverse-region
1737Reverse the order of the lines in the region. This is useful for
1738sorting into descending order by fields or columns, since those sort
1739commands do not have a feature for doing that.
1740@end table
1741
1742 For example, if the buffer contains this:
1743
1744@smallexample
1745On systems where clash detection (locking of files being edited) is
1746implemented, Emacs also checks the first time you modify a buffer
1747whether the file has changed on disk since it was last visited or
1748saved. If it has, you are asked to confirm that you want to change
1749the buffer.
1750@end smallexample
1751
1752@noindent
1753applying @kbd{M-x sort-lines} to the entire buffer produces this:
1754
1755@smallexample
1756On systems where clash detection (locking of files being edited) is
1757implemented, Emacs also checks the first time you modify a buffer
1758saved. If it has, you are asked to confirm that you want to change
1759the buffer.
1760whether the file has changed on disk since it was last visited or
1761@end smallexample
1762
1763@noindent
1764where the upper-case @samp{O} sorts before all lower-case letters. If
1765you use @kbd{C-u 2 M-x sort-fields} instead, you get this:
1766
1767@smallexample
1768implemented, Emacs also checks the first time you modify a buffer
1769saved. If it has, you are asked to confirm that you want to change
1770the buffer.
1771On systems where clash detection (locking of files being edited) is
1772whether the file has changed on disk since it was last visited or
1773@end smallexample
1774
1775@noindent
1776where the sort keys were @samp{Emacs}, @samp{If}, @samp{buffer},
1777@samp{systems} and @samp{the}.
1778
1779@findex sort-columns
1780 @kbd{M-x sort-columns} requires more explanation. You specify the
1781columns by putting point at one of the columns and the mark at the other
1782column. Because this means you cannot put point or the mark at the
1783beginning of the first line of the text you want to sort, this command
2684ed46 1784uses an unusual definition of ``region'': all of the line point is in is
6bf7aab6
DL
1785considered part of the region, and so is all of the line the mark is in,
1786as well as all the lines in between.
1787
1788 For example, to sort a table by information found in columns 10 to 15,
1789you could put the mark on column 10 in the first line of the table, and
1790point on column 15 in the last line of the table, and then run
1791@code{sort-columns}. Equivalently, you could run it with the mark on
1792column 15 in the first line and point on column 10 in the last line.
1793
1794 This can be thought of as sorting the rectangle specified by point and
1795the mark, except that the text on each line to the left or right of the
1796rectangle moves along with the text inside the rectangle.
1797@xref{Rectangles}.
1798
1799@vindex sort-fold-case
1800 Many of the sort commands ignore case differences when comparing, if
1801@code{sort-fold-case} is non-@code{nil}.
1802
379e8670 1803@node Narrowing, Two-Column, Sorting, Top
6bf7aab6
DL
1804@section Narrowing
1805@cindex widening
1806@cindex restriction
1807@cindex narrowing
1808@cindex accessible portion
1809
1810 @dfn{Narrowing} means focusing in on some portion of the buffer,
1811making the rest temporarily inaccessible. The portion which you can
1812still get to is called the @dfn{accessible portion}. Canceling the
1813narrowing, which makes the entire buffer once again accessible, is
d40afceb
RS
1814called @dfn{widening}. The bounds of narrowing in effect in a buffer
1815are called the buffer's @dfn{restriction}.
6bf7aab6
DL
1816
1817 Narrowing can make it easier to concentrate on a single subroutine or
d40afceb 1818paragraph by eliminating clutter. It can also be used to limit the
6bf7aab6
DL
1819range of operation of a replace command or repeating keyboard macro.
1820
6bf7aab6
DL
1821@table @kbd
1822@item C-x n n
1823Narrow down to between point and mark (@code{narrow-to-region}).
1824@item C-x n w
1825Widen to make the entire buffer accessible again (@code{widen}).
1826@item C-x n p
1827Narrow down to the current page (@code{narrow-to-page}).
1828@item C-x n d
1829Narrow down to the current defun (@code{narrow-to-defun}).
1830@end table
1831
1832 When you have narrowed down to a part of the buffer, that part appears
1833to be all there is. You can't see the rest, you can't move into it
1834(motion commands won't go outside the accessible part), you can't change
1835it in any way. However, it is not gone, and if you save the file all
1836the inaccessible text will be saved. The word @samp{Narrow} appears in
1837the mode line whenever narrowing is in effect.
1838
1839@kindex C-x n n
1840@findex narrow-to-region
1841 The primary narrowing command is @kbd{C-x n n} (@code{narrow-to-region}).
1842It sets the current buffer's restrictions so that the text in the current
021037cb
EZ
1843region remains accessible, but all text before the region or after the
1844region is inaccessible. Point and mark do not change.
6bf7aab6
DL
1845
1846@kindex C-x n p
1847@findex narrow-to-page
1848@kindex C-x n d
1849@findex narrow-to-defun
1850 Alternatively, use @kbd{C-x n p} (@code{narrow-to-page}) to narrow
1851down to the current page. @xref{Pages}, for the definition of a page.
1852@kbd{C-x n d} (@code{narrow-to-defun}) narrows down to the defun
1853containing point (@pxref{Defuns}).
1854
1855@kindex C-x n w
1856@findex widen
1857 The way to cancel narrowing is to widen with @kbd{C-x n w}
1858(@code{widen}). This makes all text in the buffer accessible again.
1859
1860 You can get information on what part of the buffer you are narrowed down
1861to using the @kbd{C-x =} command. @xref{Position Info}.
1862
1863 Because narrowing can easily confuse users who do not understand it,
1864@code{narrow-to-region} is normally a disabled command. Attempting to use
1865this command asks for confirmation and gives you the option of enabling it;
1866if you enable the command, confirmation will no longer be required for
1867it. @xref{Disabling}.
1868
379e8670 1869@node Two-Column, Editing Binary Files, Narrowing, Top
6bf7aab6
DL
1870@section Two-Column Editing
1871@cindex two-column editing
1872@cindex splitting columns
1873@cindex columns, splitting
1874
1875 Two-column mode lets you conveniently edit two side-by-side columns of
1876text. It uses two side-by-side windows, each showing its own
1877buffer.
1878
1879 There are three ways to enter two-column mode:
1880
1881@table @asis
1882@item @kbd{@key{F2} 2} or @kbd{C-x 6 2}
1883@kindex F2 2
1884@kindex C-x 6 2
1885@findex 2C-two-columns
1886Enter two-column mode with the current buffer on the left, and on the
1887right, a buffer whose name is based on the current buffer's name
1888(@code{2C-two-columns}). If the right-hand buffer doesn't already
1889exist, it starts out empty; the current buffer's contents are not
1890changed.
1891
1892This command is appropriate when the current buffer is empty or contains
1893just one column and you want to add another column.
1894
1895@item @kbd{@key{F2} s} or @kbd{C-x 6 s}
1896@kindex F2 s
1897@kindex C-x 6 s
1898@findex 2C-split
1899Split the current buffer, which contains two-column text, into two
1900buffers, and display them side by side (@code{2C-split}). The current
1901buffer becomes the left-hand buffer, but the text in the right-hand
1902column is moved into the right-hand buffer. The current column
1903specifies the split point. Splitting starts with the current line and
1904continues to the end of the buffer.
1905
1906This command is appropriate when you have a buffer that already contains
1907two-column text, and you wish to separate the columns temporarily.
1908
1909@item @kbd{@key{F2} b @var{buffer} @key{RET}}
1910@itemx @kbd{C-x 6 b @var{buffer} @key{RET}}
1911@kindex F2 b
1912@kindex C-x 6 b
1913@findex 2C-associate-buffer
1914Enter two-column mode using the current buffer as the left-hand buffer,
1915and using buffer @var{buffer} as the right-hand buffer
1916(@code{2C-associate-buffer}).
1917@end table
1918
1919 @kbd{@key{F2} s} or @kbd{C-x 6 s} looks for a column separator, which
1920is a string that appears on each line between the two columns. You can
1921specify the width of the separator with a numeric argument to
1922@kbd{@key{F2} s}; that many characters, before point, constitute the
1923separator string. By default, the width is 1, so the column separator
1924is the character before point.
1925
1926 When a line has the separator at the proper place, @kbd{@key{F2} s}
1927puts the text after the separator into the right-hand buffer, and
1928deletes the separator. Lines that don't have the column separator at
1929the proper place remain unsplit; they stay in the left-hand buffer, and
1930the right-hand buffer gets an empty line to correspond. (This is the
1931way to write a line that ``spans both columns while in two-column
1932mode'': write it in the left-hand buffer, and put an empty line in the
1933right-hand buffer.)
1934
1935@kindex F2 RET
1936@kindex C-x 6 RET
1937@findex 2C-newline
1938 The command @kbd{C-x 6 @key{RET}} or @kbd{@key{F2} @key{RET}}
1939(@code{2C-newline}) inserts a newline in each of the two buffers at
1940corresponding positions. This is the easiest way to add a new line to
1941the two-column text while editing it in split buffers.
1942
1943@kindex F2 1
1944@kindex C-x 6 1
1945@findex 2C-merge
1946 When you have edited both buffers as you wish, merge them with
1947@kbd{@key{F2} 1} or @kbd{C-x 6 1} (@code{2C-merge}). This copies the
1948text from the right-hand buffer as a second column in the other buffer.
1949To go back to two-column editing, use @kbd{@key{F2} s}.
1950
1951@kindex F2 d
1952@kindex C-x 6 d
1953@findex 2C-dissociate
1954 Use @kbd{@key{F2} d} or @kbd{C-x 6 d} to dissociate the two buffers,
1955leaving each as it stands (@code{2C-dissociate}). If the other buffer,
1956the one not current when you type @kbd{@key{F2} d}, is empty,
1957@kbd{@key{F2} d} kills it.
1958
1959@node Editing Binary Files, Saving Emacs Sessions, Two-Column, Top
1960@section Editing Binary Files
1961
1962@cindex Hexl mode
1963@cindex mode, Hexl
1964@cindex editing binary files
c965d0ac 1965@cindex hex editing
6bf7aab6
DL
1966 There is a special major mode for editing binary files: Hexl mode. To
1967use it, use @kbd{M-x hexl-find-file} instead of @kbd{C-x C-f} to visit
1968the file. This command converts the file's contents to hexadecimal and
1969lets you edit the translation. When you save the file, it is converted
1970automatically back to binary.
1971
1972 You can also use @kbd{M-x hexl-mode} to translate an existing buffer
1973into hex. This is useful if you visit a file normally and then discover
1974it is a binary file.
1975
1976 Ordinary text characters overwrite in Hexl mode. This is to reduce
1977the risk of accidentally spoiling the alignment of data in the file.
1978There are special commands for insertion. Here is a list of the
1979commands of Hexl mode:
1980
1981@c I don't think individual index entries for these commands are useful--RMS.
1982@table @kbd
1983@item C-M-d
1984Insert a byte with a code typed in decimal.
1985
1986@item C-M-o
1987Insert a byte with a code typed in octal.
1988
1989@item C-M-x
1990Insert a byte with a code typed in hex.
1991
1992@item C-x [
1993Move to the beginning of a 1k-byte ``page.''
1994
1995@item C-x ]
1996Move to the end of a 1k-byte ``page.''
1997
1998@item M-g
1999Move to an address specified in hex.
2000
2001@item M-j
2002Move to an address specified in decimal.
2003
2004@item C-c C-c
2005Leave Hexl mode, going back to the major mode this buffer had before you
2006invoked @code{hexl-mode}.
2007@end table
2008
c965d0ac 2009@noindent
fc98b4ba 2010Other Hexl commands let you insert strings (sequences) of binary
021037cb
EZ
2011bytes, move by @code{short}s or @code{int}s, etc.; type @kbd{C-h a
2012hexl-@key{RET}} for details.
c965d0ac
EZ
2013
2014
6bf7aab6
DL
2015@node Saving Emacs Sessions, Recursive Edit, Editing Binary Files, Top
2016@section Saving Emacs Sessions
2017@cindex saving sessions
24cd2514
EZ
2018@cindex restore session
2019@cindex remember editing session
2020@cindex reload files
6bf7aab6
DL
2021@cindex desktop
2022
6a51fedc
RS
2023 Use the desktop library to save the state of Emacs from one session
2024to another. Once you save the Emacs @dfn{desktop}---the buffers,
2025their file names, major modes, buffer positions, and so on---then
2026subsequent Emacs sessions reload the saved desktop.
6bf7aab6 2027
6a51fedc 2028@findex desktop-save
080e83d1 2029@vindex desktop-save-mode
6a51fedc 2030 You can save the desktop manually with the command @kbd{M-x
1096b4a0
RS
2031desktop-save}. You can also enable automatic saving of the desktop
2032when you exit Emacs, and automatic restoration of the last saved
2033desktop when Emacs starts: use the Customization buffer (@pxref{Easy
2034Customization}) to set @code{desktop-save-mode} to @code{t} for future
2035sessions, or add this line in your @file{~/.emacs} file:
6bf7aab6
DL
2036
2037@example
080e83d1 2038(desktop-save-mode 1)
6bf7aab6
DL
2039@end example
2040
080e83d1
LH
2041@findex desktop-change-dir
2042@findex desktop-revert
5bfef96c
EZ
2043 If you turn on @code{desktop-save-mode} in your @file{~/.emacs},
2044then when Emacs starts, it looks for a saved desktop in the current
6a51fedc
RS
2045directory. Thus, you can have separate saved desktops in different
2046directories, and the starting directory determines which one Emacs
2047reloads. You can save the current desktop and reload one saved in
2048another directory by typing @kbd{M-x desktop-change-dir}. Typing
2049@kbd{M-x desktop-revert} reverts to the desktop previously reloaded.
080e83d1 2050
6a51fedc 2051 Specify the option @samp{--no-desktop} on the command line when you
b9ed2fa6 2052don't want it to reload any saved desktop. This turns off
5bfef96c
EZ
2053@code{desktop-save-mode} for the current session. Starting Emacs with
2054the @samp{--no-init-file} option also disables desktop reloading,
2055since it bypasses the @file{.emacs} init file, where
2056@code{desktop-save-mode} is usually turned on.
6bf7aab6 2057
a3f7375f
RS
2058@vindex desktop-restore-eager
2059 By default, all the buffers in the desktop are restored at one go.
2060However, this may be slow if there are a lot of buffers in the
2061desktop. You can specify the maximum number of buffers to restore
2062immediately with the variable @code{desktop-restore-eager}; the
2063remaining buffers are restored ``lazily,'' when Emacs is idle.
2064
080e83d1 2065@findex desktop-clear
080e83d1
LH
2066@vindex desktop-globals-to-clear
2067@vindex desktop-clear-preserve-buffers-regexp
6a51fedc
RS
2068 Type @kbd{M-x desktop-clear} to empty the Emacs desktop. This kills
2069all buffers except for internal ones, and clears the global variables
2070listed in @code{desktop-globals-to-clear}. If you want this to
080e83d1 2071preserve certain buffers, customize the variable
6a51fedc
RS
2072@code{desktop-clear-preserve-buffers-regexp}, whose value is a regular
2073expression matching the names of buffers not to kill.
17a4f5ec 2074
89b5d9ab
RS
2075 If you want to save minibuffer history from one session to
2076another, use the @code{savehist} library.
2077
6bf7aab6
DL
2078@node Recursive Edit, Emulation, Saving Emacs Sessions, Top
2079@section Recursive Editing Levels
2080@cindex recursive editing level
2081@cindex editing level, recursive
2082
2083 A @dfn{recursive edit} is a situation in which you are using Emacs
2084commands to perform arbitrary editing while in the middle of another
2085Emacs command. For example, when you type @kbd{C-r} inside of a
2086@code{query-replace}, you enter a recursive edit in which you can change
2087the current buffer. On exiting from the recursive edit, you go back to
2088the @code{query-replace}.
2089
2090@kindex C-M-c
2091@findex exit-recursive-edit
2092@cindex exiting recursive edit
2093 @dfn{Exiting} the recursive edit means returning to the unfinished
2094command, which continues execution. The command to exit is @kbd{C-M-c}
2095(@code{exit-recursive-edit}).
2096
2097 You can also @dfn{abort} the recursive edit. This is like exiting,
2098but also quits the unfinished command immediately. Use the command
2099@kbd{C-]} (@code{abort-recursive-edit}) to do this. @xref{Quitting}.
2100
2101 The mode line shows you when you are in a recursive edit by displaying
2102square brackets around the parentheses that always surround the major and
021037cb 2103minor mode names. Every window's mode line shows this in the same way,
6bf7aab6
DL
2104since being in a recursive edit is true of Emacs as a whole rather than
2105any particular window or buffer.
2106
2107 It is possible to be in recursive edits within recursive edits. For
2108example, after typing @kbd{C-r} in a @code{query-replace}, you may type a
2109command that enters the debugger. This begins a recursive editing level
2110for the debugger, within the recursive editing level for @kbd{C-r}.
2111Mode lines display a pair of square brackets for each recursive editing
2112level currently in progress.
2113
982dcb1b 2114 Exiting the inner recursive edit (such as with the debugger @kbd{c}
6bf7aab6
DL
2115command) resumes the command running in the next level up. When that
2116command finishes, you can then use @kbd{C-M-c} to exit another recursive
2117editing level, and so on. Exiting applies to the innermost level only.
2118Aborting also gets out of only one level of recursive edit; it returns
2119immediately to the command level of the previous recursive edit. If you
2120wish, you can then abort the next recursive editing level.
2121
2122 Alternatively, the command @kbd{M-x top-level} aborts all levels of
2123recursive edits, returning immediately to the top-level command reader.
2124
2125 The text being edited inside the recursive edit need not be the same text
2126that you were editing at top level. It depends on what the recursive edit
2127is for. If the command that invokes the recursive edit selects a different
2128buffer first, that is the buffer you will edit recursively. In any case,
2129you can switch buffers within the recursive edit in the normal manner (as
2130long as the buffer-switching keys have not been rebound). You could
2131probably do all the rest of your editing inside the recursive edit,
2132visiting files and all. But this could have surprising effects (such as
2133stack overflow) from time to time. So remember to exit or abort the
2134recursive edit when you no longer need it.
2135
2136 In general, we try to minimize the use of recursive editing levels in
2137GNU Emacs. This is because they constrain you to ``go back'' in a
2138particular order---from the innermost level toward the top level. When
2139possible, we present different activities in separate buffers so that
2140you can switch between them as you please. Some commands switch to a
2141new major mode which provides a command to switch back. These
2142approaches give you more flexibility to go back to unfinished tasks in
2143the order you choose.
2144
3f724e9a 2145@node Emulation, Hyperlinking, Recursive Edit, Top
6bf7aab6
DL
2146@section Emulation
2147@cindex emulating other editors
2148@cindex other editors
2149@cindex EDT
2150@cindex vi
d0960fb3 2151@cindex PC key bindings
3b65ce47 2152@cindex scrolling all windows
d0960fb3
RS
2153@cindex PC selection
2154@cindex Motif key bindings
2155@cindex Macintosh key bindings
3b65ce47 2156@cindex WordStar
6bf7aab6
DL
2157
2158 GNU Emacs can be programmed to emulate (more or less) most other
2159editors. Standard facilities can emulate these:
2160
2161@table @asis
3b65ce47
DL
2162@item CRiSP/Brief (PC editor)
2163@findex crisp-mode
2164@vindex crisp-override-meta-x
2165@findex scroll-all-mode
b1a92ebf
DL
2166@cindex CRiSP mode
2167@cindex Brief emulation
4946337d 2168@cindex emulation of Brief
b1a92ebf 2169@cindex mode, CRiSP
d0960fb3 2170You can turn on key bindings to emulate the CRiSP/Brief editor with
b1a92ebf 2171@kbd{M-x crisp-mode}. Note that this rebinds @kbd{M-x} to exit Emacs
19b2c4ca
RS
2172unless you set the variable @code{crisp-override-meta-x}. You can
2173also use the command @kbd{M-x scroll-all-mode} or set the variable
b1a92ebf
DL
2174@code{crisp-load-scroll-all} to emulate CRiSP's scroll-all feature
2175(scrolling all windows together).
3b65ce47 2176
6bf7aab6
DL
2177@item EDT (DEC VMS editor)
2178@findex edt-emulation-on
2179@findex edt-emulation-off
2180Turn on EDT emulation with @kbd{M-x edt-emulation-on}. @kbd{M-x
2181edt-emulation-off} restores normal Emacs command bindings.
2182
2183Most of the EDT emulation commands are keypad keys, and most standard
2184Emacs key bindings are still available. The EDT emulation rebindings
2185are done in the global keymap, so there is no problem switching
2186buffers or major modes while in EDT emulation.
2187
3f724e9a
DL
2188@item TPU (DEC VMS editor)
2189@findex tpu-edt-on
2190@cindex TPU
2191@kbd{M-x tpu-edt-on} turns on emulation of the TPU editor emulating EDT.
2192
6bf7aab6
DL
2193@item vi (Berkeley editor)
2194@findex viper-mode
2195Viper is the newest emulator for vi. It implements several levels of
2196emulation; level 1 is closest to vi itself, while level 5 departs
2197somewhat from strict emulation to take advantage of the capabilities of
2198Emacs. To invoke Viper, type @kbd{M-x viper-mode}; it will guide you
2199the rest of the way and ask for the emulation level. @inforef{Top,
2200Viper, viper}.
2201
2202@item vi (another emulator)
2203@findex vi-mode
2204@kbd{M-x vi-mode} enters a major mode that replaces the previously
2205established major mode. All of the vi commands that, in real vi, enter
2206``input'' mode are programmed instead to return to the previous major
2207mode. Thus, ordinary Emacs serves as vi's ``input'' mode.
2208
2209Because vi emulation works through major modes, it does not work
2210to switch buffers during emulation. Return to normal Emacs first.
2211
2212If you plan to use vi emulation much, you probably want to bind a key
2213to the @code{vi-mode} command.
2214
2215@item vi (alternate emulator)
2216@findex vip-mode
2217@kbd{M-x vip-mode} invokes another vi emulator, said to resemble real vi
2218more thoroughly than @kbd{M-x vi-mode}. ``Input'' mode in this emulator
2219is changed from ordinary Emacs so you can use @key{ESC} to go back to
2220emulated vi command mode. To get from emulated vi command mode back to
2221ordinary Emacs, type @kbd{C-z}.
2222
2223This emulation does not work through major modes, and it is possible
2224to switch buffers in various ways within the emulator. It is not
2225so necessary to assign a key to the command @code{vip-mode} as
2226it is with @code{vi-mode} because terminating insert mode does
2227not use it.
2228
2229@inforef{Top, VIP, vip}, for full information.
3b65ce47
DL
2230
2231@item WordStar (old wordprocessor)
2232@findex wordstar-mode
2233@kbd{M-x wordstar-mode} provides a major mode with WordStar-like
d0960fb3 2234key bindings.
6bf7aab6
DL
2235@end table
2236
ab192107 2237@node Hyperlinking, Thumbnails, Emulation, Top
3f724e9a
DL
2238@section Hyperlinking and Navigation Features
2239
2240@cindex hyperlinking
3f724e9a 2241@cindex navigation
df9d7630
RS
2242 Various modes documented elsewhere have hypertext features so that
2243you can follow links, usually by clicking @kbd{Mouse-2} on the link or
982dcb1b
RS
2244typing @key{RET} while point is on the link. Clicking @kbd{Mouse-1}
2245quickly on the link also follows it. (Hold @kbd{Mouse-1} for longer
2246if you want to set point instead.)
2247
2248 Info mode, Help mode and the Dired-like modes are examples of modes
2249that have links in the buffer. The Tags facility links between uses
2250and definitions in source files, see @ref{Tags}. Imenu provides
df9d7630
RS
2251navigation amongst items indexed in the current buffer, see
2252@ref{Imenu}. Info-lookup provides mode-specific lookup of definitions
2253in Info indexes, see @ref{Documentation}. Speedbar maintains a frame
2254in which links to files, and locations in files are displayed, see
2255@ref{Speedbar}.
2256
2257 Other non-mode-specific facilities described in this section enable
2258following links from the current buffer in a context-sensitive
2259fashion.
3f724e9a 2260
b1a92ebf
DL
2261@menu
2262* Browse-URL:: Following URLs.
2263* Goto-address:: Activating URLs.
2264* FFAP:: Finding files etc. at point.
b1a92ebf
DL
2265@end menu
2266
2267@node Browse-URL
2268@subsection Following URLs
3f724e9a 2269@cindex World Wide Web
b1a92ebf 2270@cindex Web
3f724e9a
DL
2271@findex browse-url
2272@findex browse-url-at-point
2273@findex browse-url-at-mouse
3f724e9a
DL
2274@cindex Browse-URL
2275@cindex URLs
b1a92ebf
DL
2276
2277@table @kbd
fc98b4ba 2278@item M-x browse-url @key{RET} @var{url} @key{RET}
b1a92ebf
DL
2279Load a URL into a Web browser.
2280@end table
2281
3f724e9a
DL
2282The Browse-URL package provides facilities for following URLs specifying
2283links on the World Wide Web. Usually this works by invoking a web
df9d7630
RS
2284browser, but you can, for instance, arrange to invoke @code{compose-mail}
2285from @samp{mailto:} URLs.
2286
2287 The general way to use this feature is to type @kbd{M-x browse-url},
2288which displays a specified URL. If point is located near a plausible
2289URL, that URL is used as the default. Other commands are available
2290which you might like to bind to keys, such as
b1a92ebf 2291@code{browse-url-at-point} and @code{browse-url-at-mouse}.
3f724e9a 2292
b1a92ebf 2293@vindex browse-url-browser-function
39cf6a8d 2294 You can customize Browse-URL's behavior via various options in the
b1a92ebf 2295@code{browse-url} Customize group, particularly
df9d7630
RS
2296@code{browse-url-browser-function}. You can invoke actions dependent
2297on the type of URL by defining @code{browse-url-browser-function} as
2298an association list. The package's commentary available via @kbd{C-h
23c9ed48
JL
2299p} under the @samp{hypermedia} keyword provides more information.
2300Packages with facilities for following URLs should always go through
2301Browse-URL, so that the customization options for Browse-URL will
2302affect all browsing in Emacs.
3f724e9a 2303
b1a92ebf
DL
2304@node Goto-address
2305@subsection Activating URLs
3f724e9a
DL
2306@findex goto-address
2307@cindex Goto-address
2308@cindex URLs, activating
b1a92ebf
DL
2309
2310@table @kbd
2311@item M-x goto-address
2312Activate URLs and e-mail addresses in the current buffer.
2313@end table
2314
df9d7630
RS
2315 You can make URLs in the current buffer active with @kbd{M-x
2316goto-address}. This finds all the URLs in the buffer, and establishes
2317bindings for @kbd{Mouse-2} and @kbd{C-c @key{RET}} on them. After
2318activation, if you click on a URL with @kbd{Mouse-2}, or move to a URL
2319and type @kbd{C-c @key{RET}}, that will display the web page that the URL
2320specifies. For a @samp{mailto} URL, it sends mail instead, using your
2321selected mail-composition method (@pxref{Mail Methods}).
2322
2323 It can be useful to add @code{goto-address} to mode hooks and the
2324hooks used to display an incoming message.
2325@code{rmail-show-message-hook} is the appropriate hook for Rmail, and
2326@code{mh-show-mode-hook} for MH-E. This is not needed for Gnus,
2327which has a similar feature of its own.
2328
3f724e9a 2329
b1a92ebf
DL
2330@node FFAP
2331@subsection Finding Files and URLs at Point
3f724e9a
DL
2332@findex find-file-at-point
2333@findex ffap
37ed0ee5 2334@findex dired-at-point
b1a92ebf
DL
2335@findex ffap-next
2336@findex ffap-menu
b1a92ebf
DL
2337@cindex finding file at point
2338
df9d7630
RS
2339 FFAP mode replaces certain key bindings for finding files, including
2340@kbd{C-x C-f}, with commands that provide more sensitive defaults.
2341These commands behave like the ordinary ones when given a prefix
2342argument. Otherwise, they get the default file name or URL from the
2343text around point. If what is found in the buffer has the form of a
2344URL rather than a file name, the commands use @code{browse-url} to
2345view it.
b1a92ebf 2346
df9d7630
RS
2347 This feature is useful for following references in mail or news
2348buffers, @file{README} files, @file{MANIFEST} files, and so on. The
23c9ed48
JL
2349@samp{ffap} package's commentary available via @kbd{C-h p} under the
2350@samp{files} keyword and the @code{ffap} Custom group provide details.
b1a92ebf
DL
2351
2352@cindex FFAP minor mode
2353@findex ffap-mode
23c9ed48
JL
2354 You can turn on FFAP minor mode by calling @code{ffap-bindings} to
2355make the following key bindings and to install hooks for using
2356@code{ffap} in Rmail, Gnus and VM article buffers.
b1a92ebf
DL
2357
2358@table @kbd
df9d7630 2359@item C-x C-f @var{filename} @key{RET}
b1a92ebf 2360@kindex C-x C-f @r{(FFAP)}
df9d7630
RS
2361Find @var{filename}, guessing a default from text around point
2362(@code{find-file-at-point}).
b79529b7
JL
2363@item C-x C-r
2364@kindex C-x C-r @r{(FFAP)}
2365@code{ffap-read-only}, analogous to @code{find-file-read-only}.
2366@item C-x C-v
2367@kindex C-x C-v @r{(FFAP)}
2368@code{ffap-alternate-file}, analogous to @code{find-alternate-file}.
2369@item C-x d @var{directory} @key{RET}
2370@kindex C-x d @r{(FFAP)}
2371Start Dired on @var{directory}, defaulting to the directory name at
37ed0ee5 2372point (@code{dired-at-point}).
b79529b7
JL
2373@item C-x C-d
2374@code{ffap-list-directory}, analogous to @code{list-directory}.
b1a92ebf
DL
2375@item C-x 4 f
2376@kindex C-x 4 f @r{(FFAP)}
df9d7630 2377@code{ffap-other-window}, analogous to @code{find-file-other-window}.
b79529b7
JL
2378@item C-x 4 r
2379@code{ffap-read-only-other-window}, analogous to
2380@code{find-file-read-only-other-window}.
2381@item C-x 4 d
2382@code{ffap-dired-other-window}, analogous to @code{dired-other-window}.
b1a92ebf
DL
2383@item C-x 5 f
2384@kindex C-x 5 f @r{(FFAP)}
df9d7630 2385@code{ffap-other-frame}, analogous to @code{find-file-other-frame}.
b79529b7
JL
2386@item C-x 5 r
2387@code{ffap-read-only-other-frame}, analogous to
2388@code{find-file-read-only-other-frame}.
2389@item C-x 5 d
2390@code{ffap-dired-other-frame}, analogous to @code{dired-other-frame}.
df9d7630
RS
2391@item M-x ffap-next
2392Search buffer for next file name or URL, then find that file or URL.
df9d7630
RS
2393@item S-Mouse-3
2394@kindex S-Mouse-3 @r{(FFAP)}
b1a92ebf 2395@code{ffap-at-mouse} finds the file guessed from text around the position
df9d7630
RS
2396of a mouse click.
2397@item C-S-Mouse-3
2398@kindex C-S-Mouse-3 @r{(FFAP)}
2399Display a menu of files and URLs mentioned in current buffer, then
2400find the one you select (@code{ffap-menu}).
b1a92ebf
DL
2401@end table
2402
ab192107
RS
2403@node Thumbnails, Dissociated Press, Hyperlinking, Top
2404@section Viewing Images as Thumbnails
2405@cindex tumme mode
2406@cindex thumbnails
2407
2408 Tumme is a facility for browsing image files. It provides viewing
d4d0c924
RS
2409the images either as thumbnails or in full size, either inside Emacs
2410or through an external viewer.
ab192107
RS
2411
2412 To enter Tumme, type @kbd{M-x tumme}. It prompts for a directory;
2413specify one that has images files. This creates thumbnails for all
2414the images in that directory, and displays them all in the ``thumbnail
5a7f4c1b 2415buffer.'' This takes a long time if the directory contains many image
a69b0f47
RS
2416files, and it asks for confirmation if the number of image files
2417exceeds @code{tumme-show-all-from-dir-max-files}.
ab192107
RS
2418
2419@kindex C-t d @r{(Tumme)}
2420@findex tumme-display-thumbs
2421 You can also enter Tumme through Dired. Mark the image files you
2422want to look at, using @kbd{m} as usual, then type @kbd{C-t d}
2423(@code{tumme-display-thumbs}). This too creates and switches to
2424a buffer containing thumbnails, corresponding to the marked files.
2425
2426 With point in the thumbnail buffer, type @kbd{RET}
2427(@code{tumme-display-thumbnail-original-image}) to display a sized
2428version of it in another window. This sizes the image to fit the
2429window. Use the arrow keys to move around in the buffer. For easy
8a75579f 2430browsing, type @kbd{SPC} (@code{tumme-display-next-thumbnail-original})
ab192107
RS
2431to advance and display the next image. Typing @kbd{DEL}
2432(@code{tumme-display-previous-thumbnail-original}) backs up to the
2433previous thumbnail and displays that instead.
2434
2435@vindex tumme-external-viewer
2436 To view and the image in its original size, either provide a prefix
2437argument (@kbd{C-u}) before pressing @kbd{RET}, or type @kbd{C-@key{RET}}
2438(@code{tumme-thumbnail-display-external}) to display the image in an
2439external viewer. You must first configure
2440@code{tumme-external-viewer}.
2441
2442 You can delete images through Tumme also. Type @kbd{d}
2443(@code{tumme-flag-thumb-original-file}) to flag the image file for
2444deletion in the Dired buffer. You can also delete the thumbnail image
2445from the thumbnail buffer with @kbd{C-d} (@code{tumme-delete-char}).
2446
2447 More advanced features include @dfn{image tags}, which are metadata
2448used to categorize image files. The tags are stored in a plain text
14512419 2449file configured by @code{tumme-db-file}.
ab192107 2450
14512419
MD
2451 To tag image files, mark them in the dired buffer (you can also mark
2452files in Dired from the thumbnail buffer by typing @kbd{m}) and type
2453@kbd{C-t t} (@code{tumme-tag-files}). You will be prompted for a tag.
2454To mark files having a certain tag, type @kbd{C-t f}
ab192107
RS
2455(@code{tumme-mark-tagged-files}). After marking image files with a
2456certain tag, you can use @kbd{C-t d} to view them.
2457
14512419
MD
2458 You can also tag a file directly from the thumbnail buffer by typing
2459@kbd{t t} and you can remove a tag by typing @kbd{t r}. There is also
2460a special ``tag'' called ``comment'' for each file (it is not a tag in
2461the exact same sense as the other tags, it is handled slightly
2462different). That is used to enter a comment or description about the
2463image. You comment a file from the thumbnail buffer by typing
2464@kbd{c}. You will be prompted for a comment. Type @kbd{C-t c} to add
2465a comment from Dired (@code{tumme-dired-comment-files}).
ab192107
RS
2466
2467 Tumme also provides simple image manipulation. In the thumbnail
2468buffer, type @kbd{L} to rotate the original image 90 degrees anti
2469clockwise, and @kbd{R} to rotate it 90 degrees clockwise. This
2470rotation is lossless, and uses an external utility called JpegTRAN.
2471
2472@node Dissociated Press, Amusements, Thumbnails, Top
6bf7aab6
DL
2473@section Dissociated Press
2474
2475@findex dissociated-press
2476 @kbd{M-x dissociated-press} is a command for scrambling a file of text
2477either word by word or character by character. Starting from a buffer of
2478straight English, it produces extremely amusing output. The input comes
2479from the current Emacs buffer. Dissociated Press writes its output in a
2480buffer named @samp{*Dissociation*}, and redisplays that buffer after every
2481couple of lines (approximately) so you can read the output as it comes out.
2482
2483 Dissociated Press asks every so often whether to continue generating
2484output. Answer @kbd{n} to stop it. You can also stop at any time by
2485typing @kbd{C-g}. The dissociation output remains in the
2486@samp{*Dissociation*} buffer for you to copy elsewhere if you wish.
2487
2488@cindex presidentagon
2489 Dissociated Press operates by jumping at random from one point in the
2490buffer to another. In order to produce plausible output rather than
2491gibberish, it insists on a certain amount of overlap between the end of
2492one run of consecutive words or characters and the start of the next.
6830ceb7 2493That is, if it has just output `president' and then decides to jump
6bf7aab6
DL
2494to a different point in the file, it might spot the `ent' in `pentagon'
2495and continue from there, producing `presidentagon'.@footnote{This
2496dissociword actually appeared during the Vietnam War, when it was very
ab192107
RS
2497appropriate. Bush has made it appropriate again.} Long sample texts
2498produce the best results.
6bf7aab6
DL
2499
2500@cindex againformation
2501 A positive argument to @kbd{M-x dissociated-press} tells it to operate
2502character by character, and specifies the number of overlap characters. A
ab192107 2503negative argument tells it to operate word by word, and specifies the number
6bf7aab6
DL
2504of overlap words. In this mode, whole words are treated as the elements to
2505be permuted, rather than characters. No argument is equivalent to an
2506argument of two. For your againformation, the output goes only into the
2507buffer @samp{*Dissociation*}. The buffer you start with is not changed.
2508
2509@cindex Markov chain
2510@cindex ignoriginal
2511@cindex techniquitous
ab192107
RS
2512 Dissociated Press produces results fairly like those of a Markov
2513chain based on a frequency table constructed from the sample text. It
2514is, however, an independent, ignoriginal invention. Dissociated Press
6bf7aab6 2515techniquitously copies several consecutive characters from the sample
ab192107
RS
2516between random choices, whereas a Markov chain would choose randomly
2517for each word or character. This makes for more plausible sounding
2518results, and runs faster.
6bf7aab6
DL
2519
2520@cindex outragedy
2521@cindex buggestion
2522@cindex properbose
2523@cindex mustatement
2524@cindex developediment
2525@cindex userenced
2526 It is a mustatement that too much use of Dissociated Press can be a
ab192107 2527developediment to your real work, sometimes to the point of outragedy.
6bf7aab6
DL
2528And keep dissociwords out of your documentation, if you want it to be well
2529userenced and properbose. Have fun. Your buggestions are welcome.
2530
2531@node Amusements, Customization, Dissociated Press, Top
2532@section Other Amusements
2533@cindex boredom
2534@findex hanoi
2535@findex yow
2536@findex gomoku
6bf7aab6
DL
2537@cindex tower of Hanoi
2538
2539 If you are a little bit bored, you can try @kbd{M-x hanoi}. If you are
ffe4b4e3 2540considerably bored, give it a numeric argument. If you are very, very
6bf7aab6
DL
2541bored, try an argument of 9. Sit back and watch.
2542
2543@cindex Go Moku
2544 If you want a little more personal involvement, try @kbd{M-x gomoku},
2545which plays the game Go Moku with you.
2546
2547@findex blackbox
2548@findex mpuz
3b65ce47 2549@findex 5x5
6bf7aab6 2550@cindex puzzles
ab192107 2551 @kbd{M-x blackbox}, @kbd{M-x mpuz} and @kbd{M-x 5x5} are puzzles.
6bf7aab6
DL
2552@code{blackbox} challenges you to determine the location of objects
2553inside a box by tomography. @code{mpuz} displays a multiplication
2554puzzle with letters standing for digits in a code that you must
2555guess---to guess a value, type a letter and then the digit you think it
3b65ce47 2556stands for. The aim of @code{5x5} is to fill in all the squares.
6bf7aab6 2557
b1a92ebf
DL
2558@findex decipher
2559@cindex ciphers
2560@cindex cryptanalysis
2561@kbd{M-x decipher} helps you to cryptanalyze a buffer which is encrypted
2562in a simple monoalphabetic substitution cipher.
2563
6bf7aab6
DL
2564@findex dunnet
2565 @kbd{M-x dunnet} runs an adventure-style exploration game, which is
2566a bigger sort of puzzle.
2567
3b65ce47
DL
2568@findex lm
2569@cindex landmark game
2570@kbd{M-x lm} runs a relatively non-participatory game in which a robot
2571attempts to maneuver towards a tree at the center of the window based on
2572unique olfactory cues from each of the four directions.
2573
2574@findex life
2575@cindex Life
2684ed46 2576@kbd{M-x life} runs Conway's ``Life'' cellular automaton.
3b65ce47 2577
b1a92ebf
DL
2578@findex morse-region
2579@findex unmorse-region
2580@cindex Morse code
2581@cindex --/---/.-./.../.
2582@kbd{M-x morse-region} converts text in a region to Morse code and
2583@kbd{M-x unmorse-region} converts it back. No cause for remorse.
2584
2585@findex pong
2586@cindex Pong game
df9d7630
RS
2587@kbd{M-x pong} plays a Pong-like game, bouncing the ball off opposing
2588bats.
b1a92ebf 2589
3b65ce47
DL
2590@findex solitaire
2591@cindex solitaire
2592@kbd{M-x solitaire} plays a game of solitaire in which you jump pegs
2593across other pegs.
2594
b1a92ebf
DL
2595@findex studlify-region
2596@cindex StudlyCaps
df9d7630
RS
2597@kbd{M-x studlify-region} studlify-cases the region, producing
2598text like this:
b1a92ebf
DL
2599
2600@example
2601M-x stUdlIfY-RegioN stUdlIfY-CaSeS thE region.
2602@end example
2603
3b65ce47
DL
2604@findex tetris
2605@cindex Tetris
3b65ce47
DL
2606@findex snake
2607@cindex Snake
df9d7630 2608@kbd{M-x tetris} runs an implementation of the well-known Tetris game.
3b65ce47
DL
2609Likewise, @kbd{M-x snake} provides an implementation of Snake.
2610
6bf7aab6
DL
2611 When you are frustrated, try the famous Eliza program. Just do
2612@kbd{M-x doctor}. End each input by typing @key{RET} twice.
2613
2614@cindex Zippy
2615 When you are feeling strange, type @kbd{M-x yow}.
834d56ed
DL
2616
2617@findex zone
2618The command @kbd{M-x zone} plays games with the display when Emacs is
2619idle.
ab5796a9 2620
2e7cfad6
LT
2621@ifnottex
2622@lowersections
2623@end ifnottex
2624
ab5796a9
MB
2625@ignore
2626 arch-tag: 8f094220-c0d5-4e9e-af7d-3e0da8187474
2627@end ignore