Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)
[bpt/emacs.git] / etc / refcards / refcard.tex
CommitLineData
0b5546d6 1% Reference Card for GNU Emacs
a933dad1 2
0b5546d6 3% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 2005,
49f70d46 4% 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
a933dad1 5
0b5546d6 6% Author: Stephen Gildea <gildea@stop.mail-abuse.org>
a933dad1
DL
7
8% This file is part of GNU Emacs.
9
b83446dd 10% GNU Emacs is free software: you can redistribute it and/or modify
a933dad1 11% it under the terms of the GNU General Public License as published by
b83446dd
GM
12% the Free Software Foundation, either version 3 of the License, or
13% (at your option) any later version.
a933dad1
DL
14
15% GNU Emacs is distributed in the hope that it will be useful,
16% but WITHOUT ANY WARRANTY; without even the implied warranty of
17% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18% GNU General Public License for more details.
19
20% You should have received a copy of the GNU General Public License
b83446dd 21% along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
a933dad1 22
0b5546d6 23
a933dad1
DL
24% This file is intended to be processed by plain TeX (TeX82).
25%
26% The final reference card has six columns, three on each side.
27% This file can be used to produce it in any of three ways:
28% 1 column per page
29% produces six separate pages, each of which needs to be reduced to 80%.
30% This gives the best resolution.
31% 2 columns per page
32% produces three already-reduced pages.
33% You will still need to cut and paste.
34% 3 columns per page
35% produces two pages which must be printed sideways to make a
36% ready-to-use 8.5 x 11 inch reference card.
37% For this you need a dvi device driver that can print sideways.
0b5546d6 38% Which mode to use is controlled by setting \columnsperpage.
a933dad1 39%
9ff10fca
SE
40% To compile and print this document:
41% tex refcard.tex
42% dvips -t landscape refcard.dvi
43%
a933dad1
DL
44% Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
45% for their many good ideas.
46
0b5546d6
GM
47%**start of header
48\newcount\columnsperpage
49\newcount\letterpaper
50
51% This file can be printed with 1, 2, or 3 columns per page.
52% Specify how many you want here.
53\columnsperpage=3
54
55% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful
56% only when columnsperpage is 2 or 3.
57\letterpaper=1
58
59% PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
60% a landscape layout.
61\input pdflayout.sty
62\pdflayout=(1l)
63
64% Nothing else needs to be changed below this line.
a933dad1 65
0b5546d6 66\def\versionemacs{23} % version of Emacs this is for
959272ec 67\def\year{2012} % copyright year
a933dad1
DL
68
69\def\shortcopyrightnotice{\vskip 1ex plus 2 fill
70 \centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
0b5546d6 71 Permissions on back.}}
a933dad1
DL
72
73\def\copyrightnotice{
74\vskip 1ex plus 2 fill\begingroup\small
75\centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
0b5546d6
GM
76\centerline{For GNU Emacs version \versionemacs}
77\centerline{Designed by Stephen Gildea}
a933dad1 78
ccdcf962
KB
79Permission is granted to make and distribute modified or unmodified
80copies of this card provided the copyright notice and this permission
81notice are preserved on all copies.
a933dad1 82
0b5546d6 83For copies of the GNU Emacs manual, see:
a933dad1 84
0b5546d6 85{\tt http://www.gnu.org/software/emacs/\#Manuals}
a933dad1
DL
86\endgroup}
87
88% make \bye not \outer so that the \def\bye in the \else clause below
89% can be scanned without complaint.
90\def\bye{\par\vfill\supereject\end}
91
92\newdimen\intercolumnskip %horizontal space between columns
93\newbox\columna %boxes to hold columns already built
94\newbox\columnb
95
96\def\ncolumns{\the\columnsperpage}
97
177c0ea7 98\message{[\ncolumns\space
a933dad1
DL
99 column\if 1\ncolumns\else s\fi\space per page]}
100
101\def\scaledmag#1{ scaled \magstep #1}
102
103% This multi-way format was designed by Stephen Gildea October 1986.
104% Note that the 1-column format is fontfamily-independent.
105\if 1\ncolumns %one-column format uses normal size
106 \hsize 4in
107 \vsize 10in
108 \voffset -.7in
109 \font\titlefont=\fontname\tenbf \scaledmag3
110 \font\headingfont=\fontname\tenbf \scaledmag2
111 \font\smallfont=\fontname\sevenrm
112 \font\smallsy=\fontname\sevensy
113
114 \footline{\hss\folio}
115 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
116\else %2 or 3 columns uses prereduced size
117 \hsize 3.2in
9ff10fca
SE
118 \if 1\the\letterpaper
119 \vsize 7.95in
120 \else
121 \vsize 7.65in
122 \fi
a933dad1
DL
123 \hoffset -.75in
124 \voffset -.745in
125 \font\titlefont=cmbx10 \scaledmag2
126 \font\headingfont=cmbx10 \scaledmag1
127 \font\smallfont=cmr6
128 \font\smallsy=cmsy6
129 \font\eightrm=cmr8
130 \font\eightbf=cmbx8
131 \font\eightit=cmti8
132 \font\eighttt=cmtt8
133 \font\eightmi=cmmi8
134 \font\eightsy=cmsy8
135 \textfont0=\eightrm
136 \textfont1=\eightmi
137 \textfont2=\eightsy
138 \def\rm{\eightrm}
139 \def\bf{\eightbf}
140 \def\it{\eightit}
141 \def\tt{\eighttt}
9ff10fca
SE
142 \if 1\the\letterpaper
143 \normalbaselineskip=.8\normalbaselineskip
144 \else
145 \normalbaselineskip=.7\normalbaselineskip
146 \fi
a933dad1
DL
147 \normallineskip=.8\normallineskip
148 \normallineskiplimit=.8\normallineskiplimit
149 \normalbaselines\rm %make definitions take effect
150
151 \if 2\ncolumns
152 \let\maxcolumn=b
153 \footline{\hss\rm\folio\hss}
154 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
155 \else \if 3\ncolumns
156 \let\maxcolumn=c
157 \nopagenumbers
158 \else
159 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
160 \errmessage{Illegal number of columns per page}
161 \fi\fi
162
163 \intercolumnskip=.46in
164 \def\abc{a}
165 \output={% %see The TeXbook page 257
166 % This next line is useful when designing the layout.
167 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
168 \if \maxcolumn\abc \multicolumnformat \global\def\abc{a}
169 \else\if a\abc
170 \global\setbox\columna\columnbox \global\def\abc{b}
171 %% in case we never use \columnb (two-column mode)
172 \global\setbox\columnb\hbox to -\intercolumnskip{}
173 \else
174 \global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi}
175 \def\multicolumnformat{\shipout\vbox{\makeheadline
176 \hbox{\box\columna\hskip\intercolumnskip
177 \box\columnb\hskip\intercolumnskip\columnbox}
178 \makefootline}\advancepageno}
179 \def\columnbox{\leftline{\pagebody}}
180
181 \def\bye{\par\vfill\supereject
182 \if a\abc \else\null\vfill\eject\fi
183 \if a\abc \else\null\vfill\eject\fi
177c0ea7 184 \end}
a933dad1
DL
185\fi
186
187% we won't be using math mode much, so redefine some of the characters
188% we might want to talk about
189\catcode`\^=12
190\catcode`\_=12
191
192\chardef\\=`\\
193\chardef\{=`\{
194\chardef\}=`\}
195
196\hyphenation{mini-buf-fer}
197
198\parindent 0pt
199\parskip 1ex plus .5ex minus .5ex
200
201\def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
202
203% newcolumn - force a new column. Use sparingly, probably only for
204% the first column of a page, which should have a title anyway.
205\outer\def\newcolumn{\vfill\eject}
206
207% title - page title. Argument is title text.
208\outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
209
210% section - new major section. Argument is section name.
211\outer\def\section#1{\par\filbreak
212 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
213 \vskip 2ex plus 1ex minus 1.5ex}
214
215\newdimen\keyindent
216
217% beginindentedkeys...endindentedkeys - key definitions will be
218% indented, but running text, typically used as headings to group
219% definitions, will not.
220\def\beginindentedkeys{\keyindent=1em}
221\def\endindentedkeys{\keyindent=0em}
222\endindentedkeys
223
224% paralign - begin paragraph containing an alignment.
225% If an \halign is entered while in vertical mode, a parskip is never
226% inserted. Using \paralign instead of \halign solves this problem.
227\def\paralign{\vskip\parskip\halign}
228
229% \<...> - surrounds a variable name in a code example
230\def\<#1>{{\it #1\/}}
231
232% kbd - argument is characters typed literally. Like the Texinfo command.
233\def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows
234
235% beginexample...endexample - surrounds literal text, such a code example.
236% typeset in a typewriter font with line breaks preserved
237\def\beginexample{\par\leavevmode\begingroup
238 \obeylines\obeyspaces\parskip0pt\tt}
239{\obeyspaces\global\let =\ }
240\def\endexample{\endgroup}
241
242% key - definition of a key.
243% \key{description of key}{key-name}
244% prints the description left-justified, and the key-name in a \kbd
245% form near the right margin.
246\def\key#1#2{\leavevmode\hbox to \hsize{\vtop
247 {\hsize=.75\hsize\rightskip=1em
248 \hskip\keyindent\relax#1}\kbd{#2}\hfil}}
249
250\newbox\metaxbox
251\setbox\metaxbox\hbox{\kbd{M-x }}
252\newdimen\metaxwidth
253\metaxwidth=\wd\metaxbox
254
255% metax - definition of a M-x command.
256% \metax{description of command}{M-x command-name}
257% Tries to justify the beginning of the command name at the same place
258% as \key starts the key name. (The "M-x " sticks out to the left.)
259\def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
260 {\hskip\keyindent\relax#1\hfil}%
261 \hskip -\metaxwidth minus 1fil
262 \kbd{#2}\hfil}}
263
264% threecol - like "key" but with two key names.
265% for example, one for doing the action backward, and one for forward.
266\def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad
267 &\kbd{#3}\hfil\quad\cr}
268
269%**end of header
270\f
271
272\title{GNU Emacs Reference Card}
273
d4a21b4f 274\centerline{(for version \versionemacs)}
a933dad1
DL
275
276\section{Starting Emacs}
277
d4a21b4f 278To enter GNU Emacs \versionemacs, just type its name: \kbd{emacs}
a933dad1
DL
279
280\section{Leaving Emacs}
281
282\key{suspend Emacs (or iconify it under X)}{C-z}
283\key{exit Emacs permanently}{C-x C-c}
284
285\section{Files}
286
287\key{{\bf read} a file into Emacs}{C-x C-f}
288\key{{\bf save} a file back to disk}{C-x C-s}
289\key{save {\bf all} files}{C-x s}
290\key{{\bf insert} contents of another file into this buffer}{C-x i}
291\key{replace this file with the file you really want}{C-x C-v}
292\key{write buffer to a specified file}{C-x C-w}
9e5f497d 293\key{toggle read-only status of buffer}{C-x C-q}
a933dad1
DL
294
295\section{Getting Help}
296
297The help system is simple. Type \kbd{C-h} (or \kbd{F1}) and follow
298the directions. If you are a first-time user, type \kbd{C-h t} for a
299{\bf tutorial}.
300
301\key{remove help window}{C-x 1}
302\key{scroll help window}{C-M-v}
303
304\key{apropos: show commands matching a string}{C-h a}
9e5f497d 305\key{describe the function a key runs}{C-h k}
a933dad1
DL
306\key{describe a function}{C-h f}
307\key{get mode-specific information}{C-h m}
308
309\section{Error Recovery}
310
311\key{{\bf abort} partially typed or executing command}{C-g}
9e5f497d 312\metax{{\bf recover} files lost by a system crash}{M-x recover-session}
9173d585 313\metax{{\bf undo} an unwanted change}{C-x u, C-_ {\rm or} C-/}
a933dad1
DL
314\metax{restore a buffer to its original contents}{M-x revert-buffer}
315\key{redraw garbaged screen}{C-l}
316
317\section{Incremental Search}
318
319\key{search forward}{C-s}
320\key{search backward}{C-r}
321\key{regular expression search}{C-M-s}
322\key{reverse regular expression search}{C-M-r}
323
324\key{select previous search string}{M-p}
325\key{select next later search string}{M-n}
326\key{exit incremental search}{RET}
327\key{undo effect of last character}{DEL}
328\key{abort current search}{C-g}
329
330Use \kbd{C-s} or \kbd{C-r} again to repeat the search in either direction.
8eb38b32 331If Emacs is still searching, \kbd{C-g} cancels only the part not matched.
a933dad1
DL
332
333\shortcopyrightnotice
334
335\section{Motion}
336
337\paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
338\threecol{{\bf entity to move over}}{{\bf backward}}{{\bf forward}}
339\threecol{character}{C-b}{C-f}
340\threecol{word}{M-b}{M-f}
341\threecol{line}{C-p}{C-n}
342\threecol{go to line beginning (or end)}{C-a}{C-e}
343\threecol{sentence}{M-a}{M-e}
344\threecol{paragraph}{M-\{}{M-\}}
345\threecol{page}{C-x [}{C-x ]}
346\threecol{sexp}{C-M-b}{C-M-f}
347\threecol{function}{C-M-a}{C-M-e}
348\threecol{go to buffer beginning (or end)}{M-<}{M->}
349}
350
351\key{scroll to next screen}{C-v}
352\key{scroll to previous screen}{M-v}
353\key{scroll left}{C-x <}
354\key{scroll right}{C-x >}
355\key{scroll current line to center of screen}{C-u C-l}
356
357\section{Killing and Deleting}
358
359\paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
360\threecol{{\bf entity to kill}}{{\bf backward}}{{\bf forward}}
361\threecol{character (delete, not kill)}{DEL}{C-d}
362\threecol{word}{M-DEL}{M-d}
363\threecol{line (to end of)}{M-0 C-k}{C-k}
364\threecol{sentence}{C-x DEL}{M-k}
365\threecol{sexp}{M-- C-M-k}{C-M-k}
366}
367
368\key{kill {\bf region}}{C-w}
369\key{copy region to kill ring}{M-w}
370\key{kill through next occurrence of {\it char}}{M-z {\it char}}
371
372\key{yank back last thing killed}{C-y}
373\key{replace last yank with previous kill}{M-y}
374
375\section{Marking}
376
377\key{set mark here}{C-@ {\rm or} C-SPC}
378\key{exchange point and mark}{C-x C-x}
379
380\key{set mark {\it arg\/} {\bf words} away}{M-@}
381\key{mark {\bf paragraph}}{M-h}
382\key{mark {\bf page}}{C-x C-p}
383\key{mark {\bf sexp}}{C-M-@}
384\key{mark {\bf function}}{C-M-h}
385\key{mark entire {\bf buffer}}{C-x h}
386
387\section{Query Replace}
388
389\key{interactively replace a text string}{M-\%}
60b34e06
LK
390% query-replace-regexp is bound to C-M-% but that can't be typed on
391% consoles.
a933dad1
DL
392\metax{using regular expressions}{M-x query-replace-regexp}
393
394Valid responses in query-replace mode are
395
396\key{{\bf replace} this one, go on to next}{SPC}
397\key{replace this one, don't move}{,}
398\key{{\bf skip} to next without replacing}{DEL}
399\key{replace all remaining matches}{!}
400\key{{\bf back up} to the previous match}{^}
401\key{{\bf exit} query-replace}{RET}
402\key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r}
403
404\section{Multiple Windows}
405
60b34e06
LK
406When two commands are shown, the second is a similar command for a
407frame instead of a window.
a933dad1
DL
408
409{\setbox0=\hbox{\kbd{0}}\advance\hsize by 0\wd0
410\paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
60b34e06 411\threecol{delete all other windows}{C-x 1\ \ \ \ }{C-x 5 1}
a933dad1
DL
412\threecol{split window, above and below}{C-x 2\ \ \ \ }{C-x 5 2}
413\threecol{delete this window}{C-x 0\ \ \ \ }{C-x 5 0}
414}}
415\key{split window, side by side}{C-x 3}
416
417\key{scroll other window}{C-M-v}
418
419{\setbox0=\hbox{\kbd{0}}\advance\hsize by 2\wd0
420\paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
421\threecol{switch cursor to another window}{C-x o}{C-x 5 o}
422
423\threecol{select buffer in other window}{C-x 4 b}{C-x 5 b}
424\threecol{display buffer in other window}{C-x 4 C-o}{C-x 5 C-o}
425\threecol{find file in other window}{C-x 4 f}{C-x 5 f}
426\threecol{find file read-only in other window}{C-x 4 r}{C-x 5 r}
427\threecol{run Dired in other window}{C-x 4 d}{C-x 5 d}
428\threecol{find tag in other window}{C-x 4 .}{C-x 5 .}
429}}
430
431\key{grow window taller}{C-x ^}
432\key{shrink window narrower}{C-x \{}
433\key{grow window wider}{C-x \}}
434
435\section{Formatting}
436
437\key{indent current {\bf line} (mode-dependent)}{TAB}
438\key{indent {\bf region} (mode-dependent)}{C-M-\\}
439\key{indent {\bf sexp} (mode-dependent)}{C-M-q}
440\key{indent region rigidly {\it arg\/} columns}{C-x TAB}
441
442\key{insert newline after point}{C-o}
443\key{move rest of line vertically down}{C-M-o}
444\key{delete blank lines around point}{C-x C-o}
445\key{join line with previous (with arg, next)}{M-^}
446\key{delete all white space around point}{M-\\}
447\key{put exactly one space at point}{M-SPC}
448
449\key{fill paragraph}{M-q}
ccdcf962 450\key{set fill column to {\it arg}}{C-x f}
a933dad1
DL
451\key{set prefix each line starts with}{C-x .}
452
60b34e06 453\key{set face}{M-o}
a933dad1
DL
454
455\section{Case Change}
456
457\key{uppercase word}{M-u}
458\key{lowercase word}{M-l}
459\key{capitalize word}{M-c}
460
461\key{uppercase region}{C-x C-u}
462\key{lowercase region}{C-x C-l}
463
464\section{The Minibuffer}
465
466The following keys are defined in the minibuffer.
467
468\key{complete as much as possible}{TAB}
469\key{complete up to one word}{SPC}
470\key{complete and execute}{RET}
471\key{show possible completions}{?}
472\key{fetch previous minibuffer input}{M-p}
473\key{fetch later minibuffer input or default}{M-n}
474\key{regexp search backward through history}{M-r}
475\key{regexp search forward through history}{M-s}
476\key{abort command}{C-g}
477
478Type \kbd{C-x ESC ESC} to edit and repeat the last command that used the
8eb38b32 479minibuffer. Type \kbd{F10} to activate menu bar items on text terminals.
a933dad1
DL
480
481\newcolumn
482\title{GNU Emacs Reference Card}
483
484\section{Buffers}
485
486\key{select another buffer}{C-x b}
487\key{list all buffers}{C-x C-b}
488\key{kill a buffer}{C-x k}
489
490\section{Transposing}
491
492\key{transpose {\bf characters}}{C-t}
493\key{transpose {\bf words}}{M-t}
494\key{transpose {\bf lines}}{C-x C-t}
495\key{transpose {\bf sexps}}{C-M-t}
496
497\section{Spelling Check}
498
499\key{check spelling of current word}{M-\$}
500\metax{check spelling of all words in region}{M-x ispell-region}
501\metax{check spelling of entire buffer}{M-x ispell-buffer}
502
503\section{Tags}
504
505\key{find a tag (a definition)}{M-.}
506\key{find next occurrence of tag}{C-u M-.}
507\metax{specify a new tags file}{M-x visit-tags-table}
508
509\metax{regexp search on all files in tags table}{M-x tags-search}
510\metax{run query-replace on all the files}{M-x tags-query-replace}
511\key{continue last tags search or query-replace}{M-,}
512
513\section{Shells}
514
515\key{execute a shell command}{M-!}
516\key{run a shell command on the region}{M-|}
517\key{filter region through a shell command}{C-u M-|}
518\key{start a shell in window \kbd{*shell*}}{M-x shell}
519
520\section{Rectangles}
521
522\key{copy rectangle to register}{C-x r r}
523\key{kill rectangle}{C-x r k}
524\key{yank rectangle}{C-x r y}
525\key{open rectangle, shifting text right}{C-x r o}
526\key{blank out rectangle}{C-x r c}
527\key{prefix each line with a string}{C-x r t}
528
529\section{Abbrevs}
530
531\key{add global abbrev}{C-x a g}
532\key{add mode-local abbrev}{C-x a l}
533\key{add global expansion for this abbrev}{C-x a i g}
534\key{add mode-local expansion for this abbrev}{C-x a i l}
535\key{explicitly expand abbrev}{C-x a e}
536
537\key{expand previous word dynamically}{M-/}
538
539\section{Regular Expressions}
540
541\key{any single character except a newline}{. {\rm(dot)}}
542\key{zero or more repeats}{*}
543\key{one or more repeats}{+}
544\key{zero or one repeat}{?}
545\key{quote regular expression special character {\it c\/}}{\\{\it c}}
546\key{alternative (``or'')}{\\|}
547\key{grouping}{\\( {\rm$\ldots$} \\)}
548\key{same text as {\it n\/}th group}{\\{\it n}}
549\key{at word break}{\\b}
550\key{not at word break}{\\B}
551
552\paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
553\threecol{{\bf entity}}{{\bf match start}}{{\bf match end}}
554\threecol{line}{^}{\$}
555\threecol{word}{\\<}{\\>}
556\threecol{buffer}{\\`}{\\'}
557
558\threecol{{\bf class of characters}}{{\bf match these}}{{\bf match others}}
559\threecol{explicit set}{[ {\rm$\ldots$} ]}{[^ {\rm$\ldots$} ]}
560\threecol{word-syntax character}{\\w}{\\W}
561\threecol{character with syntax {\it c}}{\\s{\it c}}{\\S{\it c}}
562}
563
564\section{International Character Sets}
565
60b34e06 566\key{specify principal language}{C-x RET l}
a933dad1
DL
567\metax{show all input methods}{M-x list-input-methods}
568\key{enable or disable input method}{C-\\}
569\key{set coding system for next command}{C-x RET c}
570\metax{show all coding systems}{M-x list-coding-systems}
571\metax{choose preferred coding system}{M-x prefer-coding-system}
572
573\section{Info}
574
575\key{enter the Info documentation reader}{C-h i}
9e5f497d 576\key{find specified function or variable in Info}{C-h S}
a933dad1
DL
577\beginindentedkeys
578
579Moving within a node:
580
581\key{scroll forward}{SPC}
582\key{scroll reverse}{DEL}
583\key{beginning of node}{. {\rm (dot)}}
584
585Moving between nodes:
586
587\key{{\bf next} node}{n}
588\key{{\bf previous} node}{p}
589\key{move {\bf up}}{u}
590\key{select menu item by name}{m}
591\key{select {\it n\/}th menu item by number (1--9)}{{\it n}}
592\key{follow cross reference (return with \kbd{l})}{f}
593\key{return to last node you saw}{l}
594\key{return to directory node}{d}
9e5f497d 595\key{go to top node of Info file}{t}
a933dad1
DL
596\key{go to any node by name}{g}
597
598Other:
599
600\key{run Info {\bf tutorial}}{h}
0804c86c
RS
601\key{look up a subject in the indices}{i}
602\key{search nodes for regexp}{s}
a933dad1 603\key{{\bf quit} Info}{q}
a933dad1
DL
604
605\endindentedkeys
606
607\section{Registers}
608
609\key{save region in register}{C-x r s}
610\key{insert register contents into buffer}{C-x r i}
611
612\key{save value of point in register}{C-x r SPC}
613\key{jump to point saved in register}{C-x r j}
614
615\section{Keyboard Macros}
616
617\key{{\bf start} defining a keyboard macro}{C-x (}
618\key{{\bf end} keyboard macro definition}{C-x )}
619\key{{\bf execute} last-defined keyboard macro}{C-x e}
620\key{append to last keyboard macro}{C-u C-x (}
621\metax{name last keyboard macro}{M-x name-last-kbd-macro}
622\metax{insert Lisp definition in buffer}{M-x insert-kbd-macro}
623
624\section{Commands Dealing with Emacs Lisp}
625
626\key{eval {\bf sexp} before point}{C-x C-e}
627\key{eval current {\bf defun}}{C-M-x}
628\metax{eval {\bf region}}{M-x eval-region}
629\key{read and eval minibuffer}{M-:}
630\metax{load from standard system directory}{M-x load-library}
631
632\section{Simple Customization}
633
634\metax{customize variables and faces}{M-x customize}
635
636% The intended audience here is the person who wants to make simple
637% customizations and knows Lisp syntax.
638
ccdcf962 639Making global key bindings in Emacs Lisp (example):
a933dad1
DL
640
641\beginexample%
ccdcf962
KB
642(global-set-key (kbd "C-c g") 'search-forward)
643(global-set-key (kbd "M-\#") 'query-replace-regexp)
a933dad1
DL
644\endexample
645
646\section{Writing Commands}
647
648\beginexample%
649(defun \<command-name> (\<args>)
650 "\<documentation>" (interactive "\<template>")
651 \<body>)
652\endexample
653
654An example:
655
656\beginexample%
657(defun this-line-to-top-of-window (line)
8eb38b32 658 "Reposition current line to top of window.
a933dad1
DL
659With ARG, put point on line ARG."
660 (interactive "P")
661 (recenter (if (null line)
662 0
663 (prefix-numeric-value line))))
664\endexample
665
666The \kbd{interactive} spec says how to read arguments interactively.
667Type \kbd{C-h f interactive} for more details.
668
669\copyrightnotice
670
671\bye
672\f
673% Local variables:
19e187a7 674% compile-command: "pdftex refcard"
a933dad1 675% End:
ab5796a9 676