pl-refcard.tex 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996
  1. %&mex
  2. % Reference Card for GNU Emacs
  3. % Copyright (C) 1999, 2001-2012 Free Software Foundation, Inc.
  4. % Author: Stephen Gildea <gildea@stop.mail-abuse.org>
  5. % Polish translation: W{\l}odek Bzyl <matwb@univ.gda.pl>
  6. % This file is part of GNU Emacs.
  7. % GNU Emacs is free software: you can redistribute it and/or modify
  8. % it under the terms of the GNU General Public License as published by
  9. % the Free Software Foundation, either version 3 of the License, or
  10. % (at your option) any later version.
  11. % GNU Emacs is distributed in the hope that it will be useful,
  12. % but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. % GNU General Public License for more details.
  15. % You should have received a copy of the GNU General Public License
  16. % along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
  17. % This file is intended to be processed by plain TeX (TeX82).
  18. %
  19. % The final reference card has six columns, three on each side.
  20. % This file can be used to produce it in any of three ways:
  21. % 1 column per page
  22. % produces six separate pages, each of which needs to be reduced to 80%.
  23. % This gives the best resolution.
  24. % 2 columns per page
  25. % produces three already-reduced pages.
  26. % You will still need to cut and paste.
  27. % Which mode to use is controlled by setting \columnsperpage.
  28. % Translated into Polish language by W{\l}odek Bzyl (matwb@univ.gda.pl)
  29. % who also added new section on `Dired' and added info about Polish
  30. % support in Emacs to section `International Character Sets'.
  31. % This file uses macros and fonts defined in the mex format.
  32. % These macros and fonts are part of a current WEB2C
  33. % distribution of TeX, for example teTeX (unix) fpTeX (windows).
  34. % TeTeX comes with texconfig utility which could be used in
  35. % particular to generate formats. Just run it and follow instructions.
  36. %
  37. % Note that the original Emacs refcard.tex uses macros and fonts
  38. % defined in plain format. This file uses mex format which is
  39. % a Polish adaptation of plain.
  40. %**start of header
  41. \ifx\MeX\undefined
  42. \errmessage{This file requires `mex' format to be typeset correctly.
  43. See head of this file for the comments how to generate mex format}
  44. \endinput
  45. \else
  46. \prefixing
  47. \fi
  48. % This file can be printed with 1, or 2 columns per page.
  49. % Specify how many you want here.
  50. \newcount\columnsperpage
  51. \columnsperpage=2
  52. % PDF output layout. 0 for A4, 1 for letter (US), a `l' is added for
  53. % a landscape layout.
  54. \input pdflayout.sty
  55. \pdflayout=(0)
  56. \def\versionemacs{24} % version of Emacs this is for
  57. \def\year{2012} % latest copyright year
  58. % Nothing else needs to be changed.
  59. \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
  60. \centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
  61. Permissions on back.}}
  62. \def\copyrightnotice{
  63. \vskip 1ex plus 2 fill\begingroup\small
  64. \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
  65. \centerline{dla GNU Emacsa \versionemacs}
  66. \centerline{projekt Stephen Gildea}
  67. \centerline{t/lumaczenie W/lodek Bzyl}
  68. Permission is granted to make and distribute copies of
  69. this card provided the copyright notice and this permission notice
  70. are preserved on all copies.
  71. For copies of the GNU Emacs manual, see:
  72. {\tt http:////www.gnu.org//software//emacs//\#Manuals}
  73. \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}
  77. \newdimen\intercolumnskip %horizontal space between columns
  78. \newbox\columna %boxes to hold columns already built
  79. \newbox\columnb
  80. \def\ncolumns{\the\columnsperpage}
  81. \message{[\ncolumns\space
  82. column\if 1\ncolumns\else s\fi\space per page]}
  83. \def\scaledmag#1{ scaled \magstep #1}
  84. % This multi-way format was designed by Stephen Gildea October 1986.
  85. % Note that the 1-column format is fontfamily-independent.
  86. \if 1\ncolumns %one-column format uses normal size
  87. \hsize 4in
  88. \vsize 10in
  89. % \voffset -.7in
  90. \font\titlefont=\fontname\tenbf \scaledmag3
  91. \font\headingfont=\fontname\tenbf \scaledmag2
  92. \font\smallfont=\fontname\sevenrm
  93. \font\smallsy=\fontname\sevensy
  94. \footline{\hss\folio}
  95. \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
  96. \else %2 or 3 columns uses prereduced size
  97. \hsize 3.2in
  98. \vsize 7.95in
  99. % \hoffset -.75in
  100. % \voffset -.745in
  101. \font\titlefont=plbx10 \scaledmag2
  102. \font\headingfont=plbx10 \scaledmag1
  103. \font\smallfont=plr6
  104. \font\smallsy=plsy6
  105. \font\eightrm=plr8
  106. \font\eightbf=plbx8
  107. \font\eightit=plti8
  108. \font\eighttt=pltt8
  109. \font\eightmi=plmi8
  110. \font\eightsy=plsy8
  111. \textfont0=\eightrm
  112. \textfont1=\eightmi
  113. \textfont2=\eightsy
  114. \def\rm{\eightrm}
  115. \def\bf{\eightbf}
  116. \def\it{\eightit}
  117. \def\tt{\eighttt}
  118. \normalbaselineskip=.8\normalbaselineskip
  119. \normallineskip=.8\normallineskip
  120. \normallineskiplimit=.8\normallineskiplimit
  121. \setbox\strutbox=\hbox{\vrule height6.5pt depth2.5pt width0pt}
  122. \normalbaselines\rm %make definitions take effect
  123. \if 2\ncolumns
  124. \let\maxcolumn=b
  125. \footline{\hss\rm\folio\hss}
  126. \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
  127. \else
  128. % \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
  129. % \errmessage{Illegal number of columns per page}
  130. \errhelp{\columnsperpage powinna by/c r/owna 1 albo 2.}
  131. \errmessage{Niedozwolona liczba kolumn na stronie.}
  132. \fi
  133. \intercolumnskip=.46in
  134. \def\abc{a}
  135. \output={% %see The TeXbook page 257
  136. % This next line is useful when designing the layout.
  137. %\immediate\write16{Column \folio\abc\space starts with \firstmark}
  138. \if \maxcolumn\abc \multicolumnformat \global\def\abc{a}
  139. \else\if a\abc
  140. \global\setbox\columna\columnbox \global\def\abc{b}
  141. %% in case we never use \columnb (two-column mode)
  142. \global\setbox\columnb\hbox to -\intercolumnskip{}
  143. \else
  144. \global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi}
  145. \def\multicolumnformat{\shipout\vbox{\makeheadline
  146. \hbox{\box\columna\hskip\intercolumnskip
  147. \box\columnb\hskip\intercolumnskip\columnbox}
  148. \makefootline}\advancepageno}
  149. \def\columnbox{\leftline{\pagebody}}
  150. \def\bye{\par\vfill\supereject
  151. \if a\abc \else\null\vfill\eject\fi
  152. \if a\abc \else\null\vfill\eject\fi
  153. \end}
  154. \fi
  155. % we won't be using math mode much, so redefine some of the characters
  156. % we might want to talk about
  157. \catcode`\^=12
  158. \catcode`\_=12
  159. \chardef\\=`\\
  160. \chardef\{=`\{
  161. \chardef\}=`\}
  162. %\hyphenation{mini-buf-fer}
  163. \parindent 0pt
  164. \parskip 1ex plus .5ex minus .5ex
  165. \def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
  166. % newcolumn - force a new column. Use sparingly, probably only for
  167. % the first column of a page, which should have a title anyway.
  168. \outer\def\newcolumn{\vfill\eject}
  169. % title - page title. Argument is title text.
  170. \outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
  171. % section - new major section. Argument is section name.
  172. \outer\def\section#1{\par\filbreak
  173. \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
  174. \vskip 2ex plus 1ex minus 1.5ex}
  175. \newdimen\keyindent
  176. % beginindentedkeys...endindentedkeys - key definitions will be
  177. % indented, but running text, typically used as headings to group
  178. % definitions, will not.
  179. \def\beginindentedkeys{\keyindent=1em}
  180. \def\endindentedkeys{\keyindent=0em}
  181. \endindentedkeys
  182. % paralign - begin paragraph containing an alignment.
  183. % If an \halign is entered while in vertical mode, a parskip is never
  184. % inserted. Using \paralign instead of \halign solves this problem.
  185. \def\paralign{\vskip\parskip\halign}
  186. % \<...> - surrounds a variable name in a code example
  187. \def\<#1>{{\it #1\/}}
  188. % kbd - argument is characters typed literally. Like the Texinfo command.
  189. \def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows
  190. % beginexample...endexample - surrounds literal text, such a code example.
  191. % typeset in a typewriter font with line breaks preserved
  192. \def\beginexample{\par\leavevmode\begingroup
  193. \obeylines\obeyspaces\parskip0pt\tt}
  194. {\obeyspaces\global\let =\ }
  195. \def\endexample{\endgroup}
  196. % (WB) -- changed macros
  197. % key - definition of a key.
  198. % \key{description of key}{key-name}
  199. % prints the description left-justified, and the key-name in a \kbd
  200. % form near the right margin.
  201. %\def\key#1#2{\leavevmode\hbox to \hsize{\vtop
  202. % {\hsize=.75\hsize\rightskip=1em
  203. % \hskip\keyindent\relax#1}\kbd{#2}\hfil}}
  204. \def\key#1#2{\leavevmode\hbox to \hsize{\vbox
  205. {\hsize=.75\hsize\rightskip=1em
  206. \raggedright
  207. \hskip\keyindent\hangindent=1em\strut#1\strut\par}\kbd{\quad#2}\hss}}
  208. \newbox\metaxbox
  209. \setbox\metaxbox\hbox{\kbd{M-x }}
  210. \newdimen\metaxwidth
  211. \metaxwidth=\wd\metaxbox
  212. % metax - definition of a M-x command.
  213. % \metax{description of command}{M-x command-name}
  214. % Tries to justify the beginning of the command name at the same place
  215. % as \key starts the key name. (The "M-x " sticks out to the left.)
  216. %\def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
  217. % {\hskip\keyindent\relax#1\hfil}%
  218. % \hskip -\metaxwidth minus 1fil
  219. % \kbd{#2}\hfil}}
  220. \def\metax#1#2{\leavevmode\hbox to \hsize{\vbox
  221. {\hsize=.74\hsize\rightskip=1em
  222. \raggedright
  223. \hskip\keyindent\hangindent=1em\strut#1\strut\par}%
  224. \hskip-\metaxwidth minus 1fil
  225. \kbd{#2}\hss}}
  226. % threecol - like "key" but with two key names.
  227. % for example, one for doing the action backward, and one for forward.
  228. %\def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad
  229. % &\kbd{#3}\hfill\quad\cr}
  230. \def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\hfil\quad
  231. &\kbd{#3}\hfill\cr}
  232. \def\threecolheader#1#2#3{\threecol#1#2#3\noalign{\smallskip}}
  233. % (WB) -- new macros
  234. \newdimen\raggedstretch
  235. \newskip\raggedparfill \raggedparfill=0pt plus 1fil
  236. \def\nohyphens
  237. {\hyphenpenalty10000\exhyphenpenalty10000\pretolerance10000}
  238. \def\raggedspaces
  239. {\spaceskip=0.3333em\relax
  240. \xspaceskip=0.5em\relax}
  241. \def\raggedright
  242. {\raggedstretch=6em
  243. \nohyphens
  244. \rightskip=0pt plus \raggedstretch
  245. \raggedspaces
  246. \parfillskip=\raggedparfill
  247. \relax}
  248. \def\newline{\hfil\break}
  249. \hfuzz=3pt
  250. %**end of header
  251. %\title{GNU Emacs Reference Card}
  252. \title{Przegl/ad polece/n GNU Emacsa}
  253. \centerline{(dla wersji \versionemacs)}
  254. \section{Uruchamianie Emacsa}
  255. %To enter GNU Emacs 20, just type its name: \kbd{emacs}
  256. Aby uruchomi/c GNU Emacsa \versionemacs, napisz jego nazw/e: \kbd{emacs}
  257. %To read in a file to edit, see Files, below.
  258. Aby wczyta/c plik do edycji, patrz rozdzia/l {\bf Pliki} poni/zej.
  259. \section{Opuszczanie Emacsa}
  260. %\key{suspend Emacs (or iconify it under X)}{C-z}
  261. \key{tymczasowe zatrzymanie Emacsa}{C-z}
  262. %\key{exit Emacs permanently}{C-x C-c}
  263. \key{zako/nczenie sesji z Emacsem}{C-x C-c}
  264. \section{Pliki}
  265. \key{{\bf wczytaj} plik do Emacsa}{C-x C-f}
  266. \key{{\bf zapisz} plik na dysk}{C-x C-s}
  267. \key{zapisz {\bf wszystkie} pliki}{C-x s}
  268. \key{{\bf wstaw} zawarto/s/c innego pliku do bufora}{C-x i}
  269. %\key{replace this file with the file you really want}{C-x C-v}
  270. \key{zamie/n plik w buforze na inny}{C-x C-v}
  271. %\key{write buffer to a specified file}{C-x C-w}
  272. \key{zapisz bufor do pliku z podaniem nazwy}{C-x C-w}
  273. %\key{version control checkin//checkout}{C-x C-q}
  274. \key{kontrola wersji pliku `checkin//checkout'}{C-x C-q}
  275. %\section{Getting Help}
  276. \section{Uzyskiwanie pomocy}
  277. %The help system is simple. Type \kbd{C-h} (or \kbd{F1}) and follow
  278. %the directions. If you are a first-time user, type \kbd{C-h t} for a
  279. %{\bf tutorial}.
  280. Napisz \kbd{C-h} (lub \kbd{F1}) i post/epuj
  281. wed/lug dalszych instrukcji. Je/sli jeste/s pocz/atkuj/acym u/zytkownikiem,
  282. napisz \kbd{C-u C-h t Polish} aby wywo/la/c {\bf samouczek} Emacsa
  283. po polsku.
  284. %\key{remove help window}{C-x 1}
  285. %\key{scroll help window}{C-M-v}
  286. \key{usu/n okno pomocy}{C-x 1}
  287. \key{przewi/n okno pomocy}{C-M-v}
  288. %\key{apropos: show commands matching a string}{C-h a}
  289. %\key{show the function a key runs}{C-h c}
  290. %\key{describe a function}{C-h f}
  291. %\key{get mode-specific information}{C-h m}
  292. \key{apropos: poka/z polecenia zgodne z napisem}{C-h a}
  293. \key{poka/z funkcj/e uruchamian/a przez klawisz}{C-h c}
  294. \key{opisz funkcj/e}{C-h f}
  295. \key{poka/z informacj/e odnosz/ac/a si/e do trybu}{C-h m}
  296. %\section{Error Recovery}
  297. %\section{Powr/ot do sytuacji wyj/sciowej w przypadku b/l/ed/ow}
  298. \section{Usuwanie b/l/ed/ow}
  299. %\key{{\bf abort} partially typed or executing command}{C-g}
  300. %\metax{{\bf recover} a file lost by a system crash}{M-x recover-file}
  301. %\key{{\bf undo} an unwanted change}{C-x u {\rm or} C-_}
  302. %\metax{restore a buffer to its original contents}{M-x revert-buffer}
  303. %\key{redraw garbaged screen}{C-l}
  304. \key{{\bf przerwij} cz/e/sciowo napisane lub\newline wykonywane polecenie}{C-g}
  305. \metax{{\bf odzyskaj} plik zgubiony w wyniku\newline za/lamania systemu}
  306. {M-x recover-file}
  307. \key{{\bf anuluj} niechcian/a zmian/e}{C-x u {\rm lub} C-_}
  308. \metax{wczytaj plik wg aktualnej zawarto/sci na dysku}{M-x revert-buffer}
  309. \key{uporz/adkuj za/smiecony ekran}{C-l}
  310. \shortcopyrightnotice
  311. %\section{Incremental Search}
  312. \section{Szukanie przyrostowe}
  313. %\key{search forward}{C-s}
  314. %\key{search backward}{C-r}
  315. %\key{regular expression search}{C-M-s}
  316. %\key{reverse regular expression search}{C-M-r}
  317. \key{szukaj wprz/od//wstecz ({\tt C-f} aby zako/nczy/c)}{C-s//C-r}
  318. \key{szukaj wprz/od tekstu zgodnego z~wpisywanym wyra/zeniem regularnym}{C-M-s}
  319. \key{szukaj wstecz tekstu zgodnego z~wpisywanym wyra/zeniem regularnym}{C-M-r}
  320. %\key{select previous search string}{M-p}
  321. %\key{select next later search string}{M-n}
  322. %\key{exit incremental search}{RET}
  323. %\key{undo effect of last character}{DEL}
  324. %\key{abort current search}{C-g}
  325. \key{wybierz poprzedni napis}{M-p}
  326. \key{wybierz nast/epny napis}{M-n}
  327. \key{zako/ncz szukanie przyrostowe}{RET}
  328. \key{anuluj rezultat ostatniej poprawki}{DEL}
  329. \key{przerwij szukanie}{C-g}
  330. %Use \kbd{C-s} or \kbd{C-r} again to repeat the search in either direction.
  331. %If Emacs is still searching, \kbd{C-g} cancels only the part not done.
  332. Ponowne \kbd{C-s}//\kbd{C-r} powtarza szukanie wprz/od//wstecz.
  333. %If Emacs is still searching, \kbd{C-g} cancels only the part not done.
  334. % Patrz wyja/snienie powy/zej.
  335. \section{Przemieszczanie kursora}
  336. \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
  337. %\threecol{{\bf entity to move over}}{{\bf backward}}{{\bf forward}}
  338. %\threecol{character}{C-b}{C-f}
  339. %\threecol{word}{M-b}{M-f}
  340. %\threecol{line}{C-p}{C-n}
  341. %\threecol{go to line beginning (or end)}{C-a}{C-e}
  342. %\threecol{sentence}{M-a}{M-e}
  343. %\threecol{paragraph}{M-\{}{M-\}}
  344. %\threecol{page}{C-x [}{C-x ]}
  345. %\threecol{sexp}{C-M-b}{C-M-f}
  346. %\threecol{function}{C-M-a}{C-M-e}
  347. %\threecol{go to buffer beginning (or end)}{M-<}{M->}
  348. \threecolheader{{\bf przemie/s/c kursor}}{{\bf wstecz}}{{\bf wprz/od}}
  349. \threecol{o znak}{C-b}{C-f}
  350. \threecol{o s/lowo}{M-b}{M-f}
  351. \threecol{o lini/e wy/zej//ni/zej}{C-p}{C-n}
  352. \threecol{na pocz/atek//koniec linii}{C-a}{C-e}
  353. \threecol{o zdanie}{M-a}{M-e}
  354. \threecol{o akapit}{M-\{}{M-\}}
  355. \threecol{o stron/e}{C-x [}{C-x ]}
  356. \threecol{o s-wyra/zenie}{C-M-b}{C-M-f}
  357. \threecol{na pocz/atek//koniec funkcji}{C-M-a}{C-M-e}
  358. \threecol{na pocz/atek//koniec bufora}{M-<}{M->}
  359. }
  360. %\key{scroll to next screen}{C-v}
  361. %\key{scroll to previous screen}{M-v}
  362. %\key{scroll left}{C-x <}
  363. %\key{scroll right}{C-x >}
  364. %\key{scroll current line to center of screen}{C-u C-l}
  365. \key{przewi/n do nast/epnego ekranu}{C-v}
  366. \key{przewi/n do poprzedniego ekranu}{M-v}
  367. \key{przewi/n w lewo}{C-x <}
  368. \key{przewi/n w prawo}{C-x >}
  369. \key{umie/s/c lini/e z kursorem na /srodku ekranu}{C-u C-l}
  370. %\section{Killing and Deleting}
  371. \section{Kasowanie i usuwanie}
  372. \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
  373. %\threecol{{\bf entity to kill}}{{\bf backward}}{{\bf forward}}
  374. %\threecol{character (delete, not kill)}{DEL}{C-d}
  375. %\threecol{word}{M-DEL}{M-d}
  376. %\threecol{line (to end of)}{M-0 C-k}{C-k}
  377. %\threecol{sentence}{C-x DEL}{M-k}
  378. %\threecol{sexp}{M-- C-M-k}{C-M-k}
  379. \threecolheader{{\bf obiekt do skasowania}}{{\bf wstecz}}{{\bf wprz/od}}
  380. \threecol{znak (usu/n, nie kasuj)}{DEL}{C-d}
  381. \threecol{s/lowo}{M-DEL}{M-d}
  382. \threecol{linia (od kursora do ko/nca)}{M-0 C-k}{C-k}
  383. \threecol{zdanie}{C-x DEL}{M-k}
  384. \threecol{s-wyra/zenie}{M-- C-M-k}{C-M-k}
  385. }
  386. %\key{kill {\bf region}}{C-w}
  387. %\key{copy region to kill ring}{M-w}
  388. %\key{kill through next occurrence of {\it char}}{M-z {\it char}}
  389. \key{kasuj obszar}{C-w}
  390. \key{wstaw obszar do `kill ring'}{M-w}
  391. \key{kasuj wszystko a/z do wyst/apienia {\it char}}{M-z {\it char}}
  392. %\key{yank back last thing killed}{C-y}
  393. %\key{replace last yank with previous kill}{M-y}
  394. \key{wstaw ostatnio skasowany obiekt}{C-y}
  395. \key{zamie/n wstawiony obiekt z uprzednio skasowanym}{M-y}
  396. %\section{Marking}
  397. \section{Zaznaczanie}
  398. %\key{set mark here}{C-@ {\rm or} C-SPC}
  399. %\key{exchange point and mark}{C-x C-x}
  400. \key{wstaw znacznik w pozycji kursora}{C-@ {\rm or} C-SPC}
  401. \key{zamie/n pozycje kursora i znacznika}{C-x C-x}
  402. %\key{set mark {\it arg\/} {\bf words} away}{M-@}
  403. %\key{mark {\bf paragraph}}{M-h}
  404. %\key{mark {\bf page}}{C-x C-p}
  405. %\key{mark {\bf sexp}}{C-M-@}
  406. %\key{mark {\bf function}}{C-M-h}
  407. %\key{mark entire {\bf buffer}}{C-x h}
  408. \key{zaznacz s/lowo po {\it arg\/} s/l/ow}{M-@}
  409. \key{zaznacz akapit}{M-h}
  410. \key{zaznacz stron/e}{C-x C-p}
  411. \key{zaznacz s-wyra/zenie}{C-M-@}
  412. \key{zaznacz funkcj/e}{C-M-h}
  413. \key{zaznacz ca/ly bufor}{C-x h}
  414. %\section{Query Replace}
  415. \section{Zamiana z zapytaniem}
  416. %\key{interactively replace a text string}{M-\%}
  417. %\metax{using regular expressions}{M-x query-replace-regexp}
  418. \key{zamiana tekstu w trybie interakcyjnym}{M-\%}
  419. \key{z u/zyciem wyra/ze/n regularnych}{C-M-\%}
  420. %Valid responses in query-replace mode are
  421. Odpowiedzi w interakcyjnym trybie zamiany:
  422. %\key{{\bf replace} this one, go on to next}{SPC}
  423. %\key{replace this one, don't move}{,}
  424. %\key{{\bf skip} to next without replacing}{DEL}
  425. %\key{replace all remaining matches}{!}
  426. %\key{{\bf back up} to the previous match}{^}
  427. %\key{{\bf exit} query-replace}{RET}
  428. %\key{enter recursive edit (\kbd{C-M-c} to exit)}{C-r}
  429. \key{{\bf zamie/n} i wyszukaj nast/epny tekst}{SPC}
  430. \key{zamie/n nie przemieszczaj/ac kursora}{,}
  431. \key{{\bf nie zamieniaj} i wyszukaj nast/epny tekst}{DEL}
  432. \key{wyszukaj i zamie/n wszystkie pozosta/le teksty}{!}
  433. \key{{\bf powr/o/c} do poprzedniej zamiany}{^}
  434. \key{{\bf zako/ncz} zamian/e interakcyjn/a}{RET}
  435. \key{wejd/x do trybu rekursywnej edycji (\kbd{C-M-c} aby zako/nczy/c)}{C-r}
  436. %\section{Multiple Windows}
  437. \section{Wiele okien}
  438. %When two commands are shown, the second is for ``other frame.''
  439. Drugie z polece/n dotyczy ,,innej ramki''
  440. %\key{delete all other windows}{C-x 1}
  441. \key{usu/n pozosta/le okna}{C-x 1}
  442. {\setbox0=\hbox{\kbd{0}}\advance\hsize by 0\wd0
  443. \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
  444. %\threecol{split window, above and below}{C-x 2\ \ \ \ }{C-x 5 2}
  445. %\threecol{delete this window}{C-x 0\ \ \ \ }{C-x 5 0}
  446. \threecol{podziel okno (jedno nad drugim)}{C-x 2\ \ \ \ }{C-x 5 2}
  447. \threecol{usu/n okno}{C-x 0\ \ \ \ }{C-x 5 0}
  448. }}
  449. %\key{split window, side by side}{C-x 3}
  450. \key{podziel okno (jedno obok drugiego)}{C-x 3}
  451. \key{przewijaj w innym oknie}{C-M-v}
  452. {\setbox0=\hbox{\kbd{0}}\advance\hsize by 2\wd0
  453. \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
  454. %\threecol{switch cursor to another window}{C-x o}{C-x 5 o}
  455. %\threecol{select buffer in other window}{C-x 4 b}{C-x 5 b}
  456. %\threecol{display buffer in other window}{C-x 4 C-o}{C-x 5 C-o}
  457. %\threecol{find file in other window}{C-x 4 f}{C-x 5 f}
  458. %\threecol{find file read-only in other window}{C-x 4 r}{C-x 5 r}
  459. %\threecol{run Dired in other window}{C-x 4 d}{C-x 5 d}
  460. %\threecol{find tag in other window}{C-x 4 .}{C-x 5 .}
  461. \threecol{przenie/s kursor do innego okna}{C-x o}{C-x 5 o}
  462. \threecol{wybierz bufor w innym oknie}{C-x 4 b}{C-x 5 b}
  463. \threecol{poka/z bufor w innym oknie}{C-x 4 C-o}{C-x 5 C-o}
  464. \threecol{znajd/x plik i poka/z go w innym oknie}{C-x 4 f}{C-x 5 f}
  465. \threecol{jak wy/zej, tylko w trybie do czytania}{C-x 4 r}{C-x 5 r}
  466. \threecol{uruchom `Dired' w innym oknie}{C-x 4 d}{C-x 5 d}
  467. \threecol{znajd/x definicj/e w innym oknie}{C-x 4 .}{C-x 5 .}
  468. }}
  469. %\key{grow window taller}{C-x ^}
  470. %\key{shrink window narrower}{C-x \{}
  471. %\key{grow window wider}{C-x \}}
  472. \key{powi/eksz okno w pionie}{C-x ^}
  473. \key{zmniejsz okno w poziomie}{C-x \{}
  474. \key{poszerz okno}{C-x \}}
  475. %\section{Formatting}
  476. \section{Formatowanie}
  477. %\key{indent current {\bf line} (mode-dependent)}{TAB}
  478. %\key{indent {\bf region} (mode-dependent)}{C-M-\\}
  479. %\key{indent {\bf sexp} (mode-dependent)}{C-M-q}
  480. %\key{indent region rigidly {\it arg\/} columns}{C-x TAB}
  481. \key{wetnij bie/z/ac/a {\bf lini/e} (zale/zne od trybu)}{TAB}
  482. \key{wetnij {\bf obszar} (zale/zne od trybu)}{C-M-\\}
  483. \key{wetnij {\bf s-wyra/zenie} (zale/zne od trybu)}{C-M-q}
  484. \key{wetnij obszar o {\it arg\/} kolumn}{C-x TAB}
  485. %\key{insert newline after point}{C-o}
  486. %\key{move rest of line vertically down}{C-M-o}
  487. %\key{delete blank lines around point}{C-x C-o}
  488. %\key{join line with previous (with arg, next)}{M-^}
  489. %\key{delete all white space around point}{M-\\}
  490. %\key{put exactly one space at point}{M-SPC}
  491. \key{wstaw now/a lini/e za kursorem}{C-o}
  492. \key{przesu/n cz/e/s/c linii za kursorem w d/o/l }{C-M-o}
  493. \key{usu/n puste linie wok/o/l kursora}{C-x C-o}
  494. \key{po/l/acz lini/e z poprzedni/a (z {\it arg\/} -- z nast/epn/a)}{M-^}
  495. \key{usu/n odst/epy dooko/la kursora}{M-\\}
  496. \key{pozostaw dok/ladnie jedn/a spacj/e w pozycji kursora}{M-SPC}
  497. %\key{fill paragraph}{M-q}
  498. %\key{set fill column}{C-x f}
  499. %\key{set prefix each line starts with}{C-x .}
  500. \key{wype/lnij akapit}{M-q}
  501. \key{ustaw numer kolumny dla trybu wype/lniania}{C-x f}
  502. \key{ustaw przedrostek dla ka/zdego nowego wiersza}{C-x .}
  503. %\key{set face}{M-g}
  504. \key{ustaw czcionk/e}{M-g}
  505. %\section{Case Change}
  506. \section{Zamiana wielko/sci liter}
  507. %\key{uppercase word}{M-u}
  508. %\key{lowercase word}{M-l}
  509. %\key{capitalize word}{M-c}
  510. \key{zamie/n w s/lowie litery ma/le na du/ze}{M-u}
  511. \key{zamie/n w s/lowie litery du/ze na ma/le}{M-l}
  512. \key{zamie/n pierwsz/a liter/e w s/lowie na du/z/a}{M-c}
  513. %\key{uppercase region}{C-x C-u}
  514. %\key{lowercase region}{C-x C-l}
  515. \key{zamie/n w obszarze litery ma/le na du/ze}{C-x C-u}
  516. \key{zamie/n w obszarze litery du/ze na ma/le}{C-x C-l}
  517. %\section{The Minibuffer}
  518. \section{Minibufor}
  519. %The following keys are defined in the minibuffer.
  520. % Inne te/z s/a maj/a przypisane funkcje..
  521. %\key{complete as much as possible}{TAB}
  522. %\key{complete up to one word}{SPC}
  523. %\key{complete and execute}{RET}
  524. %\key{show possible completions}{?}
  525. %\key{fetch previous minibuffer input}{M-p}
  526. %\key{fetch later minibuffer input or default}{M-n}
  527. %\key{regexp search backward through history}{M-r}
  528. %\key{regexp search forward through history}{M-s}
  529. %\key{abort command}{C-g}
  530. \key{uzupe/lnij tekst o tyle o ile jest to mo/zliwe}{TAB}
  531. \key{uzupe/lnij o jedno s/lowo}{SPC}
  532. \key{uzupe/lnij i wykonaj}{RET}
  533. \key{poka/z mo/zliwe uzupe/lnienia}{?}
  534. \key{przywo/laj uprzednio wprowadzony tekst do minibufora}{M-p}
  535. \key{przywo/laj nast/epny tekst z~`kill ring' do minibufora}{M-n}
  536. \key{wyszukuj wstecz poprzez histori/e wprowadze/n}{M-r}
  537. \key{wyszukuj wprz/od poprzez histori/e wprowadze/n}{M-s}
  538. \key{przerwij wykonywane polecenie}{C-g}
  539. %Type \kbd{C-x ESC ESC} to edit and repeat the last command that used the
  540. %minibuffer. Type \kbd{F10} to activate the menu bar using the minibuffer.
  541. Napisz \kbd{C-x ESC ESC} aby poprawia/c i wykona/c polecenie,
  542. kt/ore ostatnio u/zywa/lo minibufora.
  543. Napisz \kbd{F10} aby uaktywni/c menu w minibuforze.
  544. \newcolumn
  545. %\title{GNU Emacs Reference Card}
  546. \title{Przegl/ad polece/n GNU Emacsa}
  547. \section{Bufory}
  548. %\key{select another buffer}{C-x b}
  549. %\key{list all buffers}{C-x C-b}
  550. %\key{kill a buffer}{C-x k}
  551. \key{wybierz inny bufor}{C-x b}
  552. \key{poka/z spis wszystkich bufor/ow}{C-x C-b}
  553. \key{skasuj bufor}{C-x k}
  554. %\section{Transposing}
  555. \section{Przestawianie}
  556. %\key{transpose {\bf characters}}{C-t}
  557. %\key{transpose {\bf words}}{M-t}
  558. %\key{transpose {\bf lines}}{C-x C-t}
  559. %\key{transpose {\bf sexps}}{C-M-t}
  560. \key{przestaw {\bf znaki}}{C-t}
  561. \key{przestaw {\bf s/lowa}}{M-t}
  562. \key{przestaw {\bf linie}}{C-x C-t}
  563. \key{przestaw {\bf s-wyra/zenia}}{C-M-t}
  564. % Removed -- there is no Polish disctionary for ispell.
  565. %\section{Spelling Check}
  566. %
  567. %\key{check spelling of current word}{M-\$}
  568. %\metax{check spelling of all words in region}{M-x ispell-region}
  569. %\metax{check spelling of entire buffer}{M-x ispell-buffer}
  570. %\section{Tags}
  571. \section{Tags}
  572. %\key{find a tag (a definition)}{M-.}
  573. %\key{find next occurrence of tag}{C-u M-.}
  574. %\metax{specify a new tags file}{M-x visit-tags-table}
  575. \key{znajd/x okre/slenie (definicj/e)}{M-.}
  576. \key{znajd/x nast/epne wyst/apienie definicji}{C-u M-.}
  577. \metax{podaj nowy plik TAGS}{M-x visit-tags-table}
  578. %\metax{regexp search on all files in tags table}{M-x tags-search}
  579. %\metax{run query-replace on all the files}{M-x tags-query-replace}
  580. %\key{continue last tags search or query-replace}{M-,}
  581. \metax{wyszukiwanie tekstu zgodnego z~podanym wyra/zeniem regularnym
  582. we wszystkich plikach wymienionych w~TAGS}{M-x tags-search}
  583. \metax{zamiana z zapytaniem we wszystkich\newline
  584. plikach wymienionych w~TAGS}{M-x tags-query-replace}
  585. \key{kontynuuj wyszukiwanie lub zamian/e z~zapytaniem
  586. w~plikach wymienionych w~TAGS}{M-,}
  587. %\section{Shells}
  588. \section{Pow/loki}
  589. %\key{execute a shell command}{M-!}
  590. %\key{run a shell command on the region}{M-|}
  591. %\key{filter region through a shell command}{C-u M-|}
  592. %\key{start a shell in window \kbd{*shell*}}{M-x shell}
  593. \key{wykonaj polecenie pow/loki}{M-!}
  594. \key{wykonaj polecenie pow/loki na obszarze}{M-|}
  595. \key{filtruj obszar poprzez polecenie pow/loki}{C-u M-|}
  596. \key{uruchom pow/lok/e w oknie \kbd{*shell*}}{M-x shell}
  597. %\section{Rectangles}
  598. \section{Prostok/aty}
  599. %\key{copy rectangle to register}{C-x r r}
  600. %\key{kill rectangle}{C-x r k}
  601. %\key{yank rectangle}{C-x r y}
  602. %\key{open rectangle, shifting text right}{C-x r o}
  603. %\key{blank out rectangle}{C-x r c}
  604. %\key{prefix each line with a string}{C-x r t}
  605. \key{zapisz prostok/at do rejestru}{C-x r r}
  606. \key{skasuj prostok/at}{C-x r k}
  607. \key{wklej prostok/at}{C-x r y}
  608. \key{wstaw pusty prostok/at przesuwaj/ac\newline tekst w~prawo}{C-x r o}
  609. \key{wyczy/s/c prostok/at}{C-x r c}
  610. \key{wstaw napis na pocz/atku ka/zdej linii}{C-x r t}
  611. %\section{Abbrevs}
  612. \section{Skr/oty}
  613. %\key{add global abbrev}{C-x a g}
  614. %\key{add mode-local abbrev}{C-x a l}
  615. %\key{add global expansion for this abbrev}{C-x a i g}
  616. %\key{add mode-local expansion for this abbrev}{C-x a i l}
  617. %\key{explicitly expand abbrev}{C-x a e}
  618. \key{dodaj skr/ot globalnie}{C-x a g}
  619. \key{dodaj skr/ot lokalny dla trybu}{C-x a l}
  620. \key{dodaj rozwini/ecie globalne dla skr/otu}{C-x a i g}
  621. \key{dodaj rozwini/ecie lokalne dla trybu dla skr/otu}{C-x a i l}
  622. \key{rozwi/n teraz skr/ot}{C-x a e}
  623. %\key{expand previous word dynamically}{M-//}
  624. \key{uzupe/lnij dynamicznie poprzednie s/lowo}{M-//}
  625. %\section{Regular Expressions}
  626. \section{Wyra/zenia regularne}
  627. %\key{any single character except a newline}{. {\rm(dot)}}
  628. %\key{zero or more repeats}{*}
  629. %\key{one or more repeats}{+}
  630. %\key{zero or one repeat}{?}
  631. %\key{quote regular expression special character {\it c\/}}{\\{\it c}}
  632. %\key{alternative (``or'')}{\\|}
  633. %\key{grouping}{\\( {\rm$\ldots$} \\)}
  634. %\key{same text as {\it n\/}th group}{\\{\it n}}
  635. %\key{at word break}{\\b}
  636. %\key{not at word break}{\\B}
  637. \key{dowolny znak za wyj/atkiem znaku nowej linii}{. {\rm(kropka)}}
  638. \key{zero lub wi/ecej powt/orze/n}{*}
  639. \key{jedno lub wi/ecej powt/orze/n}{+}
  640. \key{zero lub jedno powt/orzenie}{?}
  641. \key{traktuj dos/lownie nast/epny znak
  642. (nawet je/sli znak ma specjalne znaczenie) {\it c\/}}{\\{\it c}}
  643. \key{alternatywa (`lub')}{\\|}
  644. \key{grupowanie}{\\( {\rm$\ldots$} \\)}
  645. \key{tekst n-tej grupy}{\\{\it n}}
  646. \key{na pocz/atku lub ko/ncu s/lowa}{\\b}
  647. \key{nie na pocz/atku i nie na ko/ncu s/lowa}{\\B}
  648. \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
  649. %\threecol{{\bf entity}}{{\bf match start}}{{\bf match end}}
  650. %\threecol{line}{^}{\$}
  651. %\threecol{word}{\\<}{\\>}
  652. %\threecol{buffer}{\\`}{\\'}
  653. \threecolheader{{\bf obiekt do por/ownania}}{{\bf pocz/atek}}{{\bf koniec}}
  654. \threecol{linia}{^}{\$}
  655. \threecol{s/lowo}{\\<}{\\>}
  656. \threecol{bufor}{\\`}{\\'}}
  657. %\threecol{{\bf class of characters}}{{\bf match these}}{{\bf match others}}
  658. %\threecol{explicit set}{[ {\rm$\ldots$} ]}{[^ {\rm$\ldots$} ]}
  659. %\threecol{word-syntax character}{\\w}{\\W}
  660. %\threecol{character with syntax {\it c}}{\\s{\it c}}{\\S{\it c}}
  661. \paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
  662. \threecolheader{{\bf kategoria znak/ow}}{{\bf por/ownaj z}}
  663. {{\bf \hbox to 0pt{pozosta/lymi\hss}}}
  664. \threecol{podany zbi/or znak/ow}{[ {\rm$\ldots$} ]}{[^ {\rm$\ldots$} ]}
  665. \threecol{znak kategorii sk/ladniowej `s/lowo'}{\\w}{\\W}
  666. \threecol{znak kategorii sk/ladniowej {\it c}}{\\s{\it c}}{\\S{\it c}}
  667. }
  668. %\section{International Character Sets}
  669. \section{Mi/edzynarodowe zestawy znak/ow}
  670. %\metax{specify principal language}{M-x set-language-environment}
  671. %\metax{show all input methods}{M-x list-input-methods}
  672. %\key{enable or disable input method}{C-\\}
  673. %\key{set coding system for next command}{C-x RET c}
  674. %\metax{show all coding systems}{M-x list-coding-systems}
  675. %\metax{choose preferred coding system}{M-x prefer-coding-system}
  676. \metax{ustal g/l/owny j/ezyk}{M-x set-language-environment}
  677. \metax{wypisz wszystkie metody wprowadzania znak/ow}{M-x list-input-methods}
  678. \key{w/l/acz//wy/l/acz metod/e wprowadzania znak/ow}{C-\\}
  679. \key{ustal system kodowania dla nast/epnego polecenia}{C-x RET c}
  680. \metax{wypisz wszystkie systemy kodowania}{M-x list-coding-systems}
  681. \metax{wybierz preferowany system\newline kodowania}{M-x prefer-coding-system}
  682. \metax{wybierz metod/e wprowadzania znak/ow}{C-x RET C-\\}
  683. Po wybraniu metody wprowadzania znak/ow {\tt polish-slash},\newline
  684. ka/zd/a z~liter {\tt /a/c/e/l/n/o/s/x/z//} uzyskamy pisz/ac ciach `{\tt //}'
  685. i~odpowiedni znak z~{\tt acelnosxz//}.
  686. %\section{Registers}
  687. \section{Rejestry}
  688. %\key{save region in register}{C-x r s}
  689. %\key{insert register contents into buffer}{C-x r i}
  690. \key{zapisz obszar do rejestru}{C-x r s}
  691. \key{wstaw zawarto/s/c rejestru do bufora}{C-x r i}
  692. %\key{save value of point in register}{C-x r SPC}
  693. %\key{jump to point saved in register}{C-x r j}
  694. \key{zapisz pozycj/e kursora w~rejestrze}{C-x r SPC}
  695. \key{przemie/s/c kursor do pozycji zapisanej w~rejestrze}{C-x r j}
  696. %\section{Keyboard Macros}
  697. \section{Makropolecenia}
  698. %\key{{\bf start} defining a keyboard macro}{C-x (}
  699. %\key{{\bf end} keyboard macro definition}{C-x )}
  700. %\key{{\bf execute} last-defined keyboard macro}{C-x e}
  701. %\key{append to last keyboard macro}{C-u C-x (}
  702. %\metax{name last keyboard macro}{M-x name-last-kbd-macro}
  703. %\metax{insert Lisp definition in buffer}{M-x insert-kbd-macro}
  704. \key{{\bf zacznij} definicj/e makropolecenia}{C-x (}
  705. \key{{\bf zako/ncz} definicj/e makropolecenia}{C-x )}
  706. \key{{\bf wykonaj} ostatnio zdefiniowane makropolecenie}{C-x e}
  707. \key{dopisz do definicji ostatniego makropolecenia}{C-u C-x (}
  708. \metax{nazwij ostatnie makropolecenie}{M-x name-last-kbd-macro}
  709. \metax{wpisz do bufora nazwane\newline makro Lispowe}{M-x insert-kbd-macro}
  710. %\section{Info}
  711. \section{Info}
  712. %\key{enter the Info documentation reader}{C-h i}
  713. %\key{find specified function or variable in Info}{C-h S}
  714. \key{wejd/x w tryb czytania dokumentacji Info}{C-h i}
  715. \key{wyszukaj podan/a funkcj/e lub zmienn/a w Info}{C-h S}
  716. \beginindentedkeys
  717. %Moving within a node:
  718. Poruszanie si/e w obr/ebie w/ez/la Info:
  719. %\key{scroll forward}{SPC}
  720. %\key{scroll reverse}{DEL}
  721. %\key{beginning of node}{. {\rm (dot)}}
  722. \key{przegl/adaj do przodu}{SPC}
  723. \key{przegl/adaj do ty/lu}{DEL}
  724. \key{na pocz/atek w/ez/la}{. {\rm (kropka)}}
  725. %Moving between nodes:
  726. Poruszanie si/e pomi/edzy w/ez/lami:
  727. %\key{{\bf next} node}{n}
  728. %\key{{\bf previous} node}{p}
  729. %\key{move {\bf up}}{u}
  730. %\key{select menu item by name}{m}
  731. %\key{select {\it n\/}th menu item by number (1--9)}{{\it n}}
  732. %\key{follow cross reference (return with \kbd{l})}{f}
  733. %\key{return to last node you saw}{l}
  734. %\key{return to directory node}{d}
  735. %\key{go to any node by name}{g}
  736. \key{{\bf nast/epny} w/eze/l}{n}
  737. \key{{\bf poprzedni} w/eze/l}{p}
  738. \key{przenie/s si/e {\bf wy/zej}}{u}
  739. \key{wybierz pozycj/e z menu, podaj/ac jej nazw/e}{m}
  740. \key{wybierz n-t/a pozycj/e z menu podaj/ac liczb/e~(1-9)}{{\it n}}
  741. \key{sprawd/x odsy/lacz (powr/ot z \kbd{l})}{f}
  742. \key{powr/o/c do ostatnio przegl/adanego w/ez/la}{l}
  743. \key{powr/o/c do skorowidza}{d}
  744. \key{wybierz w/eze/l podaj/ac jego nazw/e}{g}
  745. %Other:
  746. Pozosta/le polecenia:
  747. %\key{run Info {\bf tutorial}}{h}
  748. %\key{{\bf quit} Info}{q}
  749. %\key{search nodes for regexp}{M-s}
  750. \key{wywo/laj {\bf samouczek} Info}{h}
  751. \key{wyszukaj zagadnienie w indeksach}{i}
  752. \key{wyszukuj w~w/ez/lach tekst zgodny\newline
  753. z~podanym wyra/zeniem regularnym}{s}
  754. \key{{\bf zako/ncz} Info}{q}
  755. \endindentedkeys
  756. %\section{Dired, the Directory Editor}
  757. \section{Dired -- edytor katalog/ow}
  758. \key{wywo/lanie edytora katalog/ow}{C-x d}
  759. \key{ustaw flag/e `D' (do usuni/ecia) na pliku}{d}
  760. \key{ustaw flag/e `D' na plikach zapasowych}{\~{}}
  761. \key{zdejmij flag/e `D' z pliku}{u}
  762. \key{usu/n pliki oznaczone flag/a `D'}{x}
  763. \key{uaktualnij zawarto/s/c bufora}{g}
  764. \key{wczytaj plik wskazywany przez kursor do bufora}{f}
  765. \key{prze/l/acz mi/edzy porz/adkiem alfabetycznym a~porz/adkiem wed/lug
  766. daty i~czasu powstania pliku}{s}
  767. \metax{wybierz z~bie/z/acego katalogu i~jego podkatalog/ow wszystkie pliki,
  768. kt/ore zawieraj/a tekst zgodny z~podanym wyra/zeniem regularnym}
  769. {M-x find-grep-dired}
  770. %\section{Commands Dealing with Emacs Lisp}
  771. \section{Polecenia dotycz/ace j/ezyka Emacs Lisp}
  772. %\key{eval {\bf sexp} before point}{C-x C-e}
  773. %\key{eval current {\bf defun}}{C-M-x}
  774. %\metax{eval {\bf region}}{M-x eval-region}
  775. %\key{read and eval minibuffer}{M-:}
  776. %\metax{load from standard system directory}{M-x load-library}
  777. \key{oblicz {\bf s-wyra/zenie} przed kursorem}{C-x C-e}
  778. \key{oblicz aktywn/a {\bf defun}}{C-M-x}
  779. \metax{oblicz s-wyra/zenia w {\bf obszarze}}{M-x eval-region}
  780. \key{wczytaj {\bf s-wyra/zenie} i oblicz je w~minibuforze}{M-:}
  781. \metax{wczytaj bibliotek/e z~katalogu\newline systemowego}{M-x load-library}
  782. %\section{Simple Customization}
  783. \section{Proste modyfikacje}
  784. %\metax{customize variables and faces}{M-x customize}
  785. \metax{modyfikowanie warto/sci zmiennych\newline i czcionek}{M-x customize}
  786. % The intended audience here is the person who wants to make simple
  787. % customizations and knows Lisp syntax.
  788. %Making global key bindings in Emacs Lisp (examples):
  789. Przyk/lady przypisania klawisza funkcji Emacs Lispu\newline
  790. z~wykorzystaniem notacji \kbd{"..."} i~notacji \kbd{[...]}:
  791. \beginexample%
  792. (global-set-key "\\C-cg" 'goto-line)
  793. (global-set-key "\\M-\#" 'query-replace-regexp)
  794. \smallskip
  795. (global-set-key [?\\C-c ?g] 'goto-line)
  796. (global-set-key [?\\M-\#] 'query-replace-regexp)
  797. \endexample
  798. %\section{Writing Commands}
  799. \section{Tworzenie nowych polece/n}
  800. \beginexample%
  801. (defun \<nazwa-funkcji> (\<argumenty>)
  802. "\<dokumentacja>"
  803. (interactive "\<wzorzec>")
  804. \<tre/s/c funkcji>)
  805. \endexample
  806. %An example:
  807. Przyk/lad:
  808. \beginexample%
  809. (defun this-line-to-top-of-window (line)
  810. % "Reposition line point is on to top of window.
  811. %With ARG, put point on line ARG."
  812. "Przewi/n lini/e z kursorem do pierwszej linii okna.
  813. Z ARG, przewi/n do linii ARG."
  814. (interactive "P")
  815. (recenter (if (null line)
  816. 0
  817. (prefix-numeric-value line))))
  818. \endexample
  819. %The \kbd{interactive} spec says how to read arguments interactively.
  820. %Type \kbd{C-h f interactive} for more details.
  821. W funkcji \kbd{interactive} {\it wzorzec\/} opisuje, jak b/ed/a czytane
  822. argumenty w trybie interakcyjnym. Szczeg/o/lowy opis uzyskasz
  823. przez wywo/lanie \kbd{C-h f interactive}.
  824. \copyrightnotice
  825. \bye
  826. % Local variables:
  827. % compile-command: "pdftex pl-refcard"
  828. % End: