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