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