comparison etc/mule/mule-refcard.tex @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents
children
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
1 % Reference Card for Mule 0.9 on Unix systems
2 %**start of header
3 \newcount\columnsperpage
4
5 % This file can be printed with 1, 2, or 3 columns per page (see below).
6 % Specify how many you want here. Nothing else needs to be changed.
7
8 \columnsperpage=3
9
10 %% inserted by toshi@isl.melco.co.jp from texinfo-jp.tex Dec 8 '92
11 %% 92.7.8 by K.Handa
12 \newif\ifNTT
13 \ifx\gtfam\undefined
14 \NTTtrue
15 \else
16 \NTTfalse
17 \fi
18 %% end by toshi@isl.melco.co.jp
19
20 % Copyright (c) 1987 Free Software Foundation, Inc.
21
22 % This file is part of GNU Emacs.
23
24 % GNU Emacs is free software; you can redistribute it and/or modify
25 % it under the terms of the GNU General Public License as published by
26 % the Free Software Foundation; either version 1, or (at your option)
27 % any later version.
28
29 % GNU Emacs is distributed in the hope that it will be useful,
30 % but WITHOUT ANY WARRANTY; without even the implied warranty of
31 % MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32 % GNU General Public License for more details.
33
34 % You should have received a copy of the GNU General Public License
35 % along with GNU Emacs; see the file COPYING. If not, write to
36 % the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
37
38 % This file is intended to be processed by plain TeX (TeX82).
39 %
40 % The final reference card has six columns, three on each side.
41 % This file can be used to produce it in any of three ways:
42 % 1 column per page
43 % produces six separate pages, each of which needs to be reduced to 80%.
44 % This gives the best resolution.
45 % 2 columns per page
46 % produces three already-reduced pages.
47 % You will still need to cut and paste.
48 % 3 columns per page
49 % produces two pages which must be printed sideways to make a
50 % ready-to-use 8.5 x 11 inch reference card.
51 % For this you need a dvi device driver that can print sideways.
52 % Which mode to use is controlled by setting \columnsperpage above.
53 %
54 % Author:
55 % Stephen Gildea
56 % UUCP: mit-erl!gildea
57 % Internet: gildea@erl.mit.edu
58 %
59 % Thanks to Paul Rubin, Bob Chassell, Len Tower, and Richard Mlynarik
60 % for their many good ideas.
61
62 % If there were room, it would be nice to see sections on
63 % Abbrevs, Rectangles, and Dired.
64
65 %
66 % mule refcard
67 % $BEv%j%U%!%l%s%9%+!<%I$O(B mule-jp, egg-jp $B$r85$K:n@.$7$?$b$N$G$9(B.
68 %
69
70 \def\versionnumber{0.9}
71 \def\year{1992}
72 \def\version{Dec \year\ v\versionnumber}
73
74 \def\shortcopyrightnotice{\vskip 1ex plus 2 fill
75 \centerline{\small \copyright\ \year\ Free Software Foundation, Inc.
76 Permissions on back. v\versionnumber}}
77
78 \def\copyrightnotice{
79 \vskip 1ex plus 2 fill\begingroup\small
80 \centerline{Copyright \copyright\ \year\ Free Software Foundation, Inc.}
81 \centerline{designed by toshi@isl.melco.co.jp, \version}
82 \centerline{for Mule version 0.9}
83
84 Permission is granted to make and distribute copies of
85 this card provided the copyright notice and this permission notice
86 are preserved on all copies.
87
88 For copies of the GNU Emacs manual, write to the Free Software
89 Foundation, Inc., 675 Massachusetts Ave, Cambridge MA 02139.
90
91 \endgroup}
92
93 % make \bye not \outer so that the \def\bye in the \else clause below
94 % can be scanned without complaint.
95 \def\bye{\par\vfill\supereject\end}
96
97 \newdimen\intercolumnskip
98 \newbox\columna
99 \newbox\columnb
100
101 \def\ncolumns{\the\columnsperpage}
102
103 \message{[\ncolumns\space
104 column\if 1\ncolumns\else s\fi\space per page]}
105
106 \def\scaledmag#1{ scaled \magstep #1}
107
108 % This multi-way format was designed by Stephen Gildea
109 % October 1986.
110 \if 1\ncolumns
111 \hsize 4in
112 \vsize 10in
113 \voffset -.7in
114 \font\titlefont=\fontname\tenbf \scaledmag3
115 \font\headingfont=\fontname\tenbf \scaledmag2
116 \font\smallfont=\fontname\sevenrm
117 \font\smallsy=\fontname\sevensy
118 %% patched by toshi@isl.melco.co.jp Dec 8 '92
119 \ifNTT
120 \jfont\jtitlefont=dg10 scaled \magstep3
121 \jfont\jheadingfont=dg10 scaled \magstep2
122 \def\jsmallfont{\sevendm}
123 \else
124 \jfont\jtitlefont=goth10 scaled \magstep3
125 \jfont\jheadingfont=goth10 scaled \magstep2
126 \def\jsmallfont{\sevenmin}
127 \fi
128 %% end of patch toshi@isl.melco.co.jp
129
130 \footline{\hss\folio}
131 \def\makefootline{\baselineskip10pt\hsize6.5in\line{\the\footline}}
132 \else
133 \hsize 3.2in
134 \vsize 7.95in
135 \hoffset -.75in
136 \voffset -.745in
137 \font\titlefont=cmbx10 \scaledmag2
138 \font\headingfont=cmbx10 \scaledmag1
139 \font\smallfont=cmr6
140 \font\smallsy=cmsy6
141 \font\eightrm=cmr8
142 \font\eightbf=cmbx8
143 \font\eightit=cmti8
144 \font\eighttt=cmtt8
145 \font\eightsy=cmsy8
146 %% patched by toshi@isl.melco.co.jp Dec 8 '92
147 \ifNTT
148 \jfont\jtitlefont=dg10 scaled \magstep2
149 \jfont\jheadingfont=dg10 scaled \magstep1
150 \jfont\jsmallfont=dm6
151 \jfont\eightdm=dm8
152 \jfont\eightdg=dg8
153 \else
154 \jfont\jtitlefont=goth10 scaled \magstep2
155 \jfont\jheadingfont=goth10 scaled \magstep1
156 \jfont\jsmallfont=min6
157 \jfont\eightdm=min8
158 \jfont\eightdg=goth8
159 \fi
160 %% end of patch toshi@isl.melco.co.jp
161 \textfont0=\eightrm
162 \textfont2=\eightsy
163 \def\rm{\eightrm}
164 \def\bf{\eightbf}
165 \def\it{\eightit}
166 \def\tt{\eighttt}
167 \normalbaselineskip=.8\normalbaselineskip
168 \normallineskip=.8\normallineskip
169 \normallineskiplimit=.8\normallineskiplimit
170 \normalbaselines\rm %make definitions take effect
171
172 \if 2\ncolumns
173 \let\maxcolumn=b
174 \footline{\hss\rm\folio\hss}
175 \def\makefootline{\vskip 2in \hsize=6.86in\line{\the\footline}}
176 \else \if 3\ncolumns
177 \let\maxcolumn=c
178 \nopagenumbers
179 \else
180 \errhelp{You must set \columnsperpage equal to 1, 2, or 3.}
181 \errmessage{Illegal number of columns per page}
182 \fi\fi
183
184 \intercolumnskip=.46in
185 \def\abc{a}
186 \output={%
187 % This next line is useful when designing the layout.
188 %\immediate\write16{Column \folio\abc\space starts with \firstmark}
189 \if \maxcolumn\abc \multicolumnformat \global\def\abc{a}
190 \else\if a\abc
191 \global\setbox\columna\columnbox \global\def\abc{b}
192 %% in case we never use \columnb (two-column mode)
193 \global\setbox\columnb\hbox to -\intercolumnskip{}
194 \else
195 \global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi}
196 \def\multicolumnformat{\shipout\vbox{\makeheadline
197 \hbox{\box\columna\hskip\intercolumnskip
198 \box\columnb\hskip\intercolumnskip\columnbox}
199 \makefootline}\advancepageno}
200 \def\columnbox{\leftline{\pagebody}}
201
202 \def\bye{\par\vfill\supereject
203 \if a\abc \else\null\vfill\eject\fi
204 \if a\abc \else\null\vfill\eject\fi
205 \end}
206 \fi
207
208 % we won't be using math mode much, so redefine some of the characters
209 % we might want to talk about
210 \catcode`\^=12
211 \catcode`\_=12
212
213 \chardef\\=`\\
214 \chardef\{=`\{
215 \chardef\}=`\}
216
217 \hyphenation{mini-buf-fer}
218
219 \parindent 0pt
220 \parskip 1ex plus .5ex minus .5ex
221
222 % patched by toshi@isl.melco.co.jp Jul 16 '90
223 %\def\small{\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
224 \def\small{\jsmallfont\smallfont\textfont2=\smallsy\baselineskip=.8\baselineskip}
225 % end of patch toshi@isl.melco.co.jp
226
227 \outer\def\newcolumn{\vfill\eject}
228
229 % patched by toshi@isl.melco.co.jp Jul 16 '90
230 %\outer\def\title#1{{\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
231 \outer\def\title#1{{\jtitlefont\titlefont\centerline{#1}}\vskip 1ex plus .5ex}
232 % end of patch toshi@isl.melco.co.jp
233
234 \outer\def\section#1{\par\filbreak
235 % patched by toshi@isl.melco.co.jp Jul 16 '90
236 % \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
237 \vskip 3ex plus 2ex minus 2ex {\jheadingfont\headingfont #1}\mark{#1}%
238 % end of patch toshi@isl.melco.co.jp
239 \vskip 2ex plus 1ex minus 1.5ex}
240
241 \newdimen\keyindent
242
243 \def\beginindentedkeys{\keyindent=1em}
244 \def\endindentedkeys{\keyindent=0em}
245 \endindentedkeys
246
247 \def\paralign{\vskip\parskip\halign}
248
249 \def\<#1>{$\langle${\rm #1}$\rangle$}
250
251 \def\kbd#1{{\tt#1}\null} %\null so not an abbrev even if period follows
252
253 \def\beginexample{\par\leavevmode\begingroup
254 \obeylines\obeyspaces\parskip0pt\tt}
255 {\obeyspaces\global\let =\ }
256 \def\endexample{\endgroup}
257
258 \def\key#1#2{\leavevmode\hbox to \hsize{\vtop
259 {\hsize=.75\hsize\rightskip=1em
260 \hskip\keyindent\relax#1}\kbd{#2}\hfil}}
261
262 \newbox\metaxbox
263 \setbox\metaxbox\hbox{\kbd{M-x }}
264 \newdimen\metaxwidth
265 \metaxwidth=\wd\metaxbox
266
267 \def\metax#1#2{\leavevmode\hbox to \hsize{\hbox to .75\hsize
268 {\hskip\keyindent\relax#1\hfil}%
269 \hskip -\metaxwidth minus 1fil
270 \kbd{#2}\hfil}}
271
272 \def\threecol#1#2#3{\hskip\keyindent\relax#1\hfil&\kbd{#2}\quad
273 &\kbd{#3}\quad\cr}
274
275 %**end of header
276
277 \title{Mule $B%j%U%!%l%s%9(B $B%+!<%I(B}
278
279 \section{$B%A%e!<%H%j%"%k(B}
280
281 \key{$BF|K\8l%A%e!<%H%j%"%k(B}{C-h T Japanese<CR>}
282
283 \section{$BB?9q8lJ8;z%b!<%I$N@_Dj(B}
284
285 \key{$BB?9q8lJ8;z%b!<%I$H1Q?t%b!<%I$N@ZBX$((B}{C-x C-k t}
286 \key{$BB?9q8lJ8;z%b!<%I$H1Q?t%b!<%I$N%G%U%)%k%HCM$N@ZBX$((B}{C-x C-k T}
287
288 \section{$B;HMQ$9$k%3!<%I7O$N@_Dj(B}
289
290 \key{$B%-!<%\!<%I$+$i$NF~NO$N%3!<%I7O$N@_Dj(B}{C-x C-k i}
291 \key{$BC<Kv$X$N=PNO$N%3!<%I7O$N@_Dj(B}{C-x C-k d}
292 \key{$B8=%P%C%U%!$N=q$-=P$7;~$N%3!<%I7O$N@_Dj(B}{C-x C-k f}
293 \key{$B%3!<%I7O$r;XDj$7$F$N%U%!%$%k$NFI$_9~$_(B}{C-u C-x C-f}
294 \key{$B%3!<%I7O$r;XDj$7$F$N%U%!%$%k$N=q$-=P$7(B}{C-u C-x C-w}
295 \key{$B%W%m%;%9DL?.$G$N%3!<%I7O$N@_Dj(B}{C-x C-k p}
296 \key{$B8=:_@_Dj$5$l$F$$$k%3!<%I7O$NI=<((B}{C-x C-k C}
297 \key{$B8=:_@_Dj$5$l$F$$$k%3!<%I7O$N4JC1$JI=<((B}{C-x C-k c}
298 \key{$B%P%C%U%!$N=q$-=P$7;~$N%3!<%I7O$N%G%U%)%k%HCM$N@_Dj(B}{C-x C-k F}
299 \key{$B%W%m%;%9DL?.$G$N%3!<%I7O$N%G%U%)%k%HCM$N@_Dj(B}{C-x C-k P}
300
301 \section{$B%$%s%/%j%a%s%?%k%5!<%A(B}
302
303 \key{$B%9%H%j%s%0F~NO(B(\kbd{C-s,C-r}$BEy$N8e(B)}{C-k {\it string} RET}
304
305 \section{$B%T%/%A%e%"%b!<%I(B}
306
307 \key{$B:8$X(B2$B%+%i%`>e$X(B1$B9T%+!<%=%k0\F0(B}{C-c \~{ }}
308 \key{$B1&$X(B2$B%+%i%`>e$X(B1$B9T%+!<%=%k0\F0(B}{C-c $\backslash$}
309 \key{$B:8$X(B2$B%+%i%`2<$X(B1$B9T%+!<%=%k0\F0(B}{C-c ?}
310 \key{$B1&$X(B2$B%+%i%`2<$X(B1$B9T%+!<%=%k0\F0(B}{C-c |}
311
312 \section{$BJQ99(B}
313
314 \key{$B%]%$%s%H$N$"$kC18l$NDV$j%A%'%C%/(B}{M-\#}
315 \key{$B3g8L$NA^F~(B}{M-\{}
316
317 \section{$BF)2a%b!<%I(B}
318
319 \key{$BJ8;zF~NOJQ49%b!<%I$N%*%s!&%*%U(B}{C-$\backslash$}
320
321 \section{$BJ8;zF~NOJQ49%b!<%I(B}
322
323 \key{$BJ8;zF~NOJQ49%b!<%I$N%*%s!&%*%U(B}{C-$\backslash$}
324 \key{$BJQ49I=$NA*Br(B}{C-x C-k m}
325 \key{$B<!$NJQ49I=$NA*Br(B}{C-x C-k >}
326 \key{$BA0$NJQ49I=$NA*Br(B}{C-x C-k <}
327 \key{$BJ?2>L>JQ49I=$NA*Br(B}{C-x C-k h}
328 \key{$BJR2>L>JQ49I=$NA*Br(B}{C-x C-k k}
329 \key{$B>.J8;zJQ49I=$NA*Br(B}{C-x C-k q}
330 \key{$BBgJ8;zJQ49I=$NA*Br(B}{C-x C-k Q}
331 \key{2byte $B>.J8;zJQ49I=$NA*Br(B}{C-x C-k z}
332 \key{2byte $BBgJ8;zJQ49I=$NA*Br(B}{C-x C-k Z}
333
334 \section{fence $B%b!<%I(B}
335
336 \metax{$B2>L>4A;zJQ493+;O(B}{SPC {\rm or} C-SPC {\rm or} C-w}
337 \key{$B@hF,$NJ8;z$X0\F0(B}{C-a}
338 \key{$B0lJ8;zA0$X(B}{C-b}
339 \key{$BF~NO$rCf;_$7(B fence $B%b!<%I$+$iH4$1$k(B}{C-c {\rm or} C-g}
340 \key{$B0lJ8;z:o=|(B}{C-d}
341 \key{$B:G8e$NJ8;z$X0\F0(B}{C-e}
342 \key{$B0lJ8;z8e$X(B}{C-f}
343 \key{$B%+!<%=%k$+$i8e$r:o=|(B}{C-k}
344 \key{$BF~NO$r3NDj$7!$(Bfence $B%b!<%I$+$iH4$1$k(B}{C-l {\rm or} RET}
345 \key{$BJ8;z$NF~$l49$((B}{C-t}
346 \key{$B<0$rI>2A(B}{C-z}
347 \key{JIS $B%3!<%IF~NO(B}{C-_}
348 \key{1byte $BJ8;z%b!<%I$HF~NOJ8;zJQ49%b!<%I$N@ZBX$((B}{C-$\backslash$}
349 \key{$BD>A0$NJ8;z$r:o=|(B}{DEL}
350 \key{fence $BFb$NJ8;z$r$R$i$,$J$K$9$k(B}{M-h}
351 \key{fence $BFb$NJ8;z$r%+%?%+%J$K$9$k(B}{M-k}
352 \key{fence $BFb$NJ8;z$rA43QJ8;z$K$9$k(B}{M->}
353 \key{fence $BFb$NJ8;z$rH>3QJ8;z$K$9$k(B}{M-<}
354 \key{$BJ?2>L>F~NO$rA*Br(B}{C-M-h}
355 \key{$BJR2>L>F~NO$rA*Br(B}{C-M-k}
356 \key{$B>.J8;zF~NO$rA*Br(B}{M-q}
357 \key{$BBgJ8;zF~NO$rA*Br(B}{M-Q}
358 \key{2byte $B>.J8;zF~NO$rA*Br(B}{M-z}
359 \key{2byte $BBgJ8;zF~NO$rA*Br(B}{M-Z}
360
361 \section{$B4A;zJQ49%b!<%I(B}
362
363 \metax{$B>.J8@a$N<!8uJd$rI=<($9$k(B}{C-z}
364 \metax{$BBgJ8@a$N<!8uJd$rI=<($9$k(B}{C-w}
365 \key{$B@hF,$N#1J8;z$N$_A^F~$9$k(B}{C-SPC}
366 \key{$B@hF,J8@a$X%+!<%=%k$r0\F0$9$k(B}{C-a}
367 \key{$BD>A0$NJ8@a$X%+!<%=%k$r0\F0$9$k(B}{C-b}
368 \key{$BJQ49$rCf;_$7%m!<%^;z2>L>%b!<%I$K$b$I$k(B}{C-c {\rm or} C-g}
369 \key{$B:G=*J8@a$X%+!<%=%k$r0\F0$9$k(B}{C-e}
370 \key{$BD>8e$NJ8@a$X%+!<%=%k$r0\F0$9$k(B}{C-f}
371 \key{$B4A;zJQ49%b!<%I$N%3%^%s%I0lMwI=<((B}{C-h}
372 \key{$BBgJ8@a$ND9$5$rC;$/$9$k(B}{C-i}
373 \key{$B%+!<%=%k$N$"$kJ8@a$h$jA0$r3NDj$7%+!<%=%k$r4^$`J8@a0J9_$rF~NOJ8;z(B
374 $BJQ49%b!<%I$KLa$9(B}{C-k}
375 \key{$BA4$F$NJQ49$r3NDj$9$k(B}{C-l {\rm or} RET}
376 \key{$B<!8uJdI=<($9$k(B}{SPC {\rm or} C-n}
377 \key{$BBgJ8@a$ND9$5$rD9$/$9$k(B}{C-o}
378 \key{$BA08uJdI=<($9$k(B}{C-p}
379 \key{$BJQ49>pJs$NI=<((B}{C-v}
380 \key{$BBgJ8@a$NJQ498uJd0lMw$r%_%K%P%C%U%!$KI=<($7A*Br2DG=$K$9$k(B}{M-s}
381 \key{$BJ8@a$r$R$i$,$J$K$9$k(B}{M-h}
382 \key{$B>.J8@a$ND9$5$rC;$/$9$k(B}{M-i}
383 \key{$BJ8@a$r%+%?%+%J$K$9$k(B}{M-k}
384 \key{$B>.J8@a$ND9$5$rD9$/$9$k(B}{M-o}
385 \key{$B>.J8@a$NJQ498uJd0lMw$r%_%K%P%C%U%!$KI=<($7A*Br2DG=$K$9$k(B}{M-z}
386 \key{$BJ8@a$ND9$5$r:GBg$K$9$k(B}{M->}
387 \key{$BJ8@a$ND9$5$r:G>.$K$9$k(B}{M-<}
388
389 \section{$BA4%b!<%I(B}
390
391 \key{$B5-9fF~NO$r9T$J$&(B}{C-^}
392
393 \bye
394
395 % Local variables:
396 % compile-command: "jtex mule-refcard"
397 % End:
398