2001-04-18 14:21:41 +00:00
|
|
|
|
% Reference Card for Dired
|
2006-02-05 23:44:47 +00:00
|
|
|
|
% Copyright (C) 2000, 2002, 2003, 2004, 2005,
|
|
|
|
|
% 2006 Free Software Foundation, Inc.
|
2001-04-18 14:21:41 +00:00
|
|
|
|
|
|
|
|
|
% Slovak hyphenation rules applied
|
|
|
|
|
\shyph
|
|
|
|
|
|
|
|
|
|
% This file is part of GNU Emacs.
|
|
|
|
|
|
|
|
|
|
% GNU Emacs is free software; you can redistribute it and/or modify
|
|
|
|
|
% it under the terms of the GNU General Public License as published by
|
|
|
|
|
% the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
|
% any later version.
|
|
|
|
|
|
|
|
|
|
% GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
|
% but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
% GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
% You should have received a copy of the GNU General Public License
|
|
|
|
|
% along with GNU Emacs; see the file COPYING. If not, write to
|
2005-07-04 15:47:28 +00:00
|
|
|
|
% the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
|
|
|
% Boston, MA 02110-1301, USA.
|
2001-04-18 14:21:41 +00:00
|
|
|
|
|
|
|
|
|
% This file can be printed with 1, 2, or 3 columns per page (see below).
|
|
|
|
|
% Specify how many you want here. Nothing else needs to be changed.
|
|
|
|
|
%**start of header
|
|
|
|
|
|
|
|
|
|
\newcount\columnsperpage
|
|
|
|
|
|
|
|
|
|
\columnsperpage=2
|
|
|
|
|
|
|
|
|
|
% This file is intended to be processed by plain TeX (TeX82).
|
|
|
|
|
% The reference card looks OK with 2 columns per page, portrait mode.
|
|
|
|
|
% I haven't tried it with 3 columns per page.
|
|
|
|
|
|
|
|
|
|
% This is a bit of a dirty hack on the GNU Emacs reference card
|
|
|
|
|
% to produce a Dired reference card instead.
|
|
|
|
|
|
|
|
|
|
% I (Evgeny Roubinchtein, eroubinc@u.washington.edu) put this together
|
|
|
|
|
% because I wanted a Dired reference card,
|
|
|
|
|
% but couldn't find anything on the 'net.
|
|
|
|
|
% Based mostly off Dired's describe-mode.
|
|
|
|
|
|
|
|
|
|
% Translated to Czech by Pavel Jan<61>k <Pavel@Janik.cz> in March 2001
|
|
|
|
|
% Translated to Slovak by Miroslav Vasko <vasko@debian.cz> in March 2001
|
|
|
|
|
|
|
|
|
|
% Process the file with `csplain' from the `CSTeX' distribution (included
|
|
|
|
|
% e.g. in the TeX Live CD).
|
|
|
|
|
|
|
|
|
|
\def\versionnumber{0.1}
|
2006-02-05 23:44:47 +00:00
|
|
|
|
\def\year{2006}
|
2001-04-18 14:21:41 +00:00
|
|
|
|
\def\version{May \year\ v\versionnumber}
|
|
|
|
|
|
|
|
|
|
\def\shortcopyrightnotice{\vskip 1ex plus 2 fill
|
|
|
|
|
\centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
|
|
|
|
|
Permissions on back. v\versionnumber}}
|
|
|
|
|
|
|
|
|
|
\def\copyrightnotice{
|
|
|
|
|
\vskip 1ex plus 2 fill\begingroup\small
|
|
|
|
|
\centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
|
|
|
|
|
\centerline{designed by Stephen Gildea, \version}
|
2002-02-12 17:59:49 +00:00
|
|
|
|
\centerline{for GNU Emacs version 21 on Unix systems}
|
2001-04-18 14:21:41 +00:00
|
|
|
|
\centerline{Updated for Dired in May 2000 by Evgeny Roubinchtein}
|
|
|
|
|
|
|
|
|
|
Permission is granted to make and distribute copies of
|
|
|
|
|
this card provided the copyright notice and this permission notice
|
|
|
|
|
are preserved on all copies.
|
|
|
|
|
|
|
|
|
|
For copies of the GNU Emacs manual, write to the Free Software
|
2005-07-05 00:35:10 +00:00
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
|
|
|
|
MA 02110-1301, USA.
|
2001-04-18 14:21:41 +00:00
|
|
|
|
|
|
|
|
|
\endgroup}
|
|
|
|
|
|
|
|
|
|
% make \bye not \outer so that the \def\bye in the \else clause below
|
|
|
|
|
% can be scanned without complaint.
|
|
|
|
|
\def\bye{\par\vfill\supereject\end}
|
|
|
|
|
|
|
|
|
|
\newdimen\intercolumnskip %horizontal space between columns
|
|
|
|
|
\newbox\columna %boxes to hold columns already built
|
|
|
|
|
\newbox\columnb
|
|
|
|
|
|
|
|
|
|
\def\ncolumns{\the\columnsperpage}
|
|
|
|
|
|
|
|
|
|
\message{[\ncolumns\space
|
|
|
|
|
column\if 1\ncolumns\else s\fi\space per page]}
|
|
|
|
|
|
|
|
|
|
\def\scaledmag#1{ scaled \magstep #1}
|
|
|
|
|
|
|
|
|
|
% This multi-way format was designed by Stephen Gildea October 1986.
|
|
|
|
|
% Note that the 1-column format is fontfamily-independent.
|
|
|
|
|
\if 1\ncolumns %one-column format uses normal size
|
|
|
|
|
\hsize 4in
|
|
|
|
|
\vsize 10in
|
|
|
|
|
\voffset -.7in
|
|
|
|
|
\font\titlefont=\fontname\tenbf \scaledmag3
|
|
|
|
|
\font\headingfont=\fontname\tenbf \scaledmag2
|
|
|
|
|
\font\smallfont=\fontname\sevenrm
|
|
|
|
|
\font\smallsy=\fontname\sevensy
|
|
|
|
|
|
|
|
|
|
\footline{\hss\folio}
|
|
|
|
|
\def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
|
|
|
|
|
\else %2 or 3 columns uses prereduced size
|
|
|
|
|
\hsize 3.4in
|
|
|
|
|
\vsize 7.95in
|
|
|
|
|
\hoffset -.75in
|
|
|
|
|
\voffset -.745in
|
|
|
|
|
\font\titlefont=csbx10 \scaledmag2
|
|
|
|
|
\font\headingfont=csbx10 \scaledmag1
|
|
|
|
|
\font\smallfont=csr6
|
|
|
|
|
\font\smallsy=cmsy6
|
|
|
|
|
\font\eightrm=csr8
|
|
|
|
|
\font\eightbf=csbx8
|
|
|
|
|
\font\eightit=csti8
|
|
|
|
|
\font\eighttt=cstt8
|
|
|
|
|
\font\eightmi=csmi8
|
|
|
|
|
\font\eightsy=cmsy8
|
|
|
|
|
\textfont0=\eightrm
|
|
|
|
|
\textfont1=\eightmi
|
|
|
|
|
\textfont2=\eightsy
|
|
|
|
|
\def\rm{\eightrm}
|
|
|
|
|
\def\bf{\eightbf}
|
|
|
|
|
\def\it{\eightit}
|
|
|
|
|
\def\tt{\eighttt}
|
|
|
|
|
\normalbaselineskip=.8\normalbaselineskip
|
|
|
|
|
\normallineskip=.8\normallineskip
|
|
|
|
|
\normallineskiplimit=.8\normallineskiplimit
|
|
|
|
|
\normalbaselines\rm %make definitions take effect
|
|
|
|
|
|
|
|
|
|
\if 2\ncolumns
|
|
|
|
|
\let\maxcolumn=b
|
|
|
|
|
\footline{\hss\rm\folio\hss}
|
|
|
|
|
\def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
|
|
|
|
|
\else \if 3\ncolumns
|
|
|
|
|
\let\maxcolumn=c
|
|
|
|
|
\nopagenumbers
|
|
|
|
|
\else
|
|
|
|
|
\errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
|
|
|
|
|
\errmessage{Illegal number of columns per page}
|
|
|
|
|
\fi\fi
|
|
|
|
|
|
|
|
|
|
\intercolumnskip=.46in
|
|
|
|
|
\def\abc{a}
|
|
|
|
|
\output={% %see The TeXbook page 257
|
|
|
|
|
% This next line is useful when designing the layout.
|
|
|
|
|
%\immediate\write16{Column \folio\abc\space starts with \firstmark}
|
|
|
|
|
\if \maxcolumn\abc \multicolumnformat \global\def\abc{a}
|
|
|
|
|
\else\if a\abc
|
|
|
|
|
\global\setbox\columna\columnbox \global\def\abc{b}
|
|
|
|
|
%% in case we never use \columnb (two-column mode)
|
|
|
|
|
\global\setbox\columnb\hbox to -\intercolumnskip{}
|
|
|
|
|
\else
|
|
|
|
|
\global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi}
|
|
|
|
|
\def\multicolumnformat{\shipout\vbox{\makeheadline
|
|
|
|
|
\hbox{\box\columna\hskip\intercolumnskip
|
|
|
|
|
\box\columnb\hskip\intercolumnskip\columnbox}
|
|
|
|
|
\makefootline}\advancepageno}
|
|
|
|
|
\def\columnbox{\leftline{\pagebody}}
|
|
|
|
|
|
|
|
|
|
\def\bye{\par\vfill\supereject
|
|
|
|
|
\if a\abc \else\null\vfill\eject\fi
|
|
|
|
|
\if a\abc \else\null\vfill\eject\fi
|
|
|
|
|
\end}
|
|
|
|
|
\fi
|
|
|
|
|
|
|
|
|
|
% we won't be using math mode much, so redefine some of the characters
|
|
|
|
|
% we might want to talk about
|
|
|
|
|
\catcode`\^=12
|
|
|
|
|
\catcode`\_=12
|
|
|
|
|
|
|
|
|
|
\chardef\\=`\\
|
|
|
|
|
\chardef\{=`\{
|
|
|
|
|
\chardef\}=`\}
|
|
|
|
|
|
|
|
|
|
\hyphenation{mini-buf-fer}
|
|
|
|
|
\hyphenation{de-le-tion}
|
|
|
|
|
|
|
|
|
|
\parindent 0pt
|
|
|
|
|
\parskip 1ex plus .5ex minus .5ex
|
|
|
|
|
|
|
|
|
|
\def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
|
|
|
|
|
|
|
|
|
|
% newcolumn - force a new column. Use sparingly, probably only for
|
|
|
|
|
% the first column of a page, which should have a title anyway.
|
|
|
|
|
\outer\def\newcolumn{\vfill\eject}
|
|
|
|
|
|
|
|
|
|
% title - page title. Argument is title text.
|
|
|
|
|
\outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
|
|
|
|
|
|
|
|
|
|
% section - new major section. Argument is section name.
|
|
|
|
|
\outer\def\section#1{\par\filbreak
|
|
|
|
|
\vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
|
|
|
|
|
\vskip 2ex plus 1ex minus 1.5ex}
|
|
|
|
|
|
|
|
|
|
\newdimen\keyindent
|
|
|
|
|
|
|
|
|
|
% beginindentedkeys...endindentedkeys - key definitions will be
|
|
|
|
|
% indented, but running text, typically used as headings to group
|
|
|
|
|
% definitions, will not.
|
|
|
|
|
\def\beginindentedkeys{\keyindent=1em}
|
|
|
|
|
\def\endindentedkeys{\keyindent=0em}
|
|
|
|
|
\endindentedkeys
|
|
|
|
|
|
|
|
|
|
% paralign - begin paragraph containing an alignment.
|
|
|
|
|
% If an \halign is entered while in vertical mode, a parskip is never
|
|
|
|
|
% inserted. Using \paralign instead of \halign solves this problem.
|
|
|
|
|
\def\paralign{\vskip\parskip\halign}
|
|
|
|
|
|
|
|
|
|
% \<...> - surrounds a variable name in a code example
|
|
|
|
|
\def\<#1>{{\it #1\/}}
|
|
|
|
|
|
|
|
|
|
% kbd - argument is characters typed literally. Like the Texinfo command.
|
|
|
|
|
\def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows
|
|
|
|
|
|
|
|
|
|
% beginexample...endexample - surrounds literal text, such a code example.
|
|
|
|
|
% typeset in a typewriter font with line breaks preserved
|
|
|
|
|
\def\beginexample{\par\leavevmode\begingroup
|
|
|
|
|
\obeylines\obeyspaces\parskip0pt\tt}
|
|
|
|
|
{\obeyspaces\global\let =\ }
|
|
|
|
|
\def\endexample{\endgroup}
|
|
|
|
|
|
|
|
|
|
% key - definition of a key.
|
|
|
|
|
% \key{description of key}{key-name}
|
|
|
|
|
% prints the description left-justified, and the key-name in a \kbd
|
|
|
|
|
% form near the right margin.
|
|
|
|
|
\def\key#1#2{\leavevmode\hbox to \hsize{\vtop
|
|
|
|
|
{\hsize=.75\hsize\rightskip=1em
|
|
|
|
|
\hskip\keyindent\relax#1}\kbd{#2}\hfil}}
|
|
|
|
|
|
|
|
|
|
\newbox\metaxbox
|
|
|
|
|
\setbox\metaxbox\hbox{\kbd{M-x }}
|
|
|
|
|
\newdimen\metaxwidth
|
|
|
|
|
\metaxwidth=\wd\metaxbox
|
|
|
|
|
|
|
|
|
|
% metax - definition of a M-x command.
|
|
|
|
|
% \metax{description of command}{M-x command-name}
|
|
|
|
|
% Tries to justify the beginning of the command name at the same place
|
|
|
|
|
% as \key starts the key name. (The "M-x " sticks out to the left.)
|
|
|
|
|
\def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
|
|
|
|
|
{\hskip\keyindent\relax#1\hfil}%
|
|
|
|
|
\hskip -\metaxwidth minus 1fil
|
|
|
|
|
\kbd{#2}\hfil}}
|
|
|
|
|
|
|
|
|
|
% threecol - like "key" but with two key names.
|
|
|
|
|
% for example, one for doing the action backward, and one for forward.
|
|
|
|
|
\def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad
|
|
|
|
|
&\kbd{#3}\hfil\quad\cr}
|
|
|
|
|
|
|
|
|
|
% I cannot figure out how to make all dired-x
|
|
|
|
|
% commands fit on a page in two-column format
|
|
|
|
|
\def\dx{{\bf (DX)}}
|
|
|
|
|
|
|
|
|
|
%**end of header
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\title{Referen<EFBFBD>n<EFBFBD> karta pre Dired}
|
|
|
|
|
|
2002-02-12 17:59:49 +00:00
|
|
|
|
\centerline{(ur<75>en<65> pre Dired v GNU Emacse 21.x)}
|
2001-04-18 14:21:41 +00:00
|
|
|
|
\centerline{Pr<EFBFBD>kazy ozna<6E>en<65> \dx{} vy<76>aduj<75> dired-x}
|
|
|
|
|
|
|
|
|
|
% trim this down to fit everything on one page
|
|
|
|
|
% \section{General}
|
|
|
|
|
% In dired, you can edit a list of the files in a directory (and optionally
|
|
|
|
|
% its subdirectories in the `ls -lR' format).
|
|
|
|
|
|
|
|
|
|
% Editing a directory means that you can visit, rename, copy, compress,
|
|
|
|
|
% load, byte-compile files. You can change files' attributes, run shell
|
|
|
|
|
% commands on files, or insert subdirectories into the edit buffer. You can
|
|
|
|
|
% "flag" files for deletion or "mark" files for later commands, either one
|
|
|
|
|
% file at a time or by all files matching certain criteria (e.g., files that
|
|
|
|
|
% match a certain regexp).
|
|
|
|
|
|
|
|
|
|
% You move throughout the buffer using the usual cursor motion commands.
|
|
|
|
|
% Letters no longer insert themselves, but execute commands instead. The
|
|
|
|
|
% digits (0-9) are prefix arguments.
|
|
|
|
|
|
|
|
|
|
% Most commands operate either on all marked files or on the current file if
|
|
|
|
|
% no files are marked. Use a numeric prefix argument to operate on the next
|
|
|
|
|
% ARG files (or previous ARG if ARG $<$ 0). Use the prefix argument `1' to
|
|
|
|
|
% operate on the current file only. Prefix arguments override marks. Commands
|
|
|
|
|
% which run a sub-process on a group of files will display a list of files
|
|
|
|
|
% for which the sub-process failed. Typing y will try to tell
|
|
|
|
|
% you what went wrong.
|
|
|
|
|
|
|
|
|
|
% When editing several directories in one buffer, each directory acts as a
|
|
|
|
|
% page, so C-x [ and C-x ] can be used to move between directories.
|
|
|
|
|
|
|
|
|
|
\section{Spustenie a ukon<6F>enie Dired}
|
|
|
|
|
|
|
|
|
|
\key{spustenie dired}{C-x d}
|
|
|
|
|
\key{spustenie dired v adres<65>ri s aktu<74>lnym s<>borom}{C-x C-j \dx}
|
|
|
|
|
\key{ukon<EFBFBD>enie dired}{q}
|
|
|
|
|
|
|
|
|
|
\section{Pr<EFBFBD>kazy pre presuny}
|
|
|
|
|
|
|
|
|
|
\key{sp<EFBFBD><EFBFBD> na predch<63>dzaj<61>ci riadok}{p}
|
|
|
|
|
\key{vpred na nasleduj<75>ci riadok}{n}
|
|
|
|
|
\key{hore na predch<63>dzaj<61>ci adres<65>r}{<}
|
|
|
|
|
\key{dole na nasleduj<75>ci adres<65>r}{>}
|
|
|
|
|
\key{na <20>al<61><6C> ozna<6E>en<65> s<>bor}{M-\}}
|
|
|
|
|
\key{na predch<63>dzaj<61>ci ozna<6E>en<65> s<>bor}{M-\{}
|
|
|
|
|
\key{sp<EFBFBD><EFBFBD> na predch<63>dzaj<61>ci podadres<65>r}{M-C-p}
|
|
|
|
|
\key{vpred na <20>al<61><6C> podadres<65>r}{M-C-n}
|
|
|
|
|
\key{na nadraden<65> adres<65>r}{^}
|
|
|
|
|
\key{cho<EFBFBD> na prv<72> podadres<65>r}{M-C-d}
|
|
|
|
|
|
|
|
|
|
\section{Pr<EFBFBD>kazy pomocou my<6D>i}
|
|
|
|
|
\metax{otvor s<>bor}{Mouse_Button_2}
|
|
|
|
|
\metax{zobraz menu}{Control-Mouse_Button_3}
|
|
|
|
|
|
|
|
|
|
\section{Okam<EFBFBD>it<EFBFBD> akcie nad s<>bormi}
|
|
|
|
|
|
|
|
|
|
\key{otvor aktu<74>lny s<>bor}{f}
|
|
|
|
|
\key{otvor aktu<74>lny s<>bor iba pre <20><>tanie}{v}
|
|
|
|
|
\key{otvor aktu<74>lny s<>bor v inom okne}{o}
|
|
|
|
|
\key{otvor aktu<74>lny s<>bor v inom r<>mci}{w}
|
|
|
|
|
\key{zobraz aktu<74>lny s<>bor}{C-u o}
|
|
|
|
|
\key{vytvor nov<6F> podadres<65>r}{+}
|
|
|
|
|
\key{porovnaj s<>bor pod kurzorom s ozna<6E>en<65>m}{=}
|
|
|
|
|
|
|
|
|
|
\section{Ozna<EFBFBD>ovanie a odzna<6E>ovanie s<>borov}
|
|
|
|
|
|
|
|
|
|
\key{ozna<EFBFBD> s<>bor alebo podadres<65>r pre <20>al<61>ie pr<70>kazy}{m}
|
|
|
|
|
\key{odzna<EFBFBD> s<>bor alebo s<>bory podadres<65>re}{u}
|
|
|
|
|
\key{zru<EFBFBD> ozna<6E>enie v<>etk<74>ch s<>borov v bufferi}{M-delete}
|
|
|
|
|
\key{ozna<EFBFBD> s<>bory so zadanou pr<70>ponou}{* .}
|
|
|
|
|
\key{ozna<EFBFBD> v<>etky adres<65>re}{* /}
|
|
|
|
|
\key{ozna<EFBFBD> v<>etky symbolick<63> odkazy}{* @}
|
|
|
|
|
\key{ozna<EFBFBD> v<>etky spustite<74>n<EFBFBD> s<>bory}{* *}
|
|
|
|
|
\key{invertuj ozna<6E>enie}{* t}
|
|
|
|
|
\key{ozna<EFBFBD> v<>etky s<>bory v aktu<74>lnom podadres<65>ri}{* s}
|
|
|
|
|
\key{ozna<EFBFBD> s<>bory vyhovuj<75>ce regul<75>rnemu v<>razu}{* \%}
|
|
|
|
|
\key{zme<EFBFBD> zna<6E>ku na in<69> p<>smeno}{* c}
|
|
|
|
|
\key{ozna<EFBFBD> s<>bory, pre ktor<6F> elispov<6F> v<>raz vrac<61> t}{* ( \dx}
|
|
|
|
|
|
|
|
|
|
\section{N<EFBFBD>poveda}
|
|
|
|
|
|
|
|
|
|
\key{zobraz n<>povedu}{h}
|
|
|
|
|
\key{preh<EFBFBD>ad pr<70>kazov dired}{?}
|
|
|
|
|
|
|
|
|
|
\section{Pr<EFBFBD>kazy nad ozna<6E>en<65>mi s<>bormi}
|
|
|
|
|
|
|
|
|
|
\key{kop<EFBFBD>ruj s<>bor(y)}{C}
|
|
|
|
|
\key{premenuj s<>bor alebo presu<73> s<>bory}{R}
|
|
|
|
|
\key{zme<EFBFBD> vlastn<74>ka s<>boru(ov)}{O}
|
|
|
|
|
\key{zme<EFBFBD> skupinu s<>boru(ov)}{G}
|
|
|
|
|
\key{zme<EFBFBD> pr<70>stupov<6F> pr<70>va s<>boru(ov)}{M}
|
|
|
|
|
\key{vytla<EFBFBD> s<>bor(y)}{P}
|
|
|
|
|
\key{zme<EFBFBD> n<>zov s<>boru(ov) na mal<61> p<>smen<65>}{\% l}
|
|
|
|
|
\key{zme<EFBFBD> n<>zov s<>boru(ov) na ve<76>k<EFBFBD> p<>smen<65>}{\% u}
|
|
|
|
|
\key{zma<EFBFBD> ozna<6E>en<65> s<>bory}{X}
|
|
|
|
|
\key{vykonaj uuencode alebo uudecode s<>boru(ov)}{U}
|
|
|
|
|
\key{skomprimuj alebo dekomprimuj s<>bor(y)}{Z}
|
|
|
|
|
\key{spusti info na s<>bore}{I \dx}
|
|
|
|
|
\key{vytvor symbolick<63>(<28>) odkaz(y)}{S}
|
|
|
|
|
\key{vytvor relat<61>vne symbolick<63> odkazy}{Y}
|
|
|
|
|
\key{vytvor pevn<76> odkaz}{H}
|
|
|
|
|
\key{preh<EFBFBD>adaj s<>bory -- h<>adaj regul<75>rny v<>raz}{A}
|
|
|
|
|
\key{nahra<EFBFBD> regul<75>rne v<>razy}{Q}
|
|
|
|
|
\key{prelo<EFBFBD> s<>bory (byte-compile)}{B}
|
|
|
|
|
\key{na<EFBFBD><EFBFBD>taj s<>bory (load-file)}{L}
|
|
|
|
|
\key{spusti pr<70>kaz nad s<>borom(mi)}{!}
|
|
|
|
|
|
|
|
|
|
\section{Ozna<EFBFBD>enie s<>borov pre zmazanie}
|
|
|
|
|
|
|
|
|
|
\leftline{\bf Odzna<6E>uj<75>ce pr<70>kazy ma<6D><61> zna<6E>ku pre zmazanie}
|
|
|
|
|
\key{ozna<EFBFBD> s<>bor pre zmazanie}{d}
|
|
|
|
|
\key{odstr<EFBFBD><EFBFBD> zna<6E>ku pre zmazanie}{delete}
|
|
|
|
|
\key{ozna<EFBFBD> v<>etky z<>lohy (s<>bory kon<6F>iace na \~{})}{\~{}}
|
|
|
|
|
\key{ozna<EFBFBD> v<>etky z<>lohy (auto-save)}{\#}
|
|
|
|
|
\key{ozna<EFBFBD> r<>zne do<64>asn<73> s<>bory}{\&}
|
|
|
|
|
\key{ozna<EFBFBD> <20><>slovan<61> z<>lohy (kon<6F>iace na .\~{}1\~{} a~pod.)}{.}
|
|
|
|
|
\key{vyma<EFBFBD> s<>bory ozna<6E>en<65> na zmazanie}{x}
|
|
|
|
|
\key{ozna<EFBFBD> s<>bory vyhovuj<75>ce regul<75>rnemu v<>razu}{\% d}
|
|
|
|
|
|
|
|
|
|
\section{Modifik<EFBFBD>cia Dired bufferu}
|
|
|
|
|
|
|
|
|
|
\key{vlo<EFBFBD> do tohto bufferu podadres<65>r}{i}
|
|
|
|
|
\key{odstr<EFBFBD><EFBFBD> ozna<6E>en<65> s<>bory z bufferu}{k}
|
|
|
|
|
\key{odstr<EFBFBD><EFBFBD> z bufferu v<>pis podadres<65>ra}{C-u k}
|
|
|
|
|
\key{znovu na<6E><61>taj adres<65>r (zna<6E>ky sa zachovaj<61>)}{g}
|
|
|
|
|
\key{prepni triedenie adres<65>ra pod<6F>a mena/d<>tumu}{s}
|
|
|
|
|
\key{uprav vo<76>by pr<70>kazu ls}{C-u s}
|
|
|
|
|
\key{obnov zna<6E>ky, skryt<79> riadky a~pod.}{C-_}
|
|
|
|
|
\key{skry v<>etky podadres<65>re}{M-\$}
|
|
|
|
|
\key{skry alebo odkry v<>etky podadres<65>re}{\$}
|
|
|
|
|
|
|
|
|
|
\section{Pr<EFBFBD>kazy s regul<75>rnymi v<>razmi}
|
|
|
|
|
|
|
|
|
|
\key{ozna<EFBFBD> s<>bory vyhovuj<75>ce regul<75>rnemu v<>razu}{\% m}
|
|
|
|
|
\key{skop<EFBFBD>ruj ozna<6E>en<65> s<>bory obsahuj<75>ce regexp}{\% C}
|
|
|
|
|
\key{premenuj ozna<6E>en<65> s<>bory vyhovuj<75>ce regexp}{\% R}
|
|
|
|
|
\key{pevn<EFBFBD> odkaz}{\% H}
|
|
|
|
|
\key{symbolick<EFBFBD> odkaz}{\% S}
|
|
|
|
|
\key{symbolick<EFBFBD> odkaz s relat<61>vnou cestou}{\% Y}
|
|
|
|
|
\key{ozna<EFBFBD> pre zmazanie}{\% d}
|
|
|
|
|
|
|
|
|
|
\section{Dired a Find}
|
|
|
|
|
\metax{otvor v dired s<>bory vyhovuj<75>ce vzorke}{M-x find-name-dired}
|
|
|
|
|
\metax{otvor v dired s<>bory obsahuj<75>ce vzorku}{M-x find-grep-dired}
|
|
|
|
|
\metax{otvor v dired s<>bory pod<6F>a v<>stupu \kbd{find}}{M-x find-dired}
|
|
|
|
|
|
|
|
|
|
%\copyrightnotice
|
|
|
|
|
|
|
|
|
|
\bye
|
|
|
|
|
|
|
|
|
|
% Local variables:
|
|
|
|
|
% compile-command: "csplain sk-dired-ref"
|
|
|
|
|
% End:
|
2003-09-01 15:45:59 +00:00
|
|
|
|
|
|
|
|
|
% arch-tag: d5b57e24-16ec-4981-9315-14d3d16d3062
|