aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMiles Bader2007-04-11 00:17:47 +0000
committerMiles Bader2007-04-11 00:17:47 +0000
commit57cb2e6f261bb0aad81a9f7e6f3017b54adee068 (patch)
tree6ceb46f2e3bf08f16468d77f4fbfd201f637596a /etc
parent3bd1d328e94787ac52ef6ba5dfec3b94ba23917a (diff)
parentc429815a6b9d271a57eed4956125f6bc89d1d72b (diff)
downloademacs-57cb2e6f261bb0aad81a9f7e6f3017b54adee068.tar.gz
emacs-57cb2e6f261bb0aad81a9f7e6f3017b54adee068.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 675-697) - Update from CVS - Merge from gnus--rel--5.10 - Release ERC 5.2. * gnus--rel--5.10 (patch 211-215) - Update from CVS - Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog61
-rw-r--r--etc/DEBUG13
-rw-r--r--etc/ERC-NEWS252
-rw-r--r--etc/MACHINES4
-rw-r--r--etc/Makefile115
-rw-r--r--etc/NEWS40
-rw-r--r--etc/PROBLEMS77
-rw-r--r--etc/TODO22
-rw-r--r--etc/calccard.ps14
-rw-r--r--etc/dired-ref.ps16
-rw-r--r--etc/emacs.py52
-rw-r--r--etc/fr-refcard.ps1659
-rw-r--r--etc/fr-refcard.tex11
-rw-r--r--etc/refcard.ps14
14 files changed, 1460 insertions, 890 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 301aa3e1417..a93960ea9ef 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,54 @@
12007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
2
3 * emacs.py (format_exception): New function.
4 (eexecfile): Use it instead of traceback.print_exception.
5 Don't use execfile to avoid a bug in w32.
6
72007-04-04 Glenn Morris <rgm@gnu.org>
8
9 * MACHINES: Mention preprocessor to use with /opt/SUNWspro/bin/cc
10 on Solaris.
11
12 * PROBLEMS (Configuration): Add entries on compiler/preprocessor
13 mismatch, and on preprocessor inserting whitespace.
14
152007-04-03 Eli Zaretskii <eliz@gnu.org>
16
17 * TODO: Add entry for switching MS-Windows keyboard input to
18 Unicode. Add specific pointer to msdos.c functions that support
19 menus on text terminals.
20
212007-04-01 Michael Olson <mwolson@gnu.org>
22
23 * ERC-NEWS: Update for the ERC 5.2 release. Most of these entries
24 were for previously-committed changes.
25
262007-03-31 Michael Albinus <michael.albinus@gmx.de>
27
28 * PROBLEMS: Remove Tramp problem; it has been fixed.
29
302007-03-31 Eli Zaretskii <eliz@gnu.org>
31
32 * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with
33 modifiers.
34
352007-03-23 Glenn Morris <rgm@gnu.org>
36
37 * Makefile (DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT):
38 Delete unused variables.
39 (dired-refcards, misc-refcards, survival-card, viper-cards):
40 New targets.
41 (all): Also build dired-refcards and misc-refcards.
42 (clean, distclean, maintainer-clean): Depend on mostlyclean.
43 (SOURCES): Remove non-existent files.
44 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
45 Mark as phony.
46 (.ps files): Specify default papersize in the dvips command.
47
48 * fr-refcard.tex (\letterpaper): Switch to A4.
49 (\section): Reduce \vskips to fit on A4 paper.
50 (\shortcopyrightnotice): Display at end of first column.
51
12007-03-21 Glenn Morris <rgm@gnu.org> 522007-03-21 Glenn Morris <rgm@gnu.org>
2 53
3 * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns. 54 * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns.
@@ -322,7 +373,7 @@
322 (section{TODO Items and Checkboxes}): Checkbox keys moved to this 373 (section{TODO Items and Checkboxes}): Checkbox keys moved to this
323 section, added documentation for the key `C-c #'. 374 section, added documentation for the key `C-c #'.
324 375
3252006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) 3762006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se>
326 377
327 * emacs.py (eargs): Provide eldoc message for builtin types. 378 * emacs.py (eargs): Provide eldoc message for builtin types.
328 Make sure eargs always outputs sentinel, to avoid Emacs freeze. 379 Make sure eargs always outputs sentinel, to avoid Emacs freeze.
@@ -417,7 +468,7 @@
417 (eimport): Use __main__ rather than `emacs' namespace. 468 (eimport): Use __main__ rather than `emacs' namespace.
418 (modpath): New fun. 469 (modpath): New fun.
419 470
4202006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change) 4712006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
421 472
422 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace. 473 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace.
423 474
@@ -680,8 +731,8 @@
680 * pl-refcard.tex (section{Info}): Ditto. Translation suggested by 731 * pl-refcard.tex (section{Info}): Ditto. Translation suggested by
681 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>. 732 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.
682 733
683 * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'. Entry 734 * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'.
684 for `i' is not translated yet. 735 Entry for `i' is not translated yet.
685 736
686 * pt-br-refcard.tex (section{Info}): Ditto. 737 * pt-br-refcard.tex (section{Info}): Ditto.
687 738
@@ -1410,7 +1461,7 @@
1410 1461
1411 * NEWS: Lots of clarifications and cleanups. 1462 * NEWS: Lots of clarifications and cleanups.
1412 1463
14132005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) 14642005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se>
1414 1465
1415 * TUTORIAL.pl: Updated header. 1466 * TUTORIAL.pl: Updated header.
1416 1467
diff --git a/etc/DEBUG b/etc/DEBUG
index ad59d48b3ca..97e1f015a05 100644
--- a/etc/DEBUG
+++ b/etc/DEBUG
@@ -306,10 +306,15 @@ debugger, type "gdb temacs", then start it with `r -batch -l loadup'.
306 306
307** If you encounter X protocol errors 307** If you encounter X protocol errors
308 308
309Try evaluating (x-synchronize t). That puts Emacs into synchronous 309The X server normally reports protocol errors asynchronously,
310mode, where each Xlib call checks for errors before it returns. This 310so you find out about them long after the primitive which caused
311mode is much slower, but when you get an error, you will see exactly 311the error has returned.
312which call really caused the error. 312
313To get clear information about the cause of an error, try evaluating
314(x-synchronize t). That puts Emacs into synchronous mode, where each
315Xlib call checks for errors before it returns. This mode is much
316slower, but when you get an error, you will see exactly which call
317really caused the error.
313 318
314You can start Emacs in a synchronous mode by invoking it with the -xrm 319You can start Emacs in a synchronous mode by invoking it with the -xrm
315option, like this: 320option, like this:
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS
index dd5c113c195..e7b0dcb81bf 100644
--- a/etc/ERC-NEWS
+++ b/etc/ERC-NEWS
@@ -3,8 +3,7 @@ ERC NEWS -*- outline -*-
3Copyright (C) 2006, 2007 Free Software Foundation, Inc. 3Copyright (C) 2006, 2007 Free Software Foundation, Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6 6* Changes in ERC 5.2
7* Changes in ERC 5.2 (stable pre-release for Emacs 22)
8 7
9** M-x erc RET now starts ERC. 8** M-x erc RET now starts ERC.
10`erc-select' has been changed to `erc'. `erc-select' still remains as 9`erc-select' has been changed to `erc'. `erc-select' still remains as
@@ -12,37 +11,173 @@ an alias of `erc'. Likewise, `erc-select-ssl' has been renamed to
12`erc-ssl' with `erc-select-ssl' as its alias. The function that was 11`erc-ssl' with `erc-select-ssl' as its alias. The function that was
13known as `erc' is now `erc-open'. 12known as `erc' is now `erc-open'.
14 13
14** Open query buffers by default when private messages are received.
15The default value of `erc-auto-query' has been changed to 'bury.
16
15** New command: /RECONNECT 17** New command: /RECONNECT
16This command tries to reconnect to the current IRC server exactly 18This command tries to reconnect to the current IRC server exactly
17once. It does not work in server buffers (throws an error before the 19once. It does not work in server buffers (throws an error before the
18command is run), but works in query and channel buffers. 20command is run), but works in query and channel buffers.
19 21
22** In MS-DOS environments, look for _ercrc.el rather than .ercrc.el.
23
24** Fix buggy interaction with multi-tty Emacs.
25
26** After running /QUIT, make sure that the IRC process is killed within
274 seconds. Freenode, in particular, needs this at times.
28
29** If the IRC process has not responded to our PINGs within a certain
30time, kill it and restart the connection. See
31`erc-server-auto-reconnect', `erc-server-reconnect-attempts',
32`erc-server-reconnect-timeout', `erc-server-send-ping-interval', and
33`erc-server-send-ping-timeout' to fine-tune ERC's behavior.
34
35** Avoid getting into an infinite connection loop.
36Previously, this could happen if your nick was banned, you were using
37Tor, incorrect information was entered, or the connection was bad.
38
39** Make ban messages less confusing.
40
41** Restore the point correctly when reconnecting to an IRC server.
42
43** Make /IGNORE and /UNIGNORE prompt to determine whether their
44argument is a user or a regexp. This results in less-confusing
45behavior when trying to ignore someone who has a bracket in their
46nick.
47
48** Make the default port "6667" rather than "ircd", because some
49operating systems don't know what port "ircd" maps to.
50
51** Fix several bugs in erc-iswitchb (C-c C-b).
52
53** Clean up internal documentation.
54Special thanks go to Juanma Barranquero for the thorough vetting of
55ERC's internal documentation.
56
57** Display a more informative message when a module is not found.
58
59** Fix a bug where paths were being colored like IRC commands.
60
61** In the customize interface for `erc-modules', add the name of the module.
62This makes it easier to find modules by name.
63
64** erc-server-send-ping-interval: Change to use a default of 30 seconds.
65
66** Some files which are included with the release of ERC 5.2 will not
67appear in the version of ERC that is bundled with Emacs 22. These
68extras files may be found at:
69
70 o http://ftp.gnu.org/gnu/erc/erc-5.2-extras.tar.gz, or
71 o http://ftp.gnu.org/gnu/erc/erc-5.2-extras.zip.
72
73** Renamed files
74
75Several files were renamed so as to make them distinct to users of the
76MS-DOS operating system.
77
78 o erc-autojoin.el -> erc-join.el
79 o erc-complete.el -> erc-hecomplete.el
80 o erc-nickserv.el -> erc-services.el
81 o ChangeLog.NNNN -> ChangeLog.NN
82
83** Header line changes
84
85*** Remove "[IRC]" from the header line.
86
87*** Add the %l format character to `erc-header-line-format',
88
89*** Document how to remove the header line.
90Namely: (setq erc-header-line-format nil).
91
20** New options 92** New options
21 93
22*** erc-server-reconnect-attempts: Determines the number of 94*** erc-server-reconnect-attempts: Determines the number of
23reconnection attempts that ERC will make per server. 95reconnection attempts that ERC will make per server.
24 96
25*** erc-server-reconnect-timeout: New option that determines the 97*** erc-server-reconnect-timeout: Determines the amount of time,
26amount of time, in seconds, that ERC will wait between successive 98in seconds, that ERC will wait between successive reconnect attempts.
27reconnect attempts. 99
100*** erc-server-send-ping-timeout: Determines when to consider a connection
101stalled and restart it. The default is after 120 seconds.
102
103*** erc-system-name: Determines the system name to use when logging in.
104The default is to figure this out by calling `system-name'.
28 105
29** New face: `erc-my-nick-face' 106** New face: `erc-my-nick-face'
30This helps make it easier to distinguish messages sent by yourself 107This helps make it easier to distinguish messages sent by yourself
31from messages sent by other users when the value of the variable 108from messages sent by other users when the value of the variable
32`erc-show-my-nick' is non-nil. 109`erc-show-my-nick' is non-nil.
33 110
111** Namespace changes
112
113*** New macro: `erc-with-server-buffer'
114Switches to the current ERC server buffer and runs some code. If no
115server buffer is available, return nil. This is a useful way to
116access variables in the server buffer.
117
118*** New function: `erc-open-server-buffer-p'
119Returns non-nil if the given buffer is an ERC server buffer that has
120an open IRC process.
121
122*** New function: `erc-format-lag-time'
123Returns the estimated lag time to server, `erc-server-lag'.
124
125*** Renamed items
126
127 o `erc-server-setup-periodical-server-ping' is now
128 `erc-server-setup-periodical-ping'
129
130 o `erc-away-p' is now `erc-away-time'
131
132** Changes to the ERC manual
133
134*** New section: Sample Session.
135Describes a sample ERC session for connecting to the #emacs channel on
136Freenode. Also mention the #erc channel.
137
138*** New section: Special Features.
139Describes some of the special features of ERC.
140
141*** Getting Started: Mention ~/.emacs.d/.ercrc.el and the Customize
142interface.
143
144*** Development: Mention ErcDevelopment page on emacswiki.org.
145
146*** Tips and Tricks: Remove empty section for now.
147
148*** Options: Mention how to see available ERC options.
149
150*** Sample Configuration: Add an example of how to configure ERC.
151
34** New modules 152** New modules
35 153
154*** Autoaway (erc-autoaway.el)
155
156**** Make this much more reliable.
157
158**** Avoid duplicate messages when coming back from being away.
159
160**** Fix bug where autoaway was enabled just by loading the file.
161
162*** BBDB (erc-bbdb.el)
163
164**** Display information on how to cancel merging of info or how to
165create a new John Doe record.
166
167**** Make it so that information from /whois continues to come in, even
168while prompting for a record to merge.
169
170**** Make hitting C-g correctly abort merging the record.
171
36*** Capab identify (erc-capab.el) 172*** Capab identify (erc-capab.el)
37Mark users who haven't identified to NickServ on servers supporting 173Mark users who haven't identified to NickServ on servers supporting
38CAPAB IDENTIFY-MSG. 174CAPAB IDENTIFY-MSG.
39 175
40** Changes and additions to modules 176** Changes and additions to modules
41 177
42*** Channel lists (erc-list.el) 178*** Button (erc-button.el)
43 179
44**** This has been removed from Emacs 22, since a major contributor 180**** Make <backtab> go to the previous button.
45to it has not yet assigned changes.
46 181
47*** Channel tracking (erc-track.el) 182*** Channel tracking (erc-track.el)
48 183
@@ -50,6 +185,103 @@ to it has not yet assigned changes.
50This helps people using a mouse know that they are buttons and can be 185This helps people using a mouse know that they are buttons and can be
51clicked on. 186clicked on.
52 187
188**** Fix issue where C-c C-SPC could conflict with user-defined keybindings.
189This is accomplished by moving these bindings to their own global
190minor mode. Now the default is to check whether the user has bound
191something to C-c C-SPC or C-c C-@. If they have, prompt them about
192whether to really override that binding. This also has the effect of
193preventing ERC from clobbering rcirc's keybinding, unless this is
194desired. See `erc-track-enable-keybindings' for more details.
195
196**** New option: erc-track-enable-keybindings.
197Determine whether or not to enable the C-c C-SPC and C-c C-@
198keybindings. The default is to ask whether to do this if a binding to
199these keys already exists. It can also be set to t or nil to always
200bind or never bind, respectively.
201
202**** Remove `track-when-inactive' module.
203See `erc-track-when-inactive' for further details.
204
205**** New option: erc-track-when-inactive.
206This option replaces the track-when-inactive module. Set it to
207non-nil to track activity even in visible buffers when inactive. The
208default is nil.
209
210**** Remove the `track-modified-channels' alias for the `track' module.
211
212*** DCC support (erc-dcc.el)
213
214**** Add Usage section to Commentary.
215
216**** Fix a bug in the server message output.
217
218*** Filling (erc-fill.el)
219
220**** Fix bug involving messages that start with one or more blank lines.
221
222*** Identd (erc-identd.el)
223
224**** New option `erc-identd-port'
225Specifies the port to use if none is given as an argument to
226`erc-identd-start'. This is placed in the new customization group
227`erc-identd'.
228
229**** New function: `erc-identd-quickstart'
230Ignores any arguments and calls `erc-identd-start'.
231
232*** Channel lists (erc-list.el)
233
234**** Enable by default, except in the version of ERC bundled with Emacs 22.
235
236*** Logging (erc-log.el)
237
238**** Make sure filenames are safe to use before writing to them.
239
240**** Save all log buffers when exiting Emacs.
241
242**** erc-generate-log-file-name-function: Add option for
243`erc-generate-log-file-name-network', which is a new function that
244uses the network name rather than the server name when possible.
245
246*** Menu (erc-menu.el)
247
248**** Name the menu "ERC" instead of "IRC" to avoid confusion with rcirc
249and other clients.
250
251**** Make this into a proper module and load it by default.
252
253**** Add "Current channel" submenu.
254
255*** Networks (erc-networks.el)
256
257**** Add support for Ars OpenIRC, LinuxChix, and OFTC networks.
258
259**** Escape periods in Konfido.Net and Kewl.Org.
260
261*** Internet services / Nickserv (erc-nickserv.el)
262
263**** Add new 'both method for the `erc-nickserv-identify-mode' option
264and make it the default. This tries to do the right thing both when a
265known nickserv message exists for an IRC network, and when it does
266not.
267
268**** Support nickserv authentication on OFTC, Azzurra, Ars, and QuakeNet.
269
270**** Support authentication on BitlBee.
271
272**** Make source code easier to understand by using accessor functions.
273
274*** Sound support (erc-sound.el)
275
276**** Make this work with both Emacs 21 and Emacs 22.
277
278*** Timestamps (erc-stamp.el)
279
280**** Exclude the newline from the erc-timestamp field.
281
282**** New function: `erc-toggle-timestamps'.
283Toggles display of timestamps.
284
53* Changes in ERC 5.1.4 285* Changes in ERC 5.1.4
54 286
55** Make find-function and find-variable work in Emacs 22 for 287** Make find-function and find-variable work in Emacs 22 for
@@ -156,6 +388,10 @@ to make the BBDB buffer electric. This defaults to not electric.
156 388
157**** Don't create an extra buffer for the identd process. 389**** Don't create an extra buffer for the identd process.
158 390
391*** Channel lists (erc-list.el)
392
393**** Enable by default, except in the version of ERC bundled with Emacs 22.
394
159*** Logging (erc-log.el) 395*** Logging (erc-log.el)
160 396
161**** By default, don't insert old logs when opening an ERC buffer. 397**** By default, don't insert old logs when opening an ERC buffer.
diff --git a/etc/MACHINES b/etc/MACHINES
index 3323c0b98b5..09abc4f0770 100644
--- a/etc/MACHINES
+++ b/etc/MACHINES
@@ -1149,7 +1149,9 @@ Sun 3, Sun 4 (sparc), Sun 386 (m68k-sun-sunos, sparc-sun-sunos, i386-sun-sunos,
1149 On Solaris, do not use /usr/ucb/cc. Use /opt/SUNWspro/bin/cc. Make 1149 On Solaris, do not use /usr/ucb/cc. Use /opt/SUNWspro/bin/cc. Make
1150 sure that /usr/ccs/bin and /opt/SUNWspro/bin are in your PATH before 1150 sure that /usr/ccs/bin and /opt/SUNWspro/bin are in your PATH before
1151 /usr/ucb. (Most free software packages have the same requirement on 1151 /usr/ucb. (Most free software packages have the same requirement on
1152 Solaris.) 1152 Solaris.) With this compiler, use `/opt/SUNWspro/bin/cc -E' as the
1153 preprocessor. If this inserts extra whitespace into its output (see
1154 the PROBLEMS file) then add the option `-Xs'.
1153 1155
1154 If you have trouble using open-network-stream, get the distribution 1156 If you have trouble using open-network-stream, get the distribution
1155 of `bind' (the BSD name-server), build libresolv.a, and link Emacs 1157 of `bind' (the BSD name-server), build libresolv.a, and link Emacs
diff --git a/etc/Makefile b/etc/Makefile
index a238bea1928..0226c2838d9 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,43 +1,110 @@
1DESTDIR= 1### Makefile for Emacs etc/ directory
2LIBDIR=/usr/local/lib
3BINDIR=/usr/local/bin
4MANDIR=/usr/man/man1
5MANEXT=1
6 2
7all: 3## Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
4## 2007 Free Software Foundation, Inc.
8 5
9refcards: refcard.ps cs-refcard.ps de-refcard.ps fr-refcard.ps \ 6## This file is part of GNU Emacs.
10 pl-refcard.ps pt-br-refcard.ps ru-refcard.ps sk-refcard.ps 7
8## GNU Emacs is free software; you can redistribute it and/or modify
9## it under the terms of the GNU General Public License as published by
10## the Free Software Foundation; either version 2, or (at your option)
11## any later version.
12
13## GNU Emacs is distributed in the hope that it will be useful,
14## but WITHOUT ANY WARRANTY; without even the implied warranty of
15## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16## GNU General Public License for more details.
17
18## You should have received a copy of the GNU General Public License
19## along with GNU Emacs; see the file COPYING. If not, write to the
20## Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
21## Boston, MA 02110-1301, USA.
22
23
24## Top-level targets.
25
26## PS files included with Emacs.
27all: refcards dired-refcards misc-refcards
28
29
30refcards: refcard.ps cs-refcard.ps de-refcard.ps fr-refcard.ps \
31 pl-refcard.ps pt-br-refcard.ps ru-refcard.ps sk-refcard.ps
32
33dired-refcards: dired-ref.ps cs-dired-ref.ps fr-drdref.ps sk-dired-ref.ps
34
35## No PS files: vipcard.tex viperCard.tex survival.tex sk-survival.tex
36misc-refcards: calccard.ps gnus-booklet.ps gnus-refcard.ps orgcard.ps
37
38## Following PS files are not included with Emacs.
39survival-cards: survival.ps cs-survival.ps sk-survival.ps
40
41viper-cards: vipcard.ps viperCard.ps
11 42
12refcard.dvi de-refcard.dvi fr-refcard.dvi pt-br-refcard.dvi sk-refcard.dvi: %.dvi: %.tex
13 tex $<
14 43
15cs-refcard.dvi: %.dvi: %.tex 44## dvi files.
45
46## FIXME the sk-*.tex files say to use csplain, but were not
47## traditionally in this rule. Fix the doc or the rule.
48cs-refcard.dvi cs-dired-ref.dvi cs-survival.dvi: %.dvi: %.tex
16 csplain $< 49 csplain $<
17 50
18pl-refcard.dvi: %.dvi: %.tex 51pl-refcard.dvi: %.dvi: %.tex
19 if ! kpsewhich -format=fmt mex > /dev/null; then \ 52 if ! kpsewhich -format=fmt mex > /dev/null; then \
20 echo "No mex format found."; false; \ 53 echo "No mex format found."; false; \
21 fi 54 fi
22 tex $< 55 tex $<
23 56
24ru-refcard.dvi: %.dvi: %.tex 57ru-refcard.dvi gnus-refcard.dvi: %.dvi: %.tex
25 latex $< 58 latex $<
26 59
27refcard.ps de-refcard.ps fr-refcard.ps pt-br-refcard.ps: %.ps: %.dvi 60gnus-booklet.dvi: gnus-refcard.tex
28 dvips -t landscape $< 61 latex '\def\booklettrue{}\def\letterpapertrue{}\input{gnus-refcard}'
62 mv gnus-refcard.dvi $@
63
64## Everything not explicitly listed above.
65%.dvi: %.tex
66 tex $<
67
68
69## PostScript files.
70
71## Note that some of the tex files (refcard, de-refcard, fr-refcard,
72## pt-br-refcard) have settings for letter or a4 paper. Following are
73## the default paper sizes (letter for English, A4 for translations).
74## FIXME orgcard.ps does not fit on letter (see orgcard.tex).
75
76## A4, landscape.
77de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps: %.ps: %.dvi
78 dvips -t a4 -t landscape $<
29 79
30cs-refcard.ps pl-refcard.ps ru-refcard.ps sk-refcard.ps: %.ps: %.dvi 80## A4, portrait.
31 dvips $< 81cs-dired-ref.ps cs-refcard.ps cs-survival.ps fr-drdref.ps \
82pl-refcard.ps ru-refcard.ps \
83sk-dired-ref.ps sk-refcard.ps sk-survival.ps: %.ps: %.dvi
84 dvips -t a4 $<
85
86## letter, landscape.
87calccard.ps refcard.ps: %.ps: %.dvi
88 dvips -t letter -t landscape $<
89
90## letter, portrait.
91dired-ref.ps gnus-booklet.ps gnus-refcard.ps survival.ps vipcard.ps \
92viperCard.ps: %.ps: %.dvi
93 dvips -t letter $<
94
95
96.PHONY: mostlyclean clean distclean maintainer-clean unlock relock
32 97
33mostlyclean: 98mostlyclean:
34 -rm -f core *.dvi *.log 99 -rm -f *.dvi *.log
100
101## Note does not delete generated ps files.
102clean distclean maintainer-clean: mostlyclean
103 -rm -f DOC*
35 104
36clean distclean maintainer-clean:
37 -rm -f DOC* core *.dvi *.log
38 105
39SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \ 106SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* ms-* \
40 spook-lines tasks.texi termcap.* *.tex 107 spook-lines termcap.* *.tex
41 108
42unlock: 109unlock:
43 chmod u+w $(SOURCES) 110 chmod u+w $(SOURCES)
@@ -54,4 +121,6 @@ TIC=tic
54e/eterm-color: e/eterm-color.ti 121e/eterm-color: e/eterm-color.ti
55 TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm-color.ti 122 TERMINFO=`pwd`; export TERMINFO; $(TIC) e/eterm-color.ti
56 123
57# arch-tag: 4261f003-cf77-4478-a10a-5284e9d8f797 124
125## arch-tag: 4261f003-cf77-4478-a10a-5284e9d8f797
126### Makefile ends here
diff --git a/etc/NEWS b/etc/NEWS
index a1b89d71b75..33be2c7a3fa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -219,10 +219,6 @@ See the files mac/README and mac/INSTALL for build instructions.
219** Support for GNU/Linux systems on X86-64 machines was added. 219** Support for GNU/Linux systems on X86-64 machines was added.
220 220
221--- 221---
222** Support for HP 9000 series 800 and Hitachi SR2001/SR2201 machines
223was removed.
224
225---
226** Mac OS 9 port now uses the Carbon API by default. You can also 222** Mac OS 9 port now uses the Carbon API by default. You can also
227create non-Carbon build by specifying `NonCarbon' as a target. See 223create non-Carbon build by specifying `NonCarbon' as a target. See
228the files mac/README and mac/INSTALL for build instructions. 224the files mac/README and mac/INSTALL for build instructions.
@@ -235,6 +231,7 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
235** When pure storage overflows while dumping, Emacs now prints how 231** When pure storage overflows while dumping, Emacs now prints how
236much pure storage it will approximately need. 232much pure storage it will approximately need.
237 233
234---
238** The script etc/emacs-buffer.gdb can be used with gdb to retrieve the 235** The script etc/emacs-buffer.gdb can be used with gdb to retrieve the
239contents of buffers from a core dump and save them to files easily, should 236contents of buffers from a core dump and save them to files easily, should
240Emacs crash. 237Emacs crash.
@@ -440,6 +437,7 @@ too. If you want to use just plain `*' as a wildcard, type `*""'; the
440doublequotes make no difference in the shell, but they prevent 437doublequotes make no difference in the shell, but they prevent
441special treatment in `dired-do-shell-command'. 438special treatment in `dired-do-shell-command'.
442 439
440---
443** Adaptive filling misfeature removed. 441** Adaptive filling misfeature removed.
444It no longer treats `NNN.' or `(NNN)' as a prefix. 442It no longer treats `NNN.' or `(NNN)' as a prefix.
445 443
@@ -955,9 +953,11 @@ The variable `automatic-hscrolling' was renamed to
955the window now works sensibly, by automatically adjusting the window's 953the window now works sensibly, by automatically adjusting the window's
956vscroll property. 954vscroll property.
957 955
956+++
958*** New customize option `overline-margin' controls the space between 957*** New customize option `overline-margin' controls the space between
959overline and text. 958overline and text.
960 959
960+++
961*** New variable `x-underline-at-descent-line' controls the relative 961*** New variable `x-underline-at-descent-line' controls the relative
962position of the underline. When set, it overrides the 962position of the underline. When set, it overrides the
963`x-use-underline-position-properties' variables. 963`x-use-underline-position-properties' variables.
@@ -1066,6 +1066,7 @@ uses the "very visible" cursor (the default) or the normal cursor.
1066elements on mode-line (and header-line) like `highlight' face on text 1066elements on mode-line (and header-line) like `highlight' face on text
1067areas. 1067areas.
1068 1068
1069+++
1069*** `mode-line-buffer-id' is the standard face for buffer identification 1070*** `mode-line-buffer-id' is the standard face for buffer identification
1070parts of the mode line. 1071parts of the mode line.
1071 1072
@@ -1295,6 +1296,7 @@ mouse-wheel-inhibit-click-time variables.
1295 1296
1296** Multilingual Environment (Mule) changes: 1297** Multilingual Environment (Mule) changes:
1297 1298
1299+++
1298*** You can disable character translation for a file using the -*- 1300*** You can disable character translation for a file using the -*-
1299construct. Include `enable-character-translation: nil' inside the 1301construct. Include `enable-character-translation: nil' inside the
1300-*-...-*- to disable any character translation that may happen by 1302-*-...-*- to disable any character translation that may happen by
@@ -1823,6 +1825,7 @@ colors as on X.
1823 1825
1824* New Modes and Packages in Emacs 22.1 1826* New Modes and Packages in Emacs 22.1
1825 1827
1828---
1826** ERC is now part of the Emacs distribution. 1829** ERC is now part of the Emacs distribution.
1827 1830
1828ERC is a powerful, modular, and extensible IRC client for Emacs. 1831ERC is a powerful, modular, and extensible IRC client for Emacs.
@@ -2095,6 +2098,7 @@ table editing available in modern word processors. The package also
2095can generate a table source in typesetting and markup languages such 2098can generate a table source in typesetting and markup languages such
2096as latex and html from the visually laid out text table. 2099as latex and html from the visually laid out text table.
2097 2100
2101+++
2098** The tumme.el package allows you to easily view, tag and in other ways 2102** The tumme.el package allows you to easily view, tag and in other ways
2099manipulate image files and their thumbnails, using dired as the main interface. 2103manipulate image files and their thumbnails, using dired as the main interface.
2100Tumme provides functionality to generate simple image galleries. 2104Tumme provides functionality to generate simple image galleries.
@@ -2147,6 +2151,7 @@ recognized.
2147** The TCL package tcl-mode.el was replaced by tcl.el. 2151** The TCL package tcl-mode.el was replaced by tcl.el.
2148This was actually done in Emacs-21.1, and was not documented. 2152This was actually done in Emacs-21.1, and was not documented.
2149 2153
2154---
2150** The new package scroll-lock.el provides the Scroll Lock minor mode 2155** The new package scroll-lock.el provides the Scroll Lock minor mode
2151for pager-like scrolling. Keys which normally move point by line or 2156for pager-like scrolling. Keys which normally move point by line or
2152paragraph will scroll the buffer by the respective amount of lines 2157paragraph will scroll the buffer by the respective amount of lines
@@ -2162,6 +2167,7 @@ for Emacs 22. In particular, the mode-line is now position sensitive.
2162 2167
2163** Changes in Shell Mode 2168** Changes in Shell Mode
2164 2169
2170---
2165*** Shell output normally scrolls so that the input line is at the 2171*** Shell output normally scrolls so that the input line is at the
2166bottom of the window -- thus showing the maximum possible text. (This 2172bottom of the window -- thus showing the maximum possible text. (This
2167is similar to the way sequential output to a terminal works.) 2173is similar to the way sequential output to a terminal works.)
@@ -2286,6 +2292,7 @@ handling of edits of concealed text, undo concerns, etc.
2286 - many, many other, more minor tweaks, fixes, and refinements. 2292 - many, many other, more minor tweaks, fixes, and refinements.
2287 - version number incremented to 2.2 2293 - version number incremented to 2.2
2288 2294
2295+++
2289** The variable `woman-topic-at-point' was renamed 2296** The variable `woman-topic-at-point' was renamed
2290to `woman-use-topic-at-point' and behaves differently: if this 2297to `woman-use-topic-at-point' and behaves differently: if this
2291variable is non-nil, the `woman' command uses the word at point 2298variable is non-nil, the `woman' command uses the word at point
@@ -2805,6 +2812,7 @@ line is left untouched.
2805The function `c-toggle-syntactic-indentation' can be used to toggle 2812The function `c-toggle-syntactic-indentation' can be used to toggle
2806syntactic indentation. 2813syntactic indentation.
2807 2814
2815---
2808** In sh-script, a continuation line is only indented if the backslash was 2816** In sh-script, a continuation line is only indented if the backslash was
2809preceded by a SPC or a TAB. 2817preceded by a SPC or a TAB.
2810 2818
@@ -2936,6 +2944,7 @@ i.e., there is always a closing tag.
2936By default, its setting is inferred on a buffer-by-buffer basis 2944By default, its setting is inferred on a buffer-by-buffer basis
2937from the file name or buffer contents. 2945from the file name or buffer contents.
2938 2946
2947---
2939*** The variable `sgml-transformation' has been renamed to 2948*** The variable `sgml-transformation' has been renamed to
2940`sgml-transformation-function'. The old name is still available as 2949`sgml-transformation-function'. The old name is still available as
2941alias. 2950alias.
@@ -2961,6 +2970,7 @@ and super/sub-scripts are made into super/sub-scripts.
2961+++ 2970+++
2962*** New major mode Doctex mode, for *.dtx files. 2971*** New major mode Doctex mode, for *.dtx files.
2963 2972
2973---
2964** BibTeX mode: 2974** BibTeX mode:
2965 2975
2966*** The new command `bibtex-url' browses a URL for the BibTeX entry at 2976*** The new command `bibtex-url' browses a URL for the BibTeX entry at
@@ -3017,6 +3027,7 @@ extracting the content of a BibTeX field.
3017`bibtex-autokey-titleword-case-convert-function'. The old names are 3027`bibtex-autokey-titleword-case-convert-function'. The old names are
3018still available as aliases. 3028still available as aliases.
3019 3029
3030+++
3020** In Artist mode the variable `artist-text-renderer' has been 3031** In Artist mode the variable `artist-text-renderer' has been
3021renamed to `artist-text-renderer-function'. The old name is still 3032renamed to `artist-text-renderer-function'. The old name is still
3022available as alias. 3033available as alias.
@@ -3048,6 +3059,7 @@ breakpoints.
3048To use this package just type M-x gdb. See the Emacs manual if you want the 3059To use this package just type M-x gdb. See the Emacs manual if you want the
3049old behaviour. 3060old behaviour.
3050 3061
3062---
3051*** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be 3063*** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be
3052toggled independently of normal tooltips with the minor mode 3064toggled independently of normal tooltips with the minor mode
3053`gud-tooltip-mode'. 3065`gud-tooltip-mode'.
@@ -3414,6 +3426,7 @@ See the documentation of the user option
3414--- 3426---
3415*** Rmail now displays 5-digit message ids in its summary buffer. 3427*** Rmail now displays 5-digit message ids in its summary buffer.
3416 3428
3429+++
3417*** The new commands rmail-end-of-message and rmail-summary end-of-message, 3430*** The new commands rmail-end-of-message and rmail-summary end-of-message,
3418by default bound to `/', go to the end of the current mail message in 3431by default bound to `/', go to the end of the current mail message in
3419Rmail and Rmail summary buffers. 3432Rmail and Rmail summary buffers.
@@ -3780,6 +3793,7 @@ variable `calculator-radix-grouping-mode'.
3780--- 3793---
3781** cplus-md.el has been deleted. 3794** cplus-md.el has been deleted.
3782 3795
3796---
3783** Ewoc changes 3797** Ewoc changes
3784 3798
3785*** The new function `ewoc-delete' deletes specified nodes. 3799*** The new function `ewoc-delete' deletes specified nodes.
@@ -3925,6 +3939,7 @@ w32-use-full-screen-buffer to t.
3925`kTextEncodingMacRoman', `kTextEncodingISOLatin1', and 3939`kTextEncodingMacRoman', `kTextEncodingISOLatin1', and
3926`kTextEncodingISOLatin2' are obsolete. 3940`kTextEncodingISOLatin2' are obsolete.
3927 3941
3942+++
3928** The variable `mac-command-key-is-meta' is obsolete. Use 3943** The variable `mac-command-key-is-meta' is obsolete. Use
3929`mac-command-modifier' and `mac-option-modifier' instead. 3944`mac-command-modifier' and `mac-option-modifier' instead.
3930 3945
@@ -3994,6 +4009,7 @@ display tables.
3994 4009
3995** General Lisp changes: 4010** General Lisp changes:
3996 4011
4012+++
3997*** The function `expt' handles negative exponents differently. 4013*** The function `expt' handles negative exponents differently.
3998The value for `(expt A B)', if both A and B are integers and B is 4014The value for `(expt A B)', if both A and B are integers and B is
3999negative, is now a float. For example: (expt 2 -2) => 0.25. 4015negative, is now a float. For example: (expt 2 -2) => 0.25.
@@ -4125,6 +4141,12 @@ inside timer functions and `post-command-hook' functions.
4125This combines `defalias' and `make-obsolete'. 4141This combines `defalias' and `make-obsolete'.
4126 4142
4127+++ 4143+++
4144*** New macro `with-case-table'
4145
4146This executes the body with the case table temporarily set to a given
4147case table.
4148
4149+++
4128*** New function `unsafep' determines whether a Lisp form is safe. 4150*** New function `unsafep' determines whether a Lisp form is safe.
4129 4151
4130It returns nil if the given Lisp form can't possibly do anything 4152It returns nil if the given Lisp form can't possibly do anything
@@ -4138,6 +4160,7 @@ it evaluates those expressions immediately.
4138 4160
4139This is useful in packages that can be preloaded. 4161This is useful in packages that can be preloaded.
4140 4162
4163+++
4141*** `list-faces-display' takes an optional argument, REGEXP. 4164*** `list-faces-display' takes an optional argument, REGEXP.
4142 4165
4143If it is non-nil, the function lists only faces matching this regexp. 4166If it is non-nil, the function lists only faces matching this regexp.
@@ -4481,6 +4504,7 @@ binding of VARIABLE (a symbol) in buffer BUFFER. If VARIABLE does not
4481have a buffer-local binding in buffer BUFFER, it returns the default 4504have a buffer-local binding in buffer BUFFER, it returns the default
4482value of VARIABLE instead. 4505value of VARIABLE instead.
4483 4506
4507---
4484*** The function `frame-or-buffer-changed-p' now lets you maintain 4508*** The function `frame-or-buffer-changed-p' now lets you maintain
4485various status records in parallel. 4509various status records in parallel.
4486 4510
@@ -5480,7 +5504,7 @@ override incorrect graphical display dimensions returned by functions
5480** Mouse pointer features: 5504** Mouse pointer features:
5481 5505
5482+++ (lispref) 5506+++ (lispref)
5483??? (man) 5507--- (man)
5484*** The mouse pointer shape in void text areas (i.e. after the end of a 5508*** The mouse pointer shape in void text areas (i.e. after the end of a
5485line or below the last line in the buffer) of the text window is now 5509line or below the last line in the buffer) of the text window is now
5486controlled by the new variable `void-text-area-pointer'. The default 5510controlled by the new variable `void-text-area-pointer'. The default
@@ -5923,6 +5947,12 @@ to examine a file being visited and deduce the proper coding system
5923for it. (If the coding system is detected incorrectly for a specific 5947for it. (If the coding system is detected incorrectly for a specific
5924file, you can put a `coding:' tags to override it.) 5948file, you can put a `coding:' tags to override it.)
5925 5949
5950+++
5951*** The new variable `ascii-case-table' stores the case table for the
5952ascii character set. Language environments (such as Turkish) may
5953alter the case correspondences of ASCII characters. This variable
5954saves the original ASCII case table before any such changes.
5955
5926--- 5956---
5927*** The new function `merge-coding-systems' fills in unspecified aspects 5957*** The new function `merge-coding-systems' fills in unspecified aspects
5928of one coding system from another coding system. 5958of one coding system from another coding system.
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 35ec3a8eb65..be56254dcd7 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -220,7 +220,7 @@ http://bugzilla.gnome.org/show_bug.cgi?id=85715.
220** Emacs compiled with Gtk+ crashes on startup on cygwin. 220** Emacs compiled with Gtk+ crashes on startup on cygwin.
221 221
222A typical error message is 222A typical error message is
223 ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes 223 ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes
224 (alignment: 512): Function not implemented 224 (alignment: 512): Function not implemented
225 225
226Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on 226Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on
@@ -2106,6 +2106,18 @@ pop-up menu interaction.
2106Windows 95 and Windows NT up to version 4.0 do not support help text 2106Windows 95 and Windows NT up to version 4.0 do not support help text
2107for menus. Help text is only available in later versions of Windows. 2107for menus. Help text is only available in later versions of Windows.
2108 2108
2109When "ClearType" method is selected as the "method to smooth edges of
2110screen fonts" (in Display Properties, Appearance tab, under
2111"Effects"), there are various problems related to display of
2112characters: 2-pixel trace is left behind when moving overlays, bold
2113fonts can be hard to read, small portions of some characters could
2114appear chopped, etc. This happens because, under ClearType,
2115characters are drawn outside their advertised bounding box. Emacs 21
2116disabled the use of ClearType, whereas Emacs 22 allows it and has some
2117code to enlarge the width of the bounding box. Apparently, this
2118display feature needs more changes to get it 100% right. A workaround
2119is to disable ClearType.
2120
2109There are problems with display if mouse-tracking is enabled and the 2121There are problems with display if mouse-tracking is enabled and the
2110mouse is moved off a frame, over another frame then back over the first 2122mouse is moved off a frame, over another frame then back over the first
2111frame. A workaround is to click the left mouse button inside the frame 2123frame. A workaround is to click the left mouse button inside the frame
@@ -2117,16 +2129,32 @@ not as severely as in 21.1.
2117An inactive cursor remains in an active window after the Windows 2129An inactive cursor remains in an active window after the Windows
2118Manager driven switch of the focus, until a key is pressed. 2130Manager driven switch of the focus, until a key is pressed.
2119 2131
2120Windows input methods are not recognized by Emacs. Some 2132Windows input methods are not recognized by Emacs. However, some
2121of these input methods cause the keyboard to send characters encoded 2133of these input methods cause the keyboard to send characters encoded
2122in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 2134in the appropriate coding system (e.g., ISO 8859-1 for Latin-1
2123characters, ISO 8859-8 for Hebrew characters, etc.). To make this 2135characters, ISO 8859-8 for Hebrew characters, etc.). To make these
2124work, set the keyboard coding system to the appropriate value after 2136input methods work with Emacs, set the keyboard coding system to the
2125you activate the Windows input method. For example, if you activate 2137appropriate value after you activate the Windows input method. For
2126the Hebrew input method, type "C-x RET k iso-8859-8 RET". (Emacs 2138example, if you activate the Hebrew input method, type this:
2127ought to recognize the Windows language-change event and set up the 2139
2128appropriate keyboard encoding automatically, but it doesn't do that 2140 C-x RET k hebrew-iso-8bit RET
2129yet.) 2141
2142(Emacs ought to recognize the Windows language-change event and set up
2143the appropriate keyboard encoding automatically, but it doesn't do
2144that yet.) In addition, to use these Windows input methods, you
2145should set your "Language for non-Unicode programs" (on Windows XP,
2146this is on the Advanced tab of Regional Settings) to the language of
2147the input method.
2148
2149To bind keys that produce non-ASCII characters with modifiers, you
2150must specify raw byte codes. For instance, if you want to bind
2151META-a-grave to a command, you need to specify this in your `~/.emacs':
2152
2153 (global-set-key [?\M-\340] ...)
2154
2155The above example is for the Latin-1 environment where the byte code
2156of the encoded a-grave is 340 octal. For other environments, use the
2157encoding appropriate to that environment.
2130 2158
2131The %b specifier for format-time-string does not produce abbreviated 2159The %b specifier for format-time-string does not produce abbreviated
2132month names with consistent widths for some locales on some versions 2160month names with consistent widths for some locales on some versions
@@ -2299,6 +2327,30 @@ the Emacs configure script, which should now find the jpeg library.
2299Alternatively, modify the generated src/Makefile to link the .a file 2327Alternatively, modify the generated src/Makefile to link the .a file
2300explicitly, and edit src/config.h to define HAVE_JPEG. 2328explicitly, and edit src/config.h to define HAVE_JPEG.
2301 2329
2330*** `configure' warns ``accepted by the compiler, rejected by the preprocessor''.
2331
2332This indicates a mismatch between the C compiler and preprocessor that
2333configure is using. For example, on Solaris 10 trying to use
2334CC=/opt/SUNWspro/bin/cc (the Sun Studio compiler) together with
2335CPP=/usr/ccs/lib/cpp can result in errors of this form (you may also
2336see the error ``"/usr/include/sys/isa_defs.h", line 500: undefined control'').
2337
2338The solution is to tell configure to use the correct C preprocessor
2339for your C compiler (CPP="/opt/SUNWspro/bin/cc -E" in the above
2340example).
2341
2342*** `configure' fails with ``"junk.c", line 660: invalid input token: 8.elc''
2343
2344The final stage of the Emacs configure process uses the C preprocessor
2345to generate the Makefiles. Errors of this form can occur if the C
2346preprocessor inserts extra whitespace into its output. The solution
2347is to find the switches that stop your preprocessor from inserting extra
2348whitespace, add them to CPPFLAGS, and re-run configure. For example,
2349this error can occur on Solaris 10 when using the Sun Studio compiler
2350``Sun C 5.8'' with its preprocessor CPP="/opt/SUNWspro/bin/cc -E".
2351The relevant switch in this case is "-Xs" (``compile assuming
2352(pre-ANSI) K & R C style code'').
2353
2302** Compilation 2354** Compilation
2303 2355
2304*** Building Emacs over NFS fails with ``Text file busy''. 2356*** Building Emacs over NFS fails with ``Text file busy''.
@@ -2722,6 +2774,13 @@ should now succeed.
2722You need to install a recent version of Texinfo; that package 2774You need to install a recent version of Texinfo; that package
2723supplies the `install-info' command. 2775supplies the `install-info' command.
2724 2776
2777*** Installing to a directory with spaces in the name fails.
2778
2779For example, if you call configure with a directory-related option
2780with spaces in the value, eg --enable-locallisppath='/path/with\ spaces'.
2781Using directory paths with spaces is not supported at this time: you
2782must re-configure without using spaces.
2783
2725** First execution 2784** First execution
2726 2785
2727*** Emacs binary is not in executable format, and cannot be run. 2786*** Emacs binary is not in executable format, and cannot be run.
diff --git a/etc/TODO b/etc/TODO
index 002fc37f5dc..427bbe511aa 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -178,6 +178,8 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
178 178
179** Make byte-compile warn when a doc string is too wide. 179** Make byte-compile warn when a doc string is too wide.
180 180
181** Make byte-optimization warnings issue accurate line numbers.
182
181** A function to check for customizable options that have been 183** A function to check for customizable options that have been
182 set but not saved, and ask the user whether to save them. 184 set but not saved, and ask the user whether to save them.
183 This could go in kill-emacs-query-functions, to remind people 185 This could go in kill-emacs-query-functions, to remind people
@@ -232,6 +234,24 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
232 user-selected input method, with the default being the union of 234 user-selected input method, with the default being the union of
233 latin-1-prefix and latin-1-postfix. 235 latin-1-prefix and latin-1-postfix.
234 236
237** Switch the Windows port to using Unicode keyboard input (maybe).
238 Based on http://msdn2.microsoft.com/en-us/library/ms633586.aspx,
239 this boils down to (1) calling RegisterClassW function to register
240 Emacs windows, and (2) modifying ALL system messages to use Unicode.
241 In particular, WM_CHAR messages, which result from keyboard input,
242 will then come in encoded in UTF-16.
243
244 One advantage of switching to Unicode is to toss encoded-kbd usage,
245 which will solve the problem with binding non-ASCII keys with
246 modifiers.
247
248 Problem: using this on Windows 9x/ME requires installing the
249 Microsoft Layer for Unicode (MSLU), which might not implement all
250 the required functionality that is available built-in on Windows XP
251 and later. We should not make this change if it would pressure
252 users of unauthorized copies of older versions of Windows to
253 downgrade to versions that require activation.
254
235** Implement a clean way to use different major modes for 255** Implement a clean way to use different major modes for
236 different parts of a buffer. This could be useful in editing 256 different parts of a buffer. This could be useful in editing
237 Bison input files, for instance, or other kinds of text 257 Bison input files, for instance, or other kinds of text
@@ -287,7 +307,7 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
287 what else ? 307 what else ?
288 308
289** Provide real menus on ttys. The MS-DOS implementation can serve as 309** Provide real menus on ttys. The MS-DOS implementation can serve as
290 an example how to do part of this. 310 an example how to do part of this; see the XMenu* functions on msdos.c.
291 311
292** Implement popular parts of the rest of the CL functions as compiler 312** Implement popular parts of the rest of the CL functions as compiler
293 macros in cl-macs. 313 macros in cl-macs.
diff --git a/etc/calccard.ps b/etc/calccard.ps
index fc44461a35a..909f6ba8712 100644
--- a/etc/calccard.ps
+++ b/etc/calccard.ps
@@ -4,15 +4,15 @@
4%%Pages: 2 4%%Pages: 2
5%%PageOrder: Ascend 5%%PageOrder: Ascend
6%%Orientation: Landscape 6%%Orientation: Landscape
7%%BoundingBox: 0 0 595 842 7%%BoundingBox: 0 0 612 792
8%%DocumentFonts: CMBX10 CMR8 CMTT8 CMBX8 CMR6 CMSY6 CMTI8 CMMI8 CMSY8 8%%DocumentFonts: CMBX10 CMR8 CMTT8 CMBX8 CMR6 CMSY6 CMTI8 CMMI8 CMSY8
9%%+ CMMI5 CMR5 CMMI7 9%%+ CMMI5 CMR5 CMMI7
10%%DocumentPaperSizes: a4 10%%DocumentPaperSizes: Letter
11%%EndComments 11%%EndComments
12%DVIPSWebPage: (www.radicaleye.com) 12%DVIPSWebPage: (www.radicaleye.com)
13%DVIPSCommandLine: dvips -t landscape calccard.dvi 13%DVIPSCommandLine: dvips -t letter -t landscape calccard.dvi
14%DVIPSParameters: dpi=600 14%DVIPSParameters: dpi=600
15%DVIPSSource: TeX output 2007.02.22:0040 15%DVIPSSource: TeX output 2007.03.22:0020
16%%BeginProcSet: tex.pro 0 0 16%%BeginProcSet: tex.pro 0 0
17%! 17%!
18/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S 18/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@@ -2583,7 +2583,7 @@ B66411138280D7BDE5D23A23C8C5598AADF95F62B4AD41DDE7614971C5D281C6
25830000000000000000000000000000000000000000000000000000000000000000 25830000000000000000000000000000000000000000000000000000000000000000
2584cleartomark 2584cleartomark
2585%%EndFont 2585%%EndFont
2586TeXDict begin 55387786 39139632 1000 600 600 (calccard.dvi) 2586TeXDict begin 52099146 40258431 1000 600 600 (calccard.dvi)
2587@start /Fa 135[38 21[29 74[33 23[{}3 58.1154 /CMMI7 rf 2587@start /Fa 135[38 21[29 74[33 23[{}3 58.1154 /CMMI7 rf
2588/Fb 204[28 28 28 28 48[{}4 41.511 /CMR5 rf /Fc 145[37 2588/Fb 204[28 28 28 28 48[{}4 41.511 /CMR5 rf /Fc 145[37
258931[45 19[19 58[{}3 41.511 /CMMI5 rf /Fd 143[59 75[71 258931[45 19[19 58[{}3 41.511 /CMMI5 rf /Fd 143[59 75[71
@@ -2616,7 +2616,9 @@ rf /Fm 141[57 3[76 1[38 5[42 63 76 61 1[67 11[106 2[103
2616%%BeginSetup 2616%%BeginSetup
2617%%Feature: *Resolution 600dpi 2617%%Feature: *Resolution 600dpi
2618TeXDict begin 2618TeXDict begin
2619%%PaperSize: A4 2619%%BeginPaperSize: Letter
2620letter
2621%%EndPaperSize
2620 @landscape end 2622 @landscape end
2621%%EndSetup 2623%%EndSetup
2622%%Page: 1 1 2624%%Page: 1 1
diff --git a/etc/dired-ref.ps b/etc/dired-ref.ps
index cd7c2c9a6ed..fa1a86f27ad 100644
--- a/etc/dired-ref.ps
+++ b/etc/dired-ref.ps
@@ -1,16 +1,16 @@
1%!PS-Adobe-2.0 1%!PS-Adobe-2.0
2%%Creator: dvips(k) 5.95b Copyright 2005 Radical Eye Software 2%%Creator: dvips(k) 5.95a Copyright 2005 Radical Eye Software
3%%Title: dired-ref.dvi 3%%Title: dired-ref.dvi
4%%Pages: 1 4%%Pages: 1
5%%PageOrder: Ascend 5%%PageOrder: Ascend
6%%BoundingBox: 0 0 595 842 6%%BoundingBox: 0 0 612 792
7%%DocumentFonts: CMBX10 CMR8 CMBX8 CMTT8 CMR6 CMSY6 7%%DocumentFonts: CMBX10 CMR8 CMBX8 CMTT8 CMR6 CMSY6
8%%DocumentPaperSizes: a4 8%%DocumentPaperSizes: Letter
9%%EndComments 9%%EndComments
10%DVIPSWebPage: (www.radicaleye.com) 10%DVIPSWebPage: (www.radicaleye.com)
11%DVIPSCommandLine: dvips dired-ref.dvi 11%DVIPSCommandLine: dvips -t letter dired-ref.dvi
12%DVIPSParameters: dpi=600 12%DVIPSParameters: dpi=600
13%DVIPSSource: TeX output 2007.03.19:1902 13%DVIPSSource: TeX output 2007.03.22:2035
14%%BeginProcSet: tex.pro 0 0 14%%BeginProcSet: tex.pro 0 0
15%! 15%!
16/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S 16/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@@ -1723,7 +1723,7 @@ B41CB92E669C8D95250C3FC45A05478B2D6B7E01D6315E222E22509CEF3275E4
17230000000000000000000000000000000000000000000000000000000000000000 17230000000000000000000000000000000000000000000000000000000000000000
1724cleartomark 1724cleartomark
1725%%EndFont 1725%%EndFont
1726TeXDict begin 39139632 55387786 1000 600 600 (dired-ref.dvi) 1726TeXDict begin 40258431 52099146 1000 600 600 (dired-ref.dvi)
1727@start /Fa 242[61 13[{}1 49.8132 /CMSY6 rf /Fb 134[32 1727@start /Fa 242[61 13[{}1 49.8132 /CMSY6 rf /Fb 134[32
172832 43 32 34 24 24 24 1[34 30 34 50 18 32 1[18 34 30 19 172832 43 32 34 24 24 24 1[34 30 34 50 18 32 1[18 34 30 19
172927 34 27 34 30 11[45 1[34 44 1[41 1[45 54 3[22 1[47 39 172927 34 27 34 30 11[45 1[34 44 1[41 1[45 54 3[22 1[47 39
@@ -1748,7 +1748,9 @@ rf end
1748%%BeginSetup 1748%%BeginSetup
1749%%Feature: *Resolution 600dpi 1749%%Feature: *Resolution 600dpi
1750TeXDict begin 1750TeXDict begin
1751%%PaperSize: A4 1751%%BeginPaperSize: Letter
1752letter
1753%%EndPaperSize
1752 end 1754 end
1753%%EndSetup 1755%%EndSetup
1754%%Page: 1 1 1756%%Page: 1 1
diff --git a/etc/emacs.py b/etc/emacs.py
index e38ee70fab5..0d0f2e75ed3 100644
--- a/etc/emacs.py
+++ b/etc/emacs.py
@@ -25,20 +25,56 @@ from sets import Set
25 25
26__all__ = ["eexecfile", "eargs", "complete", "ehelp", "eimport", "modpath"] 26__all__ = ["eexecfile", "eargs", "complete", "ehelp", "eimport", "modpath"]
27 27
28def format_exception (filename, should_remove_self):
29 type, value, tb = sys.exc_info ()
30 sys.last_type = type
31 sys.last_value = value
32 sys.last_traceback = tb
33 if type is SyntaxError:
34 try: # parse the error message
35 msg, (dummy_filename, lineno, offset, line) = value
36 except:
37 pass # Not the format we expect; leave it alone
38 else:
39 # Stuff in the right filename
40 value = SyntaxError(msg, (filename, lineno, offset, line))
41 sys.last_value = value
42 res = traceback.format_exception_only (type, value)
43 # There are some compilation errors which do not provide traceback so we
44 # should not massage it.
45 if should_remove_self:
46 tblist = traceback.extract_tb (tb)
47 del tblist[:1]
48 res = traceback.format_list (tblist)
49 if res:
50 res.insert(0, "Traceback (most recent call last):\n")
51 res[len(res):] = traceback.format_exception_only (type, value)
52 # traceback.print_exception(type, value, tb)
53 for line in res: print line,
54
28def eexecfile (file): 55def eexecfile (file):
29 """Execute FILE and then remove it. 56 """Execute FILE and then remove it.
30 Execute the file within the __main__ namespace. 57 Execute the file within the __main__ namespace.
31 If we get an exception, print a traceback with the top frame 58 If we get an exception, print a traceback with the top frame
32 (ourselves) excluded.""" 59 (ourselves) excluded."""
60 # We cannot use real execfile since it has a bug where the file stays
61 # locked forever (under w32) if SyntaxError occurs.
62 # --- code based on code.py and PyShell.py.
33 try: 63 try:
34 try: execfile (file, __main__.__dict__) 64 try:
35 except: 65 source = open (file, "r").read()
36 (type, value, tb) = sys.exc_info () 66 code = compile (source, file, "exec")
37 # Lose the stack frame for this location. 67 # Other exceptions (shouldn't be any...) will (correctly) fall
38 tb = tb.tb_next 68 # through to "final".
39 if tb is None: # print_exception won't do it 69 except (OverflowError, SyntaxError, ValueError):
40 print "Traceback (most recent call last):" 70 # FIXME: When can compile() raise anything else than
41 traceback.print_exception (type, value, tb) 71 # SyntaxError ????
72 format_exception (file, False)
73 return
74 try:
75 exec code in __main__.__dict__
76 except:
77 format_exception (file, True)
42 finally: 78 finally:
43 os.remove (file) 79 os.remove (file)
44 80
diff --git a/etc/fr-refcard.ps b/etc/fr-refcard.ps
index f9f5df21053..d1b8b4322ad 100644
--- a/etc/fr-refcard.ps
+++ b/etc/fr-refcard.ps
@@ -1,17 +1,18 @@
1%!PS-Adobe-2.0 1%!PS-Adobe-2.0
2%%Creator: dvips(k) 5.92b Copyright 2002 Radical Eye Software 2%%Creator: dvips(k) 5.95a Copyright 2005 Radical Eye Software
3%%Title: fr-refcard.dvi 3%%Title: fr-refcard.dvi
4%%Pages: 3 4%%Pages: 3
5%%PageOrder: Ascend 5%%PageOrder: Ascend
6%%Orientation: Landscape 6%%Orientation: Landscape
7%%BoundingBox: 0 0 612 792 7%%BoundingBox: 0 0 595 842
8%%DocumentFonts: CMBX10 CMR8 CMTT8 CMBX8 CMTI8 CMMI8 CMR6 CMSY6 8%%DocumentFonts: CMBX10 CMR8 CMTT8 CMBX8 CMR6 CMSY6 CMTI8 CMMI8
9%%DocumentPaperSizes: a4
9%%EndComments 10%%EndComments
10%DVIPSWebPage: (www.radicaleye.com) 11%DVIPSWebPage: (www.radicaleye.com)
11%DVIPSCommandLine: dvips -t landscape fr-refcard.dvi 12%DVIPSCommandLine: dvips -t a4 -t landscape fr-refcard.dvi
12%DVIPSParameters: dpi=600, compressed 13%DVIPSParameters: dpi=600
13%DVIPSSource: TeX output 2007.03.20:1952 14%DVIPSSource: TeX output 2007.03.22:0018
14%%BeginProcSet: texc.pro 15%%BeginProcSet: tex.pro 0 0
15%! 16%!
16/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S 17/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
17N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72 18N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72
@@ -30,22 +31,10 @@ df-tail}B/dfs{div/sf X/fntrx[sf 0 0 sf neg 0 0]N df-tail}B/E{pop nn A
30definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get 31definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get
31}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub} 32}B/Cx{128 Cd A length 3 sub get sub}B/Cy{Cd A length 2 sub get 127 sub}
32B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr 33B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr
331 add N}if}B/id 0 N/rw 0 N/rc 0 N/gp 0 N/cp 0 N/G 0 N/CharBuilder{save 3 341 add N}if}B/CharBuilder{save 3 1 roll S A/base get 2 index get S
341 roll S A/base get 2 index get S/BitMaps get S get/Cd X pop/ctr 0 N Cdx 35/BitMaps get S get/Cd X pop/ctr 0 N Cdx 0 Cx Cy Ch sub Cx Cw add Cy
350 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx 36setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx sub Cy .1 sub]{Ci}imagemask
36sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{ 37restore}B/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
37rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp
38gp 1 add N A 18 mod S 18 idiv pl S get exec}loop}B/adv{cp add/cp X}B
39/chg{rw cp id gp 4 index getinterval putinterval A gp add/gp X adv}B/nd{
40/cp 0 N rw exit}B/lsh{rw cp 2 copy get A 0 eq{pop 1}{A 255 eq{pop 254}{
41A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy
42get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse}
43ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp
44fillstr 0 4 index getinterval putinterval adv}B/fillstr 18 string 0 1 17
45{2 copy 255 put pop}for N/pl[{adv 1 chg}{adv 1 chg nd}{1 add chg}{1 add
46chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{
471 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop}
48forall N/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn
49/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put 38/BitMaps get S ctr S sf 1 ne{A A length 1 sub A 2 index S get sf div put
50}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{ 39}if put/ctr ctr 1 add N}B/I{cc 1 add D}B/bop{userdict/bop-hook known{
51bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A 40bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A
@@ -69,202 +58,7 @@ p -2 w}B/o{p -1 w}B/q{p 1 w}B/r{p 2 w}B/s{p 3 w}B/t{p 4 w}B/x{0 S
69rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end 58rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end
70 59
71%%EndProcSet 60%%EndProcSet
72%%BeginProcSet: f7b6d320.enc 61%%BeginProcSet: texps.pro 0 0
73% Thomas Esser, Dec 2002. public domain
74%
75% Encoding for:
76% cmb10 cmbx10 cmbx12 cmbx5 cmbx6 cmbx7 cmbx8 cmbx9 cmbxsl10
77% cmdunh10 cmr10 cmr12 cmr17cmr6 cmr7 cmr8 cmr9 cmsl10 cmsl12 cmsl8
78% cmsl9 cmss10cmss12 cmss17 cmss8 cmss9 cmssbx10 cmssdc10 cmssi10
79% cmssi12 cmssi17 cmssi8cmssi9 cmssq8 cmssqi8 cmvtt10
80%
81/TeXf7b6d320Encoding [
82/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi /Omega
83/ff /fi /fl /ffi /ffl /dotlessi /dotlessj /grave /acute /caron /breve
84/macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
85/suppress /exclam /quotedblright /numbersign /dollar /percent /ampersand
86/quoteright /parenleft /parenright /asterisk /plus /comma /hyphen
87/period /slash /zero /one /two /three /four /five /six /seven /eight
88/nine /colon /semicolon /exclamdown /equal /questiondown /question /at
89/A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W /X
90/Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
91/quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u
92/v /w /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis /suppress
93/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
94/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
95/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
96/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space
97/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi /.notdef
98/.notdef /Omega /ff /fi /fl /ffi /ffl /dotlessi /dotlessj /grave /acute
99/caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE
100/OE /Oslash /suppress /dieresis /.notdef /.notdef /.notdef /.notdef
101/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
102/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
103/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
104/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
105/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
106/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
107/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
108] def
109
110%%EndProcSet
111%%BeginProcSet: 09fbbfac.enc
112% Thomas Esser, Dec 2002. public domain
113%
114% Encoding for:
115% cmsltt10 cmtt10 cmtt12 cmtt8 cmtt9
116/TeX09fbbfacEncoding [
117/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi
118/Omega /arrowup /arrowdown /quotesingle /exclamdown /questiondown
119/dotlessi /dotlessj /grave /acute /caron /breve /macron /ring /cedilla
120/germandbls /ae /oe /oslash /AE /OE /Oslash /visiblespace /exclam
121/quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft
122/parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
123/two /three /four /five /six /seven /eight /nine /colon /semicolon /less
124/equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K /L /M /N
125/O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash /bracketright
126/asciicircum /underscore /quoteleft /a /b /c /d /e /f /g /h /i /j /k /l
127/m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar /braceright
128/asciitilde /dieresis /visiblespace /.notdef /.notdef /.notdef /.notdef
129/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
130/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
131/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
132/.notdef /.notdef /.notdef /space /Gamma /Delta /Theta /Lambda /Xi /Pi
133/Sigma /Upsilon /Phi /Psi /.notdef /.notdef /Omega /arrowup /arrowdown
134/quotesingle /exclamdown /questiondown /dotlessi /dotlessj /grave /acute
135/caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE
136/OE /Oslash /visiblespace /dieresis /.notdef /.notdef /.notdef /.notdef
137/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
138/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
139/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
140/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
141/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
142/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
143/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
144] def
145
146%%EndProcSet
147%%BeginProcSet: 74afc74c.enc
148% Thomas Esser, Dec 2002. public domain
149%
150% Encoding for:
151% cmbxti10 cmff10 cmfi10 cmfib8 cmti10 cmti12 cmti7 cmti8cmti9 cmu10
152%
153/TeX74afc74cEncoding [
154/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi /Omega
155/ff /fi /fl /ffi /ffl /dotlessi /dotlessj /grave /acute /caron /breve
156/macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash
157/suppress /exclam /quotedblright /numbersign /sterling /percent
158/ampersand /quoteright /parenleft /parenright /asterisk /plus /comma
159/hyphen /period /slash /zero /one /two /three /four /five /six /seven
160/eight /nine /colon /semicolon /exclamdown /equal /questiondown /question
161/at /A /B /C /D /E /F /G /H /I /J /K /L /M /N /O /P /Q /R /S /T /U /V /W
162/X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent
163/quoteleft /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p /q /r /s /t /u
164/v /w /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis /suppress
165/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
166/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
167/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
168/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /space
169/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi /.notdef
170/.notdef /Omega /ff /fi /fl /ffi /ffl /dotlessi /dotlessj /grave /acute
171/caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE
172/OE /Oslash /suppress /dieresis /.notdef /.notdef /.notdef /.notdef
173/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
174/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
175/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
176/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
177/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
178/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
179/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
180] def
181
182%%EndProcSet
183%%BeginProcSet: aae443f0.enc
184% Thomas Esser, Dec 2002. public domain
185%
186% Encoding for:
187% cmmi10 cmmi12 cmmi5 cmmi6 cmmi7 cmmi8 cmmi9 cmmib10
188%
189/TeXaae443f0Encoding [
190/Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi /Omega
191/alpha /beta /gamma /delta /epsilon1 /zeta /eta /theta /iota /kappa
192/lambda /mu /nu /xi /pi /rho /sigma /tau /upsilon /phi /chi /psi
193/omega /epsilon /theta1 /pi1 /rho1 /sigma1 /phi1 /arrowlefttophalf
194/arrowleftbothalf /arrowrighttophalf /arrowrightbothalf /arrowhookleft
195/arrowhookright /triangleright /triangleleft /zerooldstyle /oneoldstyle
196/twooldstyle /threeoldstyle /fouroldstyle /fiveoldstyle /sixoldstyle
197/sevenoldstyle /eightoldstyle /nineoldstyle /period /comma /less /slash
198/greater /star /partialdiff /A /B /C /D /E /F /G /H /I /J /K /L /M /N
199/O /P /Q /R /S /T /U /V /W /X /Y /Z /flat /natural /sharp /slurbelow
200/slurabove /lscript /a /b /c /d /e /f /g /h /i /j /k /l /m /n /o /p
201/q /r /s /t /u /v /w /x /y /z /dotlessi /dotlessj /weierstrass /vector
202/tie /psi /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
203/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
204/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
205/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
206/space /Gamma /Delta /Theta /Lambda /Xi /Pi /Sigma /Upsilon /Phi /Psi
207/.notdef /.notdef /Omega /alpha /beta /gamma /delta /epsilon1 /zeta /eta
208/theta /iota /kappa /lambda /mu /nu /xi /pi /rho /sigma /tau /upsilon
209/phi /chi /psi /tie /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
210/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
211/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
212/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
213/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
214/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
215/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
216/.notdef /.notdef /.notdef /.notdef /.notdef
217] def
218
219%%EndProcSet
220%%BeginProcSet: bbad153f.enc
221% Thomas Esser, Dec 2002. public domain
222%
223% Encoding for:
224% cmsy10 cmsy5 cmsy6 cmsy7 cmsy8 cmsy9
225%
226/TeXbbad153fEncoding [
227/minus /periodcentered /multiply /asteriskmath /divide /diamondmath
228/plusminus /minusplus /circleplus /circleminus /circlemultiply
229/circledivide /circledot /circlecopyrt /openbullet /bullet
230/equivasymptotic /equivalence /reflexsubset /reflexsuperset /lessequal
231/greaterequal /precedesequal /followsequal /similar /approxequal
232/propersubset /propersuperset /lessmuch /greatermuch /precedes /follows
233/arrowleft /arrowright /arrowup /arrowdown /arrowboth /arrownortheast
234/arrowsoutheast /similarequal /arrowdblleft /arrowdblright /arrowdblup
235/arrowdbldown /arrowdblboth /arrownorthwest /arrowsouthwest /proportional
236/prime /infinity /element /owner /triangle /triangleinv /negationslash
237/mapsto /universal /existential /logicalnot /emptyset /Rfractur /Ifractur
238/latticetop /perpendicular /aleph /A /B /C /D /E /F /G /H /I /J /K
239/L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /union /intersection
240/unionmulti /logicaland /logicalor /turnstileleft /turnstileright
241/floorleft /floorright /ceilingleft /ceilingright /braceleft /braceright
242/angbracketleft /angbracketright /bar /bardbl /arrowbothv /arrowdblbothv
243/backslash /wreathproduct /radical /coproduct /nabla /integral
244/unionsq /intersectionsq /subsetsqequal /supersetsqequal /section
245/dagger /daggerdbl /paragraph /club /diamond /heart /spade /arrowleft
246/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
247/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
248/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
249/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
250/minus /periodcentered /multiply /asteriskmath /divide /diamondmath
251/plusminus /minusplus /circleplus /circleminus /.notdef /.notdef
252/circlemultiply /circledivide /circledot /circlecopyrt /openbullet
253/bullet /equivasymptotic /equivalence /reflexsubset /reflexsuperset
254/lessequal /greaterequal /precedesequal /followsequal /similar
255/approxequal /propersubset /propersuperset /lessmuch /greatermuch
256/precedes /follows /arrowleft /spade /.notdef /.notdef /.notdef /.notdef
257/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
258/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
259/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
260/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
261/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
262/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
263/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
264] def
265
266%%EndProcSet
267%%BeginProcSet: texps.pro
268%! 62%!
269TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2 63TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2
270index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll 64index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll
@@ -281,6 +75,256 @@ forall Encoding{]exch pop}{cleartomark}ifelse}if/Encoding exch def}def
281end 75end
282 76
283%%EndProcSet 77%%EndProcSet
78%%BeginFont: CMMI8
79%!PS-AdobeFont-1.1: CMMI8 1.100
80%%CreationDate: 1996 Jul 23 07:53:54
81% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
8211 dict begin
83/FontInfo 7 dict dup begin
84/version (1.100) readonly def
85/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
86/FullName (CMMI8) readonly def
87/FamilyName (Computer Modern) readonly def
88/Weight (Medium) readonly def
89/ItalicAngle -14.04 def
90/isFixedPitch false def
91end readonly def
92/FontName /CMMI8 def
93/PaintType 0 def
94/FontType 1 def
95/FontMatrix [0.001 0 0 0.001 0 0] readonly def
96/Encoding 256 array
970 1 255 {1 index exch /.notdef put} for
98dup 58 /period put
99readonly def
100/FontBBox{-24 -250 1110 750}readonly def
101currentdict end
102currentfile eexec
103D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
1043B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
105532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
106B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
107986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
108D919C2DDD26BDC0D99398B9F4D03D6A8F05B47AF95EF28A9C561DBDC98C47CF5
1095250011D19E9366EB6FD153D3A100CAA6212E3D5D93990737F8D326D347B7EDC
1104391C9DF440285B8FC159D0E98D4258FC57892DDF753642CD526A96ACEDA4120
111788F22B1D09F149794E66DD1AC2C2B3BC6FEC59D626F427CD5AE9C54C7F78F62
112C36F49B3C2E5E62AFB56DCEE87445A12A942C14AE618D1FE1B11A9CF9FAA1F32
113617B598CE5058715EF3051E228F72F651040AD99A741F247C68007E68C84E9D1
114D0BF99AA5D777D88A7D3CED2EA67F4AE61E8BC0495E7DA382E82DDB2B009DD63
115532C74E3BE5EC555A014BCBB6AB31B8286D7712E0E926F8696830672B8214E9B
1165D0740C16ADF0AFD47C4938F373575C6CA91E46D88DE24E682DEC44B57EA8AF8
1174E57D45646073250D82C4B50CBBB0B369932618301F3D4186277103B53B3C9E6
118DB42D6B30115F67B9D078220D5752644930643BDF9FACF684EBE13E39B65055E
119B1BD054C324962025EC79E1D155936FE32D9F2224353F2A46C3558EF216F6BB2
120A304BAF752BEEC36C4440B556AEFECF454BA7CBBA7537BCB10EBC21047333A89
1218936419D857CD9F59EBA20B0A3D9BA4A0D3395336B4CDA4BA6451B6E4D1370FA
122D9BDABB7F271BC1C6C48D9DF1E5A6FAE788F5609DE3C48D47A67097C547D9817
123AD3A7CCE2B771843D69F860DA4059A71494281C0AD8D4BAB3F67BB6739723C04
124AE05F9E35B2B2CB9C7874C114F57A185C8563C0DCCA93F8096384D71A2994748
125A3C7C8B8AF54961A8838AD279441D9A5EB6C1FE26C98BD025F353124DA68A827
126AE2AF8D25CA48031C242AA433EEEBB8ABA4B96821786C38BACB5F58C3D5DA011
12785B385124C2B6534F3CD1866AF92009D93B97F763AA3D16684AA65F029E776DA
1283BFB75EDD46D562E6A284DB4F2FDBF7CDE7C1F3772CD7B6FD372842A0E07E3EF
12968A98AB9278ADC2D35891543F57ED6DCFE8923368D556F1A8B3E35863112F409
130FBE67FC270328312BAA43A9A372C510717B50AAB01A1E02A9982113E2D7C601C
131B0BDA1C0E081E546A97647B74EE5194C57ACD62502B329FED4D966BDEB4028F0
132F082EDD5DFC8387653D620E9E73FDCE3C155347D5929C3A24D6121AEA46BBF3A
133B1C8A4793FB7F21C84400912C27D9AB0845537103553BF8F
1340000000000000000000000000000000000000000000000000000000000000000
1350000000000000000000000000000000000000000000000000000000000000000
1360000000000000000000000000000000000000000000000000000000000000000
1370000000000000000000000000000000000000000000000000000000000000000
1380000000000000000000000000000000000000000000000000000000000000000
1390000000000000000000000000000000000000000000000000000000000000000
1400000000000000000000000000000000000000000000000000000000000000000
1410000000000000000000000000000000000000000000000000000000000000000
142cleartomark
143%%EndFont
144%%BeginFont: CMTI8
145%!PS-AdobeFont-1.1: CMTI8 1.0
146%%CreationDate: 1991 Aug 18 21:07:42
147% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
14811 dict begin
149/FontInfo 7 dict dup begin
150/version (1.0) readonly def
151/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
152/FullName (CMTI8) readonly def
153/FamilyName (Computer Modern) readonly def
154/Weight (Medium) readonly def
155/ItalicAngle -14.04 def
156/isFixedPitch false def
157end readonly def
158/FontName /CMTI8 def
159/PaintType 0 def
160/FontType 1 def
161/FontMatrix [0.001 0 0 0.001 0 0] readonly def
162/Encoding 256 array
1630 1 255 {1 index exch /.notdef put} for
164dup 45 /hyphen put
165dup 97 /a put
166dup 98 /b put
167dup 99 /c put
168dup 100 /d put
169dup 101 /e put
170dup 103 /g put
171dup 105 /i put
172dup 108 /l put
173dup 109 /m put
174dup 110 /n put
175dup 111 /o put
176dup 112 /p put
177dup 114 /r put
178dup 115 /s put
179dup 116 /t put
180dup 117 /u put
181dup 121 /y put
182readonly def
183/FontBBox{-35 -250 1190 750}readonly def
184currentdict end
185currentfile eexec
186D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
1873B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
188532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
189B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
190986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
191D919C2DDD26BDC0D99398B9F4D03D6A8F05B47AF95EF28A9C561DBDC98C47CF5
192525003F3DAD7933EB57E7DB1462E9D906F6D8F5BF740206C1EC5F36E00AAFF68
193F3EF6F3A2540E5F9564D1C215BC1E7E69C7D04DA5DB1CF195613C9CBF4BAA360
19484AEF3E10E24877FBE36AD731DC97305BDE6DB1F934909FAF60B8E28561FBC57
1950F5B6225425BFDE8F0C71CD4507B82FF803E9A301397975E38A259DE1E1B4FC0
19606BB1DC2D45B987A2268A77CE8DC025CB0D1B39788BBEE149103950650171C94
1975FED1063050A90BD38605BD9365D1C2AE42A7DA3DDB9A263FE10BD487F63D908
198D4F02758BD9D7BE53E6353A25BEFA29E42B50C1D078A8B3A746EEDB381CCE36C
19993FC4BD1A8D1D6ACD0D355E948CFE397B74D243EB51597D251D0BAE6884D70E8
200FEE119462E1939A9783414DF59EEA5FF1529F13869D1FF0A44935C5198CC5DAA
201E1FD2A17AEEBF4974052D06734A409E26C457C06700C55896C90BB33E044A737
20246590D9FA242819B9527FD59818D8829D4EB2D26A34CC05A2CC063E66F2DF193
2038E4F9670014BC243180E45B51DDB05AD1E6A7F619EE1CE09CFC1A4F02CB7270E
2044482FEDF673EDED38EF3173C475C34BFB3F6623C5E942A7797FEDDD0EF1D54E9
2051D90D7076C0A9687E334907C22F2E7C603388D8D626B0E5A62B7543DCBB575D7
2069A6BE1528EC9BC18570001092524E4FBB02F3B29293BCB4F0EF14A2DD9DB22A5
207BB33455799E8120D2A4862424AA4A382972E2845E042506FC8F6E201D11DD0F2
20809FAD8DC29C3E12B66293ACBFB13FA0F26238981F2CD52B47A8CDE6DF5CDFAAF
2093113E1A6366B806EABA9C34E5D41167CD10D7B639021FB4CFDAE28CE72A93F3C
210E8929A4BB6D48613A88F926E0EB1BE5F6E29CA5350841244E1718987727B7245
211E7DDE2528073015C64AEE3BF18734A0C48AFF16A354C14E1A6D9D5DC96C06E02
2123A1FE4AF93E8349C3293F62C3466B67D25A9533C6DAA4514EA201B79042CB220
21343B3B60E13200B4F47011F95BA2EF1D6548218DCDBC1B00CCAE375F91EB60E32
2149F1198D74BC3768101AB5F2E7BDEA9FE5C1379341C604D835B50B671793DD7EF
215605F60048FC9761FE50647C15C2424EABDC9AF4257F915282EFF1CF447EA3F0B
216EE81FB67B04703215DB6AB3E47B7EE06435234C834DF84A3E0F99D753D596305
21785DD514BA3C5ACCD8BF6BC804AEA170A32B2080B694CF7FE994228ECCAD86C4B
218CB8B963E84D46ED86B2D43DADB277A79DD100777CB0F2022C8AC9DA77D500C73
219D6E15540121B6D82457096083526C7E2697F776239E02C3E64D25AFBFB58474E
220E82672F2FBEA78ED5DCA1BB4FCD627BAAB6AB50232EDBE99D6CC51A287F80DCF
22114CC7DE3DCFF47A1DFA130CF7F502193C6C00B1A7A1515FF7374351238158B97
222AA26F0F2773E81CD03F4A398BEFBDCB450F0FA6450FD48B5A69E37B036BE5F85
2230F0B1AAAB2CF3098AEF32B0902398A6A9E1DB5A0C42DD39E3208C4F8BBEC0A98
22435FC84FF5EB2293644F7E6EF28FAF5F6E5205029CCFF7342BC276958EFFD7817
2255D9F367C6FF151B12353BE9DDCF75196F2C8C8C889BB097A3D9D8FF5D77A7184
226D9F3EAC4493E94DC73886AFD7652ADBF562189B0B85FA5AEA4CA44558D70A408
2274A276D6B0BCF6ED2F5E42E97933AEC978D286B3D0A99C6C7AB10AC6D1C36B07D
228EA2F47489D4C2A55A6902C665B7321DD5324C6CE172349E5C6561B5F1CBBFD6E
229B5FBBB914307020B218D68C45BB2E9A0BE81C9E8D5D71BC7851CD2922656337A
2309659E8E0A8F240903FC34DA589EC6D1FE6CF17D238576472C0CD1E0EB21A46B5
2315B9DACB6CA3B094E51386E45C506D55EE3AC95AF333EBD0305084697383F054D
23261680900B82CB80D030270CA9C614A373B0B5B26F8465AE581967C6A336D8C44
23321CED60606DF99F05AFC4C37F53D2D97450B78F1211A2682414780DFF7F6AC6E
234750071385D6DC87B58D3D13E286F70B11A692F4BF57BC828C6AA98C44EFE13F8
23544535F79F5458B03AAE3ECEBF2EFD4AA83316E839EF7EBADEA22C17FF039FA85
236498379D857AE78AC68CCC7D1EB2FE84D465AA452F43EC1AFEFE568E42F13E0BC
2371CDF5C873F8E3952713BD9A472E6FC9CDE8DDD9281EE3554C22A0D591C91D3E4
2380B3162930BB6F0AC229EE1C847EC39BF81DDDE1A0B0EC7BC51A05AE93B3A891A
2393FEB85C68C88AADD29FD39F9DB30FB250D41EBB1124ED0069CDC49B3359D8689
24005DCE2A27EFF35751E51E2C4AEA7DC8B2AF546AB58D6BE81DDD38A3A0833AB62
241E54F54ABC2BB67EF06678D0AA3AB0B240FDFD510404D87A1EA75D5005984B7D0
242DE9EE818E8F99BA9FD646FEAB795E5048E0710CEB0CBD8CA39754BCF7957C646
243532525C2B94D55B1AF534778D653BD50DCECF8DFA4CFD08092AA4DD3D8BB43E9
2446F40CE1B0B25287C46AA961061A0AE3714A465E39694B6E62410ECB1F409F939
24551CE57A12C3CB5B4332A3BDEF4C13917982A0A4527440CAD427F1284E6534D68
246201DA7E10B4DC25CCD025DB0D7E0906C59E235CBF747ED10C3300C1BA42BF434
2471A3C9605F0D568CD938B0DEB5C5E8390309BDFA89EFA3E5F226A24910EAB3791
2480361A08FE539B158072E96BC988AB061736F7DD19DEB61DB5738F2B43682C3E7
24912D709F9E149DA4602201AD24F42BBBEDA49118A93A7F26B703AECDE574441EE
250DAF7C634669C0D907B18BF4EAE198E9F3DD8F743FDBDBB2FF8C6650F17115FFF
251890F0FA7B873022FABADAD05C42B65FE98E870568D2CF828CDFF7C1EEEB5BF4B
2525E695EA05518191A5E8D34EB22091935E0816F8B49AFDCC44811D12D3CA85A57
2538C67D67D400ECEBADAABDC5F7D4E1DE4E330FD1A954B925E2A5B1D0CFF2D80D5
254F668367C28480C7EC3359C781279E8928DB03E274855F7001ABCCE243ED7C259
25567D4705EE2211FEF30D8E82F9EA0838B905A9FB986D1DD200524B74EC4B1AF8B
256A0216BBCE594588D8C28A527BC85306960D73D85D96B652B88462881EA065E0C
25784485D21B22E71768A81037FA08C48EA83AEC7118DA808CC62783E7DFB121A87
2580A8DA5BC6AD5B8C8ABD057D94DCD627E2CF3D6AACC031BCD50FF49C658EABCF1
259E6ED48E7B3A550782F077CCE21EFB7368B0D12EDF21BDA1DCD30D523A8B94729
2601E339B18677721963F0F9FF961CA6B065A881546683125114FB8BFBF996BA299
2619CA4E3F5BD5C0D614E2515BB6AAFD9D16E1F0C0409A524D91DAD55BB9630C810
262B1DF32BC5820AA059559A5095BF09750F21E3AECAD39CDB3277D06B78E2A0A08
263533EF557F6815F1C361B2417D27F7D9EFA5C2DB0B2655938C8E9E1E36C411E70
2647D57FD9EAFA6FD2C4D3A40D2F35C176E0522C6D0969A2DB598553D9C0A1940D2
265F3D8241AB8DB63E8426BF19B093D99DECC9E2633FE5C77EE55951036A7E19CC6
26627A2DDA74A95F870306ACF9945AA4FE9E10F1FBC43830B2D817016290E50F988
2677283F8E409B5BD2048CF8E8465DC3EC57EE47A7BB678093183B453FC60A8CD67
2686CE6E21A859B1EEACCB9E0A3DC1AEF41C74FE0E0245587A5E1F107BBA11C2B86
26991690DB7158BDAA3F2D82A820A36B3684CC11CCC4802C5F8135FAABDDD50091E
27097AE58FE38F088A7348D08F1B9A14BFEB8E97D81066D5C244DBDD9ABECECE72C
2716A91E31A815E2B22652F7813BDF07DEF9CBD0E8BB6E7999511289A0CE3CCF502
27214D9A77E29615479657F8BE9AA3EBAC9DD08A04EE7A160A1C528BD6C2CE79E67
2738913543117C32977841E710DCE7C0DAE68888C8EBEBD9883B9F9AF86B1C5790E
274E520337D14F18FB14686356E4F1248B3E884634480E683DDDFE4B0221AF0825C
275AF3B27DC3156F1E0B5E8D75063A10A81A78698BE4E1A4C2F49D2E530AF1ED966
2768EF252D3CBEACAD0394B9546D51768C195A23A041EC1E3F21AC91C498515EDCF
2775A9977F9D72ADBBED88D5E3FFEC64A087FAB9DBDB268608247B977E435E4CE34
278F0C543383384541FF88669E53446065864769D5D3957C64011D7C93FC147B093
2799FA961A60BDDF97F1A3BF53CC18D306DFCFE04DF980F026428E84140542171F0
280F706A48EDEC416DC58F006761686EBA99598962F6E1BEC8E78AEA474CF0AD890
281A72B9906BC891564ECD5440FE6047DB452171AF35C33C24D8A23E41C112D93B5
282F1B422386DFBE80ABBF7BD43F152F0451B7B0DB2D71B75575CB5256C94F40AE2
283E8DB4CABF990502BD74BE028E14C1972E666932E04E79B743B3357737F31D08B
284EB9755DF6C89C185A7F13DA21A6E6E526A9089B11C6BB1F5247E31685B028F52
285555F98CAB929558BA7BCDEAE76F93E7B00B214543EBEA0FA375B624B4553C133
28616D6E2B846FAA862F9DCBD8FCB2A59EADE462BC8FDF8DC56B888C6C5ECF9BBB2
2874197F4DDA197A9405F639643A4334545A8004F05963A05747B4905A319411086
2889A691FF410F400E7E569CF8EA99102A57A569C223B8CF8A4B285ADAEDB238FB4
2895FCCC3A9EB063BFB1F9263D8B31D8AE580B6B8F1F311388B509E224F7E600A98
290DE394C80D1CC6391D45160FC7CE92B0CD7E74B0844DD0F3562B14833A563FE6A
291E5942191AA6BAE176278E9EC30533FE310F0694745C024929A65E4C411DAAF0C
292F3539203284EDADDC1E27FF0EC2FED41AAD7A3CDCBF2B4177647CAEFA2FDD380
293F6483BB02F87E1B66F1F5F8B23DE0ED2EAF4C540A5D392D6B49B0BDF15DEDC09
29413DF0F14E0E49389A82445230CB58704CDF21591EC4E721119F4786523A16BA1
29595F9288C0704DE543FD38496FC59B15143CA8BA06584BE7E6C9F09DD4F207C09
296F2086D39D48B652E45BD2FC4E2C4BC1FE534CC1109E177C7494E0914CD0E45BB
297C8461B6A6FEAC2A2742CB9B3441DB0340DA91F6C6BA5EF79D6363F68A52F3300
2987CF46E9F6D5A7E33762852D4BA13A1825AFCF10B00CF175EB0059D272DBAB911
29930D027A1C1AAF745E0D69B71FB455C1363AF42B7A00B142D9C8ADDF4CE9801AF
30071C666C1A6773BF48F35076FED27423E1CD18139F3D8B0A3E1AE44C55382FC66
301942021B7C1E3451D679218810F816DA083A644A378D6ADEECCC212169B96FEBF
302744AD8C249E092F87CE696C926ED9E61B728674F39DFB645FF5AA6D742B73CF3
30337536ABDB80094DD7CB7D0FC30B6370F8CF9B145F65F4220FA592AF67383108C
3043739E4FD2E0878AF00DDEE092CCD14B1E749941F342701F07097A4DF0EE5AB3A
305B3D9BFE0B1060ADAFA7D4E3392218E5A7AEFE4CC01827ACD6903C2412270367B
306FC75D8C1E290C5489BF2ADE1B3FA6E11B5BCF37FFBC42D0B3E7A7435D6AA7E8F
30762B96A05C15CF7025EE1B0D9CC2580A11A1F187DE686E6F8ABBE658382B212CC
308D9BAB099DD7ED5EC269FF8CAC8C16E101B7AFE3BF9854884FF0746A1B0423FFC
309468342D5D31CEA0EDD7EB5FEEDDB129B7C55DDA20291A18592079BD75D8DCFA1
3102182EB1AB128A319FFB027164B5F9505754A4B1C8DFAD7FF0C892D97FEA8F506
311C65585142BB9F986886117C7CFC66EE962D1609DC1DD36930A6525D1ED03AA93
312282605FCC5C7C651D657EB8ED0A55EE348994C18FF6AEF1D8D669273B6EE450E
313709E6F60358F225E209AD70E96778E8375F41BCEFF74D46D595C0819C85E60DC
314DB702C6AB7E90FEA2EB9EC299FDA15BE8A807EEBEB1BAFD628BB94B1E28EBD60
315B6DAFF828C2C80821C8ECE963DC90E750EB00E3418BD0858AC6595012D32C308
316DDF9F30191779BFD58D93AF0DFEDE67AD6902FCF8C953CF52188311EDD0D005C
317BD31ADEE0825CE1C25725EA2D6C9E5D8D9034C
3180000000000000000000000000000000000000000000000000000000000000000
3190000000000000000000000000000000000000000000000000000000000000000
3200000000000000000000000000000000000000000000000000000000000000000
3210000000000000000000000000000000000000000000000000000000000000000
3220000000000000000000000000000000000000000000000000000000000000000
3230000000000000000000000000000000000000000000000000000000000000000
3240000000000000000000000000000000000000000000000000000000000000000
3250000000000000000000000000000000000000000000000000000000000000000
326cleartomark
327%%EndFont
284%%BeginFont: CMSY6 328%%BeginFont: CMSY6
285%!PS-AdobeFont-1.1: CMSY6 1.0 329%!PS-AdobeFont-1.1: CMSY6 1.0
286%%CreationDate: 1991 Aug 15 07:21:34 330%%CreationDate: 1991 Aug 15 07:21:34
@@ -301,10 +345,9 @@ end readonly def
301/FontMatrix [0.001 0 0 0.001 0 0] readonly def 345/FontMatrix [0.001 0 0 0.001 0 0] readonly def
302/Encoding 256 array 346/Encoding 256 array
3030 1 255 {1 index exch /.notdef put} for 3470 1 255 {1 index exch /.notdef put} for
304dup 0 /.notdef put 348dup 13 /circlecopyrt put
305readonly def 349readonly def
306/FontBBox{-4 -948 1329 786}readonly def 350/FontBBox{-4 -948 1329 786}readonly def
307/UniqueID 5000816 def
308currentdict end 351currentdict end
309currentfile eexec 352currentfile eexec
310D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964 353D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964
@@ -358,10 +401,60 @@ end readonly def
358/FontMatrix [0.001 0 0 0.001 0 0] readonly def 401/FontMatrix [0.001 0 0 0.001 0 0] readonly def
359/Encoding 256 array 402/Encoding 256 array
3600 1 255 {1 index exch /.notdef put} for 4030 1 255 {1 index exch /.notdef put} for
361dup 0 /.notdef put 404dup 18 /grave put
405dup 19 /acute put
406dup 24 /cedilla put
407dup 39 /quoteright put
408dup 44 /comma put
409dup 45 /hyphen put
410dup 46 /period put
411dup 48 /zero put
412dup 49 /one put
413dup 50 /two put
414dup 51 /three put
415dup 53 /five put
416dup 54 /six put
417dup 55 /seven put
418dup 65 /A put
419dup 66 /B put
420dup 67 /C put
421dup 69 /E put
422dup 70 /F put
423dup 71 /G put
424dup 73 /I put
425dup 74 /J put
426dup 77 /M put
427dup 78 /N put
428dup 80 /P put
429dup 83 /S put
430dup 85 /U put
431dup 86 /V put
432dup 97 /a put
433dup 98 /b put
434dup 99 /c put
435dup 100 /d put
436dup 101 /e put
437dup 102 /f put
438dup 103 /g put
439dup 104 /h put
440dup 105 /i put
441dup 107 /k put
442dup 108 /l put
443dup 109 /m put
444dup 110 /n put
445dup 111 /o put
446dup 112 /p put
447dup 113 /q put
448dup 114 /r put
449dup 115 /s put
450dup 116 /t put
451dup 117 /u put
452dup 118 /v put
453dup 119 /w put
454dup 121 /y put
455dup 122 /z put
362readonly def 456readonly def
363/FontBBox{-20 -250 1193 750}readonly def 457/FontBBox{-20 -250 1193 750}readonly def
364/UniqueID 5000789 def
365currentdict end 458currentdict end
366currentfile eexec 459currentfile eexec
367D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 460D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
@@ -645,241 +738,6 @@ C7C3F47741E0C8427FA2511D5FDB08F03555E7D4B2CFE592EF027D7FF58199A6
6450000000000000000000000000000000000000000000000000000000000000000 7380000000000000000000000000000000000000000000000000000000000000000
646cleartomark 739cleartomark
647%%EndFont 740%%EndFont
648%%BeginFont: CMMI8
649%!PS-AdobeFont-1.1: CMMI8 1.100
650%%CreationDate: 1996 Jul 23 07:53:54
651% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
65211 dict begin
653/FontInfo 7 dict dup begin
654/version (1.100) readonly def
655/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
656/FullName (CMMI8) readonly def
657/FamilyName (Computer Modern) readonly def
658/Weight (Medium) readonly def
659/ItalicAngle -14.04 def
660/isFixedPitch false def
661end readonly def
662/FontName /CMMI8 def
663/PaintType 0 def
664/FontType 1 def
665/FontMatrix [0.001 0 0 0.001 0 0] readonly def
666/Encoding 256 array
6670 1 255 {1 index exch /.notdef put} for
668dup 0 /.notdef put
669readonly def
670/FontBBox{-24 -250 1110 750}readonly def
671/UniqueID 5087383 def
672currentdict end
673currentfile eexec
674D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
6753B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
676532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
677B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
678986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
679D919C2DDD26BDC0D99398B9F4D03D6A8F05B47AF95EF28A9C561DBDC98C47CF5
6805250011D19E9366EB6FD153D3A100CAA6212E3D5D93990737F8D326D347B7EDC
6814391C9DF440285B8FC159D0E98D4258FC57892DDF753642CD526A96ACEDA4120
682788F22B1D09F149794E66DD1AC2C2B3BC6FEC59D626F427CD5AE9C54C7F78F62
683C36F49B3C2E5E62AFB56DCEE87445A12A942C14AE618D1FE1B11A9CF9FAA1F32
684617B598CE5058715EF3051E228F72F651040AD99A741F247C68007E68C84E9D1
685D0BF99AA5D777D88A7D3CED2EA67F4AE61E8BC0495E7DA382E82DDB2B009DD63
686532C74E3BE5EC555A014BCBB6AB31B8286D7712E0E926F8696830672B8214E9B
6875D0740C16ADF0AFD47C4938F373575C6CA91E46D88DE24E682DEC44B57EA8AF8
6884E57D45646073250D82C4B50CBBB0B369932618301F3D4186277103B53B3C9E6
689DB42D6B30115F67B9D078220D5752644930643BDF9FACF684EBE13E39B65055E
690B1BD054C324962025EC79E1D155936FE32D9F2224353F2A46C3558EF216F6BB2
691A304BAF752BEEC36C4440B556AEFECF454BA7CBBA7537BCB10EBC21047333A89
6928936419D857CD9F59EBA20B0A3D9BA4A0D3395336B4CDA4BA6451B6E4D1370FA
693D9BDABB7F271BC1C6C48D9DF1E5A6FAE788F5609DE3C48D47A67097C547D9817
694AD3A7CCE2B771843D69F860DA4059A71494281C0AD8D4BAB3F67BB6739723C04
695AE05F9E35B2B2CB9C7874C114F57A185C8563C0DCCA93F8096384D71A2994748
696A3C7C8B8AF54961A8838AD279441D9A5EB6C1FE26C98BD025F353124DA68A827
697AE2AF8D25CA48031C242AA433EEEBB8ABA4B96821786C38BACB5F58C3D5DA011
69885B385124C2B6534F3CD1866AF92009D93B97F763AA3D16684AA65F029E776DA
6993BFB75EDD46D562E6A284DB4F2FDBF7CDE7C1F3772CD7B6FD372842A0E07E3EF
70068A98AB9278ADC2D35891543F57ED6DCFE8923368D556F1A8B3E35863112F409
701FBE67FC270328312BAA43A9A372C510717B50AAB01A1E02A9982113E2D7C601C
702B0BDA1C0E081E546A97647B74EE5194C57ACD62502B329FED4D966BDEB4028F0
703F082EDD5DFC8387653D620E9E73FDCE3C155347D5929C3A24D6121AEA46BBF3A
704B1C8A4793FB7F21C84400912C27D9AB0845537103553BF8F
7050000000000000000000000000000000000000000000000000000000000000000
7060000000000000000000000000000000000000000000000000000000000000000
7070000000000000000000000000000000000000000000000000000000000000000
7080000000000000000000000000000000000000000000000000000000000000000
7090000000000000000000000000000000000000000000000000000000000000000
7100000000000000000000000000000000000000000000000000000000000000000
7110000000000000000000000000000000000000000000000000000000000000000
7120000000000000000000000000000000000000000000000000000000000000000
713cleartomark
714%%EndFont
715%%BeginFont: CMTI8
716%!PS-AdobeFont-1.1: CMTI8 1.0
717%%CreationDate: 1991 Aug 18 21:07:42
718% Copyright (C) 1997 American Mathematical Society. All Rights Reserved.
71911 dict begin
720/FontInfo 7 dict dup begin
721/version (1.0) readonly def
722/Notice (Copyright (C) 1997 American Mathematical Society. All Rights Reserved) readonly def
723/FullName (CMTI8) readonly def
724/FamilyName (Computer Modern) readonly def
725/Weight (Medium) readonly def
726/ItalicAngle -14.04 def
727/isFixedPitch false def
728end readonly def
729/FontName /CMTI8 def
730/PaintType 0 def
731/FontType 1 def
732/FontMatrix [0.001 0 0 0.001 0 0] readonly def
733/Encoding 256 array
7340 1 255 {1 index exch /.notdef put} for
735dup 0 /.notdef put
736readonly def
737/FontBBox{-35 -250 1190 750}readonly def
738/UniqueID 5000826 def
739currentdict end
740currentfile eexec
741D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE
7423B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B
743532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470
744B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B
745986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE
746D919C2DDD26BDC0D99398B9F4D03D6A8F05B47AF95EF28A9C561DBDC98C47CF5
747525003F3DAD7933EB57E7DB1462E9D906F6D8F5BF740206C1EC5F36E00AAFF68
748F3EF6F3A2540E5F9564D1C215BC1E7E69C7D04DA5DB1CF195613C9CBF4BAA360
74984AEF3E10E24877FBE36AD731DC97305BDE6DB1F934909FAF60B8E28561FBC57
7500F5B6225425BFDE8F0C71CD4507B82FF803E9A301397975E38A259DE1E1B4FC0
75106BB1DC2D45B987A2268A77CE8DC025CB0D1B39788BBEE149103950650171C94
7525FED1063050A90BD38605BD9365D1C2AE42A7DA3DDB9A263FE10BD487F63D908
753D4F02758BD9D7BE53E6353A25BEFA29E42B50C1D078A8B3A746EEDB381CCE36C
75493FC4BD1A8D1D6ACD0D355E948CFE397B74D243EB51597D251D0BAE6884D70E8
755FEE119462E1939A9783414DF59EEA5FF1529F13869D1FF0A44935C5198CC5DAA
756E1FD2A17AEEBF4974052D06734A409E26C457C06700C55896C90BB33E044A737
75746590D9FA242819B9527FD59818D8829D4EB2D26A34CC05A2CC063E66F2DF193
7588E4F9670014BC243180E45B51DDB05AD1E6A7F619EE1CE09CFC1A4F02CB7270E
7594482FEDF673EDED38EF3173C475C34BFB3F6623C5E942A7797FEDDD0EF1D54E9
7601D90D7076C0A9687E334907C22F2E7C603388D8D626B0E5A62B7543DCBB575D7
7619A6BE1528EC9BC18570001092524E4FBB02F3B29293BCB4F0EF14A2DD9DB22A5
762BB33455799E8120D2A4862424AA4A382972E2845E042506FC8F6E201D11DD0F2
76309FAD8DC29C3E12B66293ACBFB13FA0F26238981F2CD52B47A8CDE6DF5CDFAAF
7643113E1A6366B806EABA9C34E5D41167CD10D7B639021FB4CFDAE28CE72A93F3C
765E8929A4BB6D48613A88F926E0EB1BE5F6E29CA5350841244E1718987727B7245
766E7DDE2528073015C64AEE3BF18734A0C48AFF16A354C14E1A6D9D5DC96C06E02
7673A1FE4AF93E8349C3293F62C3466B67D25A9533C6DAA4514EA201B79042CB220
76843B3B60E13200B4F47011F95BA2EF1D6548218DCDBC1B00CCAE375F91EB60E32
7699F1198D74BC3768101AB5F2E7BDEA9FE5C1379341C604D835B50B671793DD7EF
770605F60048FC9761FE50647C15C2424EABDC9AF4257F915282EFF1CF447EA3F0B
771EE81FB67B04703215DB6AB3E47B7EE06435234C834DF84A3E0F99D753D596305
77285DD514BA3C5ACCD8BF6BC804AEA170A32B2080B694CF7FE994228ECCAD86C4B
773CB8B963E84D46ED86B2D43DADB277A79DD100777CB0F2022C8AC9DA77D500C73
774D6E15540121B6D82457096083526C7E2697F776239E02C3E64D25AFBFB58474E
775E82672F2FBEA78ED5DCA1BB4FCD627BAAB6AB50232EDBE99D6CC51A287F80DCF
77614CC7DE3DCFF47A1DFA130CF7F502193C6C00B1A7A1515FF7374351238158B97
777AA26F0F2773E81CD03F4A398BEFBDCB450F0FA6450FD48B5A69E37B036BE5F85
7780F0B1AAAB2CF3098AEF32B0902398A6A9E1DB5A0C42DD39E3208C4F8BBEC0A98
77935FC84FF5EB2293644F7E6EF28FAF5F6E5205029CCFF7342BC276958EFFD7817
7805D9F367C6FF151B12353BE9DDCF75196F2C8C8C889BB097A3D9D8FF5D77A7184
781D9F3EAC4493E94DC73886AFD7652ADBF562189B0B85FA5AEA4CA44558D70A408
7824A276D6B0BCF6ED2F5E42E97933AEC978D286B3D0A99C6C7AB10AC6D1C36B07D
783EA2F47489D4C2A55A6902C665B7321DD5324C6CE172349E5C6561B5F1CBBFD6E
784B5FBBB914307020B218D68C45BB2E9A0BE81C9E8D5D71BC7851CD2922656337A
7859659E8E0A8F240903FC34DA589EC6D1FE6CF17D238576472C0CD1E0EB21A46B5
7865B9DACB6CA3B094E51386E45C506D55EE3AC95AF333EBD0305084697383F054D
78761680900B82CB80D030270CA9C614A373B0B5B26F8465AE581967C6A336D8C44
78821CED60606DF99F05AFC4C37F53D2D97450B78F1211A2682414780DFF7F6AC6E
789750071385D6DC87B58D3D13E286F70B11A692F4BF57BC828C6AA98C44EFE13F8
79044535F79F5458B03AAE3ECEBF2EFD4AA83316E839EF7EBADEA22C17FF039FA85
791498379D857AE78AC68CCC7D1EB2FE84D465AA452F43EC1AFEFE568E42F13E0BC
7921CDF5C873F8E3952713BD9A472E6FC9CDE8DDD9281EE3554C22A0D591C91D3E4
7930B3162930BB6F0AC229EE1C847EC39BF81DDDE1A0B0EC7BC51A05AE93B3A891A
7943FEB85C68C88AADD29FD39F9DB30FB250D41EBB1124ED0069CDC49B3359D8689
79505DCE2A27EFF35751E51E2C4AEA7DC8B2AF546AB58D6BE81DDD38A3A0833AB62
796E54F54ABC2BB67EF06678D0AA3AB0B240FDFD510404D87A1EA75D5005984B7D0
797DE9EE818E8F99BA9FD646FEAB795E5048E0710CEB0CBD8CA39754BCF7957C646
798532525C2B94D55B1AF534778D653BD50DCECF8DFA4CFD08092AA4DD3D8BB43E9
7996F40CE1B0B25287C46AA961061A0AE3714A465E39694B6E62410ECB1F409F939
80051CE57A12C3CB5B4332A3BDEF4C13917982A0A4527440CAD427F1284E6534D68
801201DA7E10B4DC25CCD025DB0D7E0906C59E235CBF747ED10C3300C1BA42BF434
8021A3C9605F0D568CD938B0DEB5C5E8390309BDFA89EFA3E5F226A24910EAB3791
8030361A08FE539B158072E96BC988AB061736F7DD19DEB61DB5738F2B43682C3E7
80412D709F9E149DA4602201AD24F42BBBEDA49118A93A7F26B703AECDE574441EE
805DAF7C634669C0D907B18BF4EAE198E9F3DD8F743FDBDBB2FF8C6650F17115FFF
806890F0FA7B873022FABADAD05C42B65FE98E870568D2CF828CDFF7C1EEEB5BF4B
8075E695EA05518191A5E8D34EB22091935E0816F8B49AFDCC44811D12D3CA85A57
8088C67D67D400ECEBADAABDC5F7D4E1DE4E330FD1A954B925E2A5B1D0CFF2D80D5
809F668367C28480C7EC3359C781279E8928DB03E274855F7001ABCCE243ED7C259
81067D4705EE2211FEF30D8E82F9EA0838B905A9FB986D1DD200524B74EC4B1AF8B
811A0216BBCE594588D8C28A527BC85306960D73D85D96B652B88462881EA065E0C
81284485D21B22E71768A81037FA08C48EA83AEC7118DA808CC62783E7DFB121A87
8130A8DA5BC6AD5B8C8ABD057D94DCD627E2CF3D6AACC031BCD50FF49C658EABCF1
814E6ED48E7B3A550782F077CCE21EFB7368B0D12EDF21BDA1DCD30D523A8B94729
8151E339B18677721963F0F9FF961CA6B065A881546683125114FB8BFBF996BA299
8169CA4E3F5BD5C0D614E2515BB6AAFD9D16E1F0C0409A524D91DAD55BB9630C810
817B1DF32BC5820AA059559A5095BF09750F21E3AECAD39CDB3277D06B78E2A0A08
818533EF557F6815F1C361B2417D27F7D9EFA5C2DB0B2655938C8E9E1E36C411E70
8197D57FD9EAFA6FD2C4D3A40D2F35C176E0522C6D0969A2DB598553D9C0A1940D2
820F3D8241AB8DB63E8426BF19B093D99DECC9E2633FE5C77EE55951036A7E19CC6
82127A2DDA74A95F870306ACF9945AA4FE9E10F1FBC43830B2D817016290E50F988
8227283F8E409B5BD2048CF8E8465DC3EC57EE47A7BB678093183B453FC60A8CD67
8236CE6E21A859B1EEACCB9E0A3DC1AEF41C74FE0E0245587A5E1F107BBA11C2B86
82491690DB7158BDAA3F2D82A820A36B3684CC11CCC4802C5F8135FAABDDD50091E
82597AE58FE38F088A7348D08F1B9A14BFEB8E97D81066D5C244DBDD9ABECECE72C
8266A91E31A815E2B22652F7813BDF07DEF9CBD0E8BB6E7999511289A0CE3CCF502
82714D9A77E29615479657F8BE9AA3EBAC9DD08A04EE7A160A1C528BD6C2CE79E67
8288913543117C32977841E710DCE7C0DAE68888C8EBEBD9883B9F9AF86B1C5790E
829E520337D14F18FB14686356E4F1248B3E884634480E683DDDFE4B0221AF0825C
830AF3B27DC3156F1E0B5E8D75063A10A81A78698BE4E1A4C2F49D2E530AF1ED966
8318EF252D3CBEACAD0394B9546D51768C195A23A041EC1E3F21AC91C498515EDCF
8325A9977F9D72ADBBED88D5E3FFEC64A087FAB9DBDB268608247B977E435E4CE34
833F0C543383384541FF88669E53446065864769D5D3957C64011D7C93FC147B093
8349FA961A60BDDF97F1A3BF53CC18D306DFCFE04DF980F026428E84140542171F0
835F706A48EDEC416DC58F006761686EBA99598962F6E1BEC8E78AEA474CF0AD890
836A72B9906BC891564ECD5440FE6047DB452171AF35C33C24D8A23E41C112D93B5
837F1B422386DFBE80ABBF7BD43F152F0451B7B0DB2D71B75575CB5256C94F40AE2
838E8DB4CABF990502BD74BE028E14C1972E666932E04E79B743B3357737F31D08B
839EB9755DF6C89C185A7F13DA21A6E6E526A9089B11C6BB1F5247E31685B028F52
840555F98CAB929558BA7BCDEAE76F93E7B00B214543EBEA0FA375B624B4553C133
84116D6E2B846FAA862F9DCBD8FCB2A59EADE462BC8FDF8DC56B888C6C5ECF9BBB2
8424197F4DDA197A9405F639643A4334545A8004F05963A05747B4905A319411086
8439A691FF410F400E7E569CF8EA99102A57A569C223B8CF8A4B285ADAEDB238FB4
8445FCCC3A9EB063BFB1F9263D8B31D8AE580B6B8F1F311388B509E224F7E600A98
845DE394C80D1CC6391D45160FC7CE92B0CD7E74B0844DD0F3562B14833A563FE6A
846E5942191AA6BAE176278E9EC30533FE310F0694745C024929A65E4C411DAAF0C
847F3539203284EDADDC1E27FF0EC2FED41AAD7A3CDCBF2B4177647CAEFA2FDD380
848F6483BB02F87E1B66F1F5F8B23DE0ED2EAF4C540A5D392D6B49B0BDF15DEDC09
84913DF0F14E0E49389A82445230CB58704CDF21591EC4E721119F4786523A16BA1
85095F9288C0704DE543FD38496FC59B15143CA8BA06584BE7E6C9F09DD4F207C09
851F2086D39D48B652E45BD2FC4E2C4BC1FE534CC1109E177C7494E0914CD0E45BB
852C8461B6A6FEAC2A2742CB9B3441DB0340DA91F6C6BA5EF79D6363F68A52F3300
8537CF46E9F6D5A7E33762852D4BA13A1825AFCF10B00CF175EB0059D272DBAB911
85430D027A1C1AAF745E0D69B71FB455C1363AF42B7A00B142D9C8ADDF4CE9801AF
85571C666C1A6773BF48F35076FED27423E1CD18139F3D8B0A3E1AE44C55382FC66
856942021B7C1E3451D679218810F816DA083A644A378D6ADEECCC212169B96FEBF
857744AD8C249E092F87CE696C926ED9E61B728674F39DFB645FF5AA6D742B73CF3
85837536ABDB80094DD7CB7D0FC30B6370F8CF9B145F65F4220FA592AF67383108C
8593739E4FD2E0878AF00DDEE092CCD14B1E749941F342701F07097A4DF0EE5AB3A
860B3D9BFE0B1060ADAFA7D4E3392218E5A7AEFE4CC01827ACD6903C2412270367B
861FC75D8C1E290C5489BF2ADE1B3FA6E11B5BCF37FFBC42D0B3E7A7435D6AA7E8F
86262B96A05C15CF7025EE1B0D9CC2580A11A1F187DE686E6F8ABBE658382B212CC
863D9BAB099DD7ED5EC269FF8CAC8C16E101B7AFE3BF9854884FF0746A1B0423FFC
864468342D5D31CEA0EDD7EB5FEEDDB129B7C55DDA20291A18592079BD75D8DCFA1
8652182EB1AB128A319FFB027164B5F9505754A4B1C8DFAD7FF0C892D97FEA8F506
866C65585142BB9F986886117C7CFC66EE962D1609DC1DD36930A6525D1ED03AA93
867282605FCC5C7C651D657EB8ED0A55EE348994C18FF6AEF1D8D669273B6EE450E
868709E6F60358F225E209AD70E96778E8375F41BCEFF74D46D595C0819C85E60DC
869DB702C6AB7E90FEA2EB9EC299FDA15BE8A807EEBEB1BAFD628BB94B1E28EBD60
870B6DAFF828C2C80821C8ECE963DC90E750EB00E3418BD0858AC6595012D32C308
871DDF9F30191779BFD58D93AF0DFEDE67AD6902FCF8C953CF52188311EDD0D005C
872BD31ADEE0825CE1C25725EA2D6C9E5D8D9034C
8730000000000000000000000000000000000000000000000000000000000000000
8740000000000000000000000000000000000000000000000000000000000000000
8750000000000000000000000000000000000000000000000000000000000000000
8760000000000000000000000000000000000000000000000000000000000000000
8770000000000000000000000000000000000000000000000000000000000000000
8780000000000000000000000000000000000000000000000000000000000000000
8790000000000000000000000000000000000000000000000000000000000000000
8800000000000000000000000000000000000000000000000000000000000000000
881cleartomark
882%%EndFont
883%%BeginFont: CMBX8 741%%BeginFont: CMBX8
884%!PS-AdobeFont-1.1: CMBX8 1.0 742%!PS-AdobeFont-1.1: CMBX8 1.0
885%%CreationDate: 1991 Aug 20 16:36:07 743%%CreationDate: 1991 Aug 20 16:36:07
@@ -900,10 +758,34 @@ end readonly def
900/FontMatrix [0.001 0 0 0.001 0 0] readonly def 758/FontMatrix [0.001 0 0 0.001 0 0] readonly def
901/Encoding 256 array 759/Encoding 256 array
9020 1 255 {1 index exch /.notdef put} for 7600 1 255 {1 index exch /.notdef put} for
903dup 0 /.notdef put 761dup 12 /fi put
762dup 18 /grave put
763dup 19 /acute put
764dup 39 /quoteright put
765dup 45 /hyphen put
766dup 97 /a put
767dup 98 /b put
768dup 99 /c put
769dup 100 /d put
770dup 101 /e put
771dup 102 /f put
772dup 103 /g put
773dup 104 /h put
774dup 105 /i put
775dup 108 /l put
776dup 109 /m put
777dup 110 /n put
778dup 111 /o put
779dup 112 /p put
780dup 113 /q put
781dup 114 /r put
782dup 115 /s put
783dup 116 /t put
784dup 117 /u put
785dup 118 /v put
786dup 120 /x put
904readonly def 787readonly def
905/FontBBox{-59 -250 1235 750}readonly def 788/FontBBox{-59 -250 1235 750}readonly def
906/UniqueID 5000766 def
907currentdict end 789currentdict end
908currentfile eexec 790currentfile eexec
909D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 791D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
@@ -1079,10 +961,82 @@ end readonly def
1079/FontMatrix [0.001 0 0 0.001 0 0] readonly def 961/FontMatrix [0.001 0 0 0.001 0 0] readonly def
1080/Encoding 256 array 962/Encoding 256 array
10810 1 255 {1 index exch /.notdef put} for 9630 1 255 {1 index exch /.notdef put} for
1082dup 0 /.notdef put 964dup 33 /exclam put
965dup 34 /quotedbl put
966dup 35 /numbersign put
967dup 36 /dollar put
968dup 37 /percent put
969dup 39 /quoteright put
970dup 40 /parenleft put
971dup 41 /parenright put
972dup 42 /asterisk put
973dup 43 /plus put
974dup 44 /comma put
975dup 45 /hyphen put
976dup 46 /period put
977dup 47 /slash put
978dup 48 /zero put
979dup 49 /one put
980dup 50 /two put
981dup 51 /three put
982dup 52 /four put
983dup 53 /five put
984dup 58 /colon put
985dup 60 /less put
986dup 62 /greater put
987dup 63 /question put
988dup 64 /at put
989dup 65 /A put
990dup 66 /B put
991dup 67 /C put
992dup 68 /D put
993dup 69 /E put
994dup 70 /F put
995dup 71 /G put
996dup 76 /L put
997dup 77 /M put
998dup 80 /P put
999dup 82 /R put
1000dup 83 /S put
1001dup 84 /T put
1002dup 87 /W put
1003dup 91 /bracketleft put
1004dup 92 /backslash put
1005dup 93 /bracketright put
1006dup 94 /asciicircum put
1007dup 95 /underscore put
1008dup 96 /quoteleft put
1009dup 97 /a put
1010dup 98 /b put
1011dup 99 /c put
1012dup 100 /d put
1013dup 101 /e put
1014dup 102 /f put
1015dup 103 /g put
1016dup 104 /h put
1017dup 105 /i put
1018dup 106 /j put
1019dup 107 /k put
1020dup 108 /l put
1021dup 109 /m put
1022dup 110 /n put
1023dup 111 /o put
1024dup 112 /p put
1025dup 113 /q put
1026dup 114 /r put
1027dup 115 /s put
1028dup 116 /t put
1029dup 117 /u put
1030dup 118 /v put
1031dup 119 /w put
1032dup 120 /x put
1033dup 121 /y put
1034dup 122 /z put
1035dup 123 /braceleft put
1036dup 124 /bar put
1037dup 125 /braceright put
1083readonly def 1038readonly def
1084/FontBBox{-5 -232 545 699}readonly def 1039/FontBBox{-5 -232 545 699}readonly def
1085/UniqueID 5000830 def
1086currentdict end 1040currentdict end
1087currentfile eexec 1041currentfile eexec
1088D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 1042D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
@@ -1481,10 +1435,54 @@ end readonly def
1481/FontMatrix [0.001 0 0 0.001 0 0] readonly def 1435/FontMatrix [0.001 0 0 0.001 0 0] readonly def
1482/Encoding 256 array 1436/Encoding 256 array
14830 1 255 {1 index exch /.notdef put} for 14370 1 255 {1 index exch /.notdef put} for
1484dup 0 /.notdef put 1438dup 12 /fi put
1439dup 18 /grave put
1440dup 19 /acute put
1441dup 39 /quoteright put
1442dup 45 /hyphen put
1443dup 65 /A put
1444dup 67 /C put
1445dup 68 /D put
1446dup 69 /E put
1447dup 70 /F put
1448dup 71 /G put
1449dup 73 /I put
1450dup 74 /J put
1451dup 76 /L put
1452dup 77 /M put
1453dup 78 /N put
1454dup 79 /O put
1455dup 80 /P put
1456dup 81 /Q put
1457dup 82 /R put
1458dup 83 /S put
1459dup 84 /T put
1460dup 85 /U put
1461dup 86 /V put
1462dup 94 /circumflex put
1463dup 97 /a put
1464dup 98 /b put
1465dup 99 /c put
1466dup 100 /d put
1467dup 101 /e put
1468dup 102 /f put
1469dup 103 /g put
1470dup 104 /h put
1471dup 105 /i put
1472dup 108 /l put
1473dup 109 /m put
1474dup 110 /n put
1475dup 111 /o put
1476dup 112 /p put
1477dup 113 /q put
1478dup 114 /r put
1479dup 115 /s put
1480dup 116 /t put
1481dup 117 /u put
1482dup 118 /v put
1483dup 120 /x put
1485readonly def 1484readonly def
1486/FontBBox{-301 -250 1164 946}readonly def 1485/FontBBox{-301 -250 1164 946}readonly def
1487/UniqueID 5000768 def
1488currentdict end 1486currentdict end
1489currentfile eexec 1487currentfile eexec
1490D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 1488D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
@@ -1794,10 +1792,69 @@ end readonly def
1794/FontMatrix [0.001 0 0 0.001 0 0] readonly def 1792/FontMatrix [0.001 0 0 0.001 0 0] readonly def
1795/Encoding 256 array 1793/Encoding 256 array
17960 1 255 {1 index exch /.notdef put} for 17940 1 255 {1 index exch /.notdef put} for
1797dup 0 /.notdef put 1795dup 11 /ff put
1796dup 12 /fi put
1797dup 14 /ffi put
1798dup 16 /dotlessi put
1799dup 18 /grave put
1800dup 19 /acute put
1801dup 27 /oe put
1802dup 34 /quotedblright put
1803dup 39 /quoteright put
1804dup 40 /parenleft put
1805dup 41 /parenright put
1806dup 44 /comma put
1807dup 45 /hyphen put
1808dup 46 /period put
1809dup 49 /one put
1810dup 50 /two put
1811dup 57 /nine put
1812dup 58 /colon put
1813dup 65 /A put
1814dup 67 /C put
1815dup 68 /D put
1816dup 69 /E put
1817dup 70 /F put
1818dup 71 /G put
1819dup 73 /I put
1820dup 76 /L put
1821dup 78 /N put
1822dup 80 /P put
1823dup 82 /R put
1824dup 83 /S put
1825dup 85 /U put
1826dup 88 /X put
1827dup 92 /quotedblleft put
1828dup 94 /circumflex put
1829dup 97 /a put
1830dup 98 /b put
1831dup 99 /c put
1832dup 100 /d put
1833dup 101 /e put
1834dup 102 /f put
1835dup 103 /g put
1836dup 104 /h put
1837dup 105 /i put
1838dup 106 /j put
1839dup 107 /k put
1840dup 108 /l put
1841dup 109 /m put
1842dup 110 /n put
1843dup 111 /o put
1844dup 112 /p put
1845dup 113 /q put
1846dup 114 /r put
1847dup 115 /s put
1848dup 116 /t put
1849dup 117 /u put
1850dup 118 /v put
1851dup 119 /w put
1852dup 120 /x put
1853dup 121 /y put
1854dup 122 /z put
1855dup 123 /endash put
1798readonly def 1856readonly def
1799/FontBBox{-36 -250 1070 750}readonly def 1857/FontBBox{-36 -250 1070 750}readonly def
1800/UniqueID 5000791 def
1801currentdict end 1858currentdict end
1802currentfile eexec 1859currentfile eexec
1803D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 1860D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891
@@ -2130,496 +2187,496 @@ E1A74AC8024558EE17551D308B1593F1E2A4D23FD570BC70E035B232D946FB9C
21300000000000000000000000000000000000000000000000000000000000000000 21870000000000000000000000000000000000000000000000000000000000000000
2131cleartomark 2188cleartomark
2132%%EndFont 2189%%EndFont
2133TeXDict begin 52099146 40258431 1000 600 600 (fr-refcard.dvi) 2190TeXDict begin 55387786 39139632 1000 600 600 (fr-refcard.dvi)
2134@start /Fa 242[61 13[{ TeXbbad153fEncoding ReEncodeFont }1 2191@start /Fa 197[20 58[{}1 66.4176 /CMMI8 rf /Fb 134[35
213549.8132 /CMSY6 rf /Fb 133[27 32 1[43 32 34 24 24 24 32 21923[38 24 29 30 1[36 36 40 58 18 2[22 1[33 1[33 36 33 33
219336 51[26 45[{}18 66.4176 /CMTI8 rf /Fc 242[61 13[{}1
219449.8132 /CMSY6 rf /Fd 133[27 32 1[43 32 34 24 24 24 32
213634 30 34 50 18 32 1[18 34 30 19 27 34 27 34 30 10[45 219534 30 34 50 18 32 1[18 34 30 19 27 34 27 34 30 10[45
213745 1[34 2[41 1[45 54 2[31 22 1[47 39 41 1[43 42 45 9[30 219645 1[34 2[41 1[45 54 2[31 22 1[47 39 41 1[43 42 45 9[30
213830 30 1[30 30 30 30 1[18 21 18 4[18 14[27 4[30 30 18[{ 219730 30 1[30 30 30 30 1[18 21 18 4[18 14[27 4[30 30 18[{}52
2139 TeXf7b6d320Encoding ReEncodeFont }52 49.8132 /CMR6 rf 219849.8132 /CMR6 rf /Fe 135[43 1[43 45 32 32 34 43 45 41
2140/Fc 197[20 58[{ TeXaae443f0Encoding ReEncodeFont }1 66.4176
2141/CMMI8 rf /Fd 134[35 3[38 24 29 30 1[36 36 40 58 18 2[22
21421[33 1[33 36 33 33 36 51[26 45[{ TeX74afc74cEncoding ReEncodeFont }18
214366.4176 /CMTI8 rf /Fe 135[43 1[43 45 32 32 34 43 45 41
214445 68 23 2[23 45 41 25 37 45 36 45 40 51[27 5[23 19[41 219945 68 23 2[23 45 41 25 37 45 36 45 40 51[27 5[23 19[41
214541 5[45 12[{ TeXf7b6d320Encoding ReEncodeFont }26 66.4176 220041 5[45 12[{}26 66.4176 /CMBX8 rf /Ff 130[35 35 35 35
2146/CMBX8 rf /Ff 130[35 35 35 35 35 35 35 35 35 35 35 35
214735 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 220135 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35
214835 35 35 35 35 3[35 2[35 35 35 1[35 2[35 35 4[35 35 35 220235 35 35 35 35 35 35 35 35 35 35 35 35 3[35 2[35 35 35
214935 35 35 35 35 35 35 1[35 1[35 4[35 35 35 35 35 35 35 22031[35 2[35 35 4[35 35 35 35 35 35 35 35 35 35 1[35 1[35
215035 35 35 35 35 35 35 35 1[35 35 35 35 35 33[{ 22044[35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 1[35 35
2151 TeX09fbbfacEncoding ReEncodeFont }74 66.4176 /CMTT8 220535 35 35 33[{}74 66.4176 /CMTT8 rf /Fg 135[60 1[60 64
2152rf /Fg 135[60 1[60 64 45 45 47 60 64 57 64 95 32 2[32 220645 45 47 60 64 57 64 95 32 2[32 64 57 35 53 64 51 64
215364 57 35 53 64 51 64 56 2[57 7[87 1[80 64 86 86 78 86 220756 2[57 7[87 1[80 64 86 86 78 86 1[109 69 1[59 43 2[72
21541[109 69 1[59 43 2[72 75 88 83 1[87 19[38 5[32 19[57 220875 88 83 1[87 19[38 5[32 19[57 57 5[64 12[{}43 99.6264
215557 5[64 12[{ TeXf7b6d320Encoding ReEncodeFont }43 99.6264
2156/CMBX10 rf /Fh 132[35 31 37 37 51 37 39 27 28 28 37 39 2209/CMBX10 rf /Fh 132[35 31 37 37 51 37 39 27 28 28 37 39
215735 39 59 20 37 22 20 39 35 22 31 39 31 39 35 2[35 1[35 221035 39 59 20 37 22 20 39 35 22 31 39 31 39 35 2[35 1[35
21583[53 2[53 1[39 52 1[48 1[53 1[44 2[25 1[55 46 48 54 51 22113[53 2[53 1[39 52 1[48 1[53 1[44 2[25 1[55 46 48 54 51
21591[53 6[20 35 6[35 35 2[20 24 20 2[27 27 20 4[35 6[55 22121[53 6[20 35 6[35 35 2[20 24 20 2[27 27 20 4[35 6[55
21607[35 35 1[20 1[59 1[39 41 11[{ TeXf7b6d320Encoding ReEncodeFont }61 22137[35 35 1[20 1[59 1[39 41 11[{}61 66.4176 /CMR8 rf /Fi
216166.4176 /CMR8 rf /Fi 139[53 54 57 3[76 115 6[42 63 76 2214139[53 54 57 3[76 115 6[42 63 76 61 1[67 11[106 6[108
216261 1[67 11[106 6[108 6[108 1[90 1[99 47[69 19[{ 22156[108 1[90 1[99 47[69 19[{}16 119.552 /CMBX10 rf end
2163 TeXf7b6d320Encoding ReEncodeFont }16 119.552 /CMBX10
2164rf end
2165%%EndProlog 2216%%EndProlog
2166%%BeginSetup 2217%%BeginSetup
2167%%Feature: *Resolution 600dpi 2218%%Feature: *Resolution 600dpi
2168TeXDict begin 2219TeXDict begin
2220%%BeginPaperSize: a4
2221a4
2222%%EndPaperSize
2169 @landscape end 2223 @landscape end
2170%%EndSetup 2224%%EndSetup
2171%%Page: 1 1 2225%%Page: 1 1
2172TeXDict begin @landscape 1 0 bop -540 -364 a Fi(Carte)46 2226TeXDict begin @landscape 1 0 bop -540 -364 a Fi(Carte)46
2173b(de)g(r)m(\023)-66 b(ef)m(\023)g(erence)46 b(de)g(GNU)f(Emacs)205 2227b(de)g(r)m(\023)-66 b(ef)m(\023)g(erence)46 b(de)g(GNU)f(Emacs)205
2174-272 y Fh(\(p)r(our)24 b(la)f(v)n(ersion)h(22\))-450 2228-280 y Fh(\(p)r(our)24 b(la)f(v)n(ersion)h(22\))-450
2175-65 y Fg(Lancemen)m(t)36 b(d'Emacs)-450 85 y Fh(P)n(our)22 2229-101 y Fg(Lancemen)m(t)36 b(d'Emacs)-450 12 y Fh(P)n(our)22
2176b(lancer)h(GNU)g(Emacs)f(22,)h(il)f(su\016t)h(de)g(tap)r(er)g(son)f 2230b(lancer)h(GNU)g(Emacs)f(22,)h(il)f(su\016t)h(de)g(tap)r(er)g(son)f
2177(nom)h(:)31 b Ff(emacs)-450 177 y Fh(P)n(our)24 b(c)n(harger)g(un)g 2231(nom)h(:)31 b Ff(emacs)-450 106 y Fh(P)n(our)24 b(c)n(harger)g(un)g
2178(\014c)n(hier)f(\022)-35 b(a)22 b(\023)-33 b(editer,)24 2232(\014c)n(hier)f(\022)-35 b(a)22 b(\023)-33 b(editer,)24
2179b(v)n(oir)f(Fic)n(hiers,)g(ci-dessous.)-450 380 y Fg(Quitter)37 2233b(v)n(oir)f(Fic)n(hiers,)g(ci-dessous.)-450 280 y Fg(Quitter)37
2180b(Emacs)-450 563 y Fh(susp)r(end)24 b(Emacs)g(\(ou)h(l'iconi\014e)e 2234b(Emacs)-450 434 y Fh(susp)r(end)24 b(Emacs)g(\(ou)h(l'iconi\014e)e
2181(sous)h(X\))379 b Ff(C-z)-450 669 y Fh(quitter)24 b(d)n(\023)-33 2235(sous)h(X\))379 b Ff(C-z)-450 540 y Fh(quitter)24 b(d)n(\023)-33
2182b(e\014nitiv)n(emen)n(t)26 b(Emacs)616 b Ff(C-x)36 b(C-c)-450 2236b(e\014nitiv)n(emen)n(t)26 b(Emacs)616 b Ff(C-x)36 b(C-c)-450
2183888 y Fg(Fic)m(hiers)-450 1051 y Fe(lire)23 b Fh(un)h(\014c)n(hier)f 2237731 y Fg(Fic)m(hiers)-450 866 y Fe(lire)23 b Fh(un)h(\014c)n(hier)f
2184(dans)h(Emacs)694 b Ff(C-x)36 b(C-f)-450 1157 y Fe(sauv)n(egarder)22 2238(dans)h(Emacs)694 b Ff(C-x)36 b(C-f)-450 972 y Fe(sauv)n(egarder)22
2185b Fh(un)i(\014c)n(hier)g(sur)f(disque)439 b Ff(C-x)36 2239b Fh(un)i(\014c)n(hier)g(sur)f(disque)439 b Ff(C-x)36
2186b(C-s)-450 1264 y Fh(sauv)n(egarder)25 b Fe(tous)e Fh(les)g(\014c)n 2240b(C-s)-450 1078 y Fh(sauv)n(egarder)25 b Fe(tous)e Fh(les)g(\014c)n
2187(hiers)633 b Ff(C-x)36 b(s)-450 1370 y Fe(ins)n(\023)-39 2241(hiers)633 b Ff(C-x)36 b(s)-450 1184 y Fe(ins)n(\023)-39
2188b(erer)23 b Fh(le)h(con)n(ten)n(u)h(d'un)f(autre)g(\014c)n(hier)g(dans) 2242b(erer)23 b Fh(le)h(con)n(ten)n(u)h(d'un)f(autre)g(\014c)n(hier)g(dans)
2189g(ce)-379 1476 y(tamp)r(on)1204 b Ff(C-x)36 b(i)-450 2243g(ce)-379 1291 y(tamp)r(on)1204 b Ff(C-x)36 b(i)-450
21901582 y Fh(remplacer)24 b(ce)g(\014c)n(hier)g(par)f(le)h(\014c)n(hier)f 22441397 y Fh(remplacer)24 b(ce)g(\014c)n(hier)g(par)f(le)h(\014c)n(hier)f
2191(v)n(oulu)312 b Ff(C-x)36 b(C-v)-452 1689 y Fh(\023)-33 2245(v)n(oulu)312 b Ff(C-x)36 b(C-v)-452 1503 y Fh(\023)-33
2192b(ecrire)23 b(le)h(tamp)r(on)g(dans)g(un)g(\014c)n(hier)g(donn)n(\023) 2246b(ecrire)23 b(le)h(tamp)r(on)g(dans)g(un)g(\014c)n(hier)g(donn)n(\023)
2193-33 b(e)324 b Ff(C-x)36 b(C-w)-450 1795 y Fh(bascule)24 2247-33 b(e)324 b Ff(C-x)36 b(C-w)-450 1609 y Fh(bascule)24
2194b(du)g(mo)r(de)g(lecture-seule)h(du)f(tamp)r(on)229 b 2248b(du)g(mo)r(de)g(lecture-seule)h(du)f(tamp)r(on)229 b
2195Ff(C-x)36 b(C-q)-450 2014 y Fg(Obtenir)h(de)g(l'aide)-450 2249Ff(C-x)36 b(C-q)-450 1800 y Fg(Obtenir)h(de)g(l'aide)-450
21962164 y Fh(Le)27 b(syst)n(\022)-33 b(eme)27 b(d'aide)g(est)g(simple.)40 22501913 y Fh(Le)27 b(syst)n(\022)-33 b(eme)27 b(d'aide)g(est)g(simple.)40
2197b(F)-6 b(aites)27 b Ff(C-h)h Fh(\(ou)f Ff(F1)p Fh(\))h(et)f(suiv)n(ez)g 2251b(F)-6 b(aites)27 b Ff(C-h)h Fh(\(ou)f Ff(F1)p Fh(\))h(et)f(suiv)n(ez)g
2198(les)-450 2228 y(instructions.)38 b(Si)26 b(v)n(ous)g(d)n(\023)-33 2252(les)-450 1982 y(instructions.)38 b(Si)26 b(v)n(ous)g(d)n(\023)-33
2199b(ebutez,)28 b(faites)e Ff(C-h)36 b(t)26 b Fh(p)r(our)g(suivre)g(un)g 2253b(ebutez,)28 b(faites)e Ff(C-h)36 b(t)26 b Fh(p)r(our)g(suivre)g(un)g
2200Fe(di-)-450 2291 y(dacticiel)p Fh(.)-450 2397 y(supprimer)d(la)g(fen)n 2254Fe(di-)-450 2048 y(dacticiel)p Fh(.)-450 2154 y(supprimer)d(la)g(fen)n
2201(^)-33 b(etre)24 b(d'aide)682 b Ff(C-x)36 b(1)-450 2503 2255(^)-33 b(etre)24 b(d'aide)682 b Ff(C-x)36 b(1)-450 2260
2202y Fh(faire)23 b(d)n(\023)-33 b(e\014ler)24 b(la)f(fen)n(^)-33 2256y Fh(faire)23 b(d)n(\023)-33 b(e\014ler)24 b(la)f(fen)n(^)-33
2203b(etre)24 b(d'aide)645 b Ff(C-M-v)-450 2638 y Fh(aprop)r(os)24 2257b(etre)24 b(d'aide)645 b Ff(C-M-v)-450 2395 y Fh(aprop)r(os)24
2204b(:)35 b(mon)n(trer)24 b(les)f(commandes)i(con)n(tenan)n(t)-379 2258b(:)35 b(mon)n(trer)24 b(les)f(commandes)i(con)n(tenan)n(t)-379
22052745 y(une)f(certaine)h(c)n(ha)-8 b(^)-27 b(\020ne)847 22592501 y(une)f(certaine)h(c)n(ha)-8 b(^)-27 b(\020ne)847
2206b Ff(C-h)36 b(a)-450 2851 y Fh(d)n(\023)-33 b(ecrire)23 2260b Ff(C-h)36 b(a)-450 2608 y Fh(d)n(\023)-33 b(ecrire)23
2207b(la)h(fonction)g(lanc)n(\023)-33 b(ee)25 b(par)f(une)g(touc)n(he)258 2261b(la)h(fonction)g(lanc)n(\023)-33 b(ee)25 b(par)f(une)g(touc)n(he)258
2208b Ff(C-h)36 b(k)-450 2957 y Fh(d)n(\023)-33 b(ecrire)23 2262b Ff(C-h)36 b(k)-450 2714 y Fh(d)n(\023)-33 b(ecrire)23
2209b(une)i(fonction)898 b Ff(C-h)36 b(f)-450 3063 y Fh(obtenir)24 2263b(une)i(fonction)898 b Ff(C-h)36 b(f)-450 2820 y Fh(obtenir)24
2210b(des)g(informations)f(sp)n(\023)-33 b(eci\014ques)25 2264b(des)g(informations)f(sp)n(\023)-33 b(eci\014ques)25
2211b(au)f(mo)r(de)124 b Ff(C-h)36 b(m)-450 3283 y Fg(R)n(\023)-55 2265b(au)f(mo)r(de)124 b Ff(C-h)36 b(m)-450 3011 y Fg(R)n(\023)-55
2212b(ecup)n(\023)g(eration)36 b(des)h(erreurs)-450 3465 2266b(ecup)n(\023)g(eration)36 b(des)h(erreurs)-450 3165
2213y Fe(a)n(v)n(orter)21 b Fh(une)k(commande)f(partiellemen)n(t)h(tap)n 2267y Fe(a)n(v)n(orter)21 b Fh(une)k(commande)f(partiellemen)n(t)h(tap)n
2214(\023)-33 b(ee)-379 3571 y(ou)24 b(ex)n(\023)-33 b(ecut)n(\023)g(ee) 2268(\023)-33 b(ee)-379 3271 y(ou)24 b(ex)n(\023)-33 b(ecut)n(\023)g(ee)
22151084 b Ff(C-g)-450 3678 y Fe(r)n(\023)-39 b(ecup)n(\023)g(erer)24 22691084 b Ff(C-g)-450 3377 y Fe(r)n(\023)-39 b(ecup)n(\023)g(erer)24
2216b Fh(les)f(\014c)n(hier)h(p)r(erdus)g(par)f(un)-379 3784 2270b Fh(les)f(\014c)n(hier)h(p)r(erdus)g(par)f(un)-379 3483
2217y(crash)g(du)h(syst)n(\022)-33 b(eme)669 b Ff(M-x)36 2271y(crash)g(du)h(syst)n(\022)-33 b(eme)669 b Ff(M-x)36
2218b(recover-session)-450 3890 y Fe(ann)n(uler)23 b Fh(une)h(mo)r 2272b(recover-session)-450 3590 y Fe(ann)n(uler)23 b Fh(une)h(mo)r
2219(di\014cation)h(non)f(souhait)n(\023)-33 b(ee)16 b Ff(C-x)36 2273(di\014cation)h(non)f(souhait)n(\023)-33 b(ee)16 b Ff(C-x)36
2220b(u,)g(C-_)g Fh(ou)g Ff(C-/)-450 3996 y Fh(restaurer)24 2274b(u,)g(C-_)g Fh(ou)g Ff(C-/)-450 3696 y Fh(restaurer)24
2221b(un)f(tamp)r(on)i(a)n(v)n(ec)g(son)f(con)n(ten)n(u)-379 2275b(un)f(tamp)r(on)i(a)n(v)n(ec)g(son)f(con)n(ten)n(u)-379
22224103 y(initial)1015 b Ff(M-x)36 b(revert-buffer)-450 22763802 y(initial)1015 b Ff(M-x)36 b(revert-buffer)-450
22234209 y Fh(r)n(\023)-33 b(ea\016c)n(her)24 b(un)e(\023)-33 22773908 y Fh(r)n(\023)-33 b(ea\016c)n(her)24 b(un)e(\023)-33
2224b(ecran)24 b(p)r(erturb)n(\023)-33 b(e)653 b Ff(C-l)1746 2278b(ecran)24 b(p)r(erturb)n(\023)-33 b(e)653 b Ff(C-l)-341
2225-364 y Fg(Rec)m(herc)m(he)36 b(incr)n(\023)-55 b(emen)m(tale)1746 22794131 y Fd(c)-358 4133 y Fc(\015)20 b Fd(2007)j(F)-5 b(ree)21
2226-201 y Fh(rec)n(herc)n(her)24 b(v)n(ers)g(l'a)n(v)l(an)n(t)823 2280b(Soft)n(w)n(are)i(F)-5 b(oundation,)20 b(Inc.)27 b(P)n(ermissions)21
2227b Ff(C-s)1746 -95 y Fh(rec)n(herc)n(her)24 b(v)n(ers)g(l'arri)n(\022) 2281b(au)g(dos.)27 b(v2.3)1746 -364 y Fg(Rec)m(herc)m(he)36
2228-33 b(ere)787 b Ff(C-r)1746 12 y Fh(rec)n(herc)n(her)24 2282b(incr)n(\023)-55 b(emen)m(tale)1746 -230 y Fh(rec)n(herc)n(her)24
2283b(v)n(ers)g(l'a)n(v)l(an)n(t)823 b Ff(C-s)1746 -123 y
2284Fh(rec)n(herc)n(her)24 b(v)n(ers)g(l'arri)n(\022)-33
2285b(ere)787 b Ff(C-r)1746 -17 y Fh(rec)n(herc)n(her)24
2229b(v)n(ers)g(l'a)n(v)l(an)n(t)g(par)g(expression)1817 2286b(v)n(ers)g(l'a)n(v)l(an)n(t)g(par)g(expression)1817
2230118 y(rationnelle)1115 b Ff(C-M-s)1746 224 y Fh(rec)n(herc)n(her)24 228789 y(rationnelle)1115 b Ff(C-M-s)1746 196 y Fh(rec)n(herc)n(her)24
2231b(v)n(ers)g(l'arri)n(\022)-33 b(ere)22 b(par)h(expression)1817 2288b(v)n(ers)g(l'arri)n(\022)-33 b(ere)22 b(par)h(expression)1817
2232330 y(rationnelle)1115 b Ff(C-M-r)1746 465 y Fh(s)n(\023)-33 2289302 y(rationnelle)1115 b Ff(C-M-r)1746 437 y Fh(s)n(\023)-33
2233b(electionner)25 b(la)e(c)n(ha)-8 b(^)-27 b(\020ne)25 2290b(electionner)25 b(la)e(c)n(ha)-8 b(^)-27 b(\020ne)25
2234b(de)f(rec)n(herc)n(he)h(pr)n(\023)-33 b(ec)n(\023)g(eden)n(te)101 2291b(de)f(rec)n(herc)n(he)h(pr)n(\023)-33 b(ec)n(\023)g(eden)n(te)101
2235b Ff(M-p)1746 571 y Fh(s)n(\023)-33 b(electionner)25 2292b Ff(M-p)1746 543 y Fh(s)n(\023)-33 b(electionner)25
2236b(la)e(c)n(ha)-8 b(^)-27 b(\020ne)25 b(de)f(rec)n(herc)n(he)h(suiv)l 2293b(la)e(c)n(ha)-8 b(^)-27 b(\020ne)25 b(de)f(rec)n(herc)n(he)h(suiv)l
2237(an)n(te)176 b Ff(M-n)1746 678 y Fh(sortir)23 b(de)h(la)f(rec)n(herc)n 2294(an)n(te)176 b Ff(M-n)1746 649 y Fh(sortir)23 b(de)h(la)f(rec)n(herc)n
2238(he)i(incr)n(\023)-33 b(emen)n(tale)451 b Ff(RET)1746 2295(he)i(incr)n(\023)-33 b(emen)n(tale)451 b Ff(RET)1746
2239784 y Fh(ann)n(uler)24 b(l'e\013et)g(du)g(dernier)f(caract)n(\022)-33 2296755 y Fh(ann)n(uler)24 b(l'e\013et)g(du)g(dernier)f(caract)n(\022)-33
2240b(ere)446 b Ff(DEL)1746 890 y Fh(ann)n(uler)24 b(la)f(rec)n(herc)n(he)i 2297b(ere)446 b Ff(DEL)1746 862 y Fh(ann)n(uler)24 b(la)f(rec)n(herc)n(he)i
2241(en)f(cours)615 b Ff(C-g)1746 1001 y Fh(Refaites)17 b 2298(en)f(cours)615 b Ff(C-g)1746 972 y Fh(Refaites)17 b
2242Ff(C-s)g Fh(ou)g Ff(C-r)h Fh(p)r(our)e(r)n(\023)-33 b(ep)n(\023)g(eter) 2299Ff(C-s)g Fh(ou)g Ff(C-r)h Fh(p)r(our)e(r)n(\023)-33 b(ep)n(\023)g(eter)
224318 b(la)e(rec)n(herc)n(he)i(dans)f(une)g(direction)1746 230018 b(la)e(rec)n(herc)n(he)i(dans)f(une)g(direction)1746
22441064 y(quelconque.)67 b(Si)34 b(Emacs)h(est)h(encore)g(en)f(train)g(de) 23011038 y(quelconque.)67 b(Si)34 b(Emacs)h(est)h(encore)g(en)f(train)g(de)
2245g(c)n(herc)n(her,)j Ff(C-g)1746 1128 y Fh(n'ann)n(ule)24 2302g(c)n(herc)n(her,)j Ff(C-g)1746 1105 y Fh(n'ann)n(ule)24
2246b(que)h(ce)f(qui)f(n'a)h(pas)e(\023)-33 b(et)n(\023)g(e)25 2303b(que)h(ce)f(qui)f(n'a)h(pas)e(\023)-33 b(et)n(\023)g(e)25
2247b(fait.)1746 1331 y Fg(D)n(\023)-55 b(eplacemen)m(ts)1746 2304b(fait.)1746 1280 y Fg(D)n(\023)-55 b(eplacemen)m(ts)1746
22481489 y Fe(en)n(tit)n(\023)-39 b(e)26 b(sur)i(laquelle)e(se)h(d)n(\023) 23051409 y Fe(en)n(tit)n(\023)-39 b(e)26 b(sur)i(laquelle)e(se)h(d)n(\023)
2249-39 b(eplacer)210 b(en)28 b(arri)n(\022)-39 b(ere)69 2306-39 b(eplacer)210 b(en)28 b(arri)n(\022)-39 b(ere)69
2250b(en)27 b(a)n(v)-5 b(an)n(t)1746 1553 y Fh(caract)n(\022)-33 2307b(en)27 b(a)n(v)-5 b(an)n(t)1746 1475 y Fh(caract)n(\022)-33
2251b(ere)992 b Ff(C-b)313 b(C-f)1746 1617 y Fh(mot)1148 2308b(ere)992 b Ff(C-b)313 b(C-f)1746 1531 y Fh(mot)1148
2252b Ff(M-b)313 b(M-f)1746 1681 y Fh(ligne)1124 b Ff(C-p)313 2309b Ff(M-b)313 b(M-f)1746 1586 y Fh(ligne)1124 b Ff(C-p)313
2253b(C-n)1746 1752 y Fh(aller)23 b(au)h(d)n(\023)-33 b(ebut)25 2310b(C-n)1746 1658 y Fh(aller)23 b(au)h(d)n(\023)-33 b(ebut)25
2254b(\(ou)f(\022)-35 b(a)24 b(la)g(\014n\))g(de)g(la)f(ligne)105 2311b(\(ou)f(\022)-35 b(a)24 b(la)g(\014n\))g(de)g(la)f(ligne)105
2255b Ff(C-a)313 b(C-e)1746 1816 y Fh(phrase)1069 b Ff(M-a)313 2312b Ff(C-a)313 b(C-e)1746 1727 y Fh(phrase)1069 b Ff(M-a)313
2256b(M-e)1746 1879 y Fh(paragraphe)925 b Ff(M-{)313 b(M-})1746 2313b(M-e)1746 1793 y Fh(paragraphe)925 b Ff(M-{)313 b(M-})1746
22571943 y Fh(page)1129 b Ff(C-x)36 b([)242 b(C-x)36 b(])1746 23141858 y Fh(page)1129 b Ff(C-x)36 b([)242 b(C-x)36 b(])1746
22582007 y Fh(s-expression)901 b Ff(C-M-b)243 b(C-M-f)1746 23151922 y Fh(s-expression)901 b Ff(C-M-b)243 b(C-M-f)1746
22592071 y Fh(fonction)1021 b Ff(C-M-a)243 b(C-M-e)1746 2134 23161988 y Fh(fonction)1021 b Ff(C-M-a)243 b(C-M-e)1746 2044
2260y Fh(aller)23 b(au)h(d)n(\023)-33 b(ebut)25 b(\(ou)f(\022)-35 2317y Fh(aller)23 b(au)h(d)n(\023)-33 b(ebut)25 b(\(ou)f(\022)-35
2261b(a)24 b(la)g(\014n\))g(du)g(tamp)r(on)84 b Ff(M-<)313 2318b(a)24 b(la)g(\014n\))g(du)g(tamp)r(on)84 b Ff(M-<)313
2262b(M->)1746 2257 y Fh(passer)24 b(\022)-35 b(a)23 b(l')n(\023)-33 2319b(M->)1746 2166 y Fh(passer)24 b(\022)-35 b(a)23 b(l')n(\023)-33
2263b(ecran)24 b(suiv)l(an)n(t)793 b Ff(C-v)1746 2363 y Fh(passer)24 2320b(ecran)24 b(suiv)l(an)n(t)793 b Ff(C-v)1746 2273 y Fh(passer)24
2264b(\022)-35 b(a)23 b(l')n(\023)-33 b(ecran)24 b(pr)n(\023)-33 2321b(\022)-35 b(a)23 b(l')n(\023)-33 b(ecran)24 b(pr)n(\023)-33
2265b(ec)n(\023)g(eden)n(t)718 b Ff(M-v)1746 2469 y Fh(d)n(\023)-33 2322b(ec)n(\023)g(eden)n(t)718 b Ff(M-v)1746 2379 y Fh(d)n(\023)-33
2266b(e\014ler)24 b(l')n(\023)-33 b(ecran)23 b(v)n(ers)h(la)f(droite)668 2323b(e\014ler)24 b(l')n(\023)-33 b(ecran)23 b(v)n(ers)h(la)f(droite)668
2267b Ff(C-x)36 b(<)1746 2576 y Fh(d)n(\023)-33 b(e\014ler)24 2324b Ff(C-x)36 b(<)1746 2485 y Fh(d)n(\023)-33 b(e\014ler)24
2268b(l')n(\023)-33 b(ecran)23 b(v)n(ers)h(la)f(gauc)n(he)640 2325b(l')n(\023)-33 b(ecran)23 b(v)n(ers)h(la)f(gauc)n(he)640
2269b Ff(C-x)36 b(>)1746 2682 y Fh(placer)24 b(la)f(ligne)h(couran)n(te)h 2326b Ff(C-x)36 b(>)1746 2591 y Fh(placer)24 b(la)f(ligne)h(couran)n(te)h
2270(au)f(cen)n(tre)h(de)f(l')n(\023)-33 b(ecran)162 b Ff(C-u)36 2327(au)f(cen)n(tre)h(de)f(l')n(\023)-33 b(ecran)162 b Ff(C-u)36
2271b(C-l)1746 2901 y Fg(D)n(\023)-55 b(etruire)36 b(et)i(supprimer)1746 2328b(C-l)1746 2782 y Fg(D)n(\023)-55 b(etruire)36 b(et)i(supprimer)1746
22723059 y Fe(en)n(tit)n(\023)-39 b(e)26 b(\022)-40 b(a)26 23292911 y Fe(en)n(tit)n(\023)-39 b(e)26 b(\022)-40 b(a)26
2273b(supprimer)648 b(en)28 b(arri)n(\022)-39 b(ere)69 b(en)28 2330b(supprimer)648 b(en)28 b(arri)n(\022)-39 b(ere)69 b(en)28
2274b(a)n(v)-5 b(an)n(t)1746 3123 y Fh(caract)n(\022)-33 2331b(a)n(v)-5 b(an)n(t)1746 2981 y Fh(caract)n(\022)-33
2275b(ere)25 b(\(suppression,)f(pas)g(destruction\))84 b 2332b(ere)25 b(\(suppression,)f(pas)g(destruction\))84 b
2276Ff(DEL)313 b(C-d)1746 3187 y Fh(mot)1187 b Ff(M-DEL)243 2333Ff(DEL)313 b(C-d)1746 3045 y Fh(mot)1187 b Ff(M-DEL)243
2277b(M-d)1746 3250 y Fh(ligne)24 b(\(jusqu'\022)-35 b(a)23 2334b(M-d)1746 3101 y Fh(ligne)24 b(\(jusqu'\022)-35 b(a)23
2278b(la)h(\014n\))685 b Ff(M-0)37 b(C-k)171 b(C-k)1746 3314 2335b(la)h(\014n\))685 b Ff(M-0)37 b(C-k)171 b(C-k)1746 3170
2279y Fh(phrase)1108 b Ff(C-x)37 b(DEL)171 b(M-k)1746 3378 2336y Fh(phrase)1108 b Ff(C-x)37 b(DEL)171 b(M-k)1746 3234
2280y Fh(s-expression)940 b Ff(M--)37 b(C-M-k)101 b(C-M-k)1746 2337y Fh(s-expression)940 b Ff(M--)37 b(C-M-k)101 b(C-M-k)1746
22813497 y Fh(d)n(\023)-33 b(etruire)24 b(une)g Fe(r)n(\023)-39 23383353 y Fh(d)n(\023)-33 b(etruire)24 b(une)g Fe(r)n(\023)-39
2282b(egion)890 b Ff(C-w)1746 3603 y Fh(copier)24 b(une)g(r)n(\023)-33 2339b(egion)890 b Ff(C-w)1746 3459 y Fh(copier)24 b(une)g(r)n(\023)-33
2283b(egion)24 b(dans)g(le)f(kill)g(ring)477 b Ff(M-w)1746 2340b(egion)24 b(dans)g(le)f(kill)g(ring)477 b Ff(M-w)1746
22843709 y Fh(d)n(\023)-33 b(etruire)24 b(jusqu'\022)-35 23413565 y Fh(d)n(\023)-33 b(etruire)24 b(jusqu'\022)-35
2285b(a)23 b(l'o)r(ccurrence)h(suiv)l(an)n(te)h(de)f Fd(c)l(ar)147 2342b(a)23 b(l'o)r(ccurrence)h(suiv)l(an)n(te)h(de)f Fb(c)l(ar)147
2286b Ff(M-z)36 b Fd(c)l(ar)1746 3844 y Fh(r)n(\023)-33 b(ecup)n(\023)g 2343b Ff(M-z)36 b Fb(c)l(ar)1746 3700 y Fh(r)n(\023)-33 b(ecup)n(\023)g
2287(erer)24 b(la)f(derni)n(\022)-33 b(ere)24 b(c)n(hose)h(d)n(\023)-33 2344(erer)24 b(la)f(derni)n(\022)-33 b(ere)24 b(c)n(hose)h(d)n(\023)-33
2288b(etruite)423 b Ff(C-y)1746 3950 y Fh(remplacer)24 b(la)f(derni)n(\022) 2345b(etruite)423 b Ff(C-y)1746 3807 y Fh(remplacer)24 b(la)f(derni)n(\022)
2289-33 b(ere)24 b(r)n(\023)-33 b(ecup)n(\023)g(eration)24 2346-33 b(ere)24 b(r)n(\023)-33 b(ecup)n(\023)g(eration)24
2290b(par)g(ce)g(qui)1817 4057 y(a)d(\023)-33 b(et)n(\023)g(e)25 2347b(par)g(ce)g(qui)1817 3913 y(a)d(\023)-33 b(et)n(\023)g(e)25
2291b(d)n(\023)-33 b(etruit)24 b(a)n(v)l(an)n(t)868 b Ff(M-y)3942 2348b(d)n(\023)-33 b(etruit)24 b(a)n(v)l(an)n(t)868 b Ff(M-y)3942
2292-364 y Fg(Marquer)3942 -182 y Fh(placer)24 b(la)f(marque)h(ici)901 2349-364 y Fg(Marquer)3942 -210 y Fh(placer)24 b(la)f(marque)h(ici)901
2293b Ff(C-@)36 b Fh(ou)f Ff(C-SPC)3940 -75 y Fh(\023)-33 2350b Ff(C-@)36 b Fh(ou)f Ff(C-SPC)3940 -104 y Fh(\023)-33
2294b(ec)n(hanger)25 b(le)f(p)r(oin)n(t)g(et)g(la)g(marque)570 2351b(ec)n(hanger)25 b(le)f(p)r(oin)n(t)g(et)g(la)g(marque)570
2295b Ff(C-x)36 b(C-x)3942 60 y Fh(placer)24 b(la)f(marque)h 2352b Ff(C-x)36 b(C-x)3942 31 y Fh(placer)24 b(la)f(marque)h
2296Fd(ar)l(g)30 b Fe(mots)23 b Fh(plus)g(loin)388 b Ff(M-@)3942 2353Fb(ar)l(g)30 b Fe(mots)23 b Fh(plus)g(loin)388 b Ff(M-@)3942
2297166 y Fh(marquer)23 b(le)h Fe(paragraphe)755 b Ff(M-h)3942 2354137 y Fh(marquer)23 b(le)h Fe(paragraphe)755 b Ff(M-h)3942
2298272 y Fh(marquer)23 b(la)h Fe(page)989 b Ff(C-x)36 b(C-p)3942 2355243 y Fh(marquer)23 b(la)h Fe(page)989 b Ff(C-x)36 b(C-p)3942
2299378 y Fh(marquer)23 b(la)h Fe(s-expression)724 b Ff(C-M-@)3942 2356350 y Fh(marquer)23 b(la)h Fe(s-expression)724 b Ff(C-M-@)3942
2300485 y Fh(marquer)23 b(la)h Fe(fonction)864 b Ff(C-M-h)3942 2357456 y Fh(marquer)23 b(la)h Fe(fonction)864 b Ff(C-M-h)3942
2301591 y Fh(marquer)23 b(tout)i(le)f Fe(tamp)r(on)730 b 2358562 y Fh(marquer)23 b(tout)i(le)f Fe(tamp)r(on)730 b
2302Ff(C-x)36 b(h)3942 810 y Fg(Remplacemen)m(t)g(in)m(teractif)3942 2359Ff(C-x)36 b(h)3942 753 y Fg(Remplacemen)m(t)g(in)m(teractif)3942
2303993 y Fh(remplacer)24 b(in)n(teractiv)n(emen)n(t)h(une)g(c)n(ha)-8 2360907 y Fh(remplacer)24 b(in)n(teractiv)n(emen)n(t)h(une)g(c)n(ha)-8
2304b(^)-27 b(\020ne)24 b(de)g(texte)86 b Ff(M-\045)3942 2361b(^)-27 b(\020ne)24 b(de)g(texte)86 b Ff(M-\045)3942
23051099 y Fh(en)24 b(utilisan)n(t)g(les)f(expressions)4013 23621013 y Fh(en)24 b(utilisan)n(t)g(les)f(expressions)4013
23061205 y(rationnelles)594 b Ff(M-x)36 b(query-replace-regexp)3942 23631119 y(rationnelles)594 b Ff(M-x)36 b(query-replace-regexp)3942
23071315 y Fh(Les)22 b(r)n(\023)-33 b(ep)r(onses)23 b(admises)f(dans)h(le)f 23641230 y Fh(Les)22 b(r)n(\023)-33 b(ep)r(onses)23 b(admises)f(dans)h(le)f
2308(mo)r(de)h(de)g(remplacemen)n(t)h(in)n(teractif)3942 2365(mo)r(de)h(de)g(remplacemen)n(t)h(in)n(teractif)3942
23091379 y(son)n(t)g(:)3942 1485 y Fe(remplacer)f Fh(celle-l\022)-35 23661285 y(son)n(t)g(:)3942 1391 y Fe(remplacer)f Fh(celle-l\022)-35
2310b(a,)22 b(passer)i(\022)-35 b(a)24 b(la)f(suiv)l(an)n(te)280 2367b(a,)22 b(passer)i(\022)-35 b(a)24 b(la)f(suiv)l(an)n(te)280
2311b Ff(SPC)3942 1591 y Fh(remplacer)24 b(celle-l\022)-35 2368b Ff(SPC)3942 1498 y Fh(remplacer)24 b(celle-l\022)-35
2312b(a,)22 b(rester)i(l\022)-35 b(a)679 b Ff(,)3942 1698 2369b(a,)22 b(rester)i(l\022)-35 b(a)679 b Ff(,)3942 1604
2313y Fe(passer)23 b Fh(\022)-35 b(a)24 b(la)g(suiv)l(an)n(te)g(sans)g 2370y Fe(passer)23 b Fh(\022)-35 b(a)24 b(la)g(suiv)l(an)n(te)g(sans)g
2314(remplacer)400 b Ff(DEL)3942 1804 y Fh(remplacer)24 b(toutes)h(les)e 2371(remplacer)400 b Ff(DEL)3942 1710 y Fh(remplacer)24 b(toutes)h(les)e
2315(corresp)r(ondances)4013 1910 y(suiv)l(an)n(tes)1162 2372(corresp)r(ondances)4013 1816 y(suiv)l(an)n(tes)1162
2316b Ff(!)3942 2016 y Fe(rev)n(enir)23 b Fh(\022)-35 b(a)24 2373b Ff(!)3942 1923 y Fe(rev)n(enir)23 b Fh(\022)-35 b(a)24
2317b(la)f(corresp)r(ondance)i(pr)n(\023)-33 b(ec)n(\023)g(eden)n(te)279 2374b(la)f(corresp)r(ondance)i(pr)n(\023)-33 b(ec)n(\023)g(eden)n(te)279
2318b Ff(^)3942 2123 y Fe(sortir)22 b Fh(du)i(remplacemen)n(t)h(in)n 2375b Ff(^)3942 2029 y Fe(sortir)22 b Fh(du)i(remplacemen)n(t)h(in)n
2319(teractif)460 b Ff(RET)3942 2229 y Fh(en)n(trer)24 b(dans)g(l')n(\023) 2376(teractif)460 b Ff(RET)3942 2135 y Fh(en)n(trer)24 b(dans)g(l')n(\023)
2320-33 b(edition)23 b(r)n(\023)-33 b(ecursiv)n(e)24 b(\()p 2377-33 b(edition)23 b(r)n(\023)-33 b(ecursiv)n(e)24 b(\()p
2321Ff(C-M-c)h Fh(p)r(our)4013 2335 y(sortir\))1247 b Ff(C-r)3942 2378Ff(C-M-c)h Fh(p)r(our)4013 2241 y(sortir\))1247 b Ff(C-r)3942
23222554 y Fg(F)-10 b(en)n(^)-55 b(etres)37 b(m)m(ultiples)3942 23792432 y Fg(F)-10 b(en)n(^)-55 b(etres)37 b(m)m(ultiples)3942
23232712 y Fh(Lorsqu'il)25 b(y)i(a)f(deux)i(commandes,)g(la)e(seconde)i 23802561 y Fh(Lorsqu'il)25 b(y)i(a)f(deux)i(commandes,)g(la)e(seconde)i
2324(est)f(une)g(commande)3942 2776 y(iden)n(tique)e(\022)-35 2381(est)f(une)g(commande)3942 2627 y(iden)n(tique)e(\022)-35
2325b(a)24 b(la)f(premi)n(\022)-33 b(ere)23 b(p)r(our)h(un)g(cadre)g(au)g 2382b(a)24 b(la)f(premi)n(\022)-33 b(ere)23 b(p)r(our)h(un)g(cadre)g(au)g
2326(lieu)f(d'une)i(fen)n(^)-33 b(etre.)3942 2868 y(supprimer)23 2383(lieu)f(d'une)i(fen)n(^)-33 b(etre.)3942 2721 y(supprimer)23
2327b(toutes)i(les)e(autres)h(fen)n(^)-33 b(etres)117 b Ff(C-x)36 2384b(toutes)i(les)e(autres)h(fen)n(^)-33 b(etres)117 b Ff(C-x)36
2328b(1)212 b(C-x)37 b(5)e(1)3942 2932 y Fh(diviser)23 b(la)g(fen)n(^)-33 2385b(1)212 b(C-x)37 b(5)e(1)3942 2787 y Fh(diviser)23 b(la)g(fen)n(^)-33
2329b(etre)25 b(horizon)n(talemen)n(t)184 b Ff(C-x)36 b(2)212 2386b(etre)25 b(horizon)n(talemen)n(t)184 b Ff(C-x)36 b(2)212
2330b(C-x)37 b(5)e(2)3942 2996 y Fh(supprimer)23 b(cette)i(fen)n(^)-33 2387b(C-x)37 b(5)e(2)3942 2843 y Fh(supprimer)23 b(cette)i(fen)n(^)-33
2331b(etre)499 b Ff(C-x)36 b(0)212 b(C-x)37 b(5)e(0)3942 2388b(etre)499 b Ff(C-x)36 b(0)212 b(C-x)37 b(5)e(0)3942
23323115 y Fh(diviser)23 b(la)g(fen)n(^)-33 b(etre)25 b(v)n(erticalemen)n 23892962 y Fh(diviser)23 b(la)g(fen)n(^)-33 b(etre)25 b(v)n(erticalemen)n
2333(t)561 b Ff(C-x)36 b(3)3942 3250 y Fh(faire)23 b(d)n(\023)-33 2390(t)561 b Ff(C-x)36 b(3)3942 3096 y Fh(faire)23 b(d)n(\023)-33
2334b(e\014ler)24 b(l'autre)f(fen)n(^)-33 b(etre)708 b Ff(C-M-v)3942 2391b(e\014ler)24 b(l'autre)f(fen)n(^)-33 b(etre)708 b Ff(C-M-v)3942
23353360 y Fh(placer)24 b(le)f(curseur)h(dans)g(une)g(autre)h(fen)n(^)-33 23923207 y Fh(placer)24 b(le)f(curseur)h(dans)g(une)g(autre)h(fen)n(^)-33
2336b(etre)25 b Ff(C-x)36 b(o)212 b(C-x)37 b(5)e(o)3942 3424 2393b(etre)25 b Ff(C-x)36 b(o)212 b(C-x)37 b(5)e(o)3942 3273
2337y Fh(s)n(\023)-33 b(electionner)25 b(le)e(tamp)r(on)i(dans)4025 2394y Fh(s)n(\023)-33 b(electionner)25 b(le)e(tamp)r(on)i(dans)4025
23383488 y(l'autre)f(fen)n(^)-33 b(etre)731 b Ff(C-x)36 b(4)g(b)141 23953338 y(l'autre)f(fen)n(^)-33 b(etre)731 b Ff(C-x)36 b(4)g(b)141
2339b(C-x)37 b(5)e(b)3942 3551 y Fh(a\016c)n(her)24 b(le)g(tamp)r(on)g 2396b(C-x)37 b(5)e(b)3942 3394 y Fh(a\016c)n(her)24 b(le)g(tamp)r(on)g
2340(dans)g(l'autre)g(fen)n(^)-33 b(etre)69 b Ff(C-x)36 b(4)g(C-o)71 2397(dans)g(l'autre)g(fen)n(^)-33 b(etre)69 b Ff(C-x)36 b(4)g(C-o)71
2341b(C-x)37 b(5)e(C-o)3942 3615 y Fh(c)n(harger)24 b(un)g(\014c)n(hier)g 2398b(C-x)37 b(5)e(C-o)3942 3460 y Fh(c)n(harger)24 b(un)g(\014c)n(hier)g
2342(dans)g(l'autre)f(fen)n(^)-33 b(etre)89 b Ff(C-x)36 b(4)g(f)141 2399(dans)g(l'autre)f(fen)n(^)-33 b(etre)89 b Ff(C-x)36 b(4)g(f)141
2343b(C-x)37 b(5)e(f)3942 3679 y Fh(c)n(harger)24 b(un)g(\014c)n(hier)g(en) 2400b(C-x)37 b(5)e(f)3942 3525 y Fh(c)n(harger)24 b(un)g(\014c)n(hier)g(en)
2344g(lecture)g(seule)4025 3743 y(dans)g(l'autre)g(fen)n(^)-33 2401g(lecture)g(seule)4025 3591 y(dans)g(l'autre)g(fen)n(^)-33
2345b(etre)566 b Ff(C-x)36 b(4)g(r)141 b(C-x)37 b(5)e(r)3942 2402b(etre)566 b Ff(C-x)36 b(4)g(r)141 b(C-x)37 b(5)e(r)3942
23463806 y Fh(lancer)24 b(Dired)f(dans)h(l'autre)g(fen)n(^)-33 24033647 y Fh(lancer)24 b(Dired)f(dans)h(l'autre)g(fen)n(^)-33
2347b(etre)246 b Ff(C-x)36 b(4)g(d)141 b(C-x)37 b(5)e(d)3942 2404b(etre)246 b Ff(C-x)36 b(4)g(d)141 b(C-x)37 b(5)e(d)3942
23483870 y Fh(trouv)n(er)24 b(un)g(tag)h(dans)f(l'autre)f(fen)n(^)-33 24053703 y Fh(trouv)n(er)24 b(un)g(tag)h(dans)f(l'autre)f(fen)n(^)-33
2349b(etre)179 b Ff(C-x)36 b(4)g(.)141 b(C-x)37 b(5)e(.)3942 2406b(etre)179 b Ff(C-x)36 b(4)g(.)141 b(C-x)37 b(5)e(.)3942
23503989 y Fh(agrandir)23 b(la)h(fen)n(^)-33 b(etre)941 b 24073821 y Fh(agrandir)23 b(la)h(fen)n(^)-33 b(etre)941 b
2351Ff(C-x)36 b(^)3942 4095 y Fh(rap)r(etisser)23 b(la)h(fen)n(^)-33 2408Ff(C-x)36 b(^)3942 3928 y Fh(rap)r(etisser)23 b(la)h(fen)n(^)-33
2352b(etre)903 b Ff(C-x)36 b({)3940 4201 y Fh(\023)-33 b(elargir)23 2409b(etre)903 b Ff(C-x)36 b({)3940 4034 y Fh(\023)-33 b(elargir)23
2353b(la)g(fen)n(^)-33 b(etre)1004 b Ff(C-x)36 b(})p eop 2410b(la)g(fen)n(^)-33 b(etre)1004 b Ff(C-x)36 b(})p eop
2354end 2411end
2355%%Page: 2 2 2412%%Page: 2 2
2356TeXDict begin @landscape 2 1 bop -450 -364 a Fg(F)-10 2413TeXDict begin @landscape 2 1 bop -450 -364 a Fg(F)-10
2357b(ormater)-450 -233 y Fh(inden)n(ter)24 b(la)g Fe(ligne)f 2414b(ormater)-450 -268 y Fh(inden)n(ter)24 b(la)g Fe(ligne)f
2358Fh(couran)n(te)i(\(d)n(\023)-33 b(ep)r(end)25 b(du)f(mo)r(de\))109 2415Fh(couran)n(te)i(\(d)n(\023)-33 b(ep)r(end)25 b(du)f(mo)r(de\))109
2359b Ff(TAB)-450 -127 y Fh(inden)n(ter)24 b(la)g Fe(r)n(\023)-39 2416b Ff(TAB)-450 -161 y Fh(inden)n(ter)24 b(la)g Fe(r)n(\023)-39
2360b(egion)22 b Fh(couran)n(te)k(\(d)n(\023)-33 b(ep)r(end)25 2417b(egion)22 b Fh(couran)n(te)k(\(d)n(\023)-33 b(ep)r(end)25
2361b(du)-379 -21 y(mo)r(de\))1247 b Ff(C-M-\\)-450 86 y 2418b(du)-379 -55 y(mo)r(de\))1247 b Ff(C-M-\\)-450 51 y
2362Fh(inden)n(ter)24 b(la)g Fe(s-expression)g Fh(couran)n(te)h(\(d)n(\023) 2419Fh(inden)n(ter)24 b(la)g Fe(s-expression)g Fh(couran)n(te)h(\(d)n(\023)
2363-33 b(ep)r(end)-379 192 y(du)24 b(mo)r(de\))1145 b Ff(C-M-q)-450 2420-33 b(ep)r(end)-379 157 y(du)24 b(mo)r(de\))1145 b Ff(C-M-q)-450
2364298 y Fh(inden)n(ter)24 b(la)g(r)n(\023)-33 b(egion)24 2421264 y Fh(inden)n(ter)24 b(la)g(r)n(\023)-33 b(egion)24
2365b(sur)f Fd(ar)l(g)30 b Fh(colonnes)443 b Ff(C-x)36 b(TAB)-450 2422b(sur)f Fb(ar)l(g)30 b Fh(colonnes)443 b Ff(C-x)36 b(TAB)-450
2366425 y Fh(ins)n(\023)-33 b(erer)23 b(un)h(newline)g(apr)n(\022)-33 2423389 y Fh(ins)n(\023)-33 b(erer)23 b(un)h(newline)g(apr)n(\022)-33
2367b(es)23 b(le)h(p)r(oin)n(t)507 b Ff(C-o)-450 531 y Fh(d)n(\023)-33 2424b(es)23 b(le)h(p)r(oin)n(t)507 b Ff(C-o)-450 495 y Fh(d)n(\023)-33
2368b(eplacer)24 b(le)g(reste)g(de)g(la)f(ligne)h(v)n(ers)g(le)f(bas)326 2425b(eplacer)24 b(le)g(reste)g(de)g(la)f(ligne)h(v)n(ers)g(le)f(bas)326
2369b Ff(C-M-o)-450 637 y Fh(supprimer)23 b(les)g(lignes)g(blanc)n(hes)i 2426b Ff(C-M-o)-450 601 y Fh(supprimer)23 b(les)g(lignes)g(blanc)n(hes)i
2370(autour)g(du)e(p)r(oin)n(t)105 b Ff(C-x)36 b(C-o)-450 2427(autour)g(du)e(p)r(oin)n(t)105 b Ff(C-x)36 b(C-o)-450
2371744 y Fh(joindre)23 b(la)h(ligne)f(\022)-35 b(a)24 b(la)f(pr)n(\023)-33 2428708 y Fh(joindre)23 b(la)h(ligne)f(\022)-35 b(a)24 b(la)f(pr)n(\023)-33
2372b(ec)n(\023)g(eden)n(te)26 b(\(\022)-35 b(a)25 b(la)e(suiv)l(an)n(te) 2429b(ec)n(\023)g(eden)n(te)26 b(\(\022)-35 b(a)25 b(la)e(suiv)l(an)n(te)
2373-379 850 y(a)n(v)n(ec)h(arg\))1161 b Ff(M-^)-450 956 2430-379 814 y(a)n(v)n(ec)h(arg\))1161 b Ff(M-^)-450 920
2374y Fh(supprimer)23 b(tous)h(les)f(espaces)i(autour)g(du)f(p)r(oin)n(t) 2431y Fh(supprimer)23 b(tous)h(les)f(espaces)i(autour)g(du)f(p)r(oin)n(t)
2375184 b Ff(M-\\)-450 1062 y Fh(mettre)24 b(exactemen)n(t)j(un)d(espace)h 2432184 b Ff(M-\\)-450 1027 y Fh(mettre)24 b(exactemen)n(t)j(un)d(espace)h
2376(\022)-35 b(a)24 b(l'emplacemen)n(t)-379 1169 y(du)g(p)r(oin)n(t)1178 2433(\022)-35 b(a)24 b(l'emplacemen)n(t)-379 1133 y(du)g(p)r(oin)n(t)1178
2377b Ff(M-SPC)-450 1295 y Fh(remplir)22 b(le)i(paragraphe)845 2434b Ff(M-SPC)-450 1258 y Fh(remplir)22 b(le)i(paragraphe)845
2378b Ff(M-q)-450 1402 y Fh(placer)24 b(la)f(marge)h(droite)833 2435b Ff(M-q)-450 1364 y Fh(placer)24 b(la)f(marge)h(droite)833
2379b Ff(C-x)36 b(f)-450 1508 y Fh(d)n(\023)-33 b(e\014nir)24 2436b Ff(C-x)36 b(f)-450 1471 y Fh(d)n(\023)-33 b(e\014nir)24
2380b(le)f(pr)n(\023)-33 b(e\014xe)24 b(par)g(lequel)g(commencera)-379 2437b(le)f(pr)n(\023)-33 b(e\014xe)24 b(par)g(lequel)g(commencera)-379
23811614 y(c)n(haque)h(ligne)1060 b Ff(C-x)36 b(.)-450 1741 24381577 y(c)n(haque)h(ligne)1060 b Ff(C-x)36 b(.)-450 1702
2382y Fh(d)n(\023)-33 b(e\014nir)24 b(la)f(fon)n(te)1061 2439y Fh(d)n(\023)-33 b(e\014nir)24 b(la)f(fon)n(te)1061
2383b Ff(M-o)-450 1920 y Fg(Mo)s(di\014er)37 b(la)h(casse)-450 2440b Ff(M-o)-450 1845 y Fg(Mo)s(di\014er)37 b(la)h(casse)-450
23842051 y Fh(mettre)24 b(le)g(mot)g(en)g(ma)t(juscules)634 24411941 y Fh(mettre)24 b(le)g(mot)g(en)g(ma)t(juscules)634
2385b Ff(M-u)-450 2157 y Fh(mettre)24 b(le)g(mot)g(en)g(min)n(uscules)638 2442b Ff(M-u)-450 2048 y Fh(mettre)24 b(le)g(mot)g(en)g(min)n(uscules)638
2386b Ff(M-l)-450 2263 y Fh(mettre)24 b(le)g(mot)g(en)g(capitales)704 2443b Ff(M-l)-450 2154 y Fh(mettre)24 b(le)g(mot)g(en)g(capitales)704
2387b Ff(M-c)-450 2390 y Fh(mettre)24 b(la)g(r)n(\023)-33 2444b Ff(M-c)-450 2279 y Fh(mettre)24 b(la)g(r)n(\023)-33
2388b(egion)24 b(en)g(ma)t(juscules)563 b Ff(C-x)36 b(C-u)-450 2445b(egion)24 b(en)g(ma)t(juscules)563 b Ff(C-x)36 b(C-u)-450
23892496 y Fh(mettre)24 b(la)g(r)n(\023)-33 b(egion)24 b(en)g(min)n 24462386 y Fh(mettre)24 b(la)g(r)n(\023)-33 b(egion)24 b(en)g(min)n
2390(uscules)567 b Ff(C-x)36 b(C-l)-450 2675 y Fg(Le)i(mini-tamp)s(on)-450 2447(uscules)567 b Ff(C-x)36 b(C-l)-450 2529 y Fg(Le)i(mini-tamp)s(on)-450
23912801 y Fh(Les)24 b(touc)n(hes)h(suiv)l(an)n(tes)g(son)n(t)f 24482620 y Fh(Les)24 b(touc)n(hes)h(suiv)l(an)n(tes)g(son)n(t)f
2392(utilisables)f(dans)h(le)g(mini-tamp)r(on)f(:)-450 2911 2449(utilisables)f(dans)h(le)g(mini-tamp)r(on)f(:)-450 2729
2393y(compl)n(\023)-33 b(eter)24 b(autan)n(t)i(que)e(p)r(ossible)587 2450y(compl)n(\023)-33 b(eter)24 b(autan)n(t)i(que)e(p)r(ossible)587
2394b Ff(TAB)-450 3018 y Fh(compl)n(\023)-33 b(eter)24 b(un)g(mot)963 2451b Ff(TAB)-450 2835 y Fh(compl)n(\023)-33 b(eter)24 b(un)g(mot)963
2395b Ff(SPC)-450 3124 y Fh(compl)n(\023)-33 b(eter)24 b(et)h(ex)n(\023)-33 2452b Ff(SPC)-450 2941 y Fh(compl)n(\023)-33 b(eter)24 b(et)h(ex)n(\023)-33
2396b(ecuter)848 b Ff(RET)-450 3230 y Fh(mon)n(trer)24 b(les)f(compl)n 2453b(ecuter)848 b Ff(RET)-450 3048 y Fh(mon)n(trer)24 b(les)f(compl)n
2397(\023)-33 b(etions)25 b(p)r(ossibles)481 b Ff(?)-450 2454(\023)-33 b(etions)25 b(p)r(ossibles)481 b Ff(?)-450
23983336 y Fh(rec)n(herc)n(her)24 b(l'en)n(tr)n(\023)-33 24553154 y Fh(rec)n(herc)n(her)24 b(l'en)n(tr)n(\023)-33
2399b(ee)24 b(pr)n(\023)-33 b(ec)n(\023)g(eden)n(te)26 b(du)e(mini-tamp)r 2456b(ee)24 b(pr)n(\023)-33 b(ec)n(\023)g(eden)n(te)26 b(du)e(mini-tamp)r
2400(on)74 b Ff(M-p)-450 3443 y Fh(rec)n(herc)n(her)24 b(l'en)n(tr)n(\023) 2457(on)74 b Ff(M-p)-450 3260 y Fh(rec)n(herc)n(her)24 b(l'en)n(tr)n(\023)
2401-33 b(ee)24 b(suiv)l(an)n(te)h(du)f(mini-tamp)r(on)-379 2458-33 b(ee)24 b(suiv)l(an)n(te)h(du)f(mini-tamp)r(on)-379
24023549 y(ou)g(le)f(d)n(\023)-33 b(efaut)1075 b Ff(M-n)-450 24593367 y(ou)g(le)f(d)n(\023)-33 b(efaut)1075 b Ff(M-n)-450
24033655 y Fh(rec)n(herc)n(her)24 b(\022)-35 b(a)24 b(reb)r(ours)g(par)f 24603473 y Fh(rec)n(herc)n(her)24 b(\022)-35 b(a)24 b(reb)r(ours)g(par)f
2404(expr.)35 b(rationnelle)-379 3761 y(dans)24 b(l'historique)931 2461(expr.)35 b(rationnelle)-379 3579 y(dans)24 b(l'historique)931
2405b Ff(M-r)-450 3868 y Fh(rec)n(herc)n(her)24 b(v)n(ers)g(l'a)n(v)l(an)n 2462b Ff(M-r)-450 3685 y Fh(rec)n(herc)n(her)24 b(v)n(ers)g(l'a)n(v)l(an)n
2406(t)g(par)g(expr.)35 b(rationnelle)-379 3974 y(dans)24 2463(t)g(par)g(expr.)35 b(rationnelle)-379 3792 y(dans)24
2407b(l'historique)931 b Ff(M-s)-450 4080 y Fh(ann)n(uler)24 2464b(l'historique)931 b Ff(M-s)-450 3898 y Fh(ann)n(uler)24
2408b(la)f(commande)852 b Ff(C-g)-450 4183 y Fh(F)-6 b(aites)39 2465b(la)f(commande)852 b Ff(C-g)-450 3999 y Fh(F)-6 b(aites)39
2409b Ff(C-x)d(ESC)g(ESC)j Fh(p)r(our)d(\023)-33 b(editer)39 2466b Ff(C-x)d(ESC)g(ESC)j Fh(p)r(our)d(\023)-33 b(editer)39
2410b(et)g(r)n(\023)-33 b(ep)n(\023)g(eter)39 b(la)f(derni)n(\022)-33 2467b(et)g(r)n(\023)-33 b(ep)n(\023)g(eter)39 b(la)f(derni)n(\022)-33
2411b(ere)38 b(com-)-450 4246 y(mande)33 b(a)n(y)n(an)n(t)g(utilis)n(\023) 2468b(ere)38 b(com-)-450 4064 y(mande)33 b(a)n(y)n(an)n(t)g(utilis)n(\023)
2412-33 b(e)32 b(le)g(minitamp)r(on.)56 b(F)-6 b(aites)32 2469-33 b(e)32 b(le)g(minitamp)r(on.)56 b(F)-6 b(aites)32
2413b Ff(F10)h Fh(p)r(our)f(activ)n(er)-450 4310 y(la)23 2470b Ff(F10)h Fh(p)r(our)f(activ)n(er)-450 4130 y(la)23
2414b(barre)h(de)g(men)n(u)g(utilisan)n(t)g(le)f(minitamp)r(on.)1656 2471b(barre)h(de)g(men)n(u)g(utilisan)n(t)g(le)f(minitamp)r(on.)1656
2415-364 y Fi(Carte)46 b(de)g(r)m(\023)-66 b(ef)m(\023)g(erence)46 2472-364 y Fi(Carte)46 b(de)g(r)m(\023)-66 b(ef)m(\023)g(erence)46
2416b(de)g(GNU)f(Emacs)1746 -146 y Fg(T)-10 b(amp)s(ons)1746 2473b(de)g(GNU)f(Emacs)1746 -175 y Fg(T)-10 b(amp)s(ons)1746
241736 y Fh(s)n(\023)-33 b(electionner)25 b(un)f(autre)g(tamp)r(on)604 2474-21 y Fh(s)n(\023)-33 b(electionner)25 b(un)f(autre)g(tamp)r(on)604
2418b Ff(C-x)36 b(b)1744 143 y Fh(\023)-33 b(en)n(um)n(\023)g(erer)24 2475b Ff(C-x)36 b(b)1744 85 y Fh(\023)-33 b(en)n(um)n(\023)g(erer)24
2419b(tous)g(les)f(tamp)r(ons)684 b Ff(C-x)36 b(C-b)1746 2476b(tous)g(les)f(tamp)r(ons)684 b Ff(C-x)36 b(C-b)1746
2420249 y Fh(supprimer)23 b(un)h(tamp)r(on)839 b Ff(C-x)36 2477192 y Fh(supprimer)23 b(un)h(tamp)r(on)839 b Ff(C-x)36
2421b(k)1746 467 y Fg(T)-10 b(ransp)s(oser)1746 650 y Fh(transp)r(oser)24 2478b(k)1746 382 y Fg(T)-10 b(ransp)s(oser)1746 535 y Fh(transp)r(oser)24
2422b(des)g Fe(caract)n(\022)-39 b(eres)687 b Ff(C-t)1746 2479b(des)g Fe(caract)n(\022)-39 b(eres)687 b Ff(C-t)1746
2423756 y Fh(transp)r(oser)24 b(des)g Fe(mots)872 b Ff(M-t)1746 2480642 y Fh(transp)r(oser)24 b(des)g Fe(mots)872 b Ff(M-t)1746
2424862 y Fh(transp)r(oser)24 b(des)g Fe(lignes)844 b Ff(C-x)36 2481748 y Fh(transp)r(oser)24 b(des)g Fe(lignes)844 b Ff(C-x)36
2425b(C-t)1746 969 y Fh(transp)r(oser)24 b(des)g Fe(s-expressions)585 2482b(C-t)1746 854 y Fh(transp)r(oser)24 b(des)g Fe(s-expressions)585
2426b Ff(C-M-t)1746 1188 y Fg(V)n(\023)-55 b(eri\014er)37 2483b Ff(C-M-t)1746 1045 y Fg(V)n(\023)-55 b(eri\014er)37
2427b(l'orthographe)1746 1370 y Fh(v)n(\023)-33 b(eri\014er)23 2484b(l'orthographe)1746 1199 y Fh(v)n(\023)-33 b(eri\014er)23
2428b(l'orthographe)i(du)f(mot)g(couran)n(t)359 b Ff(M-$)1746 2485b(l'orthographe)i(du)f(mot)g(couran)n(t)359 b Ff(M-$)1746
24291476 y Fh(v)n(\023)-33 b(eri\014er)23 b(l'orthographe)i(de)f(tous)g 24861305 y Fh(v)n(\023)-33 b(eri\014er)23 b(l'orthographe)i(de)f(tous)g
2430(les)f(mots)1817 1583 y(d'une)h(r)n(\023)-33 b(egion)816 2487(les)f(mots)1817 1411 y(d'une)h(r)n(\023)-33 b(egion)816
2431b Ff(M-x)36 b(ispell-region)1746 1689 y Fh(v)n(\023)-33 2488b Ff(M-x)36 b(ispell-region)1746 1517 y Fh(v)n(\023)-33
2432b(eri\014er)23 b(l'orthographe)i(de)f(tout)h(le)e(tamp)r(on)37 2489b(eri\014er)23 b(l'orthographe)i(de)f(tout)h(le)e(tamp)r(on)37
2433b Ff(M-x)f(ispell-buffer)1746 1907 y Fg(T)-10 b(ags)1746 2490b Ff(M-x)f(ispell-buffer)1746 1707 y Fg(T)-10 b(ags)1746
24342090 y Fh(trouv)n(er)24 b(un)g(tag)h(\(une)f(d)n(\023)-33 24911861 y Fh(trouv)n(er)24 b(un)g(tag)h(\(une)f(d)n(\023)-33
2435b(e\014nition\))564 b Ff(M-.)1746 2196 y Fh(trouv)n(er)24 2492b(e\014nition\))564 b Ff(M-.)1746 1967 y Fh(trouv)n(er)24
2436b(l'o)r(ccurrence)g(suiv)l(an)n(te)h(du)f(tag)400 b Ff(C-u)36 2493b(l'o)r(ccurrence)g(suiv)l(an)n(te)h(du)f(tag)400 b Ff(C-u)36
2437b(M-.)1746 2302 y Fh(sp)n(\023)-33 b(eci\014er)24 b(un)g(nouv)n(eau)h 2494b(M-.)1746 2074 y Fh(sp)n(\023)-33 b(eci\014er)24 b(un)g(nouv)n(eau)h
2438(\014c)n(hier)f(de)g(tags)187 b Ff(M-x)36 b(visit-tags-table)1746 2495(\014c)n(hier)f(de)g(tags)187 b Ff(M-x)36 b(visit-tags-table)1746
24392437 y Fh(rec)n(herc)n(her)24 b(par)g(expr.)35 b(rationnelles)24 24962208 y Fh(rec)n(herc)n(her)24 b(par)g(expr.)35 b(rationnelles)24
2440b(dans)1817 2543 y(tous)g(les)f(\014c)n(hiers)h(du)g(tableau)h(de)f 2497b(dans)1817 2315 y(tous)g(les)f(\014c)n(hiers)h(du)g(tableau)h(de)f
2441(tags)131 b Ff(M-x)36 b(tags-search)1746 2650 y Fh(lancer)24 2498(tags)131 b Ff(M-x)36 b(tags-search)1746 2421 y Fh(lancer)24
2442b(un)g(remplacemen)n(t)h(in)n(teractif)f(sur)1817 2756 2499b(un)g(remplacemen)n(t)h(in)n(teractif)f(sur)1817 2527
2443y(tous)g(les)f(\014c)n(hiers)652 b Ff(M-x)37 b(tags-query-replace)1746 2500y(tous)g(les)f(\014c)n(hiers)652 b Ff(M-x)37 b(tags-query-replace)1746
24442862 y Fh(con)n(tin)n(uer)25 b(la)e(derni)n(\022)-33 25012633 y Fh(con)n(tin)n(uer)25 b(la)e(derni)n(\022)-33
2445b(ere)24 b(rec)n(herc)n(he)h(de)f(tags)g(ou)g(le)1817 2502b(ere)24 b(rec)n(herc)n(he)h(de)f(tags)g(ou)g(le)1817
24462969 y(remplacemen)n(t)g(in)n(teractif)710 b Ff(M-,)1746 25032740 y(remplacemen)n(t)g(in)n(teractif)710 b Ff(M-,)1746
24473188 y Fg(Shells)1746 3351 y Fh(ex)n(\023)-33 b(ecuter)25 25042930 y Fg(Shells)1746 3065 y Fh(ex)n(\023)-33 b(ecuter)25
2448b(une)g(commande)g(shell)606 b Ff(M-!)1746 3457 y Fh(lancer)24 2505b(une)g(commande)g(shell)606 b Ff(M-!)1746 3171 y Fh(lancer)24
2449b(une)g(commande)h(shell)e(sur)g(la)h(r)n(\023)-33 b(egion)271 2506b(une)g(commande)h(shell)e(sur)g(la)h(r)n(\023)-33 b(egion)271
2450b Ff(M-|)1746 3563 y Fh(\014ltrer)23 b(la)h(r)n(\023)-33 2507b Ff(M-|)1746 3277 y Fh(\014ltrer)23 b(la)h(r)n(\023)-33
2451b(egion)23 b(a)n(v)n(ec)i(une)f(commande)h(shell)246 2508b(egion)23 b(a)n(v)n(ec)i(une)f(commande)h(shell)246
2452b Ff(C-u)36 b(M-|)1746 3670 y Fh(lancer)24 b(un)g(shell)f(dans)h(la)f 2509b Ff(C-u)36 b(M-|)1746 3384 y Fh(lancer)24 b(un)g(shell)f(dans)h(la)f
2453(fen)n(^)-33 b(etre)25 b Ff(*shell*)318 b(M-x)36 b(shell)3942 2510(fen)n(^)-33 b(etre)25 b Ff(*shell*)318 b(M-x)36 b(shell)3942
2454-364 y Fg(Rectangles)3942 -182 y Fh(copier)24 b(le)f(rectangle)i(dans)f 2511-364 y Fg(Rectangles)3942 -210 y Fh(copier)24 b(le)f(rectangle)i(dans)f
2455(le)g(registre)459 b Ff(C-x)36 b(r)f(r)3942 -75 y Fh(d)n(\023)-33 2512(le)g(registre)459 b Ff(C-x)36 b(r)f(r)3942 -104 y Fh(d)n(\023)-33
2456b(etruire)24 b(le)f(rectangle)893 b Ff(C-x)36 b(r)f(k)3942 2513b(etruire)24 b(le)f(rectangle)893 b Ff(C-x)36 b(r)f(k)3942
245731 y Fh(r)n(\023)-33 b(ecup)n(\023)g(erer)24 b(le)f(rectangle)850 25142 y Fh(r)n(\023)-33 b(ecup)n(\023)g(erer)24 b(le)f(rectangle)850
2458b Ff(C-x)36 b(r)f(y)3942 137 y Fh(ouvrir)23 b(le)g(rectangle,)i(en)f(d) 2515b Ff(C-x)36 b(r)f(y)3942 109 y Fh(ouvrir)23 b(le)g(rectangle,)i(en)f(d)
2459n(\023)-33 b(ecalan)n(t)25 b(le)f(texte)h(\022)-35 b(a)4013 2516n(\023)-33 b(ecalan)n(t)25 b(le)f(texte)h(\022)-35 b(a)4013
2460243 y(droite)1260 b Ff(C-x)36 b(r)f(o)3942 350 y Fh(vider)23 2517215 y(droite)1260 b Ff(C-x)36 b(r)f(o)3942 321 y Fh(vider)23
2461b(le)h(rectangle)981 b Ff(C-x)36 b(r)f(c)3942 456 y Fh(pr)n(\023)-33 2518b(le)h(rectangle)981 b Ff(C-x)36 b(r)f(c)3942 427 y Fh(pr)n(\023)-33
2462b(e\014xer)24 b(c)n(haque)h(ligne)f(a)n(v)n(ec)h(une)f(c)n(ha)-8 2519b(e\014xer)24 b(c)n(haque)h(ligne)f(a)n(v)n(ec)h(une)f(c)n(ha)-8
2463b(^)-27 b(\020ne)369 b Ff(C-x)36 b(r)f(t)3942 675 y Fg(Abr)n(\023)-55 2520b(^)-27 b(\020ne)369 b Ff(C-x)36 b(r)f(t)3942 618 y Fg(Abr)n(\023)-55
2464b(eviations)3942 838 y Fh(a)t(jouter)24 b(une)g(abr)n(\023)-33 2521b(eviations)3942 752 y Fh(a)t(jouter)24 b(une)g(abr)n(\023)-33
2465b(eviation)25 b(globale)547 b Ff(C-x)36 b(a)f(g)3942 2522b(eviation)25 b(globale)547 b Ff(C-x)36 b(a)f(g)3942
2466945 y Fh(a)t(jouter)24 b(une)g(abr)n(\023)-33 b(eviation)25 2523859 y Fh(a)t(jouter)24 b(une)g(abr)n(\023)-33 b(eviation)25
2467b(lo)r(cale)f(au)g(mo)r(de)300 b Ff(C-x)36 b(a)f(l)3942 2524b(lo)r(cale)f(au)g(mo)r(de)300 b Ff(C-x)36 b(a)f(l)3942
24681051 y Fh(a)t(jouter)24 b(une)g(expansion)h(globale)f(p)r(our)g(cette) 2525965 y Fh(a)t(jouter)24 b(une)g(expansion)h(globale)f(p)r(our)g(cette)
24694013 1157 y(abr)n(\023)-33 b(eviation)1094 b Ff(C-x)36 25264013 1071 y(abr)n(\023)-33 b(eviation)1094 b Ff(C-x)36
2470b(a)f(i)h(g)3942 1263 y Fh(a)t(jouter)24 b(une)g(expansion)h(lo)r(cale) 2527b(a)f(i)h(g)3942 1178 y Fh(a)t(jouter)24 b(une)g(expansion)h(lo)r(cale)
2471f(au)g(mo)r(de)g(p)r(our)4013 1370 y(cette)h(abr)n(\023)-33 2528f(au)g(mo)r(de)g(p)r(our)4013 1284 y(cette)h(abr)n(\023)-33
2472b(eviation)922 b Ff(C-x)36 b(a)f(i)h(l)3942 1476 y Fh(faire)23 2529b(eviation)922 b Ff(C-x)36 b(a)f(i)h(l)3942 1390 y Fh(faire)23
2473b(une)h(expansion)h(explicite)f(de)g(cette)4013 1582 2530b(une)h(expansion)h(explicite)f(de)g(cette)4013 1496
2474y(abr)n(\023)-33 b(eviation)1094 b Ff(C-x)36 b(a)f(e)3942 2531y(abr)n(\023)-33 b(eviation)1094 b Ff(C-x)36 b(a)f(e)3942
24751717 y Fh(faire)23 b(une)h(expansion)h(dynamique)g(du)f(mot)4013 25321631 y Fh(faire)23 b(une)h(expansion)h(dynamique)g(du)f(mot)4013
24761823 y(pr)n(\023)-33 b(ec)n(\023)g(eden)n(t)1146 b Ff(M-/)3942 25331737 y(pr)n(\023)-33 b(ec)n(\023)g(eden)n(t)1146 b Ff(M-/)3942
24772043 y Fg(Expressions)39 b(rationnelles)3942 2225 y Fh(un)24 25341928 y Fg(Expressions)39 b(rationnelles)3942 2082 y Fh(un)24
2478b(unique)g(caract)n(\022)-33 b(ere)25 b(quelconque,)g(sauf)f(une)g 2535b(unique)g(caract)n(\022)-33 b(ere)25 b(quelconque,)g(sauf)f(une)g
2479(\014n)4013 2331 y(de)g(ligne)1201 b Ff(.)70 b Fh(\(p)r(oin)n(t\))3942 2536(\014n)4013 2188 y(de)g(ligne)1201 b Ff(.)70 b Fh(\(p)r(oin)n(t\))3942
24802437 y(z)n(\023)-33 b(ero)24 b(r)n(\023)-33 b(ep)n(\023)g(etition)25 25372294 y(z)n(\023)-33 b(ero)24 b(r)n(\023)-33 b(ep)n(\023)g(etition)25
2481b(ou)f(plus)816 b Ff(*)3942 2544 y Fh(une)24 b(r)n(\023)-33 2538b(ou)f(plus)816 b Ff(*)3942 2401 y Fh(une)24 b(r)n(\023)-33
2482b(ep)n(\023)g(etition)25 b(ou)f(plus)832 b Ff(+)3942 2539b(ep)n(\023)g(etition)25 b(ou)f(plus)832 b Ff(+)3942
24832650 y Fh(z)n(\023)-33 b(ero)24 b(ou)g(une)g(r)n(\023)-33 25402507 y Fh(z)n(\023)-33 b(ero)24 b(ou)g(une)g(r)n(\023)-33
2484b(ep)n(\023)g(etition)834 b Ff(?)3942 2756 y Fh(caract)n(\022)-33 2541b(ep)n(\023)g(etition)834 b Ff(?)3942 2613 y Fh(caract)n(\022)-33
2485b(ere)25 b(sp)n(\023)-33 b(ecial)24 b(p)r(our)f(quoter)i(l'expression)e 2542b(ere)25 b(sp)n(\023)-33 b(ecial)24 b(p)r(our)f(quoter)i(l'expression)e
2486(ra-)4013 2863 y(tionnelle)h Fd(c)1121 b Ff(\\)p Fd(c)3942 2543(ra-)4013 2720 y(tionnelle)h Fb(c)1121 b Ff(\\)p Fb(c)3942
24872969 y Fh(alternativ)n(e)25 b(\(\\ou"\))960 b Ff(\\|)3942 25442826 y Fh(alternativ)n(e)25 b(\(\\ou"\))960 b Ff(\\|)3942
24883075 y Fh(regroup)r(emen)n(t)1089 b Ff(\\\()35 b Fc(:)12 25452932 y Fh(regroup)r(emen)n(t)1089 b Ff(\\\()35 b Fa(:)12
2489b(:)f(:)35 b Ff(\\\))3942 3181 y Fh(le)23 b(m)n(^)-33 2546b(:)f(:)35 b Ff(\\\))3942 3038 y Fh(le)23 b(m)n(^)-33
2490b(eme)24 b(texte)i(que)e(dans)g(le)g Fd(n)5 b Fh(i)n(\022)-33 2547b(eme)24 b(texte)i(que)e(dans)g(le)g Fb(n)5 b Fh(i)n(\022)-33
2491b(eme)24 b(group)r(e)264 b Ff(\\)p Fd(n)3942 3288 y Fh(limite)23 2548b(eme)24 b(group)r(e)264 b Ff(\\)p Fb(n)3942 3145 y Fh(limite)23
2492b(de)h(mot)1096 b Ff(\\b)3942 3394 y Fh(non)24 b(limite)f(de)h(mot)959 2549b(de)h(mot)1096 b Ff(\\b)3942 3251 y Fh(non)24 b(limite)f(de)h(mot)959
2493b Ff(\\B)3942 3504 y Fe(en)n(tit)n(\023)-39 b(e)499 b(d)n(\023)-39 2550b Ff(\\B)3942 3361 y Fe(en)n(tit)n(\023)-39 b(e)499 b(d)n(\023)-39
2494b(ebut)258 b(\014n)3942 3568 y Fh(ligne)558 b Ff(^)427 2551b(ebut)258 b(\014n)3942 3417 y Fh(ligne)558 b Ff(^)427
2495b($)3942 3632 y Fh(mot)582 b Ff(\\<)392 b(\\>)3942 3696 2552b($)3942 3483 y Fh(mot)582 b Ff(\\<)392 b(\\>)3942 3539
2496y Fh(tamp)r(on)467 b Ff(\\`)392 b(\\')3942 3759 y Fe(classe)27 2553y Fh(tamp)r(on)467 b Ff(\\`)392 b(\\')3942 3604 y Fe(classe)27
2497b(de)g(caract)n(\022)-39 b(ere)41 b(corresp)r(ond)70 2554b(de)g(caract)n(\022)-39 b(ere)41 b(corresp)r(ond)70
2498b(corresp)r(ond)27 b(\022)-40 b(a)26 b(d'autres)3942 2555b(corresp)r(ond)27 b(\022)-40 b(a)26 b(d'autres)3942
24993823 y Fh(ensem)n(ble)e(explicite)147 b Ff([)35 b Fc(:)12 25563670 y Fh(ensem)n(ble)e(explicite)147 b Ff([)35 b Fa(:)12
2500b(:)f(:)35 b Ff(])239 b([^)36 b Fc(:)12 b(:)f(:)35 b 2557b(:)f(:)35 b Ff(])239 b([^)36 b Fa(:)12 b(:)f(:)35 b
2501Ff(])3942 3887 y Fh(caract)n(\022)-33 b(ere)25 b(de)f(mot)186 2558Ff(])3942 3736 y Fh(caract)n(\022)-33 b(ere)25 b(de)f(mot)186
2502b Ff(\\w)392 b(\\W)3942 3951 y Fh(caract)n(\022)-33 b(ere)25 2559b Ff(\\w)392 b(\\W)3942 3791 y Fh(caract)n(\022)-33 b(ere)25
2503b(a)n(v)n(ec)g(la)3984 4014 y(syn)n(taxe)g Fd(c)371 b 2560b(a)n(v)n(ec)g(la)3984 3847 y(syn)n(taxe)g Fb(c)371 b
2504Ff(\\s)p Fd(c)359 b Ff(\\S)p Fd(c)p eop end 2561Ff(\\s)p Fb(c)359 b Ff(\\S)p Fb(c)p eop end
2505%%Page: 3 3 2562%%Page: 3 3
2506TeXDict begin @landscape 3 2 bop -450 -364 a Fg(Jeux)38 2563TeXDict begin @landscape 3 2 bop -450 -364 a Fg(Jeux)38
2507b(de)f(caract)n(\022)-55 b(eres)37 b(in)m(ternationaux)-450 2564b(de)f(caract)n(\022)-55 b(eres)37 b(in)m(ternationaux)-450
2508-201 y Fh(indiquer)23 b(la)h(langue)g(principale)631 2565-230 y Fh(indiquer)23 b(la)h(langue)g(principale)631
2509b Ff(C-x)36 b(RET)g(l)-450 -95 y Fh(mon)n(trer)24 b(toutes)h(les)e(m)n 2566b Ff(C-x)36 b(RET)g(l)-450 -123 y Fh(mon)n(trer)24 b(toutes)h(les)e(m)n
2510(\023)-33 b(etho)r(des)25 b(de)f(saisie)29 b Ff(M-x)36 2567(\023)-33 b(etho)r(des)25 b(de)f(saisie)29 b Ff(M-x)36
2511b(list-input-methods)-450 12 y Fh(activ)n(er)24 b(ou)g(d)n(\023)-33 2568b(list-input-methods)-450 -17 y Fh(activ)n(er)24 b(ou)g(d)n(\023)-33
2512b(esactiv)n(er)25 b(la)f(m)n(\023)-33 b(etho)r(de)25 2569b(esactiv)n(er)25 b(la)f(m)n(\023)-33 b(etho)r(de)25
2513b(de)f(saisie)229 b Ff(C-\\)-450 118 y Fh(c)n(hoisir)23 2570b(de)f(saisie)229 b Ff(C-\\)-450 89 y Fh(c)n(hoisir)23
2514b(le)g(syst)n(\022)-33 b(eme)25 b(de)f(co)r(dage)h(p)r(our)f(la)f(com-) 2571b(le)g(syst)n(\022)-33 b(eme)25 b(de)f(co)r(dage)h(p)r(our)f(la)f(com-)
2515-379 224 y(mande)h(suiv)l(an)n(te)963 b Ff(C-x)36 b(RET)g(c)-450 2572-379 196 y(mande)h(suiv)l(an)n(te)963 b Ff(C-x)36 b(RET)g(c)-450
2516330 y Fh(mon)n(trer)24 b(tous)g(les)f(syst)n(\022)-33 2573302 y Fh(mon)n(trer)24 b(tous)g(les)f(syst)n(\022)-33
2517b(emes)25 b(de)f(co)r(dage)64 b Ff(M-x)36 b(list-coding-systems)-450 2574b(emes)25 b(de)f(co)r(dage)64 b Ff(M-x)36 b(list-coding-systems)-450
2518437 y Fh(c)n(hoisir)23 b(le)g(syst)n(\022)-33 b(eme)25 2575408 y Fh(c)n(hoisir)23 b(le)g(syst)n(\022)-33 b(eme)25
2519b(de)f(co)r(dage)h(pr)n(\023)-33 b(ef)n(\023)g(er)n(\023)g(e)85 2576b(de)f(co)r(dage)h(pr)n(\023)-33 b(ef)n(\023)g(er)n(\023)g(e)85
2520b Ff(M-x)36 b(prefer-coding-system)-450 656 y Fg(Info)-450 2577b Ff(M-x)36 b(prefer-coding-system)-450 599 y Fg(Info)-450
2521819 y Fh(en)n(trer)24 b(dans)g(le)f(visualisateur)h(de)g(la)g(do)r 2578733 y Fh(en)n(trer)24 b(dans)g(le)f(visualisateur)h(de)g(la)g(do)r
2522(cumen)n(ta-)-379 925 y(tion)g(Info)1174 b Ff(C-h)36 2579(cumen)n(ta-)-379 839 y(tion)g(Info)1174 b Ff(C-h)36
2523b(i)-450 1031 y Fh(c)n(herc)n(her)24 b(une)h(fonction)f(ou)g(une)h(v)l 2580b(i)-450 946 y Fh(c)n(herc)n(her)24 b(une)h(fonction)f(ou)g(une)h(v)l
2524(ariable)e(pr)n(\023)-33 b(ecise)-379 1138 y(dans)24 2581(ariable)e(pr)n(\023)-33 b(ecise)-379 1052 y(dans)24
2525b(Info)1154 b Ff(C-h)36 b(S)-450 1248 y Fh(Se)24 b(d)n(\023)-33 2582b(Info)1154 b Ff(C-h)36 b(S)-450 1162 y Fh(Se)24 b(d)n(\023)-33
2526b(eplacer)25 b(dans)f(un)f(n\033ud)i(:)-379 1367 y(une)f(page)h(plus)e 2583b(eplacer)25 b(dans)f(un)f(n\033ud)i(:)-379 1281 y(une)f(page)h(plus)e
2527(bas)891 b Ff(SPC)-379 1473 y Fh(une)24 b(page)h(plus)e(haut)853 2584(bas)891 b Ff(SPC)-379 1387 y Fh(une)24 b(page)h(plus)e(haut)853
2528b Ff(DEL)-379 1579 y Fh(d)n(\023)-33 b(ebut)25 b(du)e(n\033ud)967 2585b Ff(DEL)-379 1494 y Fh(d)n(\023)-33 b(ebut)25 b(du)e(n\033ud)967
2529b Ff(.)70 b Fh(\(p)r(oin)n(t\))-450 1690 y(P)n(asser)23 2586b Ff(.)70 b Fh(\(p)r(oin)n(t\))-450 1604 y(P)n(asser)23
2530b(de)h(n\033ud)g(en)h(n\033ud)f(:)-379 1796 y(n\033ud)g 2587b(de)h(n\033ud)g(en)h(n\033ud)f(:)-379 1710 y(n\033ud)g
2531Fe(suiv)-5 b(an)n(t)991 b Ff(n)-379 1902 y Fh(n\033ud)24 2588Fe(suiv)-5 b(an)n(t)991 b Ff(n)-379 1816 y Fh(n\033ud)24
2532b Fe(pr)n(\023)-39 b(ec)n(\023)g(eden)n(t)898 b Ff(p)-379 2589b Fe(pr)n(\023)-39 b(ec)n(\023)g(eden)n(t)898 b Ff(p)-379
25332008 y Fh(aller)22 b Fe(plus)i(haut)953 b Ff(u)-379 2114 25901922 y Fh(aller)22 b Fe(plus)i(haut)953 b Ff(u)-379 2029
2534y Fh(c)n(hoisir)23 b(un)g(sujet)h(de)g(men)n(u)h(par)e(son)h(nom)277 2591y Fh(c)n(hoisir)23 b(un)g(sujet)h(de)g(men)n(u)h(par)e(son)h(nom)277
2535b Ff(m)-379 2221 y Fh(c)n(hoisir)23 b(le)g Fd(n)5 b Fh(i)n(\022)-33 2592b Ff(m)-379 2135 y Fh(c)n(hoisir)23 b(le)g Fb(n)5 b Fh(i)n(\022)-33
2536b(eme)24 b(sujet)g(de)g(men)n(u)g(par)g(son)-379 2327 2593b(eme)24 b(sujet)g(de)g(men)n(u)g(par)g(son)-379 2241
2537y(n)n(um)n(\023)-33 b(ero)23 b(\(1{9\))1029 b Fd(n)-379 2594y(n)n(um)n(\023)-33 b(ero)23 b(\(1{9\))1029 b Fb(n)-379
25382433 y Fh(suivre)23 b(une)h(r)n(\023)-33 b(ef)n(\023)g(erence)24 25952347 y Fh(suivre)23 b(une)h(r)n(\023)-33 b(ef)n(\023)g(erence)24
2539b(crois)n(\023)-33 b(ee)24 b(\(on)h(revien)n(t)f(a)n(v)n(ec)-379 2596b(crois)n(\023)-33 b(ee)24 b(\(on)h(revien)n(t)f(a)n(v)n(ec)-379
25402539 y Ff(l)p Fh(\))1378 b Ff(f)-379 2646 y Fh(rev)n(enir)23 25972454 y Ff(l)p Fh(\))1378 b Ff(f)-379 2560 y Fh(rev)n(enir)23
2541b(au)h(dernier)f(n\033ud)h(visit)n(\023)-33 b(e)509 b 2598b(au)h(dernier)f(n\033ud)h(visit)n(\023)-33 b(e)509 b
2542Ff(l)-379 2752 y Fh(rev)n(enir)23 b(au)h(n\033ud)g(du)g(r)n(\023)-33 2599Ff(l)-379 2666 y Fh(rev)n(enir)23 b(au)h(n\033ud)g(du)g(r)n(\023)-33
2543b(ep)r(ertoire)509 b Ff(d)-379 2858 y Fh(aller)22 b(au)i(n\033ud)g(de)h 2600b(ep)r(ertoire)509 b Ff(d)-379 2773 y Fh(aller)22 b(au)i(n\033ud)g(de)h
2544(plus)e(haut)i(niv)n(eau)f(du)-379 2965 y(\014c)n(hier)f(Info)1110 2601(plus)e(haut)i(niv)n(eau)f(du)-379 2879 y(\014c)n(hier)f(Info)1110
2545b Ff(t)-379 3071 y Fh(aller)22 b(sur)i(n'imp)r(orte)f(quel)h(n\033ud)g 2602b Ff(t)-379 2985 y Fh(aller)22 b(sur)i(n'imp)r(orte)f(quel)h(n\033ud)g
2546(par)f(son)h(nom)111 b Ff(g)-450 3181 y Fh(Autres)24 2603(par)f(son)h(nom)111 b Ff(g)-450 3095 y Fh(Autres)24
2547b(:)-379 3286 y(lancer)f(le)h Fe(didacticiel)e Fh(Info)652 2604b(:)-379 3201 y(lancer)f(le)h Fe(didacticiel)e Fh(Info)652
2548b Ff(h)-379 3393 y Fh(c)n(herc)n(her)24 b(un)g(sujet)g(dans)g(l'index) 2605b Ff(h)-379 3307 y Fh(c)n(herc)n(her)24 b(un)g(sujet)g(dans)g(l'index)
2549518 b Ff(i)-379 3499 y Fh(rec)n(herc)n(her)24 b(les)f(n\033uds)h(a)n(v) 2606518 b Ff(i)-379 3413 y Fh(rec)n(herc)n(her)24 b(les)f(n\033uds)h(a)n(v)
2550n(ec)h(une)f(expression)-379 3605 y(rationnelle)1115 2607n(ec)h(une)f(expression)-379 3519 y(rationnelle)1115
2551b Ff(s)-379 3711 y Fe(quitter)22 b Fh(Info)1051 b Ff(q)1746 2608b Ff(s)-379 3626 y Fe(quitter)22 b Fh(Info)1051 b Ff(q)1746
2552-364 y Fg(Registres)1746 -227 y Fh(sauv)n(er)24 b(la)f(r)n(\023)-33 2609-364 y Fg(Registres)1746 -244 y Fh(sauv)n(er)24 b(la)f(r)n(\023)-33
2553b(egion)24 b(dans)g(un)g(registre)506 b Ff(C-x)36 b(r)f(s)1746 2610b(egion)24 b(dans)g(un)g(registre)506 b Ff(C-x)36 b(r)f(s)1746
2554-121 y Fh(ins)n(\023)-33 b(erer)23 b(le)g(con)n(ten)n(u)j(du)e 2611-138 y Fh(ins)n(\023)-33 b(erer)23 b(le)g(con)n(ten)n(u)j(du)e
2555(registre)f(dans)h(le)g(tamp)r(on)117 b Ff(C-x)36 b(r)f(i)1746 2612(registre)f(dans)h(le)g(tamp)r(on)117 b Ff(C-x)36 b(r)f(i)1746
25562 y Fh(sauv)n(er)24 b(la)f(v)l(aleur)h(du)g(p)r(oin)n(t)g(dans)g(un)g 2613-11 y Fh(sauv)n(er)24 b(la)f(v)l(aleur)h(du)g(p)r(oin)n(t)g(dans)g(un)g
2557(registre)222 b Ff(C-x)36 b(r)f(SPC)1746 109 y Fh(sauter)24 2614(registre)222 b Ff(C-x)36 b(r)f(SPC)1746 95 y Fh(sauter)24
2558b(au)g(p)r(oin)n(t)g(sauv)n(\023)-33 b(e)25 b(dans)f(le)f(registre)355 2615b(au)g(p)r(oin)n(t)g(sauv)n(\023)-33 b(e)25 b(dans)f(le)f(registre)355
2559b Ff(C-x)36 b(r)f(j)1746 271 y Fg(Macros)j(cla)m(vier)1746 2616b Ff(C-x)36 b(r)f(j)1746 244 y Fg(Macros)j(cla)m(vier)1746
2560388 y Fe(lancer)23 b Fh(la)g(d)n(\023)-33 b(e\014nition)25 2617344 y Fe(lancer)23 b Fh(la)g(d)n(\023)-33 b(e\014nition)25
2561b(d'une)f(macro)g(cla)n(vier)277 b Ff(C-x)36 b(\()1746 2618b(d'une)f(macro)g(cla)n(vier)277 b Ff(C-x)36 b(\()1746
2562494 y Fe(terminer)23 b Fh(la)g(d)n(\023)-33 b(e\014nition)25 2619451 y Fe(terminer)23 b Fh(la)g(d)n(\023)-33 b(e\014nition)25
2563b(d'une)f(macro)f(cla)n(vier)183 b Ff(C-x)36 b(\))1746 2620b(d'une)f(macro)f(cla)n(vier)183 b Ff(C-x)36 b(\))1746
2564601 y Fe(ex)n(\023)-39 b(ecuter)24 b Fh(la)f(derni)n(\022)-33 2621557 y Fe(ex)n(\023)-39 b(ecuter)24 b Fh(la)f(derni)n(\022)-33
2565b(ere)24 b(macro)g(cla)n(vier)f(d)n(\023)-33 b(e\014nie)203 2622b(ere)24 b(macro)g(cla)n(vier)f(d)n(\023)-33 b(e\014nie)203
2566b Ff(C-x)36 b(e)1746 707 y Fh(a)t(jouter)24 b(\022)-35 2623b Ff(C-x)36 b(e)1746 663 y Fh(a)t(jouter)24 b(\022)-35
2567b(a)24 b(la)f(derni)n(\022)-33 b(ere)24 b(macro)g(cla)n(vier)446 2624b(a)24 b(la)f(derni)n(\022)-33 b(ere)24 b(macro)g(cla)n(vier)446
2568b Ff(C-u)36 b(C-x)g(\()1746 813 y Fh(donner)24 b(un)g(nom)g(\022)-35 2625b Ff(C-u)36 b(C-x)g(\()1746 770 y Fh(donner)24 b(un)g(nom)g(\022)-35
2569b(a)24 b(la)f(derni)n(\022)-33 b(ere)24 b(macro)1817 2626b(a)24 b(la)f(derni)n(\022)-33 b(ere)24 b(macro)1817
2570919 y(cla)n(vier)996 b Ff(M-x)36 b(name-last-kbd-macro)1746 2627876 y(cla)n(vier)996 b Ff(M-x)36 b(name-last-kbd-macro)1746
25711026 y Fh(ins)n(\023)-33 b(erer)23 b(une)h(d)n(\023)-33 2628982 y Fh(ins)n(\023)-33 b(erer)23 b(une)h(d)n(\023)-33
2572b(e\014nition)25 b(Lisp)e(dans)h(le)1817 1132 y(tamp)r(on)960 2629b(e\014nition)25 b(Lisp)e(dans)h(le)1817 1088 y(tamp)r(on)960
2573b Ff(M-x)36 b(insert-kbd-macro)1746 1294 y Fg(Commandes)i(de)f(gestion) 2630b Ff(M-x)36 b(insert-kbd-macro)1746 1237 y Fg(Commandes)i(de)f(gestion)
2574h(d'Emacs)g(Lisp)1744 1431 y Fh(\023)-33 b(ev)l(aluer)24 2631h(d'Emacs)g(Lisp)1744 1357 y Fh(\023)-33 b(ev)l(aluer)24
2575b(la)g Fe(s-expression)f Fh(situ)n(\023)-33 b(ee)25 b(a)n(v)l(an)n(t)g 2632b(la)g Fe(s-expression)f Fh(situ)n(\023)-33 b(ee)25 b(a)n(v)l(an)n(t)g
2576(le)e(p)r(oin)n(t)115 b Ff(C-x)36 b(C-e)1744 1537 y Fh(\023)-33 2633(le)e(p)r(oin)n(t)115 b Ff(C-x)36 b(C-e)1744 1463 y Fh(\023)-33
2577b(ev)l(aluer)24 b(la)g Fe(defun)g Fh(couran)n(te)707 2634b(ev)l(aluer)24 b(la)g Fe(defun)g Fh(couran)n(te)707
2578b Ff(C-M-x)1744 1643 y Fh(\023)-33 b(ev)l(aluer)24 b(la)g 2635b Ff(C-M-x)1744 1570 y Fh(\023)-33 b(ev)l(aluer)24 b(la)g
2579Fe(r)n(\023)-39 b(egion)726 b Ff(M-x)36 b(eval-region)1746 2636Fe(r)n(\023)-39 b(egion)726 b Ff(M-x)36 b(eval-region)1746
25801750 y Fh(lire)23 b(et)f(\023)-33 b(ev)l(aluer)24 b(le)g(mini-tamp)r 26371676 y Fh(lire)23 b(et)f(\023)-33 b(ev)l(aluer)24 b(le)g(mini-tamp)r
2581(on)593 b Ff(M-:)1746 1856 y Fh(c)n(harger)24 b(\022)-35 2638(on)593 b Ff(M-:)1746 1782 y Fh(c)n(harger)24 b(\022)-35
2582b(a)24 b(partir)f(du)h(r)n(\023)-33 b(ep)r(ertoire)23 2639b(a)24 b(partir)f(du)h(r)n(\023)-33 b(ep)r(ertoire)23
2583b(syst)n(\022)-33 b(eme)1817 1962 y(standard)926 b Ff(M-x)36 2640b(syst)n(\022)-33 b(eme)1817 1888 y(standard)926 b Ff(M-x)36
2584b(load-library)1746 2124 y Fg(P)m(ersonnalisation)g(simple)1746 2641b(load-library)1746 2037 y Fg(P)m(ersonnalisation)g(simple)1746
25852261 y Fh(p)r(ersonnaliser)23 b(les)h(v)l(ariables)f(et)h(les)g(fon)n 26422157 y Fh(p)r(ersonnaliser)23 b(les)h(v)l(ariables)f(et)h(les)g(fon)n
2586(tes)81 b Ff(M-x)36 b(customize)1746 2364 y Fh(Cr)n(\023)-33 2643(tes)81 b Ff(M-x)36 b(customize)1746 2263 y Fh(Cr)n(\023)-33
2587b(eation)23 b(de)g(liaisons)f(de)h(touc)n(hes)h(globales)f(en)g(Emacs)g 2644b(eation)23 b(de)g(liaisons)f(de)h(touc)n(hes)h(globales)f(en)g(Emacs)g
2588(Lisp)f(\(exem-)1746 2437 y(ples\):)1746 2518 y Ff(\(global-set-key)40 2645(Lisp)f(\(exem-)1746 2336 y(ples\):)1746 2425 y Ff(\(global-set-key)40
2589b("\\C-cg")d('goto-line\))1746 2581 y(\(global-set-key)j("\\M-#")d 2646b("\\C-cg")d('goto-line\))1746 2493 y(\(global-set-key)j("\\M-#")d
2590('query-replace-regexp\))1755 2729 y Fg(\023)1746 2753 2647('query-replace-regexp\))1755 2627 y Fg(\023)1746 2651
2591y(Ecriture)g(de)h(commandes)1746 2857 y Ff(\(defun)f 2648y(Ecriture)g(de)h(commandes)1746 2731 y Ff(\(defun)f
2592Fd(nom-c)l(ommande)43 b Ff(\()p Fd(ar)l(gs)5 b Ff(\))1817 2649Fb(nom-c)l(ommande)43 b Ff(\()p Fb(ar)l(gs)5 b Ff(\))1817
25932921 y(")p Fd(do)l(cumentation)g Ff(")38 b(\(interactive)g(")p 26502796 y(")p Fb(do)l(cumentation)g Ff(")38 b(\(interactive)g(")p
2594Fd(template)5 b Ff("\))1817 2985 y Fd(b)l(o)l(dy)h Ff(\))1746 2651Fb(template)5 b Ff("\))1817 2862 y Fb(b)l(o)l(dy)h Ff(\))1746
25953066 y Fh(Exemple)24 b(:)1746 3146 y Ff(\(defun)37 b 26522948 y Fh(Exemple)24 b(:)1746 3034 y Ff(\(defun)37 b
2596(cette-ligne-en-haut-de-)q(la-f)q(ene)q(tre)42 b(\(line\))1746 2653(cette-ligne-en-haut-de-)q(la-f)q(ene)q(tre)42 b(\(line\))1746
25973210 y("Repositionne)d(la)d(ligne)h(du)e(point)i(en)f(haut)g(de)g(la)g 26543090 y("Repositionne)d(la)d(ligne)h(du)e(point)i(en)f(haut)g(de)g(la)g
2598(fenetre.)1746 3274 y(Avec)g(ARG,)h(place)g(le)e(point)i(sur)f(la)g 2655(fenetre.)1746 3145 y(Avec)g(ARG,)h(place)g(le)e(point)i(sur)f(la)g
2599(ligne)h(ARG.")1817 3338 y(\(interactive)h("P"\))1817 2656(ligne)h(ARG.")1817 3213 y(\(interactive)h("P"\))1817
26003401 y(\(recenter)f(\(if)g(\(null)f(line\))2311 3465 26573269 y(\(recenter)f(\(if)g(\(null)f(line\))2311 3324
2601y(0)2240 3529 y(\(prefix-numeric-value)41 b(line\)\)\)\))1746 2658y(0)2240 3380 y(\(prefix-numeric-value)41 b(line\)\)\)\))1746
26023610 y Fh(La)21 b(sp)n(\023)-33 b(eci\014cation)23 b 26593468 y Fh(La)21 b(sp)n(\023)-33 b(eci\014cation)23 b
2603Ff(interactive)h Fh(indique)d(commen)n(t)h(lire)e(in)n(teractiv)n(e-) 2660Ff(interactive)h Fh(indique)d(commen)n(t)h(lire)e(in)n(teractiv)n(e-)
26041746 3674 y(men)n(t)28 b(les)f(param)n(\022)-33 b(etres.)42 26611746 3534 y(men)n(t)28 b(les)f(param)n(\022)-33 b(etres.)42
2605b(F)-6 b(aites)28 b Ff(C-h)36 b(f)f(interactive)30 b 2662b(F)-6 b(aites)28 b Ff(C-h)36 b(f)f(interactive)30 b
2606Fh(p)r(our)e(plus)e(de)1746 3737 y(pr)n(\023)-33 b(ecisions.)2039 2663Fh(p)r(our)e(plus)e(de)1746 3599 y(pr)n(\023)-33 b(ecisions.)2039
26073817 y Fb(Cop)n(yrigh)n(t)2342 3815 y(c)2325 3817 y Fa(\015)21 26643682 y Fd(Cop)n(yrigh)n(t)2342 3680 y(c)2325 3682 y Fc(\015)21
2608b Fb(2007)i(F)-5 b(ree)21 b(Soft)n(w)n(are)i(F)-5 b(oundation,)20 2665b Fd(2007)i(F)-5 b(ree)21 b(Soft)n(w)n(are)i(F)-5 b(oundation,)20
2609b(Inc.)2179 3868 y(v2.3)h(p)r(our)f(GNU)g(Emacs)h(v)n(ersion)h(22,)f 2666b(Inc.)2179 3727 y(v2.3)h(p)r(our)f(GNU)g(Emacs)h(v)n(ersion)h(22,)f
2610(2006)2309 3919 y(conception)g(de)f(Stephen)g(Gildea)2220 2667(2006)2309 3771 y(conception)g(de)f(Stephen)g(Gildea)2220
26113983 y(traduction)h(fran\030)-27 b(caise)21 b(d')2831 26683835 y(traduction)h(fran\030)-27 b(caise)21 b(d')2831
26123970 y(\023)2826 3983 y(Eric)f(Jacob)r(oni)1746 4051 26693822 y(\023)2826 3835 y(Eric)f(Jacob)r(oni)1746 3900
2613y(V)-5 b(ous)22 b(p)r(ouv)n(ez)g(faire)g(et)g(distribuer)f(des)h 2670y(V)-5 b(ous)22 b(p)r(ouv)n(ez)g(faire)g(et)g(distribuer)f(des)h
2614(copies)g(de)f(cette)i(carte,)f(p)r(ourvu)f(que)h(la)1746 2671(copies)g(de)f(cette)i(carte,)f(p)r(ourvu)f(que)h(la)1746
26154102 y(note)16 b(de)g(cop)n(yrigh)n(t)g(et)h(cette)f(note)g(de)g(p)r 26723944 y(note)16 b(de)g(cop)n(yrigh)n(t)g(et)h(cette)f(note)g(de)g(p)r
2616(ermission)f(soien)n(t)h(conserv)n(\023)-29 b(ees)19 2673(ermission)f(soien)n(t)h(conserv)n(\023)-29 b(ees)19
2617b(sur)c(toutes)1746 4153 y(les)21 b(copies.)1746 4221 2674b(sur)c(toutes)1746 3989 y(les)21 b(copies.)1746 4054
2618y(P)n(our)e(les)g(copies)g(du)f(man)n(uel)g(GNU)g(Emacs,)g(\023)-29 2675y(P)n(our)e(les)g(copies)g(du)f(man)n(uel)g(GNU)g(Emacs,)g(\023)-29
2619b(ecriv)n(ez)20 b(\022)-30 b(a)19 b(la)g(F)-5 b(ree)19 2676b(ecriv)n(ez)20 b(\022)-30 b(a)19 b(la)g(F)-5 b(ree)19
2620b(Soft)n(w)n(are)i(F)-5 b(oun-)1746 4272 y(dation,)29 2677b(Soft)n(w)n(are)i(F)-5 b(oun-)1746 4098 y(dation,)29
2621b(Inc.,)g(51)g(F)-5 b(ranklin)28 b(Street,)h(Fifth)f(Flo)r(or,)h 2678b(Inc.,)g(51)g(F)-5 b(ranklin)28 b(Street,)h(Fifth)f(Flo)r(or,)h
2622(Boston,)i(MA)d(02110-1301)1746 4323 y(USA.)p eop end 2679(Boston,)i(MA)d(02110-1301)1746 4143 y(USA.)p eop end
2623%%Trailer 2680%%Trailer
2624 2681
2625userdict /end-hook known{end-hook}if 2682userdict /end-hook known{end-hook}if
diff --git a/etc/fr-refcard.tex b/etc/fr-refcard.tex
index 0184064cccd..dcbed8347dc 100644
--- a/etc/fr-refcard.tex
+++ b/etc/fr-refcard.tex
@@ -11,7 +11,7 @@
11% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful 11% Set letterpaper to 0 for A4 paper, 1 for letter (US) paper. Useful
12% only when columnsperpage is 2 or 3. 12% only when columnsperpage is 2 or 3.
13 13
14\letterpaper=1 14\letterpaper=0
15 15
16% Nothing else needs to be changed below this line. 16% Nothing else needs to be changed below this line.
17% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004, 17% Copyright (C) 1987, 1993, 1996, 1997, 2001, 2002, 2003, 2004,
@@ -216,8 +216,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
216 216
217% section - new major section. Argument is section name. 217% section - new major section. Argument is section name.
218\outer\def\section#1{\par\filbreak 218\outer\def\section#1{\par\filbreak
219 \vskip 3ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}% 219 \vskip 2ex plus 2ex minus 2ex {\headingfont #1}\mark{#1}%
220 \vskip 2ex plus 1ex minus 1.5ex} 220 \vskip 1ex plus 1ex minus 1.5ex}
221 221
222\newdimen\keyindent 222\newdimen\keyindent
223 223
@@ -327,6 +327,8 @@ les instructions. Si vous d\'ebutez, faites \kbd{C-h t} pour suivre un
327\metax{restaurer un tampon avec son contenu initial}{M-x revert-buffer} 327\metax{restaurer un tampon avec son contenu initial}{M-x revert-buffer}
328\key{r\'eafficher un \'ecran perturb\'e}{C-l} 328\key{r\'eafficher un \'ecran perturb\'e}{C-l}
329 329
330\shortcopyrightnotice
331
330\section{Recherche incr\'ementale} 332\section{Recherche incr\'ementale}
331 333
332\key{rechercher vers l'avant}{C-s} 334\key{rechercher vers l'avant}{C-s}
@@ -345,9 +347,6 @@ direction quelconque.
345Si Emacs est encore en train de chercher, \kbd{C-g} n'annule que ce 347Si Emacs est encore en train de chercher, \kbd{C-g} n'annule que ce
346qui n'a pas \'et\'e fait. 348qui n'a pas \'et\'e fait.
347 349
348%% Why was this here?
349%\shortcopyrightnotice
350
351\section{D\'eplacements} 350\section{D\'eplacements}
352 351
353\paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr 352\paralign to \hsize{#\tabskip=10pt plus 1 fil&#\tabskip=0pt&#\cr
diff --git a/etc/refcard.ps b/etc/refcard.ps
index 7e79f255048..3c124072686 100644
--- a/etc/refcard.ps
+++ b/etc/refcard.ps
@@ -4,14 +4,14 @@
4%%Pages: 2 4%%Pages: 2
5%%PageOrder: Ascend 5%%PageOrder: Ascend
6%%Orientation: Landscape 6%%Orientation: Landscape
7%%BoundingBox: 0 0 595 842 7%%BoundingBox: 0 0 612 792
8%%DocumentFonts: CMBX10 CMR8 CMTT8 CMBX8 CMR6 CMSY6 CMTI8 CMMI8 8%%DocumentFonts: CMBX10 CMR8 CMTT8 CMBX8 CMR6 CMSY6 CMTI8 CMMI8
9%%DocumentPaperSizes: a4 9%%DocumentPaperSizes: Letter
10%%EndComments 10%%EndComments
11%DVIPSWebPage: (www.radicaleye.com) 11%DVIPSWebPage: (www.radicaleye.com)
12%DVIPSCommandLine: dvips -t landscape refcard.dvi 12%DVIPSCommandLine: dvips -t letter -t landscape refcard.dvi
13%DVIPSParameters: dpi=600 13%DVIPSParameters: dpi=600
14%DVIPSSource: TeX output 2007.01.20:1513 14%DVIPSSource: TeX output 2007.03.22:0022
15%%BeginProcSet: tex.pro 0 0 15%%BeginProcSet: tex.pro 0 0
16%! 16%!
17/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S 17/TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@@ -2140,7 +2140,7 @@ B37C730F954856C8BB7DFED1ECDAF30AF7FDB675F727F6FFB931B81476DE3F0B
21400000000000000000000000000000000000000000000000000000000000000000 21400000000000000000000000000000000000000000000000000000000000000000
2141cleartomark 2141cleartomark
2142%%EndFont 2142%%EndFont
2143TeXDict begin 55387786 39139632 1000 600 600 (refcard.dvi) 2143TeXDict begin 52099146 40258431 1000 600 600 (refcard.dvi)
2144@start /Fa 197[20 58[{}1 66.4176 /CMMI8 rf /Fb 134[35 2144@start /Fa 197[20 58[{}1 66.4176 /CMMI8 rf /Fb 134[35
21453[38 24 29 30 1[36 36 40 58 18 2[22 36 33 1[33 36 33 21453[38 24 29 30 1[36 36 40 58 18 2[22 36 33 1[33 36 33
214633 36 51[26 45[{}19 66.4176 /CMTI8 rf /Fc 242[61 13[{}1 214633 36 51[26 45[{}19 66.4176 /CMTI8 rf /Fc 242[61 13[{}1
@@ -2169,7 +2169,9 @@ TeXDict begin 55387786 39139632 1000 600 600 (refcard.dvi)
2169%%BeginSetup 2169%%BeginSetup
2170%%Feature: *Resolution 600dpi 2170%%Feature: *Resolution 600dpi
2171TeXDict begin 2171TeXDict begin
2172%%PaperSize: A4 2172%%BeginPaperSize: Letter
2173letter
2174%%EndPaperSize
2173 @landscape end 2175 @landscape end
2174%%EndSetup 2176%%EndSetup
2175%%Page: 1 1 2177%%Page: 1 1