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