Add with-file-modes macro, and use it
[bpt/emacs.git] / etc / refcards / sk-dired-ref.tex
1 % Reference Card for Dired
2
3 % Copyright (C) 2000-2014 Free Software Foundation, Inc.
4
5 % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu>
6 % Czech translation: Pavel Janík <Pavel@Janik.cz>, March 2001
7 % Slovak translation: Miroslav Vasko <vasko@debian.cz>, March 2001
8
9 % This file is part of GNU Emacs.
10
11 % GNU Emacs is free software: you can redistribute it and/or modify
12 % it under the terms of the GNU General Public License as published by
13 % the Free Software Foundation, either version 3 of the License, or
14 % (at your option) any later version.
15
16 % GNU Emacs is distributed in the hope that it will be useful,
17 % but WITHOUT ANY WARRANTY; without even the implied warranty of
18 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 % GNU General Public License for more details.
20
21 % You should have received a copy of the GNU General Public License
22 % along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
23
24
25 % See dired-ref.tex.
26
27 % Process the file with `csplain' from the `CSTeX' distribution (included
28 % e.g. in the TeX Live CD).
29
30 %**start of header
31
32 % Slovak hyphenation rules applied
33 \shyph
34
35 % Without this, pdfTeX 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
36 % aborts with: "! UTF-8 INPUT IS CORRUPTED !
37 % May be you are using another input encoding"
38 \input utf8off
39
40 % This file can be printed with 1, 2, or 3 columns per page.
41 % Specify how many you want here.
42 \newcount\columnsperpage
43 \columnsperpage=2
44
45 % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
46 % a landscape layout.
47 \input pdflayout.sty
48 \pdflayout=(0)
49
50 \input emacsver.tex
51
52 % Nothing else needs to be changed.
53
54 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
55 \centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
56 Permissions on back.}}
57
58 \def\copyrightnotice{
59 \vskip 1ex plus 2 fill\begingroup\small
60 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
61 \centerline{For GNU Emacs version \versionemacs}
62 \centerline{Originally written May 2000 by Evgeny Roubinchtein,}
63 \centerline{using refcard layout designed by Stephen Gildea.}
64 \centerline{Translated by Miroslav Va¹ko.}
65
66 Permission is granted to make and distribute copies of
67 this card provided the copyright notice and this permission notice
68 are preserved on all copies.
69
70 For copies of the GNU Emacs manual, see:
71
72 {\tt http://www.gnu.org/software/emacs/\#Manuals}
73 \endgroup}
74
75 % make \bye not \outer so that the \def\bye in the \else clause below
76 % can be scanned without complaint.
77 \def\bye{\par\vfill\supereject\end}
78
79 \newdimen\intercolumnskip %horizontal space between columns
80 \newbox\columna %boxes to hold columns already built
81 \newbox\columnb
82
83 \def\ncolumns{\the\columnsperpage}
84
85 \message{[\ncolumns\space
86 column\if 1\ncolumns\else s\fi\space per page]}
87
88 \def\scaledmag#1{ scaled \magstep #1}
89
90 % This multi-way format was designed by Stephen Gildea October 1986.
91 % Note that the 1-column format is fontfamily-independent.
92 \if 1\ncolumns %one-column format uses normal size
93 \hsize 4in
94 \vsize 10in
95 \voffset -.7in
96 \font\titlefont=\fontname\tenbf \scaledmag3
97 \font\headingfont=\fontname\tenbf \scaledmag2
98 \font\smallfont=\fontname\sevenrm
99 \font\smallsy=\fontname\sevensy
100
101 \footline{\hss\folio}
102 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
103 \else %2 or 3 columns uses prereduced size
104 \hsize 3.4in
105 \vsize 9.2in
106 \hoffset -.75in
107 \voffset -.745in
108 \font\titlefont=csbx10 \scaledmag2
109 \font\headingfont=csbx10 \scaledmag1
110 \font\smallfont=csr6
111 \font\smallsy=cmsy6
112 \font\eightrm=csr8
113 \font\eightbf=csbx8
114 \font\eightit=csti8
115 \font\eighttt=cstt8
116 \font\eightmi=csmi8
117 \font\eightsy=cmsy8
118 \textfont0=\eightrm
119 \textfont1=\eightmi
120 \textfont2=\eightsy
121 \def\rm{\eightrm}
122 \def\bf{\eightbf}
123 \def\it{\eightit}
124 \def\tt{\eighttt}
125 \normalbaselineskip=.8\normalbaselineskip
126 \normallineskip=.8\normallineskip
127 \normallineskiplimit=.8\normallineskiplimit
128 \normalbaselines\rm %make definitions take effect
129
130 \if 2\ncolumns
131 \let\maxcolumn=b
132 \footline{\hss\rm\folio\hss}
133 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
134 \else \if 3\ncolumns
135 \let\maxcolumn=c
136 \nopagenumbers
137 \else
138 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
139 \errmessage{Illegal number of columns per page}
140 \fi\fi
141
142 \intercolumnskip=.46in
143 \def\abc{a}
144 \output={% %see The TeXbook page 257
145 % This next line is useful when designing the layout.
146 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
147 \if \maxcolumn\abc \multicolumnformat \global\def\abc{a}
148 \else\if a\abc
149 \global\setbox\columna\columnbox \global\def\abc{b}
150 %% in case we never use \columnb (two-column mode)
151 \global\setbox\columnb\hbox to -\intercolumnskip{}
152 \else
153 \global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi}
154 \def\multicolumnformat{\shipout\vbox{\makeheadline
155 \hbox{\box\columna\hskip\intercolumnskip
156 \box\columnb\hskip\intercolumnskip\columnbox}
157 \makefootline}\advancepageno}
158 \def\columnbox{\leftline{\pagebody}}
159
160 \def\bye{\par\vfill\supereject
161 \if a\abc \else\null\vfill\eject\fi
162 \if a\abc \else\null\vfill\eject\fi
163 \end}
164 \fi
165
166 % we won't be using math mode much, so redefine some of the characters
167 % we might want to talk about
168 \catcode`\^=12
169 \catcode`\_=12
170
171 \chardef\\=`\\
172 \chardef\{=`\{
173 \chardef\}=`\}
174
175 \hyphenation{mini-buf-fer}
176 \hyphenation{de-le-tion}
177
178 \parindent 0pt
179 \parskip 1ex plus .5ex minus .5ex
180
181 \def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
182
183 % newcolumn - force a new column. Use sparingly, probably only for
184 % the first column of a page, which should have a title anyway.
185 \outer\def\newcolumn{\vfill\eject}
186
187 % title - page title. Argument is title text.
188 \outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
189
190 % section - new major section. Argument is section name.
191 \outer\def\section#1{\par\filbreak
192 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
193 \vskip 2ex plus 1ex minus 1.5ex}
194
195 \newdimen\keyindent
196
197 % beginindentedkeys...endindentedkeys - key definitions will be
198 % indented, but running text, typically used as headings to group
199 % definitions, will not.
200 \def\beginindentedkeys{\keyindent=1em}
201 \def\endindentedkeys{\keyindent=0em}
202 \endindentedkeys
203
204 % paralign - begin paragraph containing an alignment.
205 % If an \halign is entered while in vertical mode, a parskip is never
206 % inserted. Using \paralign instead of \halign solves this problem.
207 \def\paralign{\vskip\parskip\halign}
208
209 % \<...> - surrounds a variable name in a code example
210 \def\<#1>{{\it #1\/}}
211
212 % kbd - argument is characters typed literally. Like the Texinfo command.
213 \def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows
214
215 % beginexample...endexample - surrounds literal text, such a code example.
216 % typeset in a typewriter font with line breaks preserved
217 \def\beginexample{\par\leavevmode\begingroup
218 \obeylines\obeyspaces\parskip0pt\tt}
219 {\obeyspaces\global\let =\ }
220 \def\endexample{\endgroup}
221
222 % key - definition of a key.
223 % \key{description of key}{key-name}
224 % prints the description left-justified, and the key-name in a \kbd
225 % form near the right margin.
226 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
227 {\hsize=.75\hsize\rightskip=1em
228 \hskip\keyindent\relax#1}\kbd{#2}\hfil}}
229
230 \newbox\metaxbox
231 \setbox\metaxbox\hbox{\kbd{M-x }}
232 \newdimen\metaxwidth
233 \metaxwidth=\wd\metaxbox
234
235 % metax - definition of a M-x command.
236 % \metax{description of command}{M-x command-name}
237 % Tries to justify the beginning of the command name at the same place
238 % as \key starts the key name. (The "M-x " sticks out to the left.)
239 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
240 {\hskip\keyindent\relax#1\hfil}%
241 \hskip -\metaxwidth minus 1fil
242 \kbd{#2}\hfil}}
243
244 % threecol - like "key" but with two key names.
245 % for example, one for doing the action backward, and one for forward.
246 \def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad
247 &\kbd{#3}\hfil\quad\cr}
248
249 % I cannot figure out how to make all dired-x
250 % commands fit on a page in two-column format
251 \def\dx{{\bf (DX)}}
252
253 \nopagenumbers
254
255 %**end of header
256 \f
257
258 \title{Referenèná karta pre Dired}
259
260 \centerline{(urèené pre Dired v GNU Emacse \versionemacs)}
261 \centerline{Príkazy oznaèené \dx{} vy¾adujú dired-x}
262
263 % trim this down to fit everything on one page
264 % \section{General}
265 % In dired, you can edit a list of the files in a directory (and optionally
266 % its subdirectories in the `ls -lR' format).
267
268 % Editing a directory means that you can visit, rename, copy, compress,
269 % load, byte-compile files. You can change files' attributes, run shell
270 % commands on files, or insert subdirectories into the edit buffer. You can
271 % "flag" files for deletion or "mark" files for later commands, either one
272 % file at a time or by all files matching certain criteria (e.g., files that
273 % match a certain regexp).
274
275 % You move throughout the buffer using the usual cursor motion commands.
276 % Letters no longer insert themselves, but execute commands instead. The
277 % digits (0-9) are prefix arguments.
278
279 % Most commands operate either on all marked files or on the current file if
280 % no files are marked. Use a numeric prefix argument to operate on the next
281 % ARG files (or previous ARG if ARG $<$ 0). Use the prefix argument `1' to
282 % operate on the current file only. Prefix arguments override marks. Commands
283 % which run a sub-process on a group of files will display a list of files
284 % for which the sub-process failed. Typing y will try to tell
285 % you what went wrong.
286
287 % When editing several directories in one buffer, each directory acts as a
288 % page, so C-x [ and C-x ] can be used to move between directories.
289
290 \section{Spustenie a ukonèenie Dired}
291
292 \key{spustenie dired}{C-x d}
293 \key{spustenie dired v adresári s aktuálnym súborom}{C-x C-j \dx}
294 \key{ukonèenie dired}{q}
295
296 \section{Príkazy pre presuny}
297
298 \key{spä» na predchádzajúci riadok}{p}
299 \key{vpred na nasledujúci riadok}{n}
300 \key{hore na predchádzajúci adresár}{<}
301 \key{dole na nasledujúci adresár}{>}
302 \key{na ïal¹í oznaèený súbor}{M-\}}
303 \key{na predchádzajúci oznaèený súbor}{M-\{}
304 \key{spä» na predchádzajúci podadresár}{M-C-p}
305 \key{vpred na ïal¹í podadresár}{M-C-n}
306 \key{na nadradený adresár}{^}
307 \key{choï na prvý podadresár}{M-C-d}
308
309 \section{Príkazy pomocou my¹i}
310 \metax{otvor súbor}{Mouse_Button_2}
311 \metax{zobraz menu}{Control-Mouse_Button_3}
312
313 \section{Okam¾ité akcie nad súbormi}
314
315 \key{otvor aktuálny súbor}{f}
316 \key{otvor aktuálny súbor iba pre èítanie}{v}
317 \key{otvor aktuálny súbor v inom okne}{o}
318 %%\key{otvor aktuálny súbor v inom rámci}{w}
319 %%\key{zobraz aktuálny súbor}{C-u o}
320 \key{vytvor nový podadresár}{+}
321 \key{porovnaj súbor pod kurzorom s oznaèeným}{=}
322
323 \section{Oznaèovanie a odznaèovanie súborov}
324
325 \key{oznaè súbor alebo podadresár pre ïal¹ie príkazy}{m}
326 \key{odznaè súbor alebo súbory podadresáre}{u}
327 \key{zru¹ oznaèenie v¹etkých súborov v bufferi}{M-delete}
328 \key{oznaè súbory so zadanou príponou}{* .}
329 \key{oznaè v¹etky adresáre}{* /}
330 \key{oznaè v¹etky symbolické odkazy}{* @}
331 \key{oznaè v¹etky spustiteµné súbory}{* *}
332 \key{invertuj oznaèenie}{* t}
333 \key{oznaè v¹etky súbory v aktuálnom podadresári}{* s}
334 \key{oznaè súbory vyhovujíce regulárnemu výrazu}{* \%}
335 \key{zmeò znaèku na iné písmeno}{* c}
336 \key{oznaè súbory, pre ktoré elispový výraz vrací t}{* ( \dx}
337
338 \section{Modifikácia Dired bufferu}
339
340 \key{vlo¾ do tohto bufferu podadresár}{i}
341 \key{odstráò oznaèené súbory z bufferu}{k}
342 \key{odstráò z bufferu výpis podadresára}{C-u k}
343 \key{znovu naèítaj adresár (znaèky sa zachovajú)}{g}
344 \key{prepni triedenie adresára podµa mena/dátumu}{s}
345 \key{uprav voµby príkazu ls}{C-u s}
346 \key{obnov znaèky, skryté riadky a~pod.}{C-_}
347 \key{skry v¹etky podadresáre}{M-\$}
348 \key{skry alebo odkry v¹etky podadresáre}{\$}
349
350 \section{Príkazy nad oznaèenými súbormi}
351
352 \key{kopíruj súbor(y)}{C}
353 \key{premenuj súbor alebo presuò súbory}{R}
354 \key{zmeò vlastníka súboru(ov)}{O}
355 \key{zmeò skupinu súboru(ov)}{G}
356 \key{zmeò prístupové práva súboru(ov)}{M}
357 \key{vytlaè súbor(y)}{P}
358 \key{zmeò názov súboru(ov) na malé písmená}{\% l}
359 \key{zmeò názov súboru(ov) na veµké písmená}{\% u}
360 \key{zma¾ oznaèené súbory}{D}
361 %%\key{vykonaj uuencode alebo uudecode súboru(ov)}{U}
362 \key{skomprimuj alebo dekomprimuj súbor(y)}{Z}
363 \key{spusti info na súbore}{I \dx}
364 \key{vytvor symbolický(é) odkaz(y)}{S}
365 \key{vytvor relatívne symbolické odkazy}{Y}
366 \key{vytvor pevný odkaz}{H}
367 \key{prehµadaj súbory -- hµadaj regulárny výraz}{A}
368 \key{nahraï regulárne výrazy}{Q}
369 \key{prelo¾ súbory (byte-compile)}{B}
370 \key{naèítaj súbory (load-file)}{L}
371 \key{spusti príkaz nad súborom(mi)}{!}
372
373 \section{Oznaèenie súborov pre zmazanie}
374
375 \leftline{\bf Odznaèujúce príkazy ma¾ú znaèku pre zmazanie}
376 \key{oznaè súbor pre zmazanie}{d}
377 %%\key{odstráò znaèku pre zmazanie}{delete}
378 \key{oznaè v¹etky zálohy (súbory konèiace na \~{})}{\~{}}
379 \key{oznaè v¹etky zálohy (auto-save)}{\#}
380 \key{oznaè rôzne doèasné súbory}{\% \&}
381 \key{oznaè èíslované zálohy (konèiace na .\~{}1\~{} a~pod.)}{.}
382 \key{vyma¾ súbory oznaèené na zmazanie}{x}
383 \key{oznaè súbory vyhovujúce regulárnemu výrazu}{\% d}
384
385 \section{Príkazy s regulárnymi výrazmi}
386
387 \key{oznaè súbory vyhovujúce regulárnemu výrazu}{\% m}
388 \key{skopíruj oznaèené súbory obsahujúce regexp}{\% C}
389 \key{premenuj oznaèené súbory vyhovujúce regexp}{\% R}
390 \key{pevný odkaz}{\% H}
391 \key{symbolický odkaz}{\% S}
392 \key{symbolický odkaz s relatívnou cestou}{\% Y}
393 \key{oznaè pre zmazanie}{\% d}
394
395 \section{Dired a Find}
396 \metax{otvor v dired súbory vyhovujúce vzorke}{M-x find-name-dired}
397 \metax{otvor v dired súbory obsahujúce vzorku}{M-x find-grep-dired}
398 \metax{otvor v dired súbory podµa výstupu \kbd{find}}{M-x find-dired}
399
400 \section{Nápoveda}
401
402 \key{zobraz nápovedu}{h}
403 \key{prehµad príkazov dired}{?}
404
405 \copyrightnotice
406
407 \bye
408 \f
409 % Local variables:
410 % compile-command: "csplain sk-dired-ref"
411 % coding: iso-latin-2
412 % End: