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