Mercurial > emacs
annotate etc/fr-refcard.tex @ 81233:7042c16d5ef5
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 07 Jun 2007 07:55:19 +0000 |
parents | 4bda68a992f9 |
children | 713172dcf518 d7172f202ab8 |
rev | line source |
---|---|
71278
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
1 % Reference Card for GNU Emacs version 22 on Unix systems |
34923 | 2 %**start of header |
3 \newcount\columnsperpage | |
71278
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
4 \newcount\letterpaper |
34923 | 5 |
6 % This file can be printed with 1, 2, or 3 columns per page (see below). | |
71279
74c8ae4a7c3c
Fix errors in previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71278
diff
changeset
|
7 % Specify how many you want here. |
71278
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
8 |
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
9 \columnsperpage=3 |
34923 | 10 |
71278
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
11 % Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful |
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
12 % only when columnsperpage is 2 or 3. |
34923 | 13 |
76679 | 14 \letterpaper=0 |
71278
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
15 |
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
16 % Nothing else needs to be changed below this line. |
75331
ce8275d968c3
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents:
71279
diff
changeset
|
17 % Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, |
ce8275d968c3
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents:
71279
diff
changeset
|
18 % 2005, 2006, 2007 Free Software Foundation, Inc. |
34923 | 19 |
20 % This file is part of GNU Emacs. | |
21 | |
22 % GNU Emacs is free software; you can redistribute it and/or modify | |
23 % it under the terms of the GNU General Public License as published by | |
24 % the Free Software Foundation; either version 2, or (at your option) | |
25 % any later version. | |
26 | |
27 % GNU Emacs is distributed in the hope that it will be useful, | |
28 % but WITHOUT ANY WARRANTY; without even the implied warranty of | |
29 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
30 % GNU General Public License for more details. | |
31 | |
32 % You should have received a copy of the GNU General Public License | |
33 % along with GNU Emacs; see the file COPYING. If not, write to | |
64091 | 34 % the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
35 % Boston, MA 02110-1301, USA. | |
34923 | 36 |
37 % This file is intended to be processed by plain TeX (TeX82). | |
38 % | |
39 % The final reference card has six columns, three on each side. | |
40 % This file can be used to produce it in any of three ways: | |
41 % 1 column per page | |
42 % produces six separate pages, each of which needs to be reduced to 80%. | |
43 % This gives the best resolution. | |
44 % 2 columns per page | |
45 % produces three already-reduced pages. | |
46 % You will still need to cut and paste. | |
47 % 3 columns per page | |
48 % produces two pages which must be printed sideways to make a | |
49 % ready-to-use 8.5 x 11 inch reference card. | |
50 % For this you need a dvi device driver that can print sideways. | |
51 % Which mode to use is controlled by setting \columnsperpage above. | |
52 % | |
71278
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
53 % To compile and print this document: |
71279
74c8ae4a7c3c
Fix errors in previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71278
diff
changeset
|
54 % tex fr-refcard.tex |
74c8ae4a7c3c
Fix errors in previous commit.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
71278
diff
changeset
|
55 % dvips -t landscape fr-refcard.dvi |
71278
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
56 % |
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
57 |
34923 | 58 % Author: |
59 % Stephen Gildea | |
39400
e69aa66ec7cc
Update Stephen Gildea's mail address.
Eli Zaretskii <eliz@gnu.org>
parents:
35789
diff
changeset
|
60 % Internet: gildea@stop.mail-abuse.org |
34923 | 61 % |
62 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik | |
63 % for their many good ideas. | |
64 | |
65 % If there were room, it would be nice to see a section on Dired. | |
66 | |
71278
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
67 \def\versionnumber{2.3} |
75331
ce8275d968c3
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents:
71279
diff
changeset
|
68 \def\versionemacs{22} |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
69 \def\versionyear{2007} % latest update |
75331
ce8275d968c3
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents:
71279
diff
changeset
|
70 \def\year{2007} % latest copyright year |
34923 | 71 |
72 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill | |
73 \centerline{\small \copyright\ \year\ Free Software Foundation, Inc. | |
74 Permissions au dos. v\versionnumber}} | |
75 | |
76 \def\copyrightnotice{ | |
77 \vskip 1ex plus 2 fill\begingroup\small | |
78 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.} | |
75331
ce8275d968c3
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents:
71279
diff
changeset
|
79 \centerline{v\versionnumber{} pour GNU Emacs version \versionemacs, |
ce8275d968c3
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents:
71279
diff
changeset
|
80 \versionyear} |
34923 | 81 \centerline{conception de Stephen Gildea} |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
82 \centerline{traduction fran\c{c}aise de Micha\"el Cadilhac} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
83 % previously: Eric Jacoboni |
34923 | 84 |
85 Vous pouvez faire et distribuer des copies de cette carte, pourvu que | |
86 la note de copyright et cette note de permission soient conserv\'ees sur | |
87 toutes les copies. | |
88 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
89 Pour des copies du manuel GNU Emacs, \'ecrivez \`a la Free Software |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
90 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
91 02110-1301 USA. |
34923 | 92 |
93 \endgroup} | |
94 | |
95 % make \bye not \outer so that the \def\bye in the \else clause below | |
96 % can be scanned without complaint. | |
97 \def\bye{\par\vfill\supereject\end} | |
98 | |
99 \newdimen\intercolumnskip %horizontal space between columns | |
100 \newbox\columna %boxes to hold columns already built | |
101 \newbox\columnb | |
102 | |
103 \def\ncolumns{\the\columnsperpage} | |
104 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43258
diff
changeset
|
105 \message{[\ncolumns\space |
34923 | 106 column\if 1\ncolumns\else s\fi\space per page]} |
107 | |
108 \def\scaledmag#1{ scaled \magstep #1} | |
109 | |
110 % This multi-way format was designed by Stephen Gildea October 1986. | |
111 % Note that the 1-column format is fontfamily-independent. | |
112 \if 1\ncolumns %one-column format uses normal size | |
113 \hsize 4in | |
114 \vsize 10in | |
115 \voffset -.7in | |
116 \font\titlefont=\fontname\tenbf \scaledmag3 | |
117 \font\headingfont=\fontname\tenbf \scaledmag2 | |
118 \font\smallfont=\fontname\sevenrm | |
119 \font\smallsy=\fontname\sevensy | |
120 | |
121 \footline{\hss\folio} | |
122 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}} | |
123 \else %2 or 3 columns uses prereduced size | |
124 \hsize 3.2in | |
125 \vsize 7.95in | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
126 % \hoffset -.75in |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
127 \hoffset -.49in |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
128 % \voffset -.745in |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
129 \voffset -.84in |
34923 | 130 \font\titlefont=cmbx10 \scaledmag2 |
131 \font\headingfont=cmbx10 \scaledmag1 | |
132 \font\smallfont=cmr6 | |
133 \font\smallsy=cmsy6 | |
134 \font\eightrm=cmr8 | |
135 \font\eightbf=cmbx8 | |
136 \font\eightit=cmti8 | |
137 \font\eighttt=cmtt8 | |
138 \font\eightmi=cmmi8 | |
139 \font\eightsy=cmsy8 | |
140 \textfont0=\eightrm | |
141 \textfont1=\eightmi | |
142 \textfont2=\eightsy | |
143 \def\rm{\eightrm} | |
144 \def\bf{\eightbf} | |
145 \def\it{\eightit} | |
146 \def\tt{\eighttt} | |
147 \normalbaselineskip=.8\normalbaselineskip | |
148 \normallineskip=.8\normallineskip | |
149 \normallineskiplimit=.8\normallineskiplimit | |
150 \normalbaselines\rm %make definitions take effect | |
151 | |
152 \if 2\ncolumns | |
153 \let\maxcolumn=b | |
154 \footline{\hss\rm\folio\hss} | |
155 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}} | |
156 \else \if 3\ncolumns | |
157 \let\maxcolumn=c | |
158 \nopagenumbers | |
159 \else | |
160 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.} | |
161 \errmessage{Illegal number of columns per page} | |
162 \fi\fi | |
163 | |
164 \intercolumnskip=.46in | |
165 \def\abc{a} | |
166 \output={% %see The TeXbook page 257 | |
167 % This next line is useful when designing the layout. | |
168 %\immediate\write16{Column \folio\abc\space starts with \firstmark} | |
169 \if \maxcolumn\abc \multicolumnformat \global\def\abc{a} | |
170 \else\if a\abc | |
171 \global\setbox\columna\columnbox \global\def\abc{b} | |
172 %% in case we never use \columnb (two-column mode) | |
173 \global\setbox\columnb\hbox to -\intercolumnskip{} | |
174 \else | |
175 \global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi} | |
176 \def\multicolumnformat{\shipout\vbox{\makeheadline | |
177 \hbox{\box\columna\hskip\intercolumnskip | |
178 \box\columnb\hskip\intercolumnskip\columnbox} | |
179 \makefootline}\advancepageno} | |
180 \def\columnbox{\leftline{\pagebody}} | |
181 | |
182 \def\bye{\par\vfill\supereject | |
183 \if a\abc \else\null\vfill\eject\fi | |
184 \if a\abc \else\null\vfill\eject\fi | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
43258
diff
changeset
|
185 \end} |
34923 | 186 \fi |
187 | |
188 % we won't be using math mode much, so redefine some of the characters | |
189 % we might want to talk about | |
190 \catcode`\^=12 | |
191 \catcode`\_=12 | |
192 | |
193 \chardef\\=`\\ | |
194 \chardef\{=`\{ | |
195 \chardef\}=`\} | |
196 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
197 \hyphenation{mini-tam-pon} |
34923 | 198 |
199 \parindent 0pt | |
200 \parskip 1ex plus .5ex minus .5ex | |
201 | |
202 \def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip} | |
203 | |
204 % newcolumn - force a new column. Use sparingly, probably only for | |
205 % the first column of a page, which should have a title anyway. | |
206 \outer\def\newcolumn{\vfill\eject} | |
207 | |
208 % title - page title. Argument is title text. | |
209 \outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex} | |
210 | |
211 % section - new major section. Argument is section name. | |
212 \outer\def\section#1{\par\filbreak | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
213 \vskip 2ex plus 1.5ex minus 2.5ex {\headingfont #1}\mark{#1}% |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
214 \vskip 1.5ex plus 1ex minus 1.5ex} |
34923 | 215 |
216 \newdimen\keyindent | |
217 | |
218 % beginindentedkeys...endindentedkeys - key definitions will be | |
219 % indented, but running text, typically used as headings to group | |
220 % definitions, will not. | |
221 \def\beginindentedkeys{\keyindent=1em} | |
222 \def\endindentedkeys{\keyindent=0em} | |
223 \endindentedkeys | |
224 | |
225 % paralign - begin paragraph containing an alignment. | |
226 % If an \halign is entered while in vertical mode, a parskip is never | |
227 % inserted. Using \paralign instead of \halign solves this problem. | |
228 \def\paralign{\vskip\parskip\halign} | |
229 | |
230 % \<...> - surrounds a variable name in a code example | |
231 \def\<#1>{{\it #1\/}} | |
232 | |
233 % kbd - argument is characters typed literally. Like the Texinfo command. | |
234 \def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows | |
235 | |
236 % beginexample...endexample - surrounds literal text, such a code example. | |
237 % typeset in a typewriter font with line breaks preserved | |
238 \def\beginexample{\par\leavevmode\begingroup | |
35789
51e3ab6046a0
Macro changes to avoid overfull boxes.
Gerd Moellmann <gerd@gnu.org>
parents:
34923
diff
changeset
|
239 \obeylines\obeyspaces\parskip0pt\tt\tolerance=10000} |
34923 | 240 {\obeyspaces\global\let =\ } |
241 \def\endexample{\endgroup} | |
242 | |
243 % key - definition of a key. | |
244 % \key{description of key}{key-name} | |
245 % prints the description left-justified, and the key-name in a \kbd | |
246 % form near the right margin. | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
247 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
248 {\hsize=.75\hsize\rightskip=1em |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
249 \hskip\keyindent\relax#1}\kbd{#2}\hfil}} |
34923 | 250 |
251 \newbox\metaxbox | |
252 \setbox\metaxbox\hbox{\kbd{M-x }} | |
253 \newdimen\metaxwidth | |
254 \metaxwidth=\wd\metaxbox | |
255 | |
256 % metax - definition of a M-x command. | |
257 % \metax{description of command}{M-x command-name} | |
258 % Tries to justify the beginning of the command name at the same place | |
259 % as \key starts the key name. (The "M-x " sticks out to the left.) | |
76642
0d6100214921
(\metax): Tweak \hsize to avoid overfull columns.
Glenn Morris <rgm@gnu.org>
parents:
75331
diff
changeset
|
260 % Note: was \hsize=.74, but changed to avoid overflow in some places. |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
261 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
262 {\hskip\keyindent\relax#1\hfil}% |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
263 \hskip -\metaxwidth minus 1fil |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
264 \kbd{#2}\hfil}} |
34923 | 265 |
266 % threecol - like "key" but with two key names. | |
267 % for example, one for doing the action backward, and one for forward. | |
268 \def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad | |
269 &\kbd{#3}\hfil\quad\cr} | |
270 | |
271 %**end of header | |
272 | |
273 | |
274 \title{Carte de r\'ef\'erence de GNU Emacs} | |
275 | |
75331
ce8275d968c3
Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents:
71279
diff
changeset
|
276 \centerline{(pour la version \versionemacs)} |
34923 | 277 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
278 \section{Lancer Emacs} |
34923 | 279 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
280 Pour lancer GNU Emacs \versionemacs, tapez juste son nom : \kbd{emacs}. |
34923 | 281 |
282 \section{Quitter Emacs} | |
283 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
284 \key{Suspendre Emacs (ou l'iconifier sous X)}{C-z} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
285 \key{Quitter d\'efinitivement Emacs}{C-x C-c} |
34923 | 286 |
287 \section{Fichiers} | |
288 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
289 \key{{\bf Lire} un fichier}{C-x C-f} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
290 \key{{\bf Sauvegarder} un fichier}{C-x C-s} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
291 \key{Sauvegarder {\bf tous} les fichiers}{C-x s} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
292 \key{{\bf Ins\'erer} un fichier sous le point (curseur)}{C-x i} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
293 \key{Remplacer le fichier par un autre fichier}{C-x C-v} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
294 \key{Sauvegarder sous un autre nom de fichier}{C-x C-w} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
295 \key{Basculer en mode lecture seule}{C-x C-q} |
34923 | 296 |
297 \section{Obtenir de l'aide} | |
298 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
299 Le syst\`eme d'aide est simple. Faites \kbd{C-h} (ou \kbd{F1}) et |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
300 suivez les instructions. Si vous d\'ebutez, faites \kbd{C-h t} pour un |
34923 | 301 {\bf didacticiel}. |
302 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
303 \key{Supprimer la fen\^etre d'aide}{C-x 1} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
304 \key{Faire d\'efiler la fen\^etre d'aide}{C-M-v} |
34923 | 305 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
306 \key{Rechercher des commandes selon une cha\^\i{}ne}{C-h a} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
307 \key{D\'ecrire la fonction associ\'ee \`a une touche}{C-h k} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
308 \key{D\'ecrire une fonction}{C-h f} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
309 \key{Obtenir des informations relatives au mode}{C-h m} |
34923 | 310 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
311 \section{R\'ecup\'eration sur erreurs} |
34923 | 312 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
313 \key{{\bf Abandonner} une commande}{C-g} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
314 \metax{{\bf R\'ecup\'erer} les fichiers apr\`es un crash}{M-x recover-session} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
315 \metax{{\bf Annuler} une modification}{C-x u, C-_ {\rm ou} C-/} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
316 \metax{Annuler toutes les modifications}{M-x revert-buffer} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
317 \key{R\'eafficher un \'ecran perturb\'e}{C-l} |
76679 | 318 |
34923 | 319 \section{Recherche incr\'ementale} |
320 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
321 \key{Rechercher en avant}{C-s} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
322 \key{Rechercher en arri\`ere}{C-r} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
323 \key{Rechercher en avant (expression rationnelle)}{C-M-s} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
324 \key{Rechercher en arri\`ere (expression rationnelle)}{C-M-r} |
34923 | 325 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
326 \key{Utiliser la cha\^\i{}ne de recherche pr\'ec\'edente}{M-p} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
327 \key{Utiliser la cha\^\i{}ne de recherche suivante}{M-n} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
328 \key{Quitter la recherche incr\'ementale}{RET} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
329 \key{Annuler l'effet du dernier caract\`ere}{DEL} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
330 \key{Annuler la recherche en cours}{C-g} |
34923 | 331 |
332 Refaites \kbd{C-s} ou \kbd{C-r} pour r\'ep\'eter la recherche dans une | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
333 des directions. |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
334 En cours de recherche, \kbd{C-g} efface les derniers caract\`eres et |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
335 ne conserve que le pr\'efixe d\'ej\`a trouv\'e. |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
336 |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
337 \shortcopyrightnotice |
34923 | 338 |
339 \section{D\'eplacements} | |
340 | |
341 \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
342 \threecol{{\bf Objet sur lequel se d\'eplacer}}{{\bf En |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
343 arri\`ere}}{{\bf En avant}} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
344 \threecol{Caract\`ere}{C-b}{C-f} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
345 \threecol{Mot}{M-b}{M-f} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
346 \threecol{Ligne}{C-p}{C-n} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
347 \threecol{Aller en d\'ebut/fin de la ligne}{C-a}{C-e} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
348 \threecol{Phrase}{M-a}{M-e} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
349 \threecol{Paragraphe}{M-\{}{M-\}} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
350 \threecol{Page}{C-x [}{C-x ]} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
351 \threecol{S-expression}{C-M-b}{C-M-f} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
352 \threecol{Fonction}{C-M-a}{C-M-e} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
353 \threecol{Aller en d\'ebut/fin du tampon}{M-<}{M->} |
34923 | 354 } |
355 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
356 \key{Passer \`a l'\'ecran suivant}{C-v} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
357 \key{Passer \`a l'\'ecran pr\'ec\'edent}{M-v} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
358 \key{Faire d\'efiler l'\'ecran vers la gauche}{C-x <} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
359 \key{Faire d\'efiler l'\'ecran vers la droite}{C-x >} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
360 \key{Placer la ligne courante au centre de l'\'ecran}{C-u C-l} |
34923 | 361 |
362 \section{D\'etruire et supprimer} | |
363 | |
364 \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
365 \threecol{{\bf Objet \`a supprimer}}{{\bf En arri\`ere}}{{\bf En avant}} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
366 \threecol{Caract\`ere (suppression)}{DEL}{C-d} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
367 \threecol{Mot}{M-DEL}{M-d} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
368 \threecol{Ligne (jusqu'au d\'ebut/fin)}{M-0 C-k}{C-k} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
369 \threecol{Phrase}{C-x DEL}{M-k} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
370 \threecol{S-expression}{M-- C-M-k}{C-M-k} |
34923 | 371 } |
372 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
373 \key{D\'etruire une {\bf r\'egion}}{C-w} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
374 \key{Copier une r\'egion dans le {\it kill ring}}{M-w} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
375 \key{D\'etruire jusqu'\`a l'occurrence suivante de {\it car}}{M-z {\it car}} |
34923 | 376 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
377 \key{R\'ecup\'erer la derni\`ere r\'egion d\'etruite}{C-y} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
378 \key{R\'ecup\'erer la r\'egion d\'etruite pr\'ec\'edente}{M-y} |
34923 | 379 |
380 \section{Marquer} | |
381 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
382 \key{Placer la marque au point}{C-@ {\rm ou} C-SPC} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
383 \key{\'Echanger le point et la marque}{C-x C-x} |
34923 | 384 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
385 \key{Placer la marque un {\bf mot} plus loin}{M-@} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
386 \key{Marquer le {\bf paragraphe}}{M-h} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
387 \key{Marquer la {\bf page}}{C-x C-p} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
388 \key{Marquer la {\bf s-expression}}{C-M-@} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
389 \key{Marquer la {\bf fonction}}{C-M-h} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
390 \key{Marquer tout le {\bf tampon}}{C-x h} |
34923 | 391 |
392 \section{Remplacement interactif} | |
393 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
394 \key{Remplacer une cha\^\i{}ne de texte}{M-\%} |
71278
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
395 % query-replace-regexp est liee a C-M-% mais on ne peut pas le |
2e98e55d861e
2006-06-08 ?ic Jacoboni <jaco@jacoboni.fr>
Reiner Steib <Reiner.Steib@gmx.de>
parents:
70860
diff
changeset
|
396 % taper dans une console. |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
397 \metax{\hskip 10pt \`a l'aide d'expr. rationnelles}{M-x query-replace-regexp} |
34923 | 398 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
399 R\'eponses possibles pour chaque occurrence dans le mode de |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
400 remplacement interactif : |
34923 | 401 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
402 \key{{\bf Remplacer} celle-l\`a, passer \`a la suivante}{SPC} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
403 \key{Remplacer celle-l\`a, rester l\`a}{,} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
404 \key{{\bf Passer} \`a la suivante sans remplacer}{DEL} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
405 \key{Remplacer toutes les occurrences suivantes}{!} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
406 \key{{\bf Revenir} \`a l'occurrence pr\'ec\'edente}{^} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
407 \key{{\bf Quitter} le remplacement interactif}{RET} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
408 \key{{\bf \'Editer} avant de reprendre (\kbd{C-M-c} : sortir)}{C-r} |
34923 | 409 |
410 \section{Fen\^etres multiples} | |
411 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
412 Lorsqu'il y a deux commandes, la seconde est celle qui concerne non |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
413 pas les fen\^etres mais les cadres. |
34923 | 414 |
415 {\setbox0=\hbox{\kbd{0}}\advance\hsize by 0\wd0 | |
416 \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
417 \threecol{Supprimer toutes les autres fen\^etres}{C-x 1\ \ \ \ }{C-x 5 1} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
418 \threecol{Supprimer cette fen\^etre}{C-x 0\ \ \ \ }{C-x 5 0} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
419 \threecol{Diviser la fen\^etre horizontalement}{C-x 2\ \ \ \ }{C-x 5 2} |
34923 | 420 }} |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
421 \key{Diviser la fen\^etre verticalement}{C-x 3} |
34923 | 422 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
423 \key{Faire d\'efiler l'autre fen\^etre}{C-M-v} |
34923 | 424 |
76642
0d6100214921
(\metax): Tweak \hsize to avoid overfull columns.
Glenn Morris <rgm@gnu.org>
parents:
75331
diff
changeset
|
425 %% tabskip reduced from 10 to 3pt to fit on letterpaper. |
34923 | 426 {\setbox0=\hbox{\kbd{0}}\advance\hsize by 2\wd0 |
76642
0d6100214921
(\metax): Tweak \hsize to avoid overfull columns.
Glenn Morris <rgm@gnu.org>
parents:
75331
diff
changeset
|
427 \paralign to \hsize{#\tabskip=3pt plus 1 fil&#\tabskip=0pt&#\cr |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
428 \threecol{S\'electionner une autre fen\^etre}{C-x o}{C-x 5 o} |
34923 | 429 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
430 \threecol{Choisir un tampon (autre fen\^etre)}{C-x 4 b}{C-x 5 b} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
431 \threecol{Afficher un tampon (autre fen\^etre)}{C-x 4 C-o}{C-x 5 C-o} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
432 \threecol{Lire un fichier (autre fen\^etre)}{C-x 4 f}{C-x 5 f} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
433 \threecol{\hskip 10pt en lecture seule}{C-x 4 r}{C-x 5 r} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
434 \threecol{Lancer Dired (autre fen\^etre)}{C-x 4 d}{C-x 5 d} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
435 \threecol{Trouver un tag (autre fen\^etre)}{C-x 4 .}{C-x 5 .} |
34923 | 436 }} |
437 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
438 \key{Agrandir la fen\^etre verticalement}{C-x ^} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
439 \key{R\'eduire la fen\^etre horizontalement}{C-x \{} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
440 \key{Agrandir la fen\^etre horizontalement}{C-x \}} |
34923 | 441 |
442 \section{Formater} | |
443 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
444 \key{Indenter la {\bf ligne} courante (selon le mode)}{TAB} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
445 \key{Indenter la {\bf r\'egion} courante (selon le mode)}{C-M-\\} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
446 \key{Indenter la {\bf s-expr.} courante (selon le mode)}{C-M-q} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
447 \key{Indenter la r\'egion sur une colonne}{C-x TAB} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
448 \key{Ins\'erer un retour \`a la ligne apr\`es le point}{C-o} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
449 \key{D\'eplacer le reste de la ligne vers le bas}{C-M-o} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
450 \key{Supprimer les lignes vierges autour du point}{C-x C-o} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
451 \key{Joindre \`a la ligne pr\'ec\'edente (suiv. avec {\it arg\/})}{M-^} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
452 \key{Supprimer tous les espaces autour du point}{M-\\} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
453 \key{Mettre exactement une espace au point}{M-SPC} |
34923 | 454 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
455 \key{Formater le paragraphe}{M-q} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
456 \key{Placer la marge droite \`a {\it arg\/} colonnes}{C-u {\it arg\/} C-x f} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
457 \key{D\'efinir le pr\'efixe des lignes}{C-x .} |
34923 | 458 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
459 \key{D\'efinir la fonte}{M-o} |
34923 | 460 |
461 \section{Modifier la casse} | |
462 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
463 \key{Mettre le mot en capitales}{M-u} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
464 \key{Mettre le mot en minuscules}{M-l} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
465 \key{Mettre une majuscule au mot}{M-c} |
34923 | 466 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
467 \key{Mettre la r\'egion en capitales}{C-x C-u} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
468 \key{Mettre la r\'egion en minuscules}{C-x C-l} |
34923 | 469 |
470 \section{Le mini-tampon} | |
471 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
472 Dans le mini-tampon : |
34923 | 473 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
474 \key{Compl\'eter autant que possible}{TAB} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
475 \key{Compl\'eter un mot}{SPC} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
476 \key{Compl\'eter et ex\'ecuter}{RET} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
477 \key{Montrer les compl\`etements possibles}{?} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
478 \key{Utiliser l'entr\'ee pr\'ec\'edente du mini-tampon}{M-p} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
479 \key{Utiliser l'entr\'ee suivante du mini-tampon}{M-n} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
480 \key{Rechercher en arri\`ere dans l'historique}{M-r} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
481 \key{Rechercher en avant dans l'historique}{M-s} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
482 \key{Quitter en annulant la commande}{C-g} |
34923 | 483 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
484 Faites \kbd{C-x ESC ESC} pour \'editer et r\'ep\'eter la derni\`ere |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
485 commande ayant utilis\'e le mini-tampon. Faites \kbd{F10} pour |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
486 utiliser la barre de menu sur un terminal en utilisant le mini-tampon. |
34923 | 487 |
488 \newcolumn | |
489 \title{Carte de r\'ef\'erence de GNU Emacs} | |
490 | |
491 \section{Tampons} | |
492 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
493 \key{Choisir un autre tampon}{C-x b} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
494 \key{Lister tous les tampons}{C-x C-b} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
495 \key{Supprimer un tampon}{C-x k} |
34923 | 496 |
497 \section{Transposer} | |
498 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
499 \key{Transposer des {\bf caract\`eres}}{C-t} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
500 \key{Transposer des {\bf mots}}{M-t} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
501 \key{Transposer des {\bf lignes}}{C-x C-t} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
502 \key{Transposer des {\bf s-expressions}}{C-M-t} |
34923 | 503 |
504 \section{V\'erifier l'orthographe} | |
505 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
506 \key{V\'erifier l'orthographe du mot courant}{M-\$} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
507 \metax{V\'erifier l'orthographe d'une r\'egion}{M-x ispell-region} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
508 \metax{V\'erifier l'orthographe de tout le tampon}{M-x ispell-buffer} |
34923 | 509 |
510 \section{Tags} | |
511 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
512 \key{Trouver un tag (une d\'efinition)}{M-.} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
513 \key{Passer \`a l'occurrence suivante du tag}{C-u M-.} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
514 \metax{Sp\'ecifier un autre fichier de tags}{M-x visit-tags-table} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
515 |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
516 \metax{Rechercher dans tous les fichiers des tags}{M-x tags-search} |
34923 | 517 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
518 \metax{Remplacer dans tous les fichiers}{M-x tags-query-replace} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
519 \key{Continuer la recherche ou le remplacement}{M-,} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
520 |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
521 \section{Shell} |
34923 | 522 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
523 \key{Ex\'ecuter une commande shell}{M-!} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
524 \key{Lancer une commande shell sur la r\'egion}{M-|} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
525 \key{Filtrer la r\'egion avec une commande shell}{C-u M-|} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
526 \key{Lancer un shell dans la fen\^etre {\tt *shell*}}{M-x shell} |
34923 | 527 |
528 \section{Rectangles} | |
529 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
530 \key{Copier le rectangle dans un registre}{C-x r r} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
531 \key{D\'etruire le rectangle}{C-x r k} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
532 \key{R\'ecup\'erer le rectangle}{C-x r y} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
533 \key{D\'ecaler le rectangle \`a droite}{C-x r o} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
534 \key{Vider le rectangle}{C-x r c} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
535 \key{Pr\'efixer chaque ligne du rectangle}{C-x r t} |
34923 | 536 |
537 \section{Abr\'eviations} | |
538 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
539 \key{Ajouter une abr\'eviation globale}{C-x a g} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
540 \key{Ajouter une abr\'eviation locale au mode}{C-x a l} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
541 \key{Ajouter une expansion globale}{C-x a i g} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
542 \key{Ajouter une expansion locale au mode}{C-x a i l} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
543 \key{Faire une expansion explicite de l'abr\'eviation}{C-x a e} |
34923 | 544 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
545 \key{Faire une expansion du mot pr\'ec\'edent}{M-/} |
34923 | 546 |
547 \section{Expressions rationnelles} | |
548 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
549 \key{Un caract\`ere quelconque, sauf fin de ligne}{. {\rm(point)}} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
550 \key{Z\'ero r\'ep\'etition ou plus}{*} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
551 \key{Une r\'ep\'etition ou plus}{+} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
552 \key{Z\'ero ou une r\'ep\'etition}{?} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
553 \key{\'Echapper le caract\`ere sp\'ecial {\it c\/}}{\\{\it c}} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
554 \key{Alternative (``ou'' non exclusif)}{\\|} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
555 \key{Regroupement}{\\( {\rm$\ldots$} \\)} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
556 \key{Reprendre le texte du {\it n\/}-i\`eme groupement}{\\{\it n}} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
557 \key{Limite de mot}{\\b} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
558 \key{Non limite de mot}{\\B} |
34923 | 559 |
76642
0d6100214921
(\metax): Tweak \hsize to avoid overfull columns.
Glenn Morris <rgm@gnu.org>
parents:
75331
diff
changeset
|
560 %% tabskip reduced from 10 to 5pt for letterpaper. |
0d6100214921
(\metax): Tweak \hsize to avoid overfull columns.
Glenn Morris <rgm@gnu.org>
parents:
75331
diff
changeset
|
561 \paralign to \hsize{#\tabskip=5pt plus 1 fil&#\tabskip=0pt&#\cr |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
562 \threecol{{\bf Objet}}{{\bf D\'ebut}}{{\bf Fin}} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
563 \threecol{Ligne}{^}{\$} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
564 \threecol{Mot}{\\<}{\\>} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
565 \threecol{Tampon}{\\`}{\\'} |
34923 | 566 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
567 \threecol{{\bf Classe de caract\`ere}}{{\bf Correspond}}% |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
568 {{\bf Compl\'ement}} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
569 \threecol{Ensemble explicite}{[ {\rm$\ldots$} ]}{[^ {\rm$\ldots$} ]} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
570 \threecol{Caract\`ere de mot}{\\w}{\\W} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
571 \threecol{Caract\`ere avec la syntaxe {\it c}}{\\s{\it c}}{\\S{\it c}} |
34923 | 572 } |
573 | |
574 \section{Jeux de caract\`eres internationaux} | |
575 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
576 \key{Pr\'eciser la langue principale}{C-x RET l} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
577 \metax{Lister les m\'ethodes de saisie}{M-x list-input-methods} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
578 \key{Activer/d\'esactiver la m\'ethode de saisie}{C-\\} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
579 \key{Choisir le codage pour la commande suivante}{C-x RET c} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
580 \metax{Lister les codages}{M-x list-coding-systems} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
581 \metax{Choisir le codage pr\'ef\'er\'e}{M-x prefer-coding-system} |
34923 | 582 |
583 \section{Info} | |
584 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
585 \key{Lire une documentation Info}{C-h i} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
586 \key{Rechercher une fonction/variable dans Info}{C-h S} |
34923 | 587 \beginindentedkeys |
588 | |
589 Se d\'eplacer dans un n\oe{}ud : | |
590 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
591 \key{Page suivante}{SPC} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
592 \key{Page pr\'ec\'edente}{DEL} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
593 \key{D\'ebut du n\oe{}ud}{. {\rm (point)}} |
34923 | 594 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
595 Navigation entre n\oe{}uds : |
34923 | 596 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
597 \key{N\oe{}ud {\bf suivant}}{n} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
598 \key{N\oe{}ud {\bf pr\'ec\'edent}}{p} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
599 \key{{\bf Remonter} d'un niveau}{u} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
600 \key{Choisir un sujet du menu par son nom}{m} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
601 \key{Choisir le {\it n\/}-i\`eme sujet (1--9)}{{\it n}} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
602 \key{Suivre une r\'ef\'erence crois\'ee (retour avec \kbd{l})}{f} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
603 \key{Revenir au dernier n\oe{}ud visit\'e}{l} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
604 \key{Aller au sommaire Info}{d} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
605 \key{Aller au n\oe{}ud le plus haut du manuel}{t} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
606 \key{Aller sur un n\oe{}ud par son nom}{g} |
34923 | 607 |
608 Autres : | |
609 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
610 \key{Aller au {\bf didacticiel} Info}{h} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
611 \key{Rechercher un sujet dans l'index}{i} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
612 \key{Rechercher un n\oe{}ud par expr. rationnelle}{s} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
613 \key{{\bf Quitter} Info}{q} |
34923 | 614 |
615 \endindentedkeys | |
616 | |
617 \section{Registres} | |
618 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
619 \key{Sauver la r\'egion dans un registre}{C-x r s} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
620 \key{Ins\'erer le contenu d'un registre}{C-x r i} |
34923 | 621 |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
622 \key{Sauver la valeur du point dans un registre}{C-x r SPC} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
623 \key{Aller au point sauv\'e dans un registre}{C-x r j} |
34923 | 624 |
625 \section{Macros clavier} | |
626 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
627 \key{{\bf Lancer} la d\'efinition d'une macro clavier}{C-x (} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
628 \key{{\bf Terminer} la d\'efinition d'une macro clavier}{C-x )} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
629 \key{{\bf Ex\'ecuter} la derni\`ere macro clavier d\'efinie}{C-x e} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
630 \key{Faire un ajout \`a la derni\`ere macro clavier}{C-u C-x (} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
631 \metax{Nommer la derni\`ere macro clavier}{M-x name-last-kbd-macro} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
632 \metax{En ins\'erer une d\'efinition Lisp}{M-x insert-kbd-macro} |
34923 | 633 |
634 \section{Commandes de gestion d'Emacs Lisp} | |
635 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
636 \key{\'Evaluer la {\bf s-expression} avant le point}{C-x C-e} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
637 \key{\'Evaluer la {\bf defun} courante}{C-M-x} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
638 \metax{\'Evaluer la {\bf r\'egion}}{M-x eval-region} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
639 \key{Lire et \'evaluer dans le mini-tampon}{M-:} |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
640 \metax{Charger depuis un r\'epertoire standard}{M-x load-library} |
34923 | 641 |
642 \section{Personnalisation simple} | |
643 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
644 \metax{Personnaliser les variables et les fontes}{M-x customize} |
34923 | 645 |
646 % The intended audience here is the person who wants to make simple | |
647 % customizations and knows Lisp syntax. | |
648 | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
649 Exemples de d\'efinition globale de touches en Emacs Lisp : |
34923 | 650 |
651 \beginexample% | |
652 (global-set-key "\\C-cg" 'goto-line) | |
653 (global-set-key "\\M-\#" 'query-replace-regexp) | |
654 \endexample | |
655 | |
656 \section{\'Ecriture de commandes} | |
657 | |
658 \beginexample% | |
659 (defun \<nom-commande> (\<args>) | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
660 "\<documentation>" |
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
661 (interactive "\<template>") |
34923 | 662 \<body>) |
663 \endexample | |
664 | |
665 Exemple : | |
666 | |
667 \beginexample% | |
668 (defun cette-ligne-en-haut-de-la-fenetre (line) | |
77701
4bda68a992f9
Rewrite using German layout.
Michaël Cadilhac <michael.cadilhac@lrde.org>
parents:
76679
diff
changeset
|
669 "Positionne la ligne courante en haut de la fen\^etre. |
34923 | 670 Avec ARG, place le point sur la ligne ARG." |
671 (interactive "P") | |
672 (recenter (if (null line) | |
673 0 | |
674 (prefix-numeric-value line)))) | |
675 \endexample | |
676 | |
677 La sp\'ecification \kbd{interactive} indique comment lire | |
678 interactivement les param\`etres. Faites \kbd{C-h f interactive} pour | |
679 plus de pr\'ecisions. | |
680 | |
681 \copyrightnotice | |
682 | |
683 \bye | |
684 | |
685 % Local variables: | |
43258
f3408a98d0f3
Update Emacs version 20.x -> 21.x.
Eli Zaretskii <eliz@gnu.org>
parents:
39400
diff
changeset
|
686 % compile-command: "tex fr-refcard" |
34923 | 687 % End: |
52401 | 688 |
689 % arch-tag: 39d6dc6e-1a4a-4071-84db-4719d4e9e40d |