cs-dired-ref.tex 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. % Reference Card for Dired
  2. % Copyright (C) 2000-2012 Free Software Foundation, Inc.
  3. % Author: Evgeny Roubinchtein <eroubinc@u.washington.edu>
  4. % Czech translation: Pavel Janík <Pavel@Janik.cz>, March 2001
  5. % This file is part of GNU Emacs.
  6. % GNU Emacs is free software: you can redistribute it and/or modify
  7. % it under the terms of the GNU General Public License as published by
  8. % the Free Software Foundation, either version 3 of the License, or
  9. % (at your option) any later version.
  10. % GNU Emacs is distributed in the hope that it will be useful,
  11. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. % GNU General Public License for more details.
  14. % You should have received a copy of the GNU General Public License
  15. % along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  16. % See dired-ref.tex.
  17. % Process the file with `csplain' from the `CSTeX' distribution (included
  18. % e.g. in the TeX Live CD).
  19. %**start of header
  20. % Czech hyphenation rules applied
  21. \chyph
  22. % This file can be printed with 1, 2, or 3 columns per page.
  23. % Specify how many you want here.
  24. \newcount\columnsperpage
  25. \columnsperpage=2
  26. % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
  27. % a landscape layout.
  28. \input pdflayout.sty
  29. \pdflayout=(0)
  30. \def\versionemacs{24} % version of Emacs this is for
  31. \def\year{2012} % latest copyright year
  32. % Nothing else needs to be changed.
  33. \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
  34. \centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
  35. Permissions on back.}}
  36. \def\copyrightnotice{
  37. \vskip 1ex plus 2 fill\begingroup\small
  38. \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
  39. \centerline{For GNU Emacs version \versionemacs}
  40. \centerline{Originally written May 2000 by Evgeny Roubinchtein,}
  41. \centerline{using refcard layout designed by Stephen Gildea.}
  42. \centerline{Translated by Pavel Janík.}
  43. Permission is granted to make and distribute copies of
  44. this card provided the copyright notice and this permission notice
  45. are preserved on all copies.
  46. For copies of the GNU Emacs manual, see:
  47. {\tt http://www.gnu.org/software/emacs/\#Manuals}
  48. \endgroup}
  49. % make \bye not \outer so that the \def\bye in the \else clause below
  50. % can be scanned without complaint.
  51. \def\bye{\par\vfill\supereject\end}
  52. \newdimen\intercolumnskip %horizontal space between columns
  53. \newbox\columna %boxes to hold columns already built
  54. \newbox\columnb
  55. \def\ncolumns{\the\columnsperpage}
  56. \message{[\ncolumns\space
  57. column\if 1\ncolumns\else s\fi\space per page]}
  58. \def\scaledmag#1{ scaled \magstep #1}
  59. % This multi-way format was designed by Stephen Gildea October 1986.
  60. % Note that the 1-column format is fontfamily-independent.
  61. \if 1\ncolumns %one-column format uses normal size
  62. \hsize 4in
  63. \vsize 10in
  64. \voffset -.7in
  65. \font\titlefont=\fontname\tenbf \scaledmag3
  66. \font\headingfont=\fontname\tenbf \scaledmag2
  67. \font\smallfont=\fontname\sevenrm
  68. \font\smallsy=\fontname\sevensy
  69. \footline{\hss\folio}
  70. \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
  71. \else %2 or 3 columns uses prereduced size
  72. \hsize 3.4in
  73. \vsize 9.2in
  74. \hoffset -.75in
  75. \voffset -.745in
  76. \font\titlefont=csbx10 \scaledmag2
  77. \font\headingfont=csbx10 \scaledmag1
  78. \font\smallfont=csr6
  79. \font\smallsy=cmsy6
  80. \font\eightrm=csr8
  81. \font\eightbf=csbx8
  82. \font\eightit=csti8
  83. \font\eighttt=cstt8
  84. \font\eightmi=csmi8
  85. \font\eightsy=cmsy8
  86. \textfont0=\eightrm
  87. \textfont1=\eightmi
  88. \textfont2=\eightsy
  89. \def\rm{\eightrm}
  90. \def\bf{\eightbf}
  91. \def\it{\eightit}
  92. \def\tt{\eighttt}
  93. \normalbaselineskip=.8\normalbaselineskip
  94. \normallineskip=.8\normallineskip
  95. \normallineskiplimit=.8\normallineskiplimit
  96. \normalbaselines\rm %make definitions take effect
  97. \if 2\ncolumns
  98. \let\maxcolumn=b
  99. \footline{\hss\rm\folio\hss}
  100. \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
  101. \else \if 3\ncolumns
  102. \let\maxcolumn=c
  103. \nopagenumbers
  104. \else
  105. \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
  106. \errmessage{Illegal number of columns per page}
  107. \fi\fi
  108. \intercolumnskip=.46in
  109. \def\abc{a}
  110. \output={% %see The TeXbook page 257
  111. % This next line is useful when designing the layout.
  112. %\immediate\write16{Column \folio\abc\space starts with \firstmark}
  113. \if \maxcolumn\abc \multicolumnformat \global\def\abc{a}
  114. \else\if a\abc
  115. \global\setbox\columna\columnbox \global\def\abc{b}
  116. %% in case we never use \columnb (two-column mode)
  117. \global\setbox\columnb\hbox to -\intercolumnskip{}
  118. \else
  119. \global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi}
  120. \def\multicolumnformat{\shipout\vbox{\makeheadline
  121. \hbox{\box\columna\hskip\intercolumnskip
  122. \box\columnb\hskip\intercolumnskip\columnbox}
  123. \makefootline}\advancepageno}
  124. \def\columnbox{\leftline{\pagebody}}
  125. \def\bye{\par\vfill\supereject
  126. \if a\abc \else\null\vfill\eject\fi
  127. \if a\abc \else\null\vfill\eject\fi
  128. \end}
  129. \fi
  130. % we won't be using math mode much, so redefine some of the characters
  131. % we might want to talk about
  132. \catcode`\^=12
  133. \catcode`\_=12
  134. \chardef\\=`\\
  135. \chardef\{=`\{
  136. \chardef\}=`\}
  137. \hyphenation{mini-buf-fer}
  138. \hyphenation{de-le-tion}
  139. \parindent 0pt
  140. \parskip 1ex plus .5ex minus .5ex
  141. \def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
  142. % newcolumn - force a new column. Use sparingly, probably only for
  143. % the first column of a page, which should have a title anyway.
  144. \outer\def\newcolumn{\vfill\eject}
  145. % title - page title. Argument is title text.
  146. \outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
  147. % section - new major section. Argument is section name.
  148. \outer\def\section#1{\par\filbreak
  149. \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
  150. \vskip 2ex plus 1ex minus 1.5ex}
  151. \newdimen\keyindent
  152. % beginindentedkeys...endindentedkeys - key definitions will be
  153. % indented, but running text, typically used as headings to group
  154. % definitions, will not.
  155. \def\beginindentedkeys{\keyindent=1em}
  156. \def\endindentedkeys{\keyindent=0em}
  157. \endindentedkeys
  158. % paralign - begin paragraph containing an alignment.
  159. % If an \halign is entered while in vertical mode, a parskip is never
  160. % inserted. Using \paralign instead of \halign solves this problem.
  161. \def\paralign{\vskip\parskip\halign}
  162. % \<...> - surrounds a variable name in a code example
  163. \def\<#1>{{\it #1\/}}
  164. % kbd - argument is characters typed literally. Like the Texinfo command.
  165. \def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows
  166. % beginexample...endexample - surrounds literal text, such a code example.
  167. % typeset in a typewriter font with line breaks preserved
  168. \def\beginexample{\par\leavevmode\begingroup
  169. \obeylines\obeyspaces\parskip0pt\tt}
  170. {\obeyspaces\global\let =\ }
  171. \def\endexample{\endgroup}
  172. % key - definition of a key.
  173. % \key{description of key}{key-name}
  174. % prints the description left-justified, and the key-name in a \kbd
  175. % form near the right margin.
  176. \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
  177. {\hsize=.75\hsize\rightskip=1em
  178. \hskip\keyindent\relax#1}\kbd{#2}\hfil}}
  179. \newbox\metaxbox
  180. \setbox\metaxbox\hbox{\kbd{M-x }}
  181. \newdimen\metaxwidth
  182. \metaxwidth=\wd\metaxbox
  183. % metax - definition of a M-x command.
  184. % \metax{description of command}{M-x command-name}
  185. % Tries to justify the beginning of the command name at the same place
  186. % as \key starts the key name. (The "M-x " sticks out to the left.)
  187. \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
  188. {\hskip\keyindent\relax#1\hfil}%
  189. \hskip -\metaxwidth minus 1fil
  190. \kbd{#2}\hfil}}
  191. % threecol - like "key" but with two key names.
  192. % for example, one for doing the action backward, and one for forward.
  193. \def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad
  194. &\kbd{#3}\hfil\quad\cr}
  195. % I cannot figure out how to make all dired-x
  196. % commands fit on a page in two-column format
  197. \def\dx{{\bf (DX)}}
  198. %**end of header
  199. \title{Referenèní karta pro Dired}
  200. \centerline{(urèeno pro Dired v GNU Emacsu \versionemacs)}
  201. \centerline{Pøíkazy oznaèené \dx{} vy¾adují dired-x}
  202. % trim this down to fit everything on one page
  203. % \section{General}
  204. % In dired, you can edit a list of the files in a directory (and optionally
  205. % its subdirectories in the `ls -lR' format).
  206. % Editing a directory means that you can visit, rename, copy, compress,
  207. % load, byte-compile files. You can change files' attributes, run shell
  208. % commands on files, or insert subdirectories into the edit buffer. You can
  209. % "flag" files for deletion or "mark" files for later commands, either one
  210. % file at a time or by all files matching certain criteria (e.g., files that
  211. % match a certain regexp).
  212. % You move throughout the buffer using the usual cursor motion commands.
  213. % Letters no longer insert themselves, but execute commands instead. The
  214. % digits (0-9) are prefix arguments.
  215. % Most commands operate either on all marked files or on the current file if
  216. % no files are marked. Use a numeric prefix argument to operate on the next
  217. % ARG files (or previous ARG if ARG $<$ 0). Use the prefix argument `1' to
  218. % operate on the current file only. Prefix arguments override marks. Commands
  219. % which run a sub-process on a group of files will display a list of files
  220. % for which the sub-process failed. Typing y will try to tell
  221. % you what went wrong.
  222. % When editing several directories in one buffer, each directory acts as a
  223. % page, so C-x [ and C-x ] can be used to move between directories.
  224. \section{Spu¹tìní a ukonèení Dired}
  225. \key{spu¹tìní dired}{C-x d}
  226. \key{spu¹tìní dired v adresáøi s aktuálním souborem}{C-x C-j \dx}
  227. \key{ukonèení dired}{q}
  228. \section{Pøíkazy pro pøesuny}
  229. \key{zpìt na pøedchozí øádku}{p}
  230. \key{vpøed na následující øádku}{n}
  231. \key{nahoru na pøedchozí adresáø}{<}
  232. \key{dolù na následující adresáø}{>}
  233. \key{na dal¹í oznaèený soubor}{M-\}}
  234. \key{na pøedchozí oznaèený soubor}{M-\{}
  235. \key{zpìt na pøedchozí podadresáø}{M-C-p}
  236. \key{vpøed na dal¹í podadresáø}{M-C-n}
  237. \key{na nadøazený adresáø}{^}
  238. \key{jdi na první podadresáø}{M-C-d}
  239. \section{Pøíkazy pomocí my¹i}
  240. \metax{otevøi soubor}{Mouse_Button_2}
  241. \metax{zobraz menu}{Control-Mouse_Button_3}
  242. \section{Okam¾ité akce nad soubory}
  243. \key{otevøi aktuální soubor}{f}
  244. \key{otevøi aktuální soubor pouze pro ètení}{v}
  245. \key{otevøi aktuální soubor v jiném oknì}{o}
  246. %%\key{otevøi aktuální soubor v jiném rámci}{w}
  247. %%\key{zobraz aktuální soubor}{C-u o}
  248. \key{vytvoø nový podadresáø}{+}
  249. \key{porovnej soubor pod kurzorem s oznaèeným}{=}
  250. \section{Znaèení a odznaèení souborù}
  251. \key{oznaè soubor nebo podadresáø pro dal¹í pøíkazy}{m}
  252. \key{odznaè soubor nebo soubory podadresáøe}{u}
  253. \key{zru¹ oznaèení v¹ech souborù v bufferu}{M-delete}
  254. \key{oznaè soubory se zadanou pøíponou}{* .}
  255. \key{oznaè v¹echny adresáøe}{* /}
  256. \key{oznaè v¹echny symbolické odkazy}{* @}
  257. \key{oznaè v¹echny spustitelné soubory}{* *}
  258. \key{invertuj oznaèení}{* t}
  259. \key{oznaè v¹echny soubory v aktuálním podadresáøi}{* s}
  260. \key{oznaè soubory vyhovující regulárnímu výrazu}{* \%}
  261. \key{zmìò znaèku na jiné písmeno}{* c}
  262. \key{oznaè soubory, pro které elispový výraz vrací t}{* ( \dx}
  263. \section{Modifikace Dired bufferu}
  264. \key{vlo¾ do tohoto bufferu podadresáø}{i}
  265. \key{odstraò oznaèené soubory z bufferu}{k}
  266. \key{odstraò z bufferu výpis podadresáøe}{C-u k}
  267. \key{znovu naèti adresáøe (znaèky se zachovají)}{g}
  268. \key{pøepni tøídìní adresáøe podle jména/data}{s}
  269. \key{uprav volby pøíkazu ls}{C-u s}
  270. \key{obnov znaèky, skryté øádky apod.}{C-_}
  271. \key{skryj v¹echny podadresáøe}{M-\$}
  272. \key{skryj nebo odkryj v¹echny podadresáøe}{\$}
  273. \section{Pøíkazy nad oznaèenými soubory}
  274. \key{kopíruj soubor(y)}{C}
  275. \key{pøejmenuj soubor nebo pøesuò soubory}{R}
  276. \key{zmìò vlastníka souboru(ù)}{O}
  277. \key{zmìò skupinu souboru(ù)}{G}
  278. \key{zmìò pøístupová práva souboru(ù)}{M}
  279. \key{vytiskni soubor(y)}{P}
  280. \key{zmìò název souboru(ù) na malá písmena}{\% l}
  281. \key{zmìò název souboru(ù) na velká písmena}{\% u}
  282. \key{sma¾ oznaèené soubory}{D}
  283. %%\key{proveï uuencode nebo uudecode souboru(ù)}{U}
  284. \key{zkomprimuj nebo dekomprimuj soubor(y)}{Z}
  285. \key{spus» info na soubor}{I \dx}
  286. \key{vytvoø symbolický(é) odkaz(y)}{S}
  287. \key{vytvoø relativní symbolické odkazy}{Y}
  288. \key{vytvoø pevný odkaz}{H}
  289. \key{prohledej soubory na regulární výraz}{A}
  290. \key{nahraï regulární výrazy}{Q}
  291. \key{pøelo¾ soubory (byte-compile)}{B}
  292. \key{naèti soubory (load-file)}{L}
  293. \key{spus» pøíkaz na soubor(y)}{!}
  294. \section{Oznaèení souborù pro smazání}
  295. \leftline{\bf Odznaèující pøíkazy ma¾ou znaèku pro smazání}
  296. \key{oznaè soubor pro smazání}{d}
  297. %%\key{odstraò znaèku pro smazání}{delete}
  298. \key{oznaè v¹echny zálohy (soubory konèící na \~{})}{\~{}}
  299. \key{oznaè v¹echny zálohy (auto-save)}{\#}
  300. \key{oznaè rùzné doèasné soubory}{\% \&}
  301. \key{oznaè èíslované zálohy (konèící na .\~{}1\~{} apod.)}{.}
  302. \key{proveï výmaz souborù oznaèených ke smazání}{x}
  303. \key{oznaè soubory vyhovující regulárnímu výrazu}{\% d}
  304. \section{Pøíkazy s regulárními výrazy}
  305. \key{oznaè soubory vyhovující regulárnímu výrazu}{\% m}
  306. \key{kopíruj oznaèené soubory obsahující regexp}{\% C}
  307. \key{pøejmenuj oznaèené soubory vyhovující regexp}{\% R}
  308. \key{pevný odkaz}{\% H}
  309. \key{symbolický odkaz}{\% S}
  310. \key{symbolický odkaz s relativní cestou}{\% Y}
  311. \key{oznaè pro smazání}{\% d}
  312. \section{Dired a Find}
  313. \metax{otevøi v dired soubory vyhovující vzorku}{M-x find-name-dired}
  314. \metax{otevøi v dired soubory obsahující vzorek}{M-x find-grep-dired}
  315. \metax{otevøi v dired soubory podle výstupu \kbd{find}}{M-x find-dired}
  316. \section{Nápovìda}
  317. \key{zobraz nápovìdu}{h}
  318. \key{pøehled pøíkazù dired}{?}
  319. \copyrightnotice
  320. \bye