aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/COOKIES2
-rw-r--r--etc/ChangeLog77
-rw-r--r--etc/DEBUG17
-rw-r--r--etc/ERC-NEWS252
-rw-r--r--etc/FTP8
-rw-r--r--etc/MACHINES16
-rw-r--r--etc/MORE.STUFF29
-rw-r--r--etc/Makefile115
-rw-r--r--etc/NEWS78
-rw-r--r--etc/ORDERS2
-rw-r--r--etc/PROBLEMS105
-rw-r--r--etc/SERVICE1376
-rw-r--r--etc/TODO33
-rw-r--r--etc/calccard.ps14
-rw-r--r--etc/dired-ref.ps16
-rw-r--r--etc/emacs.167
-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
20 files changed, 1566 insertions, 2377 deletions
diff --git a/etc/COOKIES b/etc/COOKIES
index fa8894795f0..1d8c0955d42 100644
--- a/etc/COOKIES
+++ b/etc/COOKIES
@@ -26,7 +26,7 @@ Cream together: 2 cups butter
26Add: 4 eggs 26Add: 4 eggs
27 2 tsp. vanilla 27 2 tsp. vanilla
28 28
29Mis together in 29Mix together in
30separate bowl: 4 cups flour 30separate bowl: 4 cups flour
31 5 cups oatmeal (put small 31 5 cups oatmeal (put small
32 amounts of oatmeal in blender until it turns to 32 amounts of oatmeal in blender until it turns to
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 301aa3e1417..1f2b33fe8a8 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,70 @@
12007-04-15 Glenn Morris <rgm@gnu.org>
2
3 * FTP: Make it a duplicate of ../FTP.
4
52007-04-14 Glenn Morris <rgm@gnu.org>
6
7 * SERVICE: Replace with a pointer to the web version.
8
9 * emacs.1: Update some of the more obsolete information.
10
112007-04-13 Glenn Morris <rgm@gnu.org>
12
13 * MACHINES: emacserver is removed.
14
15 * MORE.STUFF: Update some links, remove some dead ones.
16
172007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
18
19 * emacs.py (format_exception): New function.
20 (eexecfile): Use it instead of traceback.print_exception.
21 Don't use execfile to avoid a bug in w32.
22
232007-04-04 Glenn Morris <rgm@gnu.org>
24
25 * MACHINES: Mention preprocessor to use with /opt/SUNWspro/bin/cc
26 on Solaris.
27
28 * PROBLEMS (Configuration): Add entries on compiler/preprocessor
29 mismatch, and on preprocessor inserting whitespace.
30
312007-04-03 Eli Zaretskii <eliz@gnu.org>
32
33 * TODO: Add entry for switching MS-Windows keyboard input to
34 Unicode. Add specific pointer to msdos.c functions that support
35 menus on text terminals.
36
372007-04-01 Michael Olson <mwolson@gnu.org>
38
39 * ERC-NEWS: Update for the ERC 5.2 release. Most of these entries
40 were for previously-committed changes.
41
422007-03-31 Michael Albinus <michael.albinus@gmx.de>
43
44 * PROBLEMS: Remove Tramp problem; it has been fixed.
45
462007-03-31 Eli Zaretskii <eliz@gnu.org>
47
48 * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with
49 modifiers.
50
512007-03-23 Glenn Morris <rgm@gnu.org>
52
53 * Makefile (DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT):
54 Delete unused variables.
55 (dired-refcards, misc-refcards, survival-card, viper-cards):
56 New targets.
57 (all): Also build dired-refcards and misc-refcards.
58 (clean, distclean, maintainer-clean): Depend on mostlyclean.
59 (SOURCES): Remove non-existent files.
60 (mostlyclean, clean, distclean, maintainer-clean, unlock, relock):
61 Mark as phony.
62 (.ps files): Specify default papersize in the dvips command.
63
64 * fr-refcard.tex (\letterpaper): Switch to A4.
65 (\section): Reduce \vskips to fit on A4 paper.
66 (\shortcopyrightnotice): Display at end of first column.
67
12007-03-21 Glenn Morris <rgm@gnu.org> 682007-03-21 Glenn Morris <rgm@gnu.org>
2 69
3 * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns. 70 * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns.
@@ -322,7 +389,7 @@
322 (section{TODO Items and Checkboxes}): Checkbox keys moved to this 389 (section{TODO Items and Checkboxes}): Checkbox keys moved to this
323 section, added documentation for the key `C-c #'. 390 section, added documentation for the key `C-c #'.
324 391
3252006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) 3922006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se>
326 393
327 * emacs.py (eargs): Provide eldoc message for builtin types. 394 * emacs.py (eargs): Provide eldoc message for builtin types.
328 Make sure eargs always outputs sentinel, to avoid Emacs freeze. 395 Make sure eargs always outputs sentinel, to avoid Emacs freeze.
@@ -417,7 +484,7 @@
417 (eimport): Use __main__ rather than `emacs' namespace. 484 (eimport): Use __main__ rather than `emacs' namespace.
418 (modpath): New fun. 485 (modpath): New fun.
419 486
4202006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change) 4872006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
421 488
422 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace. 489 * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace.
423 490
@@ -680,8 +747,8 @@
680 * pl-refcard.tex (section{Info}): Ditto. Translation suggested by 747 * pl-refcard.tex (section{Info}): Ditto. Translation suggested by
681 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>. 748 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>.
682 749
683 * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'. Entry 750 * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'.
684 for `i' is not translated yet. 751 Entry for `i' is not translated yet.
685 752
686 * pt-br-refcard.tex (section{Info}): Ditto. 753 * pt-br-refcard.tex (section{Info}): Ditto.
687 754
@@ -1410,7 +1477,7 @@
1410 1477
1411 * NEWS: Lots of clarifications and cleanups. 1478 * NEWS: Lots of clarifications and cleanups.
1412 1479
14132005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) 14802005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se>
1414 1481
1415 * TUTORIAL.pl: Updated header. 1482 * TUTORIAL.pl: Updated header.
1416 1483
diff --git a/etc/DEBUG b/etc/DEBUG
index ad59d48b3ca..ea4e14866ca 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:
@@ -562,7 +567,7 @@ are involved in the crash.
562 567
563Once you discover the corrupted Lisp object or data structure, grep 568Once you discover the corrupted Lisp object or data structure, grep
564the sources for its uses and try to figure out what could cause the 569the sources for its uses and try to figure out what could cause the
565corruption. If looking at the sources doesn;t help, you could try 570corruption. If looking at the sources doesn't help, you could try
566setting a watchpoint on the corrupted data, and see what code modifies 571setting a watchpoint on the corrupted data, and see what code modifies
567it in some invalid way. (Obviously, this technique is only useful for 572it in some invalid way. (Obviously, this technique is only useful for
568data that is modified only very rarely.) 573data that is modified only very rarely.)
@@ -726,7 +731,7 @@ prints the backtrace for a crash. It is usually best to look at the
726disassembly to determine exactly what code is being run--the 731disassembly to determine exactly what code is being run--the
727disassembly will probably show several source lines followed by a 732disassembly will probably show several source lines followed by a
728block of assembler for those lines. The actual point where Emacs 733block of assembler for those lines. The actual point where Emacs
729crashes will be one of those source lines, but not neccesarily the one 734crashes will be one of those source lines, but not necessarily the one
730that the debugger reports. 735that the debugger reports.
731 736
732Another problematic area with the MS debugger is with variables that 737Another problematic area with the MS debugger is with variables that
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/FTP b/etc/FTP
index 45048af4160..0337d464c30 100644
--- a/etc/FTP
+++ b/etc/FTP
@@ -1,2 +1,6 @@
1Please refer to <http://www.gnu.org/software/emacs/> for information 1For information about how to obtain GNU Emacs and other GNU software
2about obtaining Emacs. 2by FTP, please see <http://www.gnu.org/order/ftp.html>.
3
4Information about Emacs is also available at
5<http://www.gnu.org/software/emacs/>.
6
diff --git a/etc/MACHINES b/etc/MACHINES
index 3323c0b98b5..83723fccbbc 100644
--- a/etc/MACHINES
+++ b/etc/MACHINES
@@ -126,7 +126,7 @@ Apple PowerPC Macintosh running GNU/Linux
126 Emacs distribution, and remove the "#if 0" and "#endif" directives 126 Emacs distribution, and remove the "#if 0" and "#endif" directives
127 which surround the following block near the end of the file: 127 which surround the following block near the end of the file:
128 128
129 #if 0 /* This breaks things on PPC GNU/Linux ecept for Yellowdog, 129 #if 0 /* This breaks things on PPC GNU/Linux except for Yellowdog,
130 even with identical GCC, as, ld. Let's take it out until we 130 even with identical GCC, as, ld. Let's take it out until we
131 know what's really going on here. */ 131 know what's really going on here. */
132 /* GCC 2.95 and newer on GNU/Linux PPC changed the load address to 132 /* GCC 2.95 and newer on GNU/Linux PPC changed the load address to
@@ -156,9 +156,8 @@ Apollo running X Windows (m68k-apollo-bsd)
156 installations may have to edit src/Makefile manually after it is created. 156 installations may have to edit src/Makefile manually after it is created.
157 There are too many versions of both cc and X to automate this easily. 157 There are too many versions of both cc and X to automate this easily.
158 158
159 In `lib-src/Makefile', emacsclient and emacsserver compile and work fine 159 In `lib-src/Makefile', emacsclient compiles and works fine under CC 6.9.
160 under CC 6.9. They now probably work under other versions of the compiler, 160 It now probably works under other versions of the compiler, as well.
161 as well.
162 161
163 The Apollo Domain CC compiler will issue quite a few warning messages, 162 The Apollo Domain CC compiler will issue quite a few warning messages,
164 mostly complaining about incompatible pointers. In general, these are 163 mostly complaining about incompatible pointers. In general, these are
@@ -1149,7 +1148,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 1148 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 1149 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 1150 /usr/ucb. (Most free software packages have the same requirement on
1152 Solaris.) 1151 Solaris.) With this compiler, use `/opt/SUNWspro/bin/cc -E' as the
1152 preprocessor. If this inserts extra whitespace into its output (see
1153 the PROBLEMS file) then add the option `-Xs'.
1153 1154
1154 If you have trouble using open-network-stream, get the distribution 1155 If you have trouble using open-network-stream, get the distribution
1155 of `bind' (the BSD name-server), build libresolv.a, and link Emacs 1156 of `bind' (the BSD name-server), build libresolv.a, and link Emacs
@@ -1393,7 +1394,7 @@ System V rel 3 (usg5.3)
1393 cannot be made to work. Whether or not the GNU relocating malloc is 1394 cannot be made to work. Whether or not the GNU relocating malloc is
1394 used, the symptom is that the first call Emacs makes to sbrk(0) returns 1395 used, the symptom is that the first call Emacs makes to sbrk(0) returns
1395 (char *)-1. Sorry, you're stuck with character-only mode. Try 1396 (char *)-1. Sorry, you're stuck with character-only mode. Try
1396 installing Xfree86 to fix this. 1397 installing XFree86 to fix this.
1397 1398
1398System V rel 4.0.3 and 4.0.4 (usg5.4) 1399System V rel 4.0.3 and 4.0.4 (usg5.4)
1399 1400
@@ -1497,11 +1498,10 @@ Xenix (xenix)
1497 to make the Emacs meta key work. 1498 to make the Emacs meta key work.
1498 1499
1499Local variables: 1500Local variables:
1500mode: indented-text 1501mode: text
1501fill-prefix: " " 1502fill-prefix: " "
1502End: 1503End:
1503 1504
1504
1505This file is part of GNU Emacs. 1505This file is part of GNU Emacs.
1506 1506
1507GNU Emacs is free software; you can redistribute it and/or modify 1507GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/etc/MORE.STUFF b/etc/MORE.STUFF
index 1072cd29775..b55b2822d39 100644
--- a/etc/MORE.STUFF
+++ b/etc/MORE.STUFF
@@ -47,9 +47,6 @@ You might find bug-fixes or enhancements in these places.
47 47
48 * Battery and Info Look: <URL:http://www-cdf.fnal.gov/~sthrlnd/emacs/> 48 * Battery and Info Look: <URL:http://www-cdf.fnal.gov/~sthrlnd/emacs/>
49 49
50 * BibTeX:
51 <URL:http://www.ida.ing.tu-bs.de/people/dirk/bibtex/index.html>
52
53 * BS: <URL:http://www.geekware.de/software/emacs/index.html> 50 * BS: <URL:http://www.geekware.de/software/emacs/index.html>
54 51
55 * Calculator: <URL:http://www.barzilay.org/misc/calculator.el> 52 * Calculator: <URL:http://www.barzilay.org/misc/calculator.el>
@@ -85,26 +82,24 @@ You might find bug-fixes or enhancements in these places.
85 82
86 * MH-E: <URL:http://mh-e.sourceforge.net/> 83 * MH-E: <URL:http://mh-e.sourceforge.net/>
87 84
88 * PC Selection: <URL:ftp://ftp.thp.uni-duisburg.de/pub/source/elisp/>
89
90 * PS mode: <URL:http://odur.let.rug.nl/%7Ekleiweg/postscript/> 85 * PS mode: <URL:http://odur.let.rug.nl/%7Ekleiweg/postscript/>
91 86
92 * PS-print: <URL:http://www.cpqd.com.br/~vinicius/emacs/> 87 * PS-print: <URL:http://www.emacswiki.org/cgi-bin/wiki/PsPrintPackage>
93 88
94 * QuickURL: <URL:http://www.davep.org/emacs/> 89 * QuickURL: <URL:http://www.davep.org/emacs/>
95 90
96 * RefTeX: <URL:http://staff.science.uva.nl/~dominik/Tools/reftex/> 91 * RefTeX: <URL:http://www.gnu.org/software/auctex/reftex.html>
97 92
98 * Speedbar, Checkdoc etc: <URL:http://cedet.sourceforge.net/> 93 * Speedbar, Checkdoc etc: <URL:http://cedet.sourceforge.net/>
99 94
100 * SQL: <URL:http://www.geocities.com/TimesSquare/6120/emacs.html> 95 * SQL: <URL:http://www.emacswiki.org/cgi-bin/wiki/sql.el>
101 96
102 * Tramp: Remote file access via rsh/ssh 97 * Tramp: Remote file access via rsh/ssh
103 <URL:http://savannah.gnu.org/projects/tramp/> 98 <URL:http://savannah.gnu.org/projects/tramp/>
104 99
105 * Webjump: <URL:http://www.neilvandyke.org/webjump> 100 * Webjump: <URL:http://www.neilvandyke.org/webjump>
106 101
107 * Whitespace: <URL:http://www.dsmit.com/lisp/> 102 * Whitespace: <URL:http://www.dsmit.com/lisp/whitespace.el>
108 103
109* Auxiliary files 104* Auxiliary files
110 105
@@ -147,7 +142,7 @@ Several are for Debian GNU/Linux in particular.
147 mirrors of the `CTAN' TeX archives. 142 mirrors of the `CTAN' TeX archives.
148 143
149 * Dismal: spreadsheet: 144 * Dismal: spreadsheet:
150 <URL:http://www.gnu.org/software/dismal/dismal.html> 145 <URL:http://ritter.ist.psu.edu/dismal/dismal.html>
151 146
152 * ECB: Emacs Code Browser: <URL:http://ecb.sourceforge.net/> 147 * ECB: Emacs Code Browser: <URL:http://ecb.sourceforge.net/>
153 148
@@ -177,8 +172,7 @@ Several are for Debian GNU/Linux in particular.
177 <URL:http://emacspeak.sourceforge.net/> 172 <URL:http://emacspeak.sourceforge.net/>
178 173
179 * Emacs-w3m : <URL:http://emacs-w3m.namazu.org/> 174 * Emacs-w3m : <URL:http://emacs-w3m.namazu.org/>
180 A simple Emacs interface to w3m, which is a text-mode 175 A simple Emacs interface to w3m, which is a text-mode WWW browser
181 WWW browser
182 176
183 * Emacs Wiki Mode: <URL:http://www.mwolson.org/projects/EmacsWiki.html> 177 * Emacs Wiki Mode: <URL:http://www.mwolson.org/projects/EmacsWiki.html>
184 A wiki-like publishing tool and personal information manager 178 A wiki-like publishing tool and personal information manager
@@ -198,7 +192,7 @@ Several are for Debian GNU/Linux in particular.
198 HTML-specific editing. Can work with PSGML. 192 HTML-specific editing. Can work with PSGML.
199 193
200 * Hyperbole: 194 * Hyperbole:
201 <URL:http://ftp.gnu.org/pub/gnu/hyperbole/> 195 <URL:http://directory.fsf.org/hyperbole.html>
202 Hyperbole is an open, efficient, programmable information 196 Hyperbole is an open, efficient, programmable information
203 management and hypertext system. 197 management and hypertext system.
204 198
@@ -229,11 +223,11 @@ Several are for Debian GNU/Linux in particular.
229 nXML mode is an addon for GNU Emacs, which makes GNU Emacs into a 223 nXML mode is an addon for GNU Emacs, which makes GNU Emacs into a
230 powerful XML editor. 224 powerful XML editor.
231 225
232 * Planner Mode: <URL:http://www.plannerlove.com/> 226 * Planner Mode: <URL:http://wjsullivan.net/PlannerMode>
233 Planner is an organizer and day planner for Emacs. 227 Planner is an organizer and day planner for Emacs.
234 228
235 * Preview LaTeX: embed preview LaTeX images in source buffer. 229 * Preview LaTeX: embed preview LaTeX images in source buffer.
236 <URL:http://preview-latex.sourceforge.net/> 230 <URL:http://www.gnu.org/software/auctex/preview-latex>
237 231
238 * PSGML: <URL:http://www.lysator.liu.se/projects/about_psgml.html> 232 * PSGML: <URL:http://www.lysator.liu.se/projects/about_psgml.html>
239 DTD-aware serious SGML/XML editing. 233 DTD-aware serious SGML/XML editing.
@@ -260,7 +254,7 @@ Several are for Debian GNU/Linux in particular.
260 254
261 * Tiny Tools: <URL:http://tiny-tools.sourceforge.net/> 255 * Tiny Tools: <URL:http://tiny-tools.sourceforge.net/>
262 256
263 * VM (View Mail): <URL:http://www.wonderworks.com/vm/> Alternative 257 * VM (View Mail): <URL:http://www.nongnu.org/viewmail/> Alternative
264 mail reader. There is a VM newsgroup: <URL:news:gnu.emacs.vm.info> 258 mail reader. There is a VM newsgroup: <URL:news:gnu.emacs.vm.info>
265 259
266 * W3: <URL:http://savannah.gnu.org/projects/w3/> 260 * W3: <URL:http://savannah.gnu.org/projects/w3/>
@@ -276,8 +270,7 @@ Several are for Debian GNU/Linux in particular.
276 shell-script daemon and some LaTeX macros. 270 shell-script daemon and some LaTeX macros.
277 271
278 * X-Symbol: <URL:http://x-symbol.sourceforge.net/> 272 * X-Symbol: <URL:http://x-symbol.sourceforge.net/>
279 Quasi-WYSIWYG editing of TeX & al. (It will be improved to take 273 Quasi-WYSIWYG editing of TeX & al.
280 better advantage of Emacs 21 features.)
281 274
282Local Variables: 275Local Variables:
283mode: text 276mode: text
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 8b22fd38b84..9e18d887834 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1,4 +1,4 @@
1GNU Emacs NEWS -- history of user-visible changes. 2006-06-04 1GNU Emacs NEWS -- history of user-visible changes.
2 2
3Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 3Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
@@ -35,7 +35,7 @@ any older versions of these packages to ensure that the Emacs 22
35version is used. You can use M-x list-load-path-shadows to find such 35version is used. You can use M-x list-load-path-shadows to find such
36older packages. 36older packages.
37 37
38Some specific packages which are known to cause problems are: 38Some specific packages that are known to cause problems are:
39 39
40** Semantic (used by CEDET, ECB, JDEE): upgrade to latest version. 40** Semantic (used by CEDET, ECB, JDEE): upgrade to latest version.
41** cua.el, cua-mode.el: remove old versions. 41** cua.el, cua-mode.el: remove old versions.
@@ -91,7 +91,7 @@ Emacs with Leim.
91 91
92The Emacs Lisp Reference Manual in Info format is built as part of the 92The Emacs Lisp Reference Manual in Info format is built as part of the
93Emacs build procedure and installed together with the Emacs User 93Emacs build procedure and installed together with the Emacs User
94Manual. A menu item was added to the menu bar that makes it easy 94Manual. A menu item was added to the menu bar to make it easily
95accessible (Help->More Manuals->Emacs Lisp Reference). 95accessible (Help->More Manuals->Emacs Lisp Reference).
96 96
97--- 97---
@@ -100,7 +100,7 @@ the distribution.
100 100
101This manual is now part of the standard distribution and is installed, 101This manual is now part of the standard distribution and is installed,
102together with the Emacs User Manual, into the Info directory. A menu 102together with the Emacs User Manual, into the Info directory. A menu
103item was added to the menu bar that makes it easy accessible 103item was added to the menu bar to make it easily accessible
104(Help->More Manuals->Introduction to Emacs Lisp). 104(Help->More Manuals->Introduction to Emacs Lisp).
105 105
106--- 106---
@@ -144,12 +144,8 @@ See the files mac/README and mac/INSTALL for build instructions.
144** Support for GNU/Linux systems on X86-64 machines was added. 144** Support for GNU/Linux systems on X86-64 machines was added.
145 145
146--- 146---
147** Support for HP 9000 series 800 and Hitachi SR2001/SR2201 machines
148was removed.
149
150---
151** Mac OS 9 port now uses the Carbon API by default. You can also 147** Mac OS 9 port now uses the Carbon API by default. You can also
152create non-Carbon build by specifying `NonCarbon' as a target. See 148create a non-Carbon build by specifying `NonCarbon' as a target. See
153the files mac/README and mac/INSTALL for build instructions. 149the files mac/README and mac/INSTALL for build instructions.
154 150
155--- 151---
@@ -160,6 +156,7 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types.
160** When pure storage overflows while dumping, Emacs now prints how 156** When pure storage overflows while dumping, Emacs now prints how
161much pure storage it will approximately need. 157much pure storage it will approximately need.
162 158
159---
163** The script etc/emacs-buffer.gdb can be used with gdb to retrieve the 160** The script etc/emacs-buffer.gdb can be used with gdb to retrieve the
164contents of buffers from a core dump and save them to files easily, should 161contents of buffers from a core dump and save them to files easily, should
165Emacs crash. 162Emacs crash.
@@ -230,10 +227,10 @@ affects the initial frame.
230 227
231--- 228---
232** Emacs built for MS-Windows now behaves like Emacs on X does, 229** Emacs built for MS-Windows now behaves like Emacs on X does,
233wrt its frame position: if you don't specify a position (in your 230with respect to its frame position: if you don't specify a position
234.emacs init file, in the Registry, or with the --geometry command-line 231(in your .emacs init file, in the Registry, or with the --geometry
235option), Emacs leaves the frame position to the Windows' window 232command-line option), Emacs leaves the frame position to the Windows'
236manager. 233window manager.
237 234
238+++ 235+++
239** Emacs can now be invoked in full-screen mode on a windowed display. 236** Emacs can now be invoked in full-screen mode on a windowed display.
@@ -246,12 +243,12 @@ screen size. (For now, this does not work with some window managers.)
246** Emacs now displays a splash screen by default even if command-line 243** Emacs now displays a splash screen by default even if command-line
247arguments were given. The new command-line option --no-splash 244arguments were given. The new command-line option --no-splash
248disables the splash screen; see also the variable 245disables the splash screen; see also the variable
249`inhibit-startup-message' (which is also aliased as 246`inhibit-splash-screen' (which is also aliased as
250`inhibit-splash-screen'). 247`inhibit-startup-message').
251 248
252+++ 249+++
253** The default is now to use a bitmap as the icon, so the command-line options 250** The default is now to use a bitmap as the icon, so the command-line options
254--icon-type, -i has been replaced with options --no-bitmap-icon, -nbi to turn 251--icon-type, -i have been replaced with options --no-bitmap-icon, -nbi to turn
255the bitmap icon off. 252the bitmap icon off.
256 253
257+++ 254+++
@@ -365,6 +362,7 @@ too. If you want to use just plain `*' as a wildcard, type `*""'; the
365doublequotes make no difference in the shell, but they prevent 362doublequotes make no difference in the shell, but they prevent
366special treatment in `dired-do-shell-command'. 363special treatment in `dired-do-shell-command'.
367 364
365---
368** Adaptive filling misfeature removed. 366** Adaptive filling misfeature removed.
369It no longer treats `NNN.' or `(NNN)' as a prefix. 367It no longer treats `NNN.' or `(NNN)' as a prefix.
370 368
@@ -880,9 +878,11 @@ The variable `automatic-hscrolling' was renamed to
880the window now works sensibly, by automatically adjusting the window's 878the window now works sensibly, by automatically adjusting the window's
881vscroll property. 879vscroll property.
882 880
881+++
883*** New customize option `overline-margin' controls the space between 882*** New customize option `overline-margin' controls the space between
884overline and text. 883overline and text.
885 884
885+++
886*** New variable `x-underline-at-descent-line' controls the relative 886*** New variable `x-underline-at-descent-line' controls the relative
887position of the underline. When set, it overrides the 887position of the underline. When set, it overrides the
888`x-use-underline-position-properties' variables. 888`x-use-underline-position-properties' variables.
@@ -991,6 +991,7 @@ uses the "very visible" cursor (the default) or the normal cursor.
991elements on mode-line (and header-line) like `highlight' face on text 991elements on mode-line (and header-line) like `highlight' face on text
992areas. 992areas.
993 993
994+++
994*** `mode-line-buffer-id' is the standard face for buffer identification 995*** `mode-line-buffer-id' is the standard face for buffer identification
995parts of the mode line. 996parts of the mode line.
996 997
@@ -1011,7 +1012,7 @@ so package-specific faces can inherit from it.
1011*** New option `ebnf-arrow-extra-width' which specify extra width for arrow 1012*** New option `ebnf-arrow-extra-width' which specify extra width for arrow
1012shape drawing. 1013shape drawing.
1013The extra width is used to avoid that the arrowhead and the terminal border 1014The extra width is used to avoid that the arrowhead and the terminal border
1014overlap. It depens on `ebnf-arrow-shape' and `ebnf-line-width'. 1015overlap. It depends on `ebnf-arrow-shape' and `ebnf-line-width'.
1015 1016
1016+++ 1017+++
1017*** New option `ebnf-arrow-scale' which specify the arrow scale. 1018*** New option `ebnf-arrow-scale' which specify the arrow scale.
@@ -1118,7 +1119,7 @@ and "Open File...". "Open File..." now opens only existing files. This is
1118to support existing GUI file selection dialogs better. 1119to support existing GUI file selection dialogs better.
1119 1120
1120+++ 1121+++
1121*** The file selection dialog for Gtk+, Mac, W32 and Motif/Lesstif can be 1122*** The file selection dialog for Gtk+, Mac, W32 and Motif/LessTif can be
1122disabled by customizing the variable `use-file-dialog'. 1123disabled by customizing the variable `use-file-dialog'.
1123 1124
1124--- 1125---
@@ -1126,7 +1127,7 @@ disabled by customizing the variable `use-file-dialog'.
1126be navigated with the arrow keys (like Gtk+, Mac and W32). 1127be navigated with the arrow keys (like Gtk+, Mac and W32).
1127 1128
1128+++ 1129+++
1129*** The menu bar for Motif/Lesstif/Lucid/Gtk+ can be navigated with keys. 1130*** The menu bar for Motif/LessTif/Lucid/Gtk+ can be navigated with keys.
1130Pressing F10 shows the first menu in the menu bar. Navigation is done with 1131Pressing F10 shows the first menu in the menu bar. Navigation is done with
1131the arrow keys, select with the return key and cancel with the escape keys. 1132the arrow keys, select with the return key and cancel with the escape keys.
1132 1133
@@ -1136,7 +1137,7 @@ to explicitly specify a fontSet resource for this to work, for example
1136`-xrm "Emacs*fontSet: -*-helvetica-medium-r-*--*-120-*-*-*-*-*-*,*"'. 1137`-xrm "Emacs*fontSet: -*-helvetica-medium-r-*--*-120-*-*-*-*-*-*,*"'.
1137 1138
1138--- 1139---
1139*** Dialogs for Lucid/Athena and Lesstif/Motif now pops down when pressing 1140*** Dialogs for Lucid/Athena and LessTif/Motif now pop down on pressing
1140ESC, like they do for Gtk+, Mac and W32. 1141ESC, like they do for Gtk+, Mac and W32.
1141 1142
1142+++ 1143+++
@@ -1167,7 +1168,7 @@ Traditionally, Emacs uses a Mouse-1 click to set point and a Mouse-2
1167click to follow a link, whereas most other applications use a Mouse-1 1168click to follow a link, whereas most other applications use a Mouse-1
1168click for both purposes, depending on whether you click outside or 1169click for both purposes, depending on whether you click outside or
1169inside a link. Now the behavior of a Mouse-1 click has been changed 1170inside a link. Now the behavior of a Mouse-1 click has been changed
1170to match this context-sentitive dual behavior. (If you prefer the old 1171to match this context-sensitive dual behavior. (If you prefer the old
1171behavior, set the user option `mouse-1-click-follows-link' to nil.) 1172behavior, set the user option `mouse-1-click-follows-link' to nil.)
1172 1173
1173Depending on the current mode, a Mouse-2 click in Emacs can do much 1174Depending on the current mode, a Mouse-2 click in Emacs can do much
@@ -1220,6 +1221,7 @@ mouse-wheel-inhibit-click-time variables.
1220 1221
1221** Multilingual Environment (Mule) changes: 1222** Multilingual Environment (Mule) changes:
1222 1223
1224+++
1223*** You can disable character translation for a file using the -*- 1225*** You can disable character translation for a file using the -*-
1224construct. Include `enable-character-translation: nil' inside the 1226construct. Include `enable-character-translation: nil' inside the
1225-*-...-*- to disable any character translation that may happen by 1227-*-...-*- to disable any character translation that may happen by
@@ -1618,7 +1620,7 @@ people knowing `find-grep-dired' would probably expect it.
1618*** New commands `lgrep' (local grep) and `rgrep' (recursive grep) are 1620*** New commands `lgrep' (local grep) and `rgrep' (recursive grep) are
1619more user-friendly versions of `grep' and `grep-find', which prompt 1621more user-friendly versions of `grep' and `grep-find', which prompt
1620separately for the regular expression to match, the files to search, 1622separately for the regular expression to match, the files to search,
1621and the base directory for the search. Case sensitivitivy of the 1623and the base directory for the search. Case sensitivity of the
1622search is controlled by the current value of `case-fold-search'. 1624search is controlled by the current value of `case-fold-search'.
1623 1625
1624These commands build the shell commands based on the new variables 1626These commands build the shell commands based on the new variables
@@ -1748,6 +1750,7 @@ colors as on X.
1748 1750
1749* New Modes and Packages in Emacs 22.1 1751* New Modes and Packages in Emacs 22.1
1750 1752
1753---
1751** ERC is now part of the Emacs distribution. 1754** ERC is now part of the Emacs distribution.
1752 1755
1753ERC is a powerful, modular, and extensible IRC client for Emacs. 1756ERC is a powerful, modular, and extensible IRC client for Emacs.
@@ -2020,6 +2023,7 @@ table editing available in modern word processors. The package also
2020can generate a table source in typesetting and markup languages such 2023can generate a table source in typesetting and markup languages such
2021as latex and html from the visually laid out text table. 2024as latex and html from the visually laid out text table.
2022 2025
2026+++
2023** The tumme.el package allows you to easily view, tag and in other ways 2027** The tumme.el package allows you to easily view, tag and in other ways
2024manipulate image files and their thumbnails, using dired as the main interface. 2028manipulate image files and their thumbnails, using dired as the main interface.
2025Tumme provides functionality to generate simple image galleries. 2029Tumme provides functionality to generate simple image galleries.
@@ -2072,6 +2076,7 @@ recognized.
2072** The TCL package tcl-mode.el was replaced by tcl.el. 2076** The TCL package tcl-mode.el was replaced by tcl.el.
2073This was actually done in Emacs-21.1, and was not documented. 2077This was actually done in Emacs-21.1, and was not documented.
2074 2078
2079---
2075** The new package scroll-lock.el provides the Scroll Lock minor mode 2080** The new package scroll-lock.el provides the Scroll Lock minor mode
2076for pager-like scrolling. Keys which normally move point by line or 2081for pager-like scrolling. Keys which normally move point by line or
2077paragraph will scroll the buffer by the respective amount of lines 2082paragraph will scroll the buffer by the respective amount of lines
@@ -2087,6 +2092,7 @@ for Emacs 22. In particular, the mode-line is now position sensitive.
2087 2092
2088** Changes in Shell Mode 2093** Changes in Shell Mode
2089 2094
2095---
2090*** Shell output normally scrolls so that the input line is at the 2096*** Shell output normally scrolls so that the input line is at the
2091bottom of the window -- thus showing the maximum possible text. (This 2097bottom of the window -- thus showing the maximum possible text. (This
2092is similar to the way sequential output to a terminal works.) 2098is similar to the way sequential output to a terminal works.)
@@ -2121,7 +2127,7 @@ asterisk - for instance, the comment close of some languages (eg, c's "*/"
2121or mathematica's "*)") - at the beginning of line are no longer are 2127or mathematica's "*)") - at the beginning of line are no longer are
2122interpreted as level 1 topics in those modes. 2128interpreted as level 1 topics in those modes.
2123 2129
2124*** Many or most commonly occuring "accidental" topics are disqualified. 2130*** Many or most commonly occurring "accidental" topics are disqualified.
2125Text in item bodies that looks like a low-depth topic is no longer mistaken 2131Text in item bodies that looks like a low-depth topic is no longer mistaken
2126for one unless its first offspring (or that of its next sibling with 2132for one unless its first offspring (or that of its next sibling with
2127offspring) is only one level deeper. 2133offspring) is only one level deeper.
@@ -2211,6 +2217,7 @@ handling of edits of concealed text, undo concerns, etc.
2211 - many, many other, more minor tweaks, fixes, and refinements. 2217 - many, many other, more minor tweaks, fixes, and refinements.
2212 - version number incremented to 2.2 2218 - version number incremented to 2.2
2213 2219
2220+++
2214** The variable `woman-topic-at-point' was renamed 2221** The variable `woman-topic-at-point' was renamed
2215to `woman-use-topic-at-point' and behaves differently: if this 2222to `woman-use-topic-at-point' and behaves differently: if this
2216variable is non-nil, the `woman' command uses the word at point 2223variable is non-nil, the `woman' command uses the word at point
@@ -2730,6 +2737,7 @@ line is left untouched.
2730The function `c-toggle-syntactic-indentation' can be used to toggle 2737The function `c-toggle-syntactic-indentation' can be used to toggle
2731syntactic indentation. 2738syntactic indentation.
2732 2739
2740---
2733** In sh-script, a continuation line is only indented if the backslash was 2741** In sh-script, a continuation line is only indented if the backslash was
2734preceded by a SPC or a TAB. 2742preceded by a SPC or a TAB.
2735 2743
@@ -2861,6 +2869,7 @@ i.e., there is always a closing tag.
2861By default, its setting is inferred on a buffer-by-buffer basis 2869By default, its setting is inferred on a buffer-by-buffer basis
2862from the file name or buffer contents. 2870from the file name or buffer contents.
2863 2871
2872---
2864*** The variable `sgml-transformation' has been renamed to 2873*** The variable `sgml-transformation' has been renamed to
2865`sgml-transformation-function'. The old name is still available as 2874`sgml-transformation-function'. The old name is still available as
2866alias. 2875alias.
@@ -2886,6 +2895,7 @@ and super/sub-scripts are made into super/sub-scripts.
2886+++ 2895+++
2887*** New major mode Doctex mode, for *.dtx files. 2896*** New major mode Doctex mode, for *.dtx files.
2888 2897
2898---
2889** BibTeX mode: 2899** BibTeX mode:
2890 2900
2891*** The new command `bibtex-url' browses a URL for the BibTeX entry at 2901*** The new command `bibtex-url' browses a URL for the BibTeX entry at
@@ -2942,6 +2952,7 @@ extracting the content of a BibTeX field.
2942`bibtex-autokey-titleword-case-convert-function'. The old names are 2952`bibtex-autokey-titleword-case-convert-function'. The old names are
2943still available as aliases. 2953still available as aliases.
2944 2954
2955+++
2945** In Artist mode the variable `artist-text-renderer' has been 2956** In Artist mode the variable `artist-text-renderer' has been
2946renamed to `artist-text-renderer-function'. The old name is still 2957renamed to `artist-text-renderer-function'. The old name is still
2947available as alias. 2958available as alias.
@@ -2973,6 +2984,7 @@ breakpoints.
2973To use this package just type M-x gdb. See the Emacs manual if you want the 2984To use this package just type M-x gdb. See the Emacs manual if you want the
2974old behaviour. 2985old behaviour.
2975 2986
2987---
2976*** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be 2988*** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be
2977toggled independently of normal tooltips with the minor mode 2989toggled independently of normal tooltips with the minor mode
2978`gud-tooltip-mode'. 2990`gud-tooltip-mode'.
@@ -3339,6 +3351,7 @@ See the documentation of the user option
3339--- 3351---
3340*** Rmail now displays 5-digit message ids in its summary buffer. 3352*** Rmail now displays 5-digit message ids in its summary buffer.
3341 3353
3354+++
3342*** The new commands rmail-end-of-message and rmail-summary end-of-message, 3355*** The new commands rmail-end-of-message and rmail-summary end-of-message,
3343by default bound to `/', go to the end of the current mail message in 3356by default bound to `/', go to the end of the current mail message in
3344Rmail and Rmail summary buffers. 3357Rmail and Rmail summary buffers.
@@ -3705,6 +3718,7 @@ variable `calculator-radix-grouping-mode'.
3705--- 3718---
3706** cplus-md.el has been deleted. 3719** cplus-md.el has been deleted.
3707 3720
3721---
3708** Ewoc changes 3722** Ewoc changes
3709 3723
3710*** The new function `ewoc-delete' deletes specified nodes. 3724*** The new function `ewoc-delete' deletes specified nodes.
@@ -3850,6 +3864,7 @@ w32-use-full-screen-buffer to t.
3850`kTextEncodingMacRoman', `kTextEncodingISOLatin1', and 3864`kTextEncodingMacRoman', `kTextEncodingISOLatin1', and
3851`kTextEncodingISOLatin2' are obsolete. 3865`kTextEncodingISOLatin2' are obsolete.
3852 3866
3867+++
3853** The variable `mac-command-key-is-meta' is obsolete. Use 3868** The variable `mac-command-key-is-meta' is obsolete. Use
3854`mac-command-modifier' and `mac-option-modifier' instead. 3869`mac-command-modifier' and `mac-option-modifier' instead.
3855 3870
@@ -3919,6 +3934,7 @@ display tables.
3919 3934
3920** General Lisp changes: 3935** General Lisp changes:
3921 3936
3937+++
3922*** The function `expt' handles negative exponents differently. 3938*** The function `expt' handles negative exponents differently.
3923The value for `(expt A B)', if both A and B are integers and B is 3939The value for `(expt A B)', if both A and B are integers and B is
3924negative, is now a float. For example: (expt 2 -2) => 0.25. 3940negative, is now a float. For example: (expt 2 -2) => 0.25.
@@ -4050,6 +4066,12 @@ inside timer functions and `post-command-hook' functions.
4050This combines `defalias' and `make-obsolete'. 4066This combines `defalias' and `make-obsolete'.
4051 4067
4052+++ 4068+++
4069*** New macro `with-case-table'
4070
4071This executes the body with the case table temporarily set to a given
4072case table.
4073
4074+++
4053*** New function `unsafep' determines whether a Lisp form is safe. 4075*** New function `unsafep' determines whether a Lisp form is safe.
4054 4076
4055It returns nil if the given Lisp form can't possibly do anything 4077It returns nil if the given Lisp form can't possibly do anything
@@ -4063,6 +4085,7 @@ it evaluates those expressions immediately.
4063 4085
4064This is useful in packages that can be preloaded. 4086This is useful in packages that can be preloaded.
4065 4087
4088+++
4066*** `list-faces-display' takes an optional argument, REGEXP. 4089*** `list-faces-display' takes an optional argument, REGEXP.
4067 4090
4068If it is non-nil, the function lists only faces matching this regexp. 4091If it is non-nil, the function lists only faces matching this regexp.
@@ -4406,6 +4429,7 @@ binding of VARIABLE (a symbol) in buffer BUFFER. If VARIABLE does not
4406have a buffer-local binding in buffer BUFFER, it returns the default 4429have a buffer-local binding in buffer BUFFER, it returns the default
4407value of VARIABLE instead. 4430value of VARIABLE instead.
4408 4431
4432---
4409*** The function `frame-or-buffer-changed-p' now lets you maintain 4433*** The function `frame-or-buffer-changed-p' now lets you maintain
4410various status records in parallel. 4434various status records in parallel.
4411 4435
@@ -5405,7 +5429,7 @@ override incorrect graphical display dimensions returned by functions
5405** Mouse pointer features: 5429** Mouse pointer features:
5406 5430
5407+++ (lispref) 5431+++ (lispref)
5408??? (man) 5432--- (man)
5409*** The mouse pointer shape in void text areas (i.e. after the end of a 5433*** The mouse pointer shape in void text areas (i.e. after the end of a
5410line or below the last line in the buffer) of the text window is now 5434line or below the last line in the buffer) of the text window is now
5411controlled by the new variable `void-text-area-pointer'. The default 5435controlled by the new variable `void-text-area-pointer'. The default
@@ -5848,6 +5872,12 @@ to examine a file being visited and deduce the proper coding system
5848for it. (If the coding system is detected incorrectly for a specific 5872for it. (If the coding system is detected incorrectly for a specific
5849file, you can put a `coding:' tags to override it.) 5873file, you can put a `coding:' tags to override it.)
5850 5874
5875+++
5876*** The new variable `ascii-case-table' stores the case table for the
5877ascii character set. Language environments (such as Turkish) may
5878alter the case correspondences of ASCII characters. This variable
5879saves the original ASCII case table before any such changes.
5880
5851--- 5881---
5852*** The new function `merge-coding-systems' fills in unspecified aspects 5882*** The new function `merge-coding-systems' fills in unspecified aspects
5853of one coding system from another coding system. 5883of one coding system from another coding system.
diff --git a/etc/ORDERS b/etc/ORDERS
index 8c612a1b1b6..e08931e7ead 100644
--- a/etc/ORDERS
+++ b/etc/ORDERS
@@ -8,6 +8,6 @@ For more information, see the order form on the web at
8Your purchases will help support further development of Emacs and 8Your purchases will help support further development of Emacs and
9other free software programs. 9other free software programs.
10 10
11You can also make tax-deductable donations to the Free Software 11You can also make tax-deductible donations to the Free Software
12Foundation, a not-for-profit organization (assuming you pay US taxes) 12Foundation, a not-for-profit organization (assuming you pay US taxes)
13- see <http://www.gnu.org/help/donate.html>. 13- see <http://www.gnu.org/help/donate.html>.
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 9ce3b8e9602..6c72bacae11 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -213,15 +213,15 @@ configuring your compiler to use the native linker instead of GNU ld.
213This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug 213This happens because of bugs in Gtk+. Gtk+ 2.10 seems to be OK. See bug
214http://bugzilla.gnome.org/show_bug.cgi?id=85715. 214http://bugzilla.gnome.org/show_bug.cgi?id=85715.
215 215
216** Emacs compiled with Gtk+ crashes on startup on cygwin. 216** Emacs compiled with Gtk+ crashes on startup on Cygwin.
217 217
218A typical error message is 218A typical error message is
219 ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes 219 ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes
220 (alignment: 512): Function not implemented 220 (alignment: 512): Function not implemented
221 221
222Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on 222Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on
223cygwin that becomes the cygwin supplied memalign. As malloc is not the 223Cygwin, that becomes the Cygwin supplied memalign. As malloc is not the
224cygwin malloc, the cygwin memalign always returns ENOSYS. A fix for this 224Cygwin malloc, the Cygwin memalign always returns ENOSYS. A fix for this
225problem would be welcome. 225problem would be welcome.
226 226
227* General runtime problems 227* General runtime problems
@@ -1198,7 +1198,7 @@ The problems seem to depend on the version of LessTif and the Motif
1198emulation for which it is set up. 1198emulation for which it is set up.
1199 1199
1200Only the Motif 1.2 emulation seems to be stable enough in LessTif. 1200Only the Motif 1.2 emulation seems to be stable enough in LessTif.
1201Lesstif 0.92-17's Motif 1.2 emulation seems to work okay on FreeBSD. 1201LessTif 0.92-17's Motif 1.2 emulation seems to work okay on FreeBSD.
1202On GNU/Linux systems, lesstif-0.92.6 configured with "./configure 1202On GNU/Linux systems, lesstif-0.92.6 configured with "./configure
1203--enable-build-12 --enable-default-12" is reported to be the most 1203--enable-build-12 --enable-default-12" is reported to be the most
1204successful. The binary GNU/Linux package 1204successful. The binary GNU/Linux package
@@ -1295,7 +1295,7 @@ be carried out at the same time:
1295 improves performance dramatically, at the slight expense of correctness 1295 improves performance dramatically, at the slight expense of correctness
1296 of the X protocol. lbxproxy acheives the performance gain by grouping 1296 of the X protocol. lbxproxy acheives the performance gain by grouping
1297 several X requests in one TCP packet and sending them off together, 1297 several X requests in one TCP packet and sending them off together,
1298 instead of requiring a round-trip for each X request in a seperate 1298 instead of requiring a round-trip for each X request in a separate
1299 packet. The switches that seem to work best for emacs are: 1299 packet. The switches that seem to work best for emacs are:
1300 -noatomsfile -nowinattr -cheaterrors -cheatevents 1300 -noatomsfile -nowinattr -cheaterrors -cheatevents
1301 Note that the -nograbcmap option is known to cause problems. 1301 Note that the -nograbcmap option is known to cause problems.
@@ -1401,7 +1401,7 @@ The easy way to do this is to put
1401 1401
1402in your site-init.el file. 1402in your site-init.el file.
1403 1403
1404* Runtime problems on character termunals 1404* Runtime problems on character terminals
1405 1405
1406** Emacs spontaneously displays "I-search: " at the bottom of the screen. 1406** Emacs spontaneously displays "I-search: " at the bottom of the screen.
1407 1407
@@ -2102,6 +2102,18 @@ pop-up menu interaction.
2102Windows 95 and Windows NT up to version 4.0 do not support help text 2102Windows 95 and Windows NT up to version 4.0 do not support help text
2103for menus. Help text is only available in later versions of Windows. 2103for menus. Help text is only available in later versions of Windows.
2104 2104
2105When "ClearType" method is selected as the "method to smooth edges of
2106screen fonts" (in Display Properties, Appearance tab, under
2107"Effects"), there are various problems related to display of
2108characters: 2-pixel trace is left behind when moving overlays, bold
2109fonts can be hard to read, small portions of some characters could
2110appear chopped, etc. This happens because, under ClearType,
2111characters are drawn outside their advertised bounding box. Emacs 21
2112disabled the use of ClearType, whereas Emacs 22 allows it and has some
2113code to enlarge the width of the bounding box. Apparently, this
2114display feature needs more changes to get it 100% right. A workaround
2115is to disable ClearType.
2116
2105There are problems with display if mouse-tracking is enabled and the 2117There are problems with display if mouse-tracking is enabled and the
2106mouse is moved off a frame, over another frame then back over the first 2118mouse is moved off a frame, over another frame then back over the first
2107frame. A workaround is to click the left mouse button inside the frame 2119frame. A workaround is to click the left mouse button inside the frame
@@ -2113,16 +2125,32 @@ not as severely as in 21.1.
2113An inactive cursor remains in an active window after the Windows 2125An inactive cursor remains in an active window after the Windows
2114Manager driven switch of the focus, until a key is pressed. 2126Manager driven switch of the focus, until a key is pressed.
2115 2127
2116Windows input methods are not recognized by Emacs. Some 2128Windows input methods are not recognized by Emacs. However, some
2117of these input methods cause the keyboard to send characters encoded 2129of these input methods cause the keyboard to send characters encoded
2118in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 2130in the appropriate coding system (e.g., ISO 8859-1 for Latin-1
2119characters, ISO 8859-8 for Hebrew characters, etc.). To make this 2131characters, ISO 8859-8 for Hebrew characters, etc.). To make these
2120work, set the keyboard coding system to the appropriate value after 2132input methods work with Emacs, set the keyboard coding system to the
2121you activate the Windows input method. For example, if you activate 2133appropriate value after you activate the Windows input method. For
2122the Hebrew input method, type "C-x RET k iso-8859-8 RET". (Emacs 2134example, if you activate the Hebrew input method, type this:
2123ought to recognize the Windows language-change event and set up the 2135
2124appropriate keyboard encoding automatically, but it doesn't do that 2136 C-x RET k hebrew-iso-8bit RET
2125yet.) 2137
2138(Emacs ought to recognize the Windows language-change event and set up
2139the appropriate keyboard encoding automatically, but it doesn't do
2140that yet.) In addition, to use these Windows input methods, you
2141should set your "Language for non-Unicode programs" (on Windows XP,
2142this is on the Advanced tab of Regional Settings) to the language of
2143the input method.
2144
2145To bind keys that produce non-ASCII characters with modifiers, you
2146must specify raw byte codes. For instance, if you want to bind
2147META-a-grave to a command, you need to specify this in your `~/.emacs':
2148
2149 (global-set-key [?\M-\340] ...)
2150
2151The above example is for the Latin-1 environment where the byte code
2152of the encoded a-grave is 340 octal. For other environments, use the
2153encoding appropriate to that environment.
2126 2154
2127The %b specifier for format-time-string does not produce abbreviated 2155The %b specifier for format-time-string does not produce abbreviated
2128month names with consistent widths for some locales on some versions 2156month names with consistent widths for some locales on some versions
@@ -2295,12 +2323,36 @@ the Emacs configure script, which should now find the jpeg library.
2295Alternatively, modify the generated src/Makefile to link the .a file 2323Alternatively, modify the generated src/Makefile to link the .a file
2296explicitly, and edit src/config.h to define HAVE_JPEG. 2324explicitly, and edit src/config.h to define HAVE_JPEG.
2297 2325
2326*** `configure' warns ``accepted by the compiler, rejected by the preprocessor''.
2327
2328This indicates a mismatch between the C compiler and preprocessor that
2329configure is using. For example, on Solaris 10 trying to use
2330CC=/opt/SUNWspro/bin/cc (the Sun Studio compiler) together with
2331CPP=/usr/ccs/lib/cpp can result in errors of this form (you may also
2332see the error ``"/usr/include/sys/isa_defs.h", line 500: undefined control'').
2333
2334The solution is to tell configure to use the correct C preprocessor
2335for your C compiler (CPP="/opt/SUNWspro/bin/cc -E" in the above
2336example).
2337
2338*** `configure' fails with ``"junk.c", line 660: invalid input token: 8.elc''
2339
2340The final stage of the Emacs configure process uses the C preprocessor
2341to generate the Makefiles. Errors of this form can occur if the C
2342preprocessor inserts extra whitespace into its output. The solution
2343is to find the switches that stop your preprocessor from inserting extra
2344whitespace, add them to CPPFLAGS, and re-run configure. For example,
2345this error can occur on Solaris 10 when using the Sun Studio compiler
2346``Sun C 5.8'' with its preprocessor CPP="/opt/SUNWspro/bin/cc -E".
2347The relevant switch in this case is "-Xs" (``compile assuming
2348(pre-ANSI) K & R C style code'').
2349
2298** Compilation 2350** Compilation
2299 2351
2300*** Building Emacs over NFS fails with ``Text file busy''. 2352*** Building Emacs over NFS fails with ``Text file busy''.
2301 2353
2302This was reported to happen when building Emacs on a GNU/Linux system 2354This was reported to happen when building Emacs on a GNU/Linux system
2303(RedHat Linux 6.2) using a build directory automounted from Solaris 2355(Red Hat Linux 6.2) using a build directory automounted from Solaris
2304(SunOS 5.6) file server, but it might not be limited to that 2356(SunOS 5.6) file server, but it might not be limited to that
2305configuration alone. Presumably, the NFS server doesn't commit the 2357configuration alone. Presumably, the NFS server doesn't commit the
2306files' data to disk quickly enough, and the Emacs executable file is 2358files' data to disk quickly enough, and the Emacs executable file is
@@ -2387,17 +2439,17 @@ files are installed. Then use:
2387 2439
2388(using the location of the 32-bit X libraries on your system). 2440(using the location of the 32-bit X libraries on your system).
2389 2441
2390*** Building the Cygwin port for MS-Windows can fail with some GCC version 2442*** Building the Cygwin port for MS-Windows can fail with some GCC versions
2391 2443
2392Building Emacs 22 with Cygwin builds of GCC 3.4.4-1 and 3.4.4-2 is 2444Building Emacs 22 with Cygwin builds of GCC 3.4.4-1 and 3.4.4-2 is
2393reported to either fail or cause Emacs to segfault at run time. In 2445reported to either fail or cause Emacs to segfault at run time. In
2394addition, the Cygwin GCC 3.4.4-2 has problems with generating debug 2446addition, the Cygwin GCC 3.4.4-2 has problems with generating debug
2395info. Cygwin users are advised not to use these versions of GCC for 2447info. Cygwin users are advised not to use these versions of GCC for
2396compiling Emacs. GCC versions 4.0.3, 4.1.1, and 4.1.2 reportedly 2448compiling Emacs. GCC versions 4.0.3, 4.0.4, 4.1.1, and 4.1.2
2397build a working Cygwin binary of Emacs, so we recommend these GCC 2449reportedly build a working Cygwin binary of Emacs, so we recommend
2398versions. Note that these three versions of GCC, 4.0.3, 4.1.1, and 2450these GCC versions. Note that these versions of GCC, 4.0.3, 4.0.4,
23994.1.2, are currently the _only_ versions known to succeed in building 24514.1.1, and 4.1.2, are currently the _only_ versions known to succeed
2400Emacs (as of v22.1). 2452in building Emacs (as of v22.1).
2401 2453
2402*** Building the native MS-Windows port with Cygwin GCC can fail. 2454*** Building the native MS-Windows port with Cygwin GCC can fail.
2403 2455
@@ -2548,7 +2600,7 @@ The fix is to install a newer version of ncurses, such as version 4.2.
2548 2600
2549*** Linux: Segfault during `make bootstrap' under certain recent versions of the Linux kernel. 2601*** Linux: Segfault during `make bootstrap' under certain recent versions of the Linux kernel.
2550 2602
2551With certain recent Linux kernels (like the one of Redhat Fedora Core 2603With certain recent Linux kernels (like the one of Red Hat Fedora Core
25521 and newer), the new "Exec-shield" functionality is enabled by default, which 26041 and newer), the new "Exec-shield" functionality is enabled by default, which
2553creates a different memory layout that breaks the emacs dumper. Emacs tries 2605creates a different memory layout that breaks the emacs dumper. Emacs tries
2554to handle this at build time, but if the workaround used fails, these 2606to handle this at build time, but if the workaround used fails, these
@@ -2718,6 +2770,13 @@ should now succeed.
2718You need to install a recent version of Texinfo; that package 2770You need to install a recent version of Texinfo; that package
2719supplies the `install-info' command. 2771supplies the `install-info' command.
2720 2772
2773*** Installing to a directory with spaces in the name fails.
2774
2775For example, if you call configure with a directory-related option
2776with spaces in the value, eg --enable-locallisppath='/path/with\ spaces'.
2777Using directory paths with spaces is not supported at this time: you
2778must re-configure without using spaces.
2779
2721** First execution 2780** First execution
2722 2781
2723*** Emacs binary is not in executable format, and cannot be run. 2782*** Emacs binary is not in executable format, and cannot be run.
diff --git a/etc/SERVICE b/etc/SERVICE
index 4d6009e9f36..3a057b98af1 100644
--- a/etc/SERVICE
+++ b/etc/SERVICE
@@ -1,1378 +1,10 @@
1-*- text -*-
2GNU Service Directory 1GNU Service Directory
3--------------------- 2---------------------
4 3
5See the end of file for copyright information. 4Please see <http://www.fsf.org/resources/service/> for a list of
5people who have asked to be listed as offering support services for
6GNU software, including GNU Emacs, for a fee or in some cases at no
7charge.
6 8
7This is a list of people who have asked to be listed as offering
8support services for GNU software, including GNU Emacs, for a fee
9or in some cases at no charge.
10
11The information comes from the people who asked to be listed;
12we do not include any information we know to be false, but we
13cannot check out any of the information; we are transmitting it to
14you as it was given to us and do not promise it is correct.
15Also, this is not an endorsement of the people listed here.
16We have no opinions and usually no information about the abilities of
17any specific person. We provide this list to enable you to contact
18service providers and decide for yourself whether to hire one.
19
20Before FSF will list your name in the GNU Service Directory, we ask
21that you agree informally to the following terms:
22
231. You will not restrict (except by copyleft) the use or distribution
24of any software, documentation, or other technical information you
25supply anyone in the course of modifying, extending, or supporting GNU
26software. This includes any information specifically designed to
27ameliorate the use of GNU software.
28
292. You will not take advantage of contact made through the Service
30Directory to advertise an unrelated business (e.g., sales of
31non-GNU-related proprietary information). You may spontaneously
32mention your availability for general consulting, but you should not
33promote a specific unrelated business unless the client asks.
34
35Please include some indication of your rates, because otherwise users
36have nothing to go by. Please put each e-mail address inside "<>".
37Please put nothing else inside "<>". Thanks!
38
39For a current copy of this directory, or to have yourself listed, ask:
40 service@gnu.org
41
42** Please keep the entries in this file alphabetical **
43^_
44Aaronsen Group, Ltd. <gnu@aaronsen.com>
45600 Grant St.
46Suite 5345
47Pittsburgh, PA 15219 US
48+1 412 391 6000 voice
49+1 412 361 5991 fax
50http://www.aaronsen.com/gnu
51
52The Aaronsen Group provides several levels of service in the free software
53arena, from simple configuration and installation to large extensions and
54new development. We specialize in unique applications, but have the
55experience to handle all manner of prospects, from database-backed
56web-sites to high-end multiprocessor clusters.
57
58Our service area covers the US, with key offices in Pittsburgh, PA; San
59Jose, CA; and New York, NY.
60
61We are available for both hourly work (at $300 per hour, some qualified
62discounts are available) and fixed-price projects. Work is done on the
63client site, at our offices, or remote via Internet or telephone
64connection
65
66Updated: 2001-05-08
67^_
68Alcôve
69------
70
71Alcôve, Centre Paris Pleyel, 153 bld Anatole France
7293200 Saint-Denis France
73
74Email: <infos@alcove.fr>
75
76Web: http://www.alcove.com
77Tél.: +33 1 49 22 68 00
78Fax: +33 1 49 22 68 01
79
80Founded in 1996, Alcôve's main purpose is to promote and support the
81use of GNU/Linux and OSS on the European market.
82Expertise in OSS innovation is the foundation of all Alcôve's
83activities.
84We provide key accounts and leading businesses in the field of IT with :
85
86 Consultancy
87 Engineering
88 Training
89 Support
90 Technical watching brief
91 OSS Certification - Validation - Guarantee
92 Drivers for the linux kernel
93 Company directory and unified messaging
94 Linux Firewall Security Package
95
96Keys: support services, consulting, open source software, GNU/Linux,
97Apache, Perl, GNU, Samba, Zope, Imp, OpenLDAP
98
99Average daily rate, depending on the job : 1000 euros.
100
101Updated: 2001-06-26
102^_
103Allegro Consultants, Inc. <info@gccsupport.com>
1041072 De Anza Blvd., Suite B101
105San Jose, CA 95129-3532
106USA
107+1 408 252-2330 voice
108+1 408 252-2334 fax
109http://www.gccsupport.com
110
111Allegro Consultants, Inc, in association with DIS International, is
112now offering annual support contracts covering the GNU Compiler
113Collection and related tools, including the GCC C and C++ compilers
114for MPE/iX.
115
116The free GCC C and C++ compilers have been available on MPE/iX for
117several years now, and are used for mission-critical applications by
118many organizations including Hewlett-Packard. Until now, assistance
119was available only from Mark Klein of DIS on a limited, voluntary
120basis. Mark is the person who originally ported GCC to the HP e3000,
121and he continues to maintain the software and port new versions.
122
123Support contracts start at $1,995.00/year for an organization
124(unlimited number of HP e3000 computer systems) with two designated
125callers. Additional options are available for large organizations who
126need to designate more than two authorized callers, or who want the
127additional security of 24x7 coverage.
128
129Updated: 2001-06-12
130^_
131Amazonia Computing
132
133<rick@viclink.com>
134http://www.viclink.com/~rick
135
1361981 NW Thomsen Lane
137McMinnville, OR 97128
138503-474-0572
139
140I provide development and technical support for free software
141and open source systems including embedded programming, GNU/Linux, the
142GNU development suite..
143
144I have over 10 years experience building and maintaining systems ranging
145from medical patient monitoring systems to Linux device drivers for
146custom PCI plug in cards.
147
148Rates range from $75.00/hr to $90/hr USD. Will work for a lower rate
149if in involves working in either Brazil, Vietnam, Indonesia, or Cuba.
150I am also willing to work on fixed price contracts.
151
152Updated: 2001-05-08
153^_
154Dipl.-Inform. Gerd Aschemann <gerd@aschemann.net>
155Osannstr. 49
156D-64285 Darmstadt
157Tel.: +49 173 3264070
158http://www.aschemann.net/
159
160- Consultant
161 + Unix Network and System Administration
162 + Distributed Systems and Middleware Infrastructures
163- former System Administrator (UNIX and NT) at CS Department, TU Darmstadt, Germany
164- 20 years working in the CS field, System administration on different platforms
165- 13 years with UNIX/Networking/FreeWare/GNU/X11
166- 10 years courses on Operating Systems and Distributed Systems
167- Lectures on System and Network Administration
168- Platforms: Solaris, GNU/Linux, SunOS, Ultrix, HP-UX, Digital Unix, AIX, SCO, FreeBSDs
169- Distributed Platforms and Information Systems (CORBA, WWW, Java, SOAP)
170
171Rates are at 180,-- DM (~85 US$) per hour minimum, depending on the job.
172I am willing to travel for sufficiently large jobs.
173
174Updated: 2001-05-09
175^_
176Baker Research, Ltd.
177P. O. Box 10036, Alexandria, VA 22310
178Phone: (703) 960-9500 (Voice)
179 (703) 960-8700 (Fax)
180Web: http://www.baker-research.com
181email: <solutions@baker-research.com>
182Rate: $75.00/hr to $150.00/hr, or fixed-price projects.
183
184Services:
185
186 --Customization of systems for user needs
187 --Software product evaluation and recommendation
188 --Full-lifecycle software development
189 --Programming (C/C++, tcl/tk, bash, perl)
190 --Custom backup and archival systems
191 --GNU/Linux system installation, configuration, and management
192 --Cluster systems support
193 -Installation, configuration, and management
194 -MPI and Myrinet support
195 --Data acquisition, management, visualization, and archival
196
197Updated: 2001-05-11
198^_
199Don Barry, Ph.D. <don@astro.cornell.edu>
200Ithaca, NY
201
202Astrophysicist with extensive and varied hacker background. Substantial
203expertise in mathematical modeling, instrument interface, low-level and
204high-level hardware control, statistical analysis, automated/mathematical
205typesetting. Also fluent in opto/electro/mechanical design. I try to find
206solutions using free software when possible and specialize in GNU/Linux
207platforms. Degrees also in chemistry and mathematics.
208
209Speak: C, APL, Fortran, J, Perl, Emacs Lisp, IDL, variety of machine
210languages from CDC CYBER (!) to x86 families, TeX/LaTeX, sendmail, and
211quite a few others. Experience on platforms from PDP to present.
212
213Rates: $75--$150 per hour + travel (if required) depending on the needs of
214the project, the level of support and availability required, and its
215interest to me.
216
217Services: consulting, design, porting, lecturing, support, project definition,
218system implementation.
219
220Updated: 2001-05-09
221^_
222James Craig Burley
22397 Arrowhead Circle
224Ashland, MA 01721
225Email: <craig@jcb-sc.com>
226Web: http://world.std.com/~burley/
227
228Expertise (mainly Development and Maintenance):
229 Compilers for Imperative Languages (author of GNU Fortran, aka g77)
230 Operating System Kernels
231 Tools/Utilities
232 Microcode (mainly VLIW) and Assembler
233 Software-Development-System Architecture (including APIs, IDEs)
234 Debugging
235 Technical Writing (Manager of Documentation)
236
237Experience:
238 Programming Languages C, PL/I, Fortran, PostScript
239 Operating Systems Unix, GNU/Linux, Solaris, HP-UX, VAX/VMS, PRIMOS,
240 MIT ITS, TOPS-10, TSS/8, IBM MVS
241 Assembler/Microcode Languages for Sun SPARC, HP-PA RISC, Numerix VLIWs,
242 VAX, Pr1me, IBM 360, PDP-10, PDP-8
243 Scripting Languages (many)
244 APIs (many)
245
246Rate: $180/hour
247
248Updated: 2001-05-08
249^_
250 C2V Michel Delval <mfd@c2v.com>
251 82 bd Haussmann Jean-Alain Le Borgne <jalb@c2v.com>
252 75008 Paris
253 France
254 Tel (33 1) 40.08.07.07
255 Fax (33 1) 43.87.35.99
256 http://www.c2v.com/freesoft.htm
257 e-mail: <consult@c2v.com>
258
259 Services: we offer source or source+binary distribution,
260 installation, training, maintenance, technical support,
261 consulting, specific development and followup on the GNU software
262 development environment: Emacs, gcc/g++, binutils, gas, gdb.
263
264 Porting on new platforms, and professionally developing software
265 with the GNU tools in the Unix/X11 environment since they were
266 first available.
267
268 Experience: GNU C Compilation toolchain for the SGS-Thomson D950
269 and ST20 DSP chips.
270
271 GNU C compilation toolchain (cross-compiler, compiler, linker,
272 assembler, debugger) for SparcV7 ERC32 based space systems
273 (Sextant Avionique / Alcatel Espace).
274
275 Feasability study, analysis and prototyping of a complete
276 compilation toolchain based on the GNU programming tools for the
277 CSEM RISC microprocessor family.
278
279 Rates: from 5000 FF/day to 750 000 FF/year, 40% discount for
280 educational institutions, add taxes and expenses. Ask for list.
281
282Updated: 2001-05-09
283^_
284Cendio Systems AB <info@cendio.com>
285Teknikringen 3
286SE-583 30 Linkoping
287SWEDEN
288+46 13 21 46 00 voice
289+46 13 21 47 00 fax
290http://www.cendio.com/ <international site>
291
292Cendio Systems develops, implements and integrates solutions based on
293Open Source Software. We also develop and market the Fuego
294Firewall(TM), an award winning and easy-to-use firewall, based on
295GNU/Linux.
296
297We offer professional services, including support, maintenance,
298integration and development in the following areas:
299
300* Embedded Linux
301* Client/Server Solutions GNU/Linux/BSD
302* Professional Training GNU/Linux, certifications from SAIR Linux/GNU
303* Open Source Strategy
304* Development/Adaptation of free software
305
306Cendio Systems have deep roots in Linkoping University, and was
307founded 1992 as Signum Support. Our headquarters resides in Mjardevi
308Science Park in Linkoping and we have an office in Stockholm. We are
309currently about fifty employees at both locations.
310
311Cendio Systems won the Lotus 'Tux Award' at LotusSphere 2000 for "the
312partner who best exemplifies a unique dedication to Lotus and Linux
313technologies and has successfully executed their vision in the
314marketplace."
315
316Cendio Systems have the following certifications and memberships:
317
318Association of Computing Machinery, Professional Membership
319COMPAQ System Specialist (Intel and Alpha Systems)
320Embedded Linux Consortium, Founding Member
321IBM Value Added Reseller (Netfinity)
322IBM Solution Provider (RS/6000)
323SAIR GNU/Linux, Accredited Center for education
324SGI Systems Integrator
325
326Rates: Please request our price list.
327
328Updated: 2001-05-09
329^_
330Alex Cherepanov
331111 McDade Blvd, Apt. A-205, Folsom, PA 19033
332Phone: 610 529 3475
333email: <alexcher@erols.com>
334Web: http://users.erols.com/alexcher/
335
336Services: Support and maintenance of free PostScript and PDF
337software including Ghostscript, ps2pdf, a2ps, tiff2ps, pdfopt.
338General imaging, font, and PDL consulting.
339
340Experience: 12 years experience in software engineering, 5 years
341in PostScript and digital color printing.
342
343Rates: $50-75/hour, depending on contract length.
344
345Updated: 2001-05-22
346^_
347CodeSourcery, LLC <info@codesourcery.com>
3489978 Granite Point Ct
349Granite Bay, CA 95746
350(650) 364-5360
351http://www.codesourcery.com
352
353CodeSourcery specializes in customization of, enhancements to, and
354support for all GNU software. We have particular experience in the
355field of programming tools, and have been responsible for many
356features in the GNU C and C++ compilers including the implementation
357of member templates and type-based alias analysis. Mark Mitchell, one
358of our co-founders, is a co-maintainer of the GNU Compiler Collection.
359
360We also have experience with GNU tools ranging from emacs to binutils
361to gdb to autoconf, and are willing to work on any and all free
362software projects.
363
364Please see our web page at www.codesourcery.com for more information
365about our products, services, and prices.
366
367Updated: 2001-05-16
368^_
369Stuart Cracraft <cracraft@gnu.org>
370P.O. Box 6061
371Laguna Niguel, CA, 92607, USA
372Phone: 714-347-8106 (prefer email)
373Rate: negotiable
374
375Consultation topics:
376Entire GNU suite - porting, compilation, installation,
377user-training, administrator-training.
378
379Method: via any combination of telephone, dialup, Internet, in-person, email.
380
381Experience: supporting GNU since project inception, original port of
382GNU Emacs to Sun Solaris, original author of GNU Emacs online tutorial.
383Expertise in C, Emacs Lisp, Perl, Expect, Oracle, Informix, SunOS, Solaris,
384NIS, NFS, system-monitoring via paging. Unix System and Database
385administration or development.
386
387Updated: 2000-12-13
388^_
389Bruce Dawson - <jbd@codemeta.com>
390CodeMeta, Inc.
391Manchester, NH USA
392800-354-2209
393
394Specializing in GNU tools such as CVS, gnats, bash, gawk, fileutils...
395
396Services:
397
398 o 800 phone support.
399
400 o Modification and development.
401
402 o Training.
403
404Rate: Fixed rate deliverables or $110/hour for hourly work.
405
406http://www.codemeta.com
407
408Updated: 2001-05-09
409^_
410Martin Deen Consulting
411<sunra@mail.hypermart.net>
412426 Marietta St. #503
413Atlanta, GA 30313
414(V) 404-931-5392
415http://sunra.hypermart.net
416
417Consultant with many years supporting the GNU/Linux environment and
418working with Open Source solutions. Available for hourly and per
419project work. Hourly rates start at $100/hr. Work can be done on
420client site, offsite, or remotely via Internet. Can take engagements
421in Atlanta with little notice, call for arangements elsewhere.
422
423Updated: 2001-04-20
424^_
425DSS Distributed Systems Software, Inc.
4263253 Georgia St. <dss@dss.bc.ca>
427Richmond, British Columbia V7E 2R4 http://www.dss.bc.ca
428CANADA (604) 270-9559
429
430GNU-related services:
431 We specialize in support for GCC (mainly C and C++), including porting,
432 retargeting, and customizing.
433 Also, GNU and other free software that falls within our areas of expertise.
434
435Expertise:
436 DSS provides software design, implementation, and consulting services.
437
438 Distributed systems:
439 o Client/Server architectures, computer networking, communication
440protocols
441 o Directory systems, including X.500 and LDAP
442 o High-performance and special-purpose distributed systems and databases:
443 scalability, reliability, availability, transactions
444 o Computer systems performance analysis
445
446 Compilers, translators, and interpreters, including "small" and
447 special-purpose languages
448
449Rates:
450 Consulting rates are $65-$200 USD per hour, plus
451 applicable taxes. Fixed-cost projects are also possible.
452
453Updated: 2001-05-10
454^_
455John W. Eaton
456<jwe@gnu.org>, <jwe@net66.com>
457
458Experience: Original author and current maintainer of GNU Octave
459 (http://www.octave.org).
460
461 Derivatives of the Unix man utility that I wrote in 1990
462 are currently distributed with several GNU/Linux systems.
463
464 Improved GNU Make's support for VPATH and object
465 libraries on VMS systems.
466
467 Various other enhancements and bug fixes for other free
468 software tools.
469
470 I have more than 18 years experience programming various
471 languages and systems, more than 13 years as a user and
472 system mangler of Unix systems, including Ultrix, SunOS,
473 AIX, HP/UX, BSD, IRIX, Digital Unix, and GNU/Linux.
474 Long-time user of GNU tools on all these platforms.
475
476Programming: Octave, Matlab, C++, C, Fortran, Emacs Lisp, TeX/LaTeX,
477 AWK, M4, Autoconf, Make, Lex & YACC, Unix shell
478 programming, etc.
479
480Services: Anything related to programming and extending Octave.
481 Porting, installation, and customization of GNU/Linux and
482 GNU tools. Unix system administration.
483
484Rates: $100/hour + travel and expenses (if required). Will
485 consider travel for short periods and/or sufficiently
486 interesting jobs, but prefer to work via the net or email.
487 Lower rates for non-profits.
488
489Updated: 2001-05-14
490^_
491 Echo Labs <echo@iinet.net.au>
492 29 Weld St, http://www.iinet.net.au/~echo/
493 Nedlands, WA 6009
494 Perth, Australia
495 +61 (0) 41 356 0008
496
497 Echo Labs is a software consultancy that also provides support and
498 development skills. Specialising in GNU software, particularly Tcl/Tk
499 and Linux. We can deliver systems at a fraction of the cost of those
500 based on more traditional technologies. Internet/intranet, telephony
501 and data communications solutions, for all platforms are undertaken.
502 GUI front-ends done quickly in rapid development process.
503
504 While typically involved in engineering and technical areas, any
505 GNU/Open Source software will be supported.
506
507 For further details see: http://www.iinet.net.au/~echo/
508
509 Experience: 15+ years C/Unix, Sun, SCO, GNU/Linux, Win/NT.
510 Secure WWW servers (Apache SSL), Ecommerce solutions.
511 Systems programming, device drivers, hardware interfacing.
512 GNU tools/utilities, telephony and Embedded & realtime
513 systems. Communications protocols and implementation.
514
515 Degrees: BAppSc (CS) (Distinction), Curtin University, Perth
516
517 Rates: AUS $50-75/hr neg.
518
519Updated: 2001-05-09
520^_
521Noah Friedman <friedman@splode.com>
5226114 La Salle Ave. #739
523Oakland, CA 94611-2802
524
525Author of several Emacs Lisp packages and parts of Emacs, as well as
526numerous network and unix system utilities. Co-maintained GNU Texinfo and
527Autoconf for a couple of years. Experienced unix systems engineer.
528FSF employee Feb 1991--Sep 1994.
529
530I can perform installation, porting, and enhancement of all GNU software
531and any other free software, especially for Linux/GNU systems; design
532high-capacity hardware-redundant servers for production environments;
533provide consulting on the use of version control management with CVS; and I
534am willing to provide handholding for shell programming and Emacs Lisp
535development.
536
537Fees negotiable, averaging $100-$150/hour. I can work in the California
538bay area or anywhere accessible on the Internet. For larger jobs I may be
539willing to travel.
540
541Updated: 2001-05-08
542^_
543Brian Gough <bjg@network-theory.co.uk>
544Network Theory Limited http://www.network-theory.co.uk/
545Bristol, United Kingdom
546
547Tel: 0117 3179309 (in UK), +44 117 3179309 (outside UK)
548
549I provide support and development of free software on a contract
550basis. I can work at your site, over the internet, or by phone/email.
551I have extensive experience with many free software packages,
552particularly for web development.
553
554I can also provide specialized consulting in numerical software
555development for scientific and quantitative applications.
556
557Rate: 40-60 pounds/hour, depending on location.
558
559Updated: 2001-09-05
560^_
561Ronald F. Guilmette <rfg@monkeys.com>
562RG Consulting
5631751 East Roseville Pkwy. #1828
564Roseville, CA 95661
565Tel: +1 916 786 7945
566FAX: +1 916 786 5311
567
568Services: Development & porting of GNU software development tools.
569
570GNU Contributions:
571 Invented, designed, and implemented the protoize and
572 unprotoize tools supplied with GCC2.
573
574 Designed and developed all code to support the generation
575 of Dwarf symbolic debugging information for System V Release
576 4 in GCC2.
577
578 Performed original port of GNU compilers to SVr4 system.
579
580 Finished port of GNU compilers to Intel i860 RISC
581 processor.
582
583Experience: 13+ years UNIX systems experience, all working on compilers
584 and related tools.
585
586 7+ years working professionally on GCC, G++, and GDB under
587 contract to various firms including the Microelectronics
588 and Computer Technology Corporation (MCC), Data General (DG),
589 Network Computing Devices (NCD), and Intel Corp.
590
591Other qualifications:
592 Developer of the RoadTest (tm) C and C++ commercial
593 compiler test suites.
594
595 Former vice-chairman of UNIX International Programming
596 Languages Special Interest Group (UI/PLSIG).
597
598 Bachelor's and a Master's degrees, both in Computer Science.
599
600Rates: Variable depending upon contract duration. Call for quote.
601
602Updated: 2000-12-13
603^_
604IDEALX
60515-17 avenue de ségur
60675007 Paris
607France
608
609Tel - +33144420000 Fax - +33144420001
610http://www.IDEALX.com, http://www.IDEALX.org
611
612IDEALX is involved in the development of Open Source solutions,and
613ensures their deployment and maintenance.
614Development
615Technical support
616Technology watch
617Consulting
618Engineering
619Training
620
621Rates - Variable
622
623Updated: 2000-12-13
624^_
625Ehud Karni <kehud@iname.com>
626Israel
627
628Support of Emacs & Emacs lisp, GNU/Linux, Cygwin.
629
630Fee: $75/hour.
631
632Updated: 2001-05-09
633^_
634Bradley M. Kuhn
635<bkuhn@ebb.org>
636http://www.ebb.org/bkuhn
637
638I am available for part-time system administration, software development
639and training. I have extensive experience with system administration of
640GNU/Linux systems, and Free Software development. I have also taught
641courses in C++ and Perl. As an employee of the FSF, I have a unique
642perspective on the free software community.
643
644Please visit my homepage for more information on my background and skills.
645My resume is also available there.
646
647I am available for both 1099 and W2 on-site contracting in the Boston, MA,
648USA metropolitan area, as well as remote consulting via dialup or Internet
649connection anywhere in the USA. I am not interested in relocation.
650However, temporary (two week maximum) jobs with paid expenses at other
651locations will be considered.
652
653My rate varies greatly (between $25-$60/hour) depending on the
654circumstances. Rates for non-profit organizations will be on the lower end
655of the spectrum, if I support your cause.
656
657Updated: 2001-06-14
658^_
659Paul Gillingwater, CEO
660CSO Lanifex Unternehmensberatungs & Softwareentwicklung GmbH
661Praterstrasse 60
662A-1020 Vienna, Austria
663http://www.lanifex.com
664Phone.: +43/1/2699293-21
665Fax.: +43/1/2699293-13
666Mobile.: +43/699/19223085
667
668 CSO Lanifex is an effective team of software developers who are
669actively implementing Web-based database systems, using a variety of
670Open Source technologies, including GNU/Linux, PHP, MySQL, Perl and
671especially the Midgard Project.
672
673 Our speciality is Web development with content management, especially
674for larger Web portals and e-Commerce systems. We're very much
675in-favour of Free (as in speech) software, and have used it for almost
676all of our customers.
677
678 We have eight staff, with a variety of skills, including RHCE, PHP,
679Perl, C, Java, SQL, network design, security consulting, Internet
680routing, UMS etc. The CEO personally has over 20 years of experience
681with UNIX, and more than 10 years experience with a variety of
682Internet technologies. For a more complete list, please refer to our
683Web site listed below.
684
685For further details see: http://www.lanifex.com
686
687Rates: ATS 1.500/hr neg.
688
689Updated: 2000-12-19
690^_
691Greg Lehey
692LEMIS
693PO Box 460
694Echunga SA 5153
695Australia
696
697Phone: +61-8-8388-8286
698Fax: +61-8-8388-8725
699Mobile: +61-418-838-708
700Mail <grog@lemis.com>
701
702Services: Supply, porting, installation, consultation on all GNU
703products.
704
705Experience: 25 years OS and compiler experience, ports of most GNU
706products. Author of ported software CD-ROM for UNIX System V.4.2,
707"Porting UNIX Software" (O'Reilly), "Installing and Running FreeBSD"
708and "The Complete FreeBSD" (both Walnut Creek).
709
710Rates: Choice of AUD 300 per hour or hotline rates AUD 6 per minute.
711Outside Australia, $US 180 per hour or $US 3.50 per minute. Quick,
712well prepared questions by mail may be free.
713
714Updated: 2001-05-09
715^_
716Alan Lehotsky <apl@alum.mit.edu>
717Quality Software Management
718634 West St
719Carlisle, MA 01741
720
721Phone: (978)287-0435
722Fax: (978)287-0436
723
724Services:
725 - Support for GNU compilers, including rehost/retarget
726 - GNU Binutils rehost/retarget.
727 - cgen/sim
728 - Perl internals hacking
729 - General system software work (SW tools, O/S, device drivers)
730 - runtime library (especially floating point)
731 - project management
732 - software process improvement
733
734Experience: 20+ years of design and implementation of optimizing
735 compilers. "Mr. Bliss" at Digital in the 70's and early
736 80's. Experience with Motorola 68k, PowerPC, SPARC, Intel
737 x86 and IA64 (Merced), MIPS, NS32K, ADI SHARC DSP, VAX, PDP-11,
738 PDP-10. Wrote or maintained compilers for Ada, BLISS, C, C++,
739 FORTRAN, Pascal, Modula/2, O/S experience includes Unix (OSF/1,
740 SunOS, Solaris, AIX, HP/UX), VAX/VMS, Windows/NT, MacOS.
741
742 8 years experience with GCC internals, including major changes to
743 support 8 bit bytes on word-address Analog Devices SHARC DSP and
744 general support of PowerPC code generation. Retargetted gcc/binutils
745 cross-tools to ASIC used in optical switch. Retargeted gcc to 8 bit "internet toaster"
746 micro-computer.
747
748References available
749
750Rates: $110/hr.
751 fixed price possible for well-defined deliverables.
752
753Updated: 2001-05-08
754^_
755Reuven M. Lerner
756Lerner Communications Consulting Ltd.
757PO Box 518
758105 Nahar Ha-Yarden Street
759Modi'in 71700
760Israel <reuven@lerner.co.il>
761
762Phone: 08-973-2225 (within Israel)
763 +972-8-973-2225 (outside of Israel)
764
765Fax: 08-973-0477 (within Israel)
766 +972-8-973-0477 (outside of Israel)
767
768WWW: http://www.lerner.co.il
769
770We specialize in writing custom Web and Internet applications. In
771particular:
772
773- We create database-backed Web sites using Perl, Tcl, Python, Java,
774 Apache, mod_perl, MySQL, PostgreSQL, and (when free software doesn't
775 suffice) Oracle.
776
777- We offer support and service for system administrators who need help
778 with their GNU/Linux systems.
779
780- We offer training in a variety of programming languages (Perl, Tcl,
781 Python, and Java) and in GNU/Linux administration.
782
783Consulting rates: $150/hour, or $100/hour for non-profits
784
785Updated: 2001-05-09
786^_
787Richard Levitte (in TeX: Richard Levitte
788Levitte Programming Levitte Programming
789Spannvagen 38, I Spannv\"agen 28, I
790S-168 35 Bromma S-168 35 Bromma
791Sweden Sweden)
792Tel.nr.: +46 (8) 26 52 47 (there is an answering machine)
793Cellular: +46 (708) 26 53 44
794e-mail: <levitte@lp.se>
795
796What I do:
797 Primarily I work on GNU software for VMS, both VAX and AXP. I've
798 been porting GNU Emacs to VMS since spring 1991. I've ported a
799 bunch of other GNU programs as well. I maintain GNU vmslib.
800 For further info, see http://www.lp.se/~levitte/prof/resume.html
801
802Programs supported:
803 To a varying degree (ranging from extension and porting to
804 installation and simple questions) at the time of updating this
805 entry:
806 - GNU vmslib, emacs, autoconf, zip, diffutils, m4, patch, texinfo,
807 C/C++; on both VMS and Unix.
808 - Other GNU programs to a small degree; on Unix.
809 For further info, look at http://www.lp.se/products/gnu.html
810
811Experience:
812 Fluent in TeX/LaTeX and many programming languages.
813 Modified key elements in Emacs (e.g., memory and process management)
814 to work transparently on VMS. I have very good knowledge in the VMS
815 operating system. I'm also knowledged in the a few Unix flavors.
816 For further info, see http://www.lp.se/~levitte/prof/resume.html
817
818Your Rate:
819 $70-$100/hour (500-800 SEK in sweden), plus expenses. My rates
820 are negotiable, depending on how interesting the project is to me.
821
822Updated: 2000-05-28
823^_
824Gordon Matzigkeit <gord@gnu.org>
825Box 325 http://fig.org/~gord/
826Lumsden, Saskatchewan S0G 3C0 Voice: (306) 731-3011
827CANADA
828
829I will gladly help novice and intermediate computer users to install,
830understand, and use free software, whether or not I have prior
831experience with that software. I know my limitations well, and will
832freely give other contacts if I cannot solve your problem myself.
833
834I have over 5 years of experience with several of the major free OSes:
835GNU/Linux (Debian, Red Hat), NetBSD, FreeBSD, and GNU/Hurd. Some of
836my specialties are networking, Emacs, Automake, Autoconf, C, Perl, and
837shell script programming.
838
839My rates are negotiable depending on the task: usually $40-$60
840(Canadian) per hour. Flat rates preferred.
841
842Updated: 2000-12-19
843^_
844 NetGuide Scandinavia AB <info@netg.se>
845 Tankeg=E5ngen 4
846 S-417 56 G=F6teborg, Sweden
847 +46 31 50 79 00 voice
848 +46 31 50 79 39 fax
849 http://www.netg.se
850
851NetGuide Scandinavia AB is a company that does consultant jobs and holds
852courses in the fields of Unix software, TCP/IP networking and Internet
853applications. The people behind NetGuide Scandinavia AB have many years of
854general Unix experience, both as system administrators and as
855programmers, and also extensive experience in maintaining the GNU
856programs; in administration as well as finding and fixing bugs.
857
858Services offered:
859
860 - Installation and customizing GNU and other free software. We will
861 make free software as easy to install and use as shrink wrapped
862 programs.
863 - Service and support subscriptions.
864 - Warranty protection.
865 - Customization and porting.
866 - Subscriptions to new versions which we will send monthly or with
867 any other interval.
868 - Finding, recommending and investigating free software in any
869 area of the customers choice.
870 - Regular consulting.
871 - Support on Internet service software, especially the free
872 - Support on GNU/Linux.
873 - Freeware based courses in Unix usage, C, C++, or any GNU tools
874
875 Rates: For courses, contact us for a quote,
876 For consulting, $60-120/hour, depending on contract length.
877
878Updated: 2000-12-13
879^_
880Thien-Thi Nguyen
881ttn@glug.org
882San Diego, CA, USA
883
884 - scheme, common lisp, elisp, c, perl, verilog, sh, etc
885 - software architecture / implementation / testing
886 - hardware design / verification
887 - tools flow / environment tweaking / scripting
888 - simulators / transactors / stimulus generators
889 - glue code / integration
890
891Resume: http://www.glug.org/people/ttn/resume.html
892
893Rate: $100/hr, possibly less
894
895Updated: 2001-05-08
896^_
897David Nicol
898Post office box 45163
899Kansas City, Missouri 64171
900<david@tipjar.com>
901http://www.tipjar.com/dnconsult
902
903Unix, GNU/Linux, Perl installation, C, C++, Lisp, Perl programming.
904
905CGI programming.
906
907Installation, porting.
908
909Specification development, design, implementation, documentation.
910
911Rate: $60/hour, or fixed contract. On-site support available in
912greater Kansas City area.
913
914Updated: 2001-05-08
915^_
916Jonas Oberg (TeX: Jonas \"Oberg
917Skalangsgatan 11B Sk\"al\"angsgatan 11B
918S-723 36 Vasteras S-723 36 V\"aster\.as
919Sweden Sweden)
920
921Phone: +46-21-144831
922E-mail: <jonas@gnu.org>
923
924I offer support for most GNU software including the GNU
925Hurd and also do system administration on GNU systems.
926I can do free software development and have a good
927understanding of automake, autoconf, flex, bison, guile,
928texinfo and much more. Rates around USD$100.
929
930Updated: 2001-05-09
931^_
932 Peter Olsen
933 P.O. Box 410
934 Simpsonville, MD 21150
935
936 <p@sigmaxi.org>
937
938 What I do: Mathematical modeling and model building using Gnu
939 and other Free Software. Scientific and engineering
940 analysis, modeling, and programming in FORTRAN, C, LISP,
941 and Java. Statistical analysis. Emacs customization.
942
943 Examples of my previous work:
944 1. I built the model used predict the
945 amount of work required to clean up the Exxon Valdez oil
946 spill. Model was completed in ten days, used to allocate
947 resources for $2 billion summer cleanup, predictions were
948 accurate.
949 2. I built a model applying commercial capital
950 investment standards to a Federal Agency budget, helped
951 support $250 Million budget increase.
952
953 Credo: Engineering is the art of applying a professional
954 knowledge of mathematics and the physical sciences to
955 improve the quality of life.
956
957 Rates: $135/hour (+ travel and expenses) on site,
958 $95/hour remote access.
959
960 Notes: 1. Visiting Lecturer for Society for Industrial and Applied
961 Mathematics: Will speak without fee about Valdez model
962 (or other work) to Educational and not-for-profit
963 organizations (plus most-economical travel and living
964 expenses or travel or living arrangements in kind).
965
966 2. I do not accept offers which pose the danger
967 of conflict of interest with any present or former client
968 or employer.
969
970
971Updated: 2000-12-13
972^_
973 Open Systems Computing AS Open Systems Computing AS
974 Kongensgate 9 Rogaland Kunnskapspark, PB 8034
975 N-0153 Oslo Prof. Olav Hanssensvei 11
976 Norway N-4068 Stavanger
977 Norway
978
979Phone: Fax:
980 +47 22 20 40 50 +47 22 20 02 85
981
982Web: E-mail:
983 http://www.osc.no <gnu-support@osc.no>
984
985Open Systems Computing AS can provide programming support for all
986GNU software -- extending or adopting it to meet customer needs.
987Prices vary with software and project. Hourly fees are in the $80-120
988range. Fixed-priced projects are also available. Phone support is
989available only for customers with support contracts.
990
991Updated: 2001-05-09
992^_
993Francesco Potortì <pot@gnu.org>
994Via S.Stefano, 8
99556123 Pisa, Italy
996Tel. (050)560671
997
998Emacs: installation and maintenance, training and tutorials,
999 customisation, extensions, troubleshooting. Author of some of
1000 the packages in the emacs distribution, has made the porting
1001 of emacs to the Motorola Delta architecture.
1002
1003Other: installation and maintenance of GNU software. Experience with
1004 hylafax, RCS, gperf, etags, smail, indent, diff, gawk, gcc,
1005 screen. Is the current maintainer of etags.
1006
1007Rates: 100 E/hour.
1008 Prefer e-mail communication to telephone.
1009
1010Qualifications: Electronic Engineering degree, Pisa. Full time
1011 researcher in CNUCE-CNR.
1012 Familiar with elisp programming, porting of C programs,
1013 low-level TCP/IP programming for embedded systems.
1014
1015Updated: 2001-05-09
1016^_
1017Quoll Systems Pty Ltd, see http://quoll.com.au
10188 Brown St, Fannie Bay, Darwin, NT, Australia.
1019Phone: +61 8 8941 7150 Fax: +61 8 8941 7151 Mobile: 0409 691 399
1020e-mail: <pjm@gnu.org> or <info@quoll.com.au>
1021
1022QS is a small (4 full-time staff + 15 part-timers) which does a variety
1023of things in the *IX, technical computing area including:
1024
1025 o Systems development/maintainence (in most programming languages)
1026 o Training (GNU/Linux, FreeBSD, OpenBSD, Apache, Perl, ...)
1027 o Consulting in areas such as security, reliability,
1028
1029Recent projects have included wind turbine generator control, water
1030quality databases, remote area satelliate communications, Apache Web
1031serving, ISP configurations, *nix training. Staff have provided some
1032small contributions to the GNU and BSD projects over the years. We
1033also have a bit of expertise in the embedded(inside people) systems
1034area in addition to the standard building work.
1035
1036We can provide local (i.e. southern hemisphere/south east asia) support
1037for most of the vast range of free software systems including: GNU/Linux,
1038FreeBSD, OpenBSD , OpenSSH, Sendmail, various compilers and networking
1039tools. Remote support can also be arranged.
1040
1041Rates: vary depending on the work, period and staff provided but let
1042 us pick 100$US/hr as a starting point for senior staff.
1043
1044Updated: 2000-12-13
1045^_
1046Red Hat, Inc.
1047<embedded-info@redhat.com>
10481325 Chesapeake Terrace
1049Sunnyvale, CA 94089 USA
1050Toll free: 866-2REDHAT ext. 3005
1051+1 408 542 9600 voice
1052+1 408 542 9699 fax
1053
1054GNUPro Tools
1055Red Hat provides supported and maintained versions of gcc, g++, gdb
1056with GUI, GNU linker and GNU macro assembler. In addition, Red Hat
1057provides these GNU software development tools for well over many
1058popular host-target configurations. Support includes bug fixes and
1059semi-annual releases of the toolset. Each release is regression
1060tested and includes substantial improvements and additions to the
1061current release. Support is available through Incident support
1062packages, or Unlimited support for specific user groups. GNUPro is
1063available with standard, custom, and vintage toolchains for both
1064native and embedded application development. New target processors
1065are being added regularly. Rates for support for standard products
1066start at $12,500.
1067
1068Embedded Linux
1069Red Hat offers Red Hat Embedded Linux to companies looking for an open
1070source and royalty-free runtime solution. Red Hat Embedded Linux
1071currently supports certain ARM, StrongARM, and MIPS families of
1072processors. Embedded Linux supports multiple graphics APIs, is
1073compliant with POSIX APIs and thread support, can be configured as low
1074as 512k memory footprint including TCP/IP and NFS built into the
1075kernel, and supports journaling and transparent compression in
1076filesystems. Support for new processors is available via Red Hat
1077Professional Services.
1078
1079Updated: 2001-05-16
1080^_
1081Relogic AB
1082Pipersgatan 26
1083Box 868
1084SE-112 28 Stockholm
1085SWEDEN
1086
1087web http://www.relogic.se
1088e-mail info@relogic.se
1089phone +46 708 800 000
1090fax +46 708 800 580
1091
1092Relogic provides experienced unix developers that know and love GNU
1093products. We can take on anything from single contractor support to
1094full scale projects. We know all programming languages and all Unix
1095dialects.
1096
1097Updated: 2000-12-14
1098^_
1099Phillip Rulon
1100122 Blossom Rd.
1101Westport, MA 02790
1102USA
1103508.672.3007
1104<pjr@gnu.org>
1105
110615 years experience with GNU systems and tools. Available for any free
1107software project. Most useful for network design and construction or
1108dynamic web development. Very good Debian, Perl, and Apache.
1109
1110Boston, travel OK.
1111$100/hr, flat rate possible.
1112
1113Updated: 2000-12-18
1114^_
1115Stanislav Shalunov <shalunov@mccme.ru>
1116
1117Customizing GNU Emacs (new modes OK). Installing and troubleshooting
1118free software. Rate: $60-100/hour. NYC area, telecommuting preferred.
1119References available.
1120
1121Updated: 2000-12-12
1122^_
1123SRA (Software Research Associates, Inc., Japan) <info-wingnut@sra.co.jp>
11241-1-1, Hirakawa-cho, Chiyoda-ku
1125Tokyo 102-8605 Japan
1126
1127+81-3-3234-5610 voice
1128+81-3-3234-5556 fax
1129
1130http://www.sra.co.jp/wingnut/
1131http://www.sra.co.jp/wingnut/chirashi-e.html
1132http://www.sra.co.jp/wingnut/service.html
1133http://osb.sra.co.jp/WingnutSupport/
1134
1135We provide GNU software support at a reasonable charge,
1136aiming to promote the sound growth of free software and to
1137create a new culture in the software world.
1138
1139News:
1140
1141 We have just started "GCC and CVS membership support service".
1142 We provide various support menus. Please refer to
1143 http://osb.sra.co.jp/WingnutSupport/ for details.
1144
1145What we provide is:
1146
1147 1. Research and development of GNU software.
1148 2. Development, porting, and customization of GNU software itself.
1149 3. Helping people who are willing to port and provide GNU software
1150 to their customers, but are unable to do so due to a lack of resources.
1151 4. Providing a variety of educational and training services including
1152 how to port or to customize.
1153 5. The result of the work will become free software covered under the
1154 GNU licenses (GPL or LGPL), so it will be possible not only to share
1155 the results with others but to eliminate unnecessary investment also.
1156 6. Passing the result to the program package maintainers (if needed).
1157 7. Also, making contributions to FSF (Free Software Foundation, Inc.)
1158 which is the organization that develops and distributes GNU software
1159 worldwide.
1160
1161 Furthermore, we provide services *native to Japan*, that is,
1162 services for Japanese-speaking people --- receiving inquiries and
1163 answering in Japanese.
1164
1165Rates:
1166 Determined by estimation.
1167
1168Updated: 2001-05-21
1169^_
1170Andre Spiegel <spiegel@gnu.org>
1171Dipl.-Inform.
1172Berlin, Germany
1173
1174Maintainer of the GNU Emacs version control package (VC).
1175
1176I can provide consulting and practical help for the installation and
1177administration of GNU/Linux systems, in particular Debian. Also
1178knowledgeable on many other Unix derivates, and network technology.
1179Installation, porting and customization of GNU software is possible; I
1180have programming experience in C, C++, Java, and Emacs Lisp, among
1181others. Expertise in version control using RCS or CVS. I also give
1182seminars on the above subjects.
1183
1184Rates: 150 DM/hr (US$ 85)
1185
1186Updated: 2001-05-09
1187^_
1188Name: Julian Stacey <jhs@freebsd.org> <jhs@bim.bsn.com> <jhs@muc.de>
1189Location: Muenchen, Deutschland (Munich, Germany).
1190Qualifications: University Degree, BSc Hons Computers & Cybernetics, 1980.
1191Phone: +49.89.268616 Fax: +49.89.2608126 Data: +49.89.26023276
1192Resume: http://bim.bsn.com/~jhs/ Older: http://www.freebsd.org/~jhs/
1193Time Zone: +01:00
1194Rate: DM 200 - DM 160 / Hour.
1195Specialisation: Unix (Pref. BSD or Linux), C, X-Windows, FSF tools, firewalls,
1196 systems engineering, hardware interfacing, real time/embedded,
1197 custom design & porting. No { Emacs, Cobol, Microsoft }.
1198Free Sources: All BSD sources (updated daily), X-Windows, XFree86, FSF.
1199 Personal sources are here: http://bim.bsn.com/~jhs/src/
1200 Copy Charge dependent on time+postage+media
1201Free GCC-1.40: For Symmetric Computer Systems Model 375 (native cc is broken).
1202Languages: I am English. Ich verstehe Deutsch. Je comprend Francais,
1203 (mais je ecris une response en Anglais). Avoid dialect,
1204 (use Hoch Deutsch, not Bayerisch); Spell slowly & clearly,
1205 (umlauts are not recognised); Use single digits: avoid
1206 inverted German pairs (EG "eight hundred, two and thirty",
1207 & convoluted French ("four twenties and fifteen").
1208Contact: State aprox. days/weeks/months you want professional
1209 consultancy at full commercial rates, .. OR ..
1210Note I am NOT a free help desk !
1211 Post your questions to an Internet newsgroup, & let those with
1212 most time, best knowledge, & inclination answer. If you must
1213 phone me (& I'd much prefer you did Not), Rules apply: First
1214 ask for a few minutes advice "Free Of Charge". (Do not swamp
1215 me with your problem & leave me to deduce you are not a paying
1216 customer). Use some English. Give an email address for
1217 forwarding later info. Volunteer to phone back later to hear
1218 subsequent info/solutions I/friends/net come up with. I do not
1219 pay phone charges to call strangers.
1220
1221Updated: 2001-05-09
1222^_
1223Richard M. Stallman <rms@gnu.org>
1224545 Tech Sq, Rm 430
1225Cambridge, MA 02139
1226
1227Emacs: anything whatever
1228Is anyone interested in courses in using or extending GNU Emacs?
1229
1230Original inventor of Emacs and main author of GNU Emacs and GCC.
1231
1232Rates: $6/min or $250/hr.
1233
1234Updated: 2000-12-13
1235^_
1236Static Free Software
12374119 Alpine Road
1238Portola Valley, Ca 94028
1239(650) 851-2927
1240http://www.staticfreesoft.com
1241
1242Static Free Software developed and supports the "Electric VLSI Design
1243System". Steven Rubin, the founder of the company and author of
1244Electric, is available for enhancements, support, and training.
1245
1246Please see our web page at www.staticfreesoft.com for more information
1247about our products, services, and prices.
1248
1249Updated: 2000-12-12
1250^_
1251Swing Digital Ltd. <hello@swingdigital.com>
125215-17 Middle Street
1253Brighton
1254BN1 1AL
1255United Kingdom
1256Tel +44 (0) 1273 20 11 66
1257Fax +44 (0) 1273 20 11 68
1258http://www.swingdigital.com
1259
1260Swing Digital actively supports the development of the GNU.FREE
1261Internet Voting system. Through this support we have gained the
1262unique expertise to support, install and run GUN.FREE-based Internet
1263votes. We are also available in a consultancy basis to offer advice
1264for organisations wishing to run GNU.FREE themselves.
1265
1266Our consultancy fees start at 900 Euro (550 UK pounds) per day. We
1267are also able to securely host Internet Votes, prices on application.
1268
1269Updated: 2001-07-23
1270^_
1271Kayvan A. Sylvan <kayvan@sylvan.com>
1272Sylvan Associates, Inc.
1273879 Lewiston Drive
1274San Jose, CA 95136-1517
1275Phone: (408) 978-1407
1276Fax: (408) 978-0472
1277
1278I will help you port, install and customize GNU Emacs, GCC, G++, GNUmake,
1279bison, and other GNU tools on almost any architecture and operating
1280system. Questions answered. GNU C/C++, Java and lisp hacking available.
1281
1282I will also do ongoing support and periodic upgrades if you get on my GNU
1283software subscription list.
1284
1285Rates: $100-$125/hour, depending on type and quantity of work.
1286Substantial discounts for long-term contracts and also for educational or
1287non-profit institutions.
1288
1289Experience: Many different Unix systems (2.9BSD to 4.4BSD, Xenix, SVR3 and
1290SVR4, Solaris, Linux, FreeBSD). Systems programming and system
1291administration on all brands of Unix.
1292
1293Kernel hacking experience. Lots of porting experience.
1294
1295Updated: 2001-05-08
1296^_
1297Alfredo Tomasini
1298<alto555@earthlink.net>, <alfredo.tomasini@c-cube.com>
1299
1300GNU/Linux Intel desktop/laptop installation, setup, and networking.
1301Installation of GNU tools on SunOS and GNU/Linux.
1302Sed and Gawk script development.
1303
1304Languages: English and Italian.
1305
1306Fee: $50/hour.
1307
1308Updated: 2000-12-13
1309^_
1310Leonard H. Tower Jr. <tower@ai.mit.edu> <tower@art.net>
131136 Porter Street
1312Somerville, MA 02143-2313
1313USA
1314+1-617-623-7739
1315
1316Will work on most GNU, GPLed, and Open Source software.
1317Installation, handholding, trouble shooting, extensions, teaching, etc.
1318
1319Rates: $ 225.00/hour + travel expenses. Fixed fee quotes available.
1320 Negotiable for non-profits.
1321
1322Experience: Have hacked on over a dozen architectures in many languages. Have
1323system mothered too many varieties of Unixes. Assisted rms with the front end
1324of GCC and its back-end support. Installed and worked with many GNU
1325programs including GNU Emacs. Resume available on request.
1326
1327Updated: 2001-05-10
1328^_
1329Jody Winston
1330xprt Computer Consulting, Inc.
1331731 Voyager
1332Houston, TX, 77062
1333(281) 480-UNIX, <josephwinston@mac.com>
1334
1335We have supported, installed, and used the entire GNU software suite
1336for over 10 years on many different Unix platforms. We have written
1337character device drivers and proc file systems for custom hardware
1338running on GNU/Linux. We have developed extensions for tcl and Python.
1339In addition, we have developed a custom X11 server and X input
1340extensions. Our consulting rate is $150.00 US dollars per hour,
1341negotiable, plus a per diem for out of town work.
1342
1343Updated: 2001-05-08
1344^_
1345The Written Word
1346Web: http://thewrittenword.com
1347Email: info@thewrittenword.com
1348Tel: (800) 372-7476
1349
1350The Written Word provides CDs of pre-compiled Open Source applications
1351on popular UNIX variants. Clients can purchase a one-time CD set
1352($149/set), or a subscription, which provides four quarterly releases.
1353Two types of subscription are available: "media only" ($550/year), or
1354"media and updates" ($1459/year). The "media and updates"
1355subscription entitles the subscriber, via a web site, to patches,
1356security fixes, new releases to existing packages, new packages,
1357online documentation, and changelog information, between releases, and
1358a central bug tracking system for all packages.
1359
1360Updated: 2000-11-27
1361^_
1362
1363For a current copy of this directory, or to have yourself listed, ask:
1364 fsforder@gnu.org
1365
1366A current version should be available on our web site at http://www.gnu.org.
1367
1368** Please keep the entries in this file alphabetical **
1369
1370
1371Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
1372Free Software Foundation, Inc.
1373
1374 Verbatim copying and distribution of this document are permitted
1375 worldwide, without royalty, in any medium, provided this notice is
1376 preserved.
1377 9
1378arch-tag: 1253ce32-1cbd-428a-ac36-70ed9e3999fc 10arch-tag: 1253ce32-1cbd-428a-ac36-70ed9e3999fc
diff --git a/etc/TODO b/etc/TODO
index 345e15fafa8..302500884f4 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -14,6 +14,10 @@ to the FSF.
14 14
15* Small but important fixes needed in existing features: 15* Small but important fixes needed in existing features:
16 16
17** Compute the list of active keymaps *after* reading the first event.
18
19** Avoid using "iff" in doc strings.
20
17** mouse-autoselect-window should wait to select the window until 21** mouse-autoselect-window should wait to select the window until
18the mouse is put to rest or after a delay or both, so that moving over 22the mouse is put to rest or after a delay or both, so that moving over
19a window doesn't select it. 23a window doesn't select it.
@@ -82,8 +86,6 @@ current buffer.
82 86
83** Add function to redraw the tool bar. 87** Add function to redraw the tool bar.
84 88
85** Modify allout.el to use overlays, like outline.el.
86
87** M-! M-n should fetch the buffer-file-name as the default. 89** M-! M-n should fetch the buffer-file-name as the default.
88 90
89** Redesign the load-history data structure so it can cope better 91** Redesign the load-history data structure so it can cope better
@@ -178,6 +180,8 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
178 180
179** Make byte-compile warn when a doc string is too wide. 181** Make byte-compile warn when a doc string is too wide.
180 182
183** Make byte-optimization warnings issue accurate line numbers.
184
181** A function to check for customizable options that have been 185** A function to check for customizable options that have been
182 set but not saved, and ask the user whether to save them. 186 set but not saved, and ask the user whether to save them.
183 This could go in kill-emacs-query-functions, to remind people 187 This could go in kill-emacs-query-functions, to remind people
@@ -232,6 +236,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 236 user-selected input method, with the default being the union of
233 latin-1-prefix and latin-1-postfix. 237 latin-1-prefix and latin-1-postfix.
234 238
239** Switch the Windows port to using Unicode keyboard input (maybe).
240 Based on http://msdn2.microsoft.com/en-us/library/ms633586.aspx,
241 this boils down to (1) calling RegisterClassW function to register
242 Emacs windows, and (2) modifying ALL system messages to use Unicode.
243 In particular, WM_CHAR messages, which result from keyboard input,
244 will then come in encoded in UTF-16.
245
246 One advantage of switching to Unicode is to toss encoded-kbd usage,
247 which will solve the problem with binding non-ASCII keys with
248 modifiers.
249
250 Problem: using this on Windows 9x/ME requires installing the
251 Microsoft Layer for Unicode (MSLU), which might not implement all
252 the required functionality that is available built-in on Windows XP
253 and later. We should not make this change if it would pressure
254 users of unauthorized copies of older versions of Windows to
255 downgrade to versions that require activation.
256
235** Implement a clean way to use different major modes for 257** Implement a clean way to use different major modes for
236 different parts of a buffer. This could be useful in editing 258 different parts of a buffer. This could be useful in editing
237 Bison input files, for instance, or other kinds of text 259 Bison input files, for instance, or other kinds of text
@@ -287,7 +309,7 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
287 what else ? 309 what else ?
288 310
289** Provide real menus on ttys. The MS-DOS implementation can serve as 311** Provide real menus on ttys. The MS-DOS implementation can serve as
290 an example how to do part of this. 312 an example how to do part of this; see the XMenu* functions on msdos.c.
291 313
292** Implement popular parts of the rest of the CL functions as compiler 314** Implement popular parts of the rest of the CL functions as compiler
293 macros in cl-macs. 315 macros in cl-macs.
@@ -489,9 +511,6 @@ when the body only calls primitives.
489** Let LEIM handle the Mode_switch key like XIM does (i.e. a toggle like C-\ 511** Let LEIM handle the Mode_switch key like XIM does (i.e. a toggle like C-\
490but which can also be used as a modifier). 512but which can also be used as a modifier).
491 513
492** Provide the toolbar on ttys. This could map a bit like tmm-menubar
493 for the menubar and buttons could look a bit like those used by customize.
494
495** Improve Help buffers: Change the face of previously visited links (like 514** Improve Help buffers: Change the face of previously visited links (like
496 Info, but also with regard to namespace), add a forward button to make the 515 Info, but also with regard to namespace), add a forward button to make the
497 Help buffer more browser like and gives the value of lisp expressions 516 Help buffer more browser like and gives the value of lisp expressions
@@ -509,7 +528,7 @@ but which can also be used as a modifier).
509 528
510* Internal changes 529* Internal changes
511 530
512** Cleanup all the GC_ mark bit stuff -- there is no longer any distiction 531** Cleanup all the GC_ mark bit stuff -- there is no longer any distinction
513 since the mark bit is no longer stored in the Lisp_Object itself. 532 since the mark bit is no longer stored in the Lisp_Object itself.
514 533
515** Merge ibuffer.el and buff-menu.el. 534** Merge ibuffer.el and buff-menu.el.
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.1 b/etc/emacs.1
index 4ebcd7c632c..7d90d5a4410 100644
--- a/etc/emacs.1
+++ b/etc/emacs.1
@@ -19,8 +19,7 @@
19.\" Boston, MA 02110-1301, USA. 19.\" Boston, MA 02110-1301, USA.
20.\" 20.\"
21'\" t 21'\" t
22.TH EMACS 1 "2001 November 23" 22.TH EMACS 1 "2007 April 13" "GNU Emacs 22.1"
23.UC 4
24.SH NAME 23.SH NAME
25emacs \- GNU project Emacs 24emacs \- GNU project Emacs
26.SH SYNOPSIS 25.SH SYNOPSIS
@@ -40,11 +39,11 @@ written by the author of the original (PDP-10)
40Richard Stallman. 39Richard Stallman.
41.br 40.br
42The primary documentation of GNU Emacs is in the GNU Emacs Manual, 41The primary documentation of GNU Emacs is in the GNU Emacs Manual,
43which you can read on line using Info, a subsystem of Emacs. Please 42which you can read using Info, either from Emacs or as a standalone
44look there for complete and up-to-date documentation. This man page 43program. Please look there for complete and up-to-date documentation.
45is updated only when someone volunteers to do so; the Emacs 44This man page is updated only when someone volunteers to do so; the
46maintainers' priority goal is to minimize the amount of time this man 45Emacs maintainers' priority goal is to minimize the amount of time
47page takes away from other more useful projects. 46this man page takes away from other more useful projects.
48.br 47.br
49The user functionality of GNU Emacs encompasses 48The user functionality of GNU Emacs encompasses
50everything other 49everything other
@@ -58,7 +57,7 @@ but the facility assumes that you know how to manipulate
58.I Emacs 57.I Emacs
59windows and buffers. 58windows and buffers.
60CTRL-h or F1 enters the Help facility. Help Tutorial (CTRL-h t) 59CTRL-h or F1 enters the Help facility. Help Tutorial (CTRL-h t)
61requests an interactive tutorial which can teach beginners the fundamentals 60starts an interactive tutorial which can teach beginners the fundamentals
62of 61of
63.I Emacs 62.I Emacs
64in a few minutes. 63in a few minutes.
@@ -77,7 +76,7 @@ outline editing (Outline), compiling (Compile), running subshells
77within 76within
78.I Emacs 77.I Emacs
79windows (Shell), running a Lisp read-eval-print loop 78windows (Shell), running a Lisp read-eval-print loop
80(Lisp-Interaction-Mode), and automated psychotherapy (Doctor). 79(Lisp-Interaction-Mode), automated psychotherapy (Doctor), and much more.
81.PP 80.PP
82There is an extensive reference manual, but 81There is an extensive reference manual, but
83users of other Emacses 82users of other Emacses
@@ -201,11 +200,6 @@ Display the
201.I Emacs 200.I Emacs
202window in reverse video. 201window in reverse video.
203.TP 202.TP
204.B \-i
205Use the "kitchen sink" bitmap icon when iconifying the
206.I Emacs
207window.
208.TP
209.BI \-font " font, " \-fn " font" 203.BI \-font " font, " \-fn " font"
210Set the 204Set the
211.I Emacs 205.I Emacs
@@ -262,8 +256,8 @@ with selecting or deselecting the tool bar and menu bar.
262.BI \-fg " color" 256.BI \-fg " color"
263On color displays, sets the color of the text. 257On color displays, sets the color of the text.
264 258
265See the file 259Use the command
266.I /usr/lib/X11/rgb.txt 260.I M-x list-colors-display
267for a list of valid 261for a list of valid
268color names. 262color names.
269.TP 263.TP
@@ -299,7 +293,6 @@ switch when invoking
299from an 293from an
300.IR xterm (1) 294.IR xterm (1)
301window, display is done in that window. 295window, display is done in that window.
302This must be the first option specified in the command line.
303.PP 296.PP
304You can set 297You can set
305.I X 298.I X
@@ -431,43 +424,31 @@ make and distribute copies of the Emacs manual. The TeX source to the
431manual is also included in the Emacs source distribution. 424manual is also included in the Emacs source distribution.
432.PP 425.PP
433.SH FILES 426.SH FILES
434/usr/local/share/info - files for the Info documentation browser 427/usr/local/share/info - files for the Info documentation browser.
435(a subsystem of Emacs) to refer to. Currently not much of Unix 428The complete text of the Emacs reference manual is included in a
436is documented here, but the complete text of the Emacs reference 429convenient tree structured form. Also includes the Emacs Lisp
437manual is included in a convenient tree structured form. 430Reference Manual, useful to anyone wishing to write programs in the
438 431Emacs Lisp extension language.
439/usr/local/share/emacs/$VERSION/src - C source files and object files
440 432
441/usr/local/share/emacs/$VERSION/lisp - Lisp source files and compiled files 433/usr/local/share/emacs/$VERSION/lisp - Lisp source files and compiled files
442that define most editing commands. Some are preloaded; 434that define most editing commands. Some are preloaded;
443others are autoloaded from this directory when used. 435others are autoloaded from this directory when used.
444 436
445/usr/local/share/emacs/$VERSION/etc - various programs that are used with 437/usr/local/libexec/emacs/$VERSION/$ARCH - various programs that are
446GNU Emacs, and some files of information. 438used with GNU Emacs.
439
440/usr/local/share/emacs/$VERSION/etc - various files of information.
447 441
448/usr/local/share/emacs/$VERSION/etc/DOC.* - contains the documentation 442/usr/local/share/emacs/$VERSION/etc/DOC.* - contains the documentation
449strings for the Lisp primitives and preloaded Lisp functions 443strings for the Lisp primitives and preloaded Lisp functions
450of GNU Emacs. They are stored here to reduce the size of 444of GNU Emacs. They are stored here to reduce the size of
451Emacs proper. 445Emacs proper.
452 446
453/usr/local/share/emacs/$VERSION/etc/OTHER.EMACSES discusses GNU Emacs
454vs. other versions of Emacs.
455.br 447.br
456/usr/local/share/emacs/$VERSION/etc/SERVICE lists people offering 448/usr/local/share/emacs/$VERSION/etc/SERVICE lists people offering
457various services to assist users of GNU Emacs, including education, 449various services to assist users of GNU Emacs, including education,
458troubleshooting, porting and customization. 450troubleshooting, porting and customization.
459.br
460These files also have information useful to anyone wishing to write
461programs in the Emacs Lisp extension language, which has not yet been fully
462documented.
463
464/usr/local/com/emacs/lock - holds lock files that are made for all
465files being modified in Emacs, to prevent simultaneous modification
466of one file by two users.
467 451
468.\" START DELETING HERE IF YOU'RE NOT USING X
469/usr/lib/X11/rgb.txt - list of valid X color names.
470.\" STOP DELETING HERE IF YOU'RE NOT USING X
471.PP 452.PP
472.SH BUGS 453.SH BUGS
473There is a mailing list, bug-gnu-emacs@gnu.org, for reporting Emacs 454There is a mailing list, bug-gnu-emacs@gnu.org, for reporting Emacs
@@ -488,9 +469,6 @@ For more information about Emacs mailing lists, see the
488file /usr/local/emacs/etc/MAILINGLISTS. Bugs tend actually to be 469file /usr/local/emacs/etc/MAILINGLISTS. Bugs tend actually to be
489fixed if they can be isolated, so it is in your interest to report 470fixed if they can be isolated, so it is in your interest to report
490them in such a way that they can be easily reproduced. 471them in such a way that they can be easily reproduced.
491.PP
492Bugs that I know about are: shell will not work with programs
493running in Raw mode on some Unix versions.
494.SH UNRESTRICTIONS 472.SH UNRESTRICTIONS
495.PP 473.PP
496.I Emacs 474.I Emacs
@@ -519,11 +497,10 @@ Richard Stallman encourages you to improve and extend
519.I Emacs, 497.I Emacs,
520and urges that 498and urges that
521you contribute your extensions to the GNU library. Eventually GNU 499you contribute your extensions to the GNU library. Eventually GNU
522(Gnu's Not Unix) will be a complete replacement for Berkeley 500(Gnu's Not Unix) will be a complete replacement for Unix.
523Unix.
524Everyone will be free to use, copy, study and change the GNU system. 501Everyone will be free to use, copy, study and change the GNU system.
525.SH SEE ALSO 502.SH SEE ALSO
526X(1), xlsfonts(1), xterm(1), xrdb(1) 503emacsclient(1), etags(1), X(1), xlsfonts(1), xterm(1), xrdb(1)
527.SH AUTHORS 504.SH AUTHORS
528.PP 505.PP
529.I Emacs 506.I Emacs
@@ -532,7 +509,7 @@ Joachim Martillo and Robert Krawitz added the X features.
532.SH COPYING 509.SH COPYING
533Copyright 510Copyright
534.if t \(co 511.if t \(co
535.if n (c) 512.if n (C)
5361995, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 5131995, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
537 2006, 2007 Free Software Foundation, Inc. 514 2006, 2007 Free Software Foundation, Inc.
538.PP 515.PP
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