diff options
| author | Miles Bader | 2007-04-11 00:17:47 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-04-11 00:17:47 +0000 |
| commit | 57cb2e6f261bb0aad81a9f7e6f3017b54adee068 (patch) | |
| tree | 6ceb46f2e3bf08f16468d77f4fbfd201f637596a /etc | |
| parent | 3bd1d328e94787ac52ef6ba5dfec3b94ba23917a (diff) | |
| parent | c429815a6b9d271a57eed4956125f6bc89d1d72b (diff) | |
| download | emacs-57cb2e6f261bb0aad81a9f7e6f3017b54adee068.tar.gz emacs-57cb2e6f261bb0aad81a9f7e6f3017b54adee068.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 675-697)
- Update from CVS
- Merge from gnus--rel--5.10
- Release ERC 5.2.
* gnus--rel--5.10 (patch 211-215)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-189
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 61 | ||||
| -rw-r--r-- | etc/DEBUG | 13 | ||||
| -rw-r--r-- | etc/ERC-NEWS | 252 | ||||
| -rw-r--r-- | etc/MACHINES | 4 | ||||
| -rw-r--r-- | etc/Makefile | 115 | ||||
| -rw-r--r-- | etc/NEWS | 40 | ||||
| -rw-r--r-- | etc/PROBLEMS | 77 | ||||
| -rw-r--r-- | etc/TODO | 22 | ||||
| -rw-r--r-- | etc/calccard.ps | 14 | ||||
| -rw-r--r-- | etc/dired-ref.ps | 16 | ||||
| -rw-r--r-- | etc/emacs.py | 52 | ||||
| -rw-r--r-- | etc/fr-refcard.ps | 1659 | ||||
| -rw-r--r-- | etc/fr-refcard.tex | 11 | ||||
| -rw-r--r-- | etc/refcard.ps | 14 |
14 files changed, 1460 insertions, 890 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 301aa3e1417..a93960ea9ef 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,54 @@ | |||
| 1 | 2007-04-04 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> | ||
| 2 | |||
| 3 | * emacs.py (format_exception): New function. | ||
| 4 | (eexecfile): Use it instead of traceback.print_exception. | ||
| 5 | Don't use execfile to avoid a bug in w32. | ||
| 6 | |||
| 7 | 2007-04-04 Glenn Morris <rgm@gnu.org> | ||
| 8 | |||
| 9 | * MACHINES: Mention preprocessor to use with /opt/SUNWspro/bin/cc | ||
| 10 | on Solaris. | ||
| 11 | |||
| 12 | * PROBLEMS (Configuration): Add entries on compiler/preprocessor | ||
| 13 | mismatch, and on preprocessor inserting whitespace. | ||
| 14 | |||
| 15 | 2007-04-03 Eli Zaretskii <eliz@gnu.org> | ||
| 16 | |||
| 17 | * TODO: Add entry for switching MS-Windows keyboard input to | ||
| 18 | Unicode. Add specific pointer to msdos.c functions that support | ||
| 19 | menus on text terminals. | ||
| 20 | |||
| 21 | 2007-04-01 Michael Olson <mwolson@gnu.org> | ||
| 22 | |||
| 23 | * ERC-NEWS: Update for the ERC 5.2 release. Most of these entries | ||
| 24 | were for previously-committed changes. | ||
| 25 | |||
| 26 | 2007-03-31 Michael Albinus <michael.albinus@gmx.de> | ||
| 27 | |||
| 28 | * PROBLEMS: Remove Tramp problem; it has been fixed. | ||
| 29 | |||
| 30 | 2007-03-31 Eli Zaretskii <eliz@gnu.org> | ||
| 31 | |||
| 32 | * PROBLEMS (MS-Windows problems): How to bind non-ASCII keys with | ||
| 33 | modifiers. | ||
| 34 | |||
| 35 | 2007-03-23 Glenn Morris <rgm@gnu.org> | ||
| 36 | |||
| 37 | * Makefile (DESTDIR, LIBDIR, BINDIR, MANDIR, MANEXT): | ||
| 38 | Delete unused variables. | ||
| 39 | (dired-refcards, misc-refcards, survival-card, viper-cards): | ||
| 40 | New targets. | ||
| 41 | (all): Also build dired-refcards and misc-refcards. | ||
| 42 | (clean, distclean, maintainer-clean): Depend on mostlyclean. | ||
| 43 | (SOURCES): Remove non-existent files. | ||
| 44 | (mostlyclean, clean, distclean, maintainer-clean, unlock, relock): | ||
| 45 | Mark as phony. | ||
| 46 | (.ps files): Specify default papersize in the dvips command. | ||
| 47 | |||
| 48 | * fr-refcard.tex (\letterpaper): Switch to A4. | ||
| 49 | (\section): Reduce \vskips to fit on A4 paper. | ||
| 50 | (\shortcopyrightnotice): Display at end of first column. | ||
| 51 | |||
| 1 | 2007-03-21 Glenn Morris <rgm@gnu.org> | 52 | 2007-03-21 Glenn Morris <rgm@gnu.org> |
| 2 | 53 | ||
| 3 | * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns. | 54 | * fr-refcard.tex (\metax): Tweak \hsize to avoid overfull columns. |
| @@ -322,7 +373,7 @@ | |||
| 322 | (section{TODO Items and Checkboxes}): Checkbox keys moved to this | 373 | (section{TODO Items and Checkboxes}): Checkbox keys moved to this |
| 323 | section, added documentation for the key `C-c #'. | 374 | section, added documentation for the key `C-c #'. |
| 324 | 375 | ||
| 325 | 2006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) | 376 | 2006-11-05 Slawomir Nowaczyk <slawek@cs.lth.se> |
| 326 | 377 | ||
| 327 | * emacs.py (eargs): Provide eldoc message for builtin types. | 378 | * emacs.py (eargs): Provide eldoc message for builtin types. |
| 328 | Make sure eargs always outputs sentinel, to avoid Emacs freeze. | 379 | Make sure eargs always outputs sentinel, to avoid Emacs freeze. |
| @@ -417,7 +468,7 @@ | |||
| 417 | (eimport): Use __main__ rather than `emacs' namespace. | 468 | (eimport): Use __main__ rather than `emacs' namespace. |
| 418 | (modpath): New fun. | 469 | (modpath): New fun. |
| 419 | 470 | ||
| 420 | 2006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change) | 471 | 2006-08-20 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> |
| 421 | 472 | ||
| 422 | * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace. | 473 | * emacs.py (eexecfile): Use the __main__ rather than `emacs' namespace. |
| 423 | 474 | ||
| @@ -680,8 +731,8 @@ | |||
| 680 | * pl-refcard.tex (section{Info}): Ditto. Translation suggested by | 731 | * pl-refcard.tex (section{Info}): Ditto. Translation suggested by |
| 681 | Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>. | 732 | Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>. |
| 682 | 733 | ||
| 683 | * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'. Entry | 734 | * cs-refcard.tex (section{Info}): Use `s' instead of `M-s'. |
| 684 | for `i' is not translated yet. | 735 | Entry for `i' is not translated yet. |
| 685 | 736 | ||
| 686 | * pt-br-refcard.tex (section{Info}): Ditto. | 737 | * pt-br-refcard.tex (section{Info}): Ditto. |
| 687 | 738 | ||
| @@ -1410,7 +1461,7 @@ | |||
| 1410 | 1461 | ||
| 1411 | * NEWS: Lots of clarifications and cleanups. | 1462 | * NEWS: Lots of clarifications and cleanups. |
| 1412 | 1463 | ||
| 1413 | 2005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) | 1464 | 2005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> |
| 1414 | 1465 | ||
| 1415 | * TUTORIAL.pl: Updated header. | 1466 | * TUTORIAL.pl: Updated header. |
| 1416 | 1467 | ||
| @@ -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 | ||
| 309 | Try evaluating (x-synchronize t). That puts Emacs into synchronous | 309 | The X server normally reports protocol errors asynchronously, |
| 310 | mode, where each Xlib call checks for errors before it returns. This | 310 | so you find out about them long after the primitive which caused |
| 311 | mode is much slower, but when you get an error, you will see exactly | 311 | the error has returned. |
| 312 | which call really caused the error. | 312 | |
| 313 | To get clear information about the cause of an error, try evaluating | ||
| 314 | (x-synchronize t). That puts Emacs into synchronous mode, where each | ||
| 315 | Xlib call checks for errors before it returns. This mode is much | ||
| 316 | slower, but when you get an error, you will see exactly which call | ||
| 317 | really caused the error. | ||
| 313 | 318 | ||
| 314 | You can start Emacs in a synchronous mode by invoking it with the -xrm | 319 | You can start Emacs in a synchronous mode by invoking it with the -xrm |
| 315 | option, like this: | 320 | option, like this: |
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS index dd5c113c195..e7b0dcb81bf 100644 --- a/etc/ERC-NEWS +++ b/etc/ERC-NEWS | |||
| @@ -3,8 +3,7 @@ ERC NEWS -*- outline -*- | |||
| 3 | Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 3 | Copyright (C) 2006, 2007 Free Software Foundation, Inc. |
| 4 | See the end of the file for license conditions. | 4 | See 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 |
| 13 | known as `erc' is now `erc-open'. | 12 | known as `erc' is now `erc-open'. |
| 14 | 13 | ||
| 14 | ** Open query buffers by default when private messages are received. | ||
| 15 | The default value of `erc-auto-query' has been changed to 'bury. | ||
| 16 | |||
| 15 | ** New command: /RECONNECT | 17 | ** New command: /RECONNECT |
| 16 | This command tries to reconnect to the current IRC server exactly | 18 | This command tries to reconnect to the current IRC server exactly |
| 17 | once. It does not work in server buffers (throws an error before the | 19 | once. It does not work in server buffers (throws an error before the |
| 18 | command is run), but works in query and channel buffers. | 20 | command 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 | ||
| 27 | 4 seconds. Freenode, in particular, needs this at times. | ||
| 28 | |||
| 29 | ** If the IRC process has not responded to our PINGs within a certain | ||
| 30 | time, 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. | ||
| 36 | Previously, this could happen if your nick was banned, you were using | ||
| 37 | Tor, 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 | ||
| 44 | argument is a user or a regexp. This results in less-confusing | ||
| 45 | behavior when trying to ignore someone who has a bracket in their | ||
| 46 | nick. | ||
| 47 | |||
| 48 | ** Make the default port "6667" rather than "ircd", because some | ||
| 49 | operating 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. | ||
| 54 | Special thanks go to Juanma Barranquero for the thorough vetting of | ||
| 55 | ERC'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. | ||
| 62 | This 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 | ||
| 67 | appear in the version of ERC that is bundled with Emacs 22. These | ||
| 68 | extras 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 | |||
| 75 | Several files were renamed so as to make them distinct to users of the | ||
| 76 | MS-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. | ||
| 90 | Namely: (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 |
| 23 | reconnection attempts that ERC will make per server. | 95 | reconnection 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, |
| 26 | amount of time, in seconds, that ERC will wait between successive | 98 | in seconds, that ERC will wait between successive reconnect attempts. |
| 27 | reconnect attempts. | 99 | |
| 100 | *** erc-server-send-ping-timeout: Determines when to consider a connection | ||
| 101 | stalled and restart it. The default is after 120 seconds. | ||
| 102 | |||
| 103 | *** erc-system-name: Determines the system name to use when logging in. | ||
| 104 | The 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' |
| 30 | This helps make it easier to distinguish messages sent by yourself | 107 | This helps make it easier to distinguish messages sent by yourself |
| 31 | from messages sent by other users when the value of the variable | 108 | from 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' | ||
| 114 | Switches to the current ERC server buffer and runs some code. If no | ||
| 115 | server buffer is available, return nil. This is a useful way to | ||
| 116 | access variables in the server buffer. | ||
| 117 | |||
| 118 | *** New function: `erc-open-server-buffer-p' | ||
| 119 | Returns non-nil if the given buffer is an ERC server buffer that has | ||
| 120 | an open IRC process. | ||
| 121 | |||
| 122 | *** New function: `erc-format-lag-time' | ||
| 123 | Returns 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. | ||
| 135 | Describes a sample ERC session for connecting to the #emacs channel on | ||
| 136 | Freenode. Also mention the #erc channel. | ||
| 137 | |||
| 138 | *** New section: Special Features. | ||
| 139 | Describes some of the special features of ERC. | ||
| 140 | |||
| 141 | *** Getting Started: Mention ~/.emacs.d/.ercrc.el and the Customize | ||
| 142 | interface. | ||
| 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 | ||
| 165 | create a new John Doe record. | ||
| 166 | |||
| 167 | **** Make it so that information from /whois continues to come in, even | ||
| 168 | while 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) |
| 37 | Mark users who haven't identified to NickServ on servers supporting | 173 | Mark users who haven't identified to NickServ on servers supporting |
| 38 | CAPAB IDENTIFY-MSG. | 174 | CAPAB 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. |
| 45 | to 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. | |||
| 50 | This helps people using a mouse know that they are buttons and can be | 185 | This helps people using a mouse know that they are buttons and can be |
| 51 | clicked on. | 186 | clicked on. |
| 52 | 187 | ||
| 188 | **** Fix issue where C-c C-SPC could conflict with user-defined keybindings. | ||
| 189 | This is accomplished by moving these bindings to their own global | ||
| 190 | minor mode. Now the default is to check whether the user has bound | ||
| 191 | something to C-c C-SPC or C-c C-@. If they have, prompt them about | ||
| 192 | whether to really override that binding. This also has the effect of | ||
| 193 | preventing ERC from clobbering rcirc's keybinding, unless this is | ||
| 194 | desired. See `erc-track-enable-keybindings' for more details. | ||
| 195 | |||
| 196 | **** New option: erc-track-enable-keybindings. | ||
| 197 | Determine whether or not to enable the C-c C-SPC and C-c C-@ | ||
| 198 | keybindings. The default is to ask whether to do this if a binding to | ||
| 199 | these keys already exists. It can also be set to t or nil to always | ||
| 200 | bind or never bind, respectively. | ||
| 201 | |||
| 202 | **** Remove `track-when-inactive' module. | ||
| 203 | See `erc-track-when-inactive' for further details. | ||
| 204 | |||
| 205 | **** New option: erc-track-when-inactive. | ||
| 206 | This option replaces the track-when-inactive module. Set it to | ||
| 207 | non-nil to track activity even in visible buffers when inactive. The | ||
| 208 | default 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' | ||
| 225 | Specifies 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' | ||
| 230 | Ignores 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 | ||
| 244 | uses 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 | ||
| 249 | and 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 | ||
| 264 | and make it the default. This tries to do the right thing both when a | ||
| 265 | known nickserv message exists for an IRC network, and when it does | ||
| 266 | not. | ||
| 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'. | ||
| 283 | Toggles display of timestamps. | ||
| 284 | |||
| 53 | * Changes in ERC 5.1.4 | 285 | * Changes in ERC 5.1.4 |
| 54 | 286 | ||
| 55 | ** Make find-function and find-variable work in Emacs 22 for | 287 | ** Make find-function and find-variable work in Emacs 22 for |
| @@ -156,6 +388,10 @@ to make the BBDB buffer electric. This defaults to not electric. | |||
| 156 | 388 | ||
| 157 | **** Don't create an extra buffer for the identd process. | 389 | **** Don't create an extra buffer for the identd process. |
| 158 | 390 | ||
| 391 | *** Channel lists (erc-list.el) | ||
| 392 | |||
| 393 | **** Enable by default, except in the version of ERC bundled with Emacs 22. | ||
| 394 | |||
| 159 | *** Logging (erc-log.el) | 395 | *** Logging (erc-log.el) |
| 160 | 396 | ||
| 161 | **** By default, don't insert old logs when opening an ERC buffer. | 397 | **** By default, don't insert old logs when opening an ERC buffer. |
diff --git a/etc/MACHINES b/etc/MACHINES index 3323c0b98b5..09abc4f0770 100644 --- a/etc/MACHINES +++ b/etc/MACHINES | |||
| @@ -1149,7 +1149,9 @@ Sun 3, Sun 4 (sparc), Sun 386 (m68k-sun-sunos, sparc-sun-sunos, i386-sun-sunos, | |||
| 1149 | On Solaris, do not use /usr/ucb/cc. Use /opt/SUNWspro/bin/cc. Make | 1149 | On Solaris, do not use /usr/ucb/cc. Use /opt/SUNWspro/bin/cc. Make |
| 1150 | sure that /usr/ccs/bin and /opt/SUNWspro/bin are in your PATH before | 1150 | sure that /usr/ccs/bin and /opt/SUNWspro/bin are in your PATH before |
| 1151 | /usr/ucb. (Most free software packages have the same requirement on | 1151 | /usr/ucb. (Most free software packages have the same requirement on |
| 1152 | Solaris.) | 1152 | Solaris.) With this compiler, use `/opt/SUNWspro/bin/cc -E' as the |
| 1153 | preprocessor. If this inserts extra whitespace into its output (see | ||
| 1154 | the PROBLEMS file) then add the option `-Xs'. | ||
| 1153 | 1155 | ||
| 1154 | If you have trouble using open-network-stream, get the distribution | 1156 | If you have trouble using open-network-stream, get the distribution |
| 1155 | of `bind' (the BSD name-server), build libresolv.a, and link Emacs | 1157 | of `bind' (the BSD name-server), build libresolv.a, and link Emacs |
diff --git a/etc/Makefile b/etc/Makefile index a238bea1928..0226c2838d9 100644 --- a/etc/Makefile +++ b/etc/Makefile | |||
| @@ -1,43 +1,110 @@ | |||
| 1 | DESTDIR= | 1 | ### Makefile for Emacs etc/ directory |
| 2 | LIBDIR=/usr/local/lib | ||
| 3 | BINDIR=/usr/local/bin | ||
| 4 | MANDIR=/usr/man/man1 | ||
| 5 | MANEXT=1 | ||
| 6 | 2 | ||
| 7 | all: | 3 | ## Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, |
| 4 | ## 2007 Free Software Foundation, Inc. | ||
| 8 | 5 | ||
| 9 | refcards: 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. | ||
| 27 | all: refcards dired-refcards misc-refcards | ||
| 28 | |||
| 29 | |||
| 30 | refcards: 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 | |||
| 33 | dired-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 | ||
| 36 | misc-refcards: calccard.ps gnus-booklet.ps gnus-refcard.ps orgcard.ps | ||
| 37 | |||
| 38 | ## Following PS files are not included with Emacs. | ||
| 39 | survival-cards: survival.ps cs-survival.ps sk-survival.ps | ||
| 40 | |||
| 41 | viper-cards: vipcard.ps viperCard.ps | ||
| 11 | 42 | ||
| 12 | refcard.dvi de-refcard.dvi fr-refcard.dvi pt-br-refcard.dvi sk-refcard.dvi: %.dvi: %.tex | ||
| 13 | tex $< | ||
| 14 | 43 | ||
| 15 | cs-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. | ||
| 48 | cs-refcard.dvi cs-dired-ref.dvi cs-survival.dvi: %.dvi: %.tex | ||
| 16 | csplain $< | 49 | csplain $< |
| 17 | 50 | ||
| 18 | pl-refcard.dvi: %.dvi: %.tex | 51 | pl-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 | ||
| 24 | ru-refcard.dvi: %.dvi: %.tex | 57 | ru-refcard.dvi gnus-refcard.dvi: %.dvi: %.tex |
| 25 | latex $< | 58 | latex $< |
| 26 | 59 | ||
| 27 | refcard.ps de-refcard.ps fr-refcard.ps pt-br-refcard.ps: %.ps: %.dvi | 60 | gnus-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. | ||
| 77 | de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps: %.ps: %.dvi | ||
| 78 | dvips -t a4 -t landscape $< | ||
| 29 | 79 | ||
| 30 | cs-refcard.ps pl-refcard.ps ru-refcard.ps sk-refcard.ps: %.ps: %.dvi | 80 | ## A4, portrait. |
| 31 | dvips $< | 81 | cs-dired-ref.ps cs-refcard.ps cs-survival.ps fr-drdref.ps \ |
| 82 | pl-refcard.ps ru-refcard.ps \ | ||
| 83 | sk-dired-ref.ps sk-refcard.ps sk-survival.ps: %.ps: %.dvi | ||
| 84 | dvips -t a4 $< | ||
| 85 | |||
| 86 | ## letter, landscape. | ||
| 87 | calccard.ps refcard.ps: %.ps: %.dvi | ||
| 88 | dvips -t letter -t landscape $< | ||
| 89 | |||
| 90 | ## letter, portrait. | ||
| 91 | dired-ref.ps gnus-booklet.ps gnus-refcard.ps survival.ps vipcard.ps \ | ||
| 92 | viperCard.ps: %.ps: %.dvi | ||
| 93 | dvips -t letter $< | ||
| 94 | |||
| 95 | |||
| 96 | .PHONY: mostlyclean clean distclean maintainer-clean unlock relock | ||
| 32 | 97 | ||
| 33 | mostlyclean: | 98 | mostlyclean: |
| 34 | -rm -f core *.dvi *.log | 99 | -rm -f *.dvi *.log |
| 100 | |||
| 101 | ## Note does not delete generated ps files. | ||
| 102 | clean distclean maintainer-clean: mostlyclean | ||
| 103 | -rm -f DOC* | ||
| 35 | 104 | ||
| 36 | clean distclean maintainer-clean: | ||
| 37 | -rm -f DOC* core *.dvi *.log | ||
| 38 | 105 | ||
| 39 | SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \ | 106 | SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* ms-* \ |
| 40 | spook-lines tasks.texi termcap.* *.tex | 107 | spook-lines termcap.* *.tex |
| 41 | 108 | ||
| 42 | unlock: | 109 | unlock: |
| 43 | chmod u+w $(SOURCES) | 110 | chmod u+w $(SOURCES) |
| @@ -54,4 +121,6 @@ TIC=tic | |||
| 54 | e/eterm-color: e/eterm-color.ti | 121 | e/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 | ||
| @@ -219,10 +219,6 @@ See the files mac/README and mac/INSTALL for build instructions. | |||
| 219 | ** Support for GNU/Linux systems on X86-64 machines was added. | 219 | ** Support for GNU/Linux systems on X86-64 machines was added. |
| 220 | 220 | ||
| 221 | --- | 221 | --- |
| 222 | ** Support for HP 9000 series 800 and Hitachi SR2001/SR2201 machines | ||
| 223 | was removed. | ||
| 224 | |||
| 225 | --- | ||
| 226 | ** Mac OS 9 port now uses the Carbon API by default. You can also | 222 | ** Mac OS 9 port now uses the Carbon API by default. You can also |
| 227 | create non-Carbon build by specifying `NonCarbon' as a target. See | 223 | create non-Carbon build by specifying `NonCarbon' as a target. See |
| 228 | the files mac/README and mac/INSTALL for build instructions. | 224 | the files mac/README and mac/INSTALL for build instructions. |
| @@ -235,6 +231,7 @@ types any more. Add -DUSE_LISP_UNION_TYPE if you want union types. | |||
| 235 | ** When pure storage overflows while dumping, Emacs now prints how | 231 | ** When pure storage overflows while dumping, Emacs now prints how |
| 236 | much pure storage it will approximately need. | 232 | much pure storage it will approximately need. |
| 237 | 233 | ||
| 234 | --- | ||
| 238 | ** The script etc/emacs-buffer.gdb can be used with gdb to retrieve the | 235 | ** The script etc/emacs-buffer.gdb can be used with gdb to retrieve the |
| 239 | contents of buffers from a core dump and save them to files easily, should | 236 | contents of buffers from a core dump and save them to files easily, should |
| 240 | Emacs crash. | 237 | Emacs crash. |
| @@ -440,6 +437,7 @@ too. If you want to use just plain `*' as a wildcard, type `*""'; the | |||
| 440 | doublequotes make no difference in the shell, but they prevent | 437 | doublequotes make no difference in the shell, but they prevent |
| 441 | special treatment in `dired-do-shell-command'. | 438 | special treatment in `dired-do-shell-command'. |
| 442 | 439 | ||
| 440 | --- | ||
| 443 | ** Adaptive filling misfeature removed. | 441 | ** Adaptive filling misfeature removed. |
| 444 | It no longer treats `NNN.' or `(NNN)' as a prefix. | 442 | It no longer treats `NNN.' or `(NNN)' as a prefix. |
| 445 | 443 | ||
| @@ -955,9 +953,11 @@ The variable `automatic-hscrolling' was renamed to | |||
| 955 | the window now works sensibly, by automatically adjusting the window's | 953 | the window now works sensibly, by automatically adjusting the window's |
| 956 | vscroll property. | 954 | vscroll property. |
| 957 | 955 | ||
| 956 | +++ | ||
| 958 | *** New customize option `overline-margin' controls the space between | 957 | *** New customize option `overline-margin' controls the space between |
| 959 | overline and text. | 958 | overline and text. |
| 960 | 959 | ||
| 960 | +++ | ||
| 961 | *** New variable `x-underline-at-descent-line' controls the relative | 961 | *** New variable `x-underline-at-descent-line' controls the relative |
| 962 | position of the underline. When set, it overrides the | 962 | position of the underline. When set, it overrides the |
| 963 | `x-use-underline-position-properties' variables. | 963 | `x-use-underline-position-properties' variables. |
| @@ -1066,6 +1066,7 @@ uses the "very visible" cursor (the default) or the normal cursor. | |||
| 1066 | elements on mode-line (and header-line) like `highlight' face on text | 1066 | elements on mode-line (and header-line) like `highlight' face on text |
| 1067 | areas. | 1067 | areas. |
| 1068 | 1068 | ||
| 1069 | +++ | ||
| 1069 | *** `mode-line-buffer-id' is the standard face for buffer identification | 1070 | *** `mode-line-buffer-id' is the standard face for buffer identification |
| 1070 | parts of the mode line. | 1071 | parts of the mode line. |
| 1071 | 1072 | ||
| @@ -1295,6 +1296,7 @@ mouse-wheel-inhibit-click-time variables. | |||
| 1295 | 1296 | ||
| 1296 | ** Multilingual Environment (Mule) changes: | 1297 | ** Multilingual Environment (Mule) changes: |
| 1297 | 1298 | ||
| 1299 | +++ | ||
| 1298 | *** You can disable character translation for a file using the -*- | 1300 | *** You can disable character translation for a file using the -*- |
| 1299 | construct. Include `enable-character-translation: nil' inside the | 1301 | construct. Include `enable-character-translation: nil' inside the |
| 1300 | -*-...-*- to disable any character translation that may happen by | 1302 | -*-...-*- to disable any character translation that may happen by |
| @@ -1823,6 +1825,7 @@ colors as on X. | |||
| 1823 | 1825 | ||
| 1824 | * New Modes and Packages in Emacs 22.1 | 1826 | * New Modes and Packages in Emacs 22.1 |
| 1825 | 1827 | ||
| 1828 | --- | ||
| 1826 | ** ERC is now part of the Emacs distribution. | 1829 | ** ERC is now part of the Emacs distribution. |
| 1827 | 1830 | ||
| 1828 | ERC is a powerful, modular, and extensible IRC client for Emacs. | 1831 | ERC is a powerful, modular, and extensible IRC client for Emacs. |
| @@ -2095,6 +2098,7 @@ table editing available in modern word processors. The package also | |||
| 2095 | can generate a table source in typesetting and markup languages such | 2098 | can generate a table source in typesetting and markup languages such |
| 2096 | as latex and html from the visually laid out text table. | 2099 | as latex and html from the visually laid out text table. |
| 2097 | 2100 | ||
| 2101 | +++ | ||
| 2098 | ** The tumme.el package allows you to easily view, tag and in other ways | 2102 | ** The tumme.el package allows you to easily view, tag and in other ways |
| 2099 | manipulate image files and their thumbnails, using dired as the main interface. | 2103 | manipulate image files and their thumbnails, using dired as the main interface. |
| 2100 | Tumme provides functionality to generate simple image galleries. | 2104 | Tumme provides functionality to generate simple image galleries. |
| @@ -2147,6 +2151,7 @@ recognized. | |||
| 2147 | ** The TCL package tcl-mode.el was replaced by tcl.el. | 2151 | ** The TCL package tcl-mode.el was replaced by tcl.el. |
| 2148 | This was actually done in Emacs-21.1, and was not documented. | 2152 | This was actually done in Emacs-21.1, and was not documented. |
| 2149 | 2153 | ||
| 2154 | --- | ||
| 2150 | ** The new package scroll-lock.el provides the Scroll Lock minor mode | 2155 | ** The new package scroll-lock.el provides the Scroll Lock minor mode |
| 2151 | for pager-like scrolling. Keys which normally move point by line or | 2156 | for pager-like scrolling. Keys which normally move point by line or |
| 2152 | paragraph will scroll the buffer by the respective amount of lines | 2157 | paragraph will scroll the buffer by the respective amount of lines |
| @@ -2162,6 +2167,7 @@ for Emacs 22. In particular, the mode-line is now position sensitive. | |||
| 2162 | 2167 | ||
| 2163 | ** Changes in Shell Mode | 2168 | ** Changes in Shell Mode |
| 2164 | 2169 | ||
| 2170 | --- | ||
| 2165 | *** Shell output normally scrolls so that the input line is at the | 2171 | *** Shell output normally scrolls so that the input line is at the |
| 2166 | bottom of the window -- thus showing the maximum possible text. (This | 2172 | bottom of the window -- thus showing the maximum possible text. (This |
| 2167 | is similar to the way sequential output to a terminal works.) | 2173 | is similar to the way sequential output to a terminal works.) |
| @@ -2286,6 +2292,7 @@ handling of edits of concealed text, undo concerns, etc. | |||
| 2286 | - many, many other, more minor tweaks, fixes, and refinements. | 2292 | - many, many other, more minor tweaks, fixes, and refinements. |
| 2287 | - version number incremented to 2.2 | 2293 | - version number incremented to 2.2 |
| 2288 | 2294 | ||
| 2295 | +++ | ||
| 2289 | ** The variable `woman-topic-at-point' was renamed | 2296 | ** The variable `woman-topic-at-point' was renamed |
| 2290 | to `woman-use-topic-at-point' and behaves differently: if this | 2297 | to `woman-use-topic-at-point' and behaves differently: if this |
| 2291 | variable is non-nil, the `woman' command uses the word at point | 2298 | variable is non-nil, the `woman' command uses the word at point |
| @@ -2805,6 +2812,7 @@ line is left untouched. | |||
| 2805 | The function `c-toggle-syntactic-indentation' can be used to toggle | 2812 | The function `c-toggle-syntactic-indentation' can be used to toggle |
| 2806 | syntactic indentation. | 2813 | syntactic indentation. |
| 2807 | 2814 | ||
| 2815 | --- | ||
| 2808 | ** In sh-script, a continuation line is only indented if the backslash was | 2816 | ** In sh-script, a continuation line is only indented if the backslash was |
| 2809 | preceded by a SPC or a TAB. | 2817 | preceded by a SPC or a TAB. |
| 2810 | 2818 | ||
| @@ -2936,6 +2944,7 @@ i.e., there is always a closing tag. | |||
| 2936 | By default, its setting is inferred on a buffer-by-buffer basis | 2944 | By default, its setting is inferred on a buffer-by-buffer basis |
| 2937 | from the file name or buffer contents. | 2945 | from the file name or buffer contents. |
| 2938 | 2946 | ||
| 2947 | --- | ||
| 2939 | *** The variable `sgml-transformation' has been renamed to | 2948 | *** The variable `sgml-transformation' has been renamed to |
| 2940 | `sgml-transformation-function'. The old name is still available as | 2949 | `sgml-transformation-function'. The old name is still available as |
| 2941 | alias. | 2950 | alias. |
| @@ -2961,6 +2970,7 @@ and super/sub-scripts are made into super/sub-scripts. | |||
| 2961 | +++ | 2970 | +++ |
| 2962 | *** New major mode Doctex mode, for *.dtx files. | 2971 | *** New major mode Doctex mode, for *.dtx files. |
| 2963 | 2972 | ||
| 2973 | --- | ||
| 2964 | ** BibTeX mode: | 2974 | ** BibTeX mode: |
| 2965 | 2975 | ||
| 2966 | *** The new command `bibtex-url' browses a URL for the BibTeX entry at | 2976 | *** The new command `bibtex-url' browses a URL for the BibTeX entry at |
| @@ -3017,6 +3027,7 @@ extracting the content of a BibTeX field. | |||
| 3017 | `bibtex-autokey-titleword-case-convert-function'. The old names are | 3027 | `bibtex-autokey-titleword-case-convert-function'. The old names are |
| 3018 | still available as aliases. | 3028 | still available as aliases. |
| 3019 | 3029 | ||
| 3030 | +++ | ||
| 3020 | ** In Artist mode the variable `artist-text-renderer' has been | 3031 | ** In Artist mode the variable `artist-text-renderer' has been |
| 3021 | renamed to `artist-text-renderer-function'. The old name is still | 3032 | renamed to `artist-text-renderer-function'. The old name is still |
| 3022 | available as alias. | 3033 | available as alias. |
| @@ -3048,6 +3059,7 @@ breakpoints. | |||
| 3048 | To use this package just type M-x gdb. See the Emacs manual if you want the | 3059 | To use this package just type M-x gdb. See the Emacs manual if you want the |
| 3049 | old behaviour. | 3060 | old behaviour. |
| 3050 | 3061 | ||
| 3062 | --- | ||
| 3051 | *** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be | 3063 | *** The variable tooltip-gud-tips-p has been removed. GUD tooltips can now be |
| 3052 | toggled independently of normal tooltips with the minor mode | 3064 | toggled independently of normal tooltips with the minor mode |
| 3053 | `gud-tooltip-mode'. | 3065 | `gud-tooltip-mode'. |
| @@ -3414,6 +3426,7 @@ See the documentation of the user option | |||
| 3414 | --- | 3426 | --- |
| 3415 | *** Rmail now displays 5-digit message ids in its summary buffer. | 3427 | *** Rmail now displays 5-digit message ids in its summary buffer. |
| 3416 | 3428 | ||
| 3429 | +++ | ||
| 3417 | *** The new commands rmail-end-of-message and rmail-summary end-of-message, | 3430 | *** The new commands rmail-end-of-message and rmail-summary end-of-message, |
| 3418 | by default bound to `/', go to the end of the current mail message in | 3431 | by default bound to `/', go to the end of the current mail message in |
| 3419 | Rmail and Rmail summary buffers. | 3432 | Rmail and Rmail summary buffers. |
| @@ -3780,6 +3793,7 @@ variable `calculator-radix-grouping-mode'. | |||
| 3780 | --- | 3793 | --- |
| 3781 | ** cplus-md.el has been deleted. | 3794 | ** cplus-md.el has been deleted. |
| 3782 | 3795 | ||
| 3796 | --- | ||
| 3783 | ** Ewoc changes | 3797 | ** Ewoc changes |
| 3784 | 3798 | ||
| 3785 | *** The new function `ewoc-delete' deletes specified nodes. | 3799 | *** The new function `ewoc-delete' deletes specified nodes. |
| @@ -3925,6 +3939,7 @@ w32-use-full-screen-buffer to t. | |||
| 3925 | `kTextEncodingMacRoman', `kTextEncodingISOLatin1', and | 3939 | `kTextEncodingMacRoman', `kTextEncodingISOLatin1', and |
| 3926 | `kTextEncodingISOLatin2' are obsolete. | 3940 | `kTextEncodingISOLatin2' are obsolete. |
| 3927 | 3941 | ||
| 3942 | +++ | ||
| 3928 | ** The variable `mac-command-key-is-meta' is obsolete. Use | 3943 | ** The variable `mac-command-key-is-meta' is obsolete. Use |
| 3929 | `mac-command-modifier' and `mac-option-modifier' instead. | 3944 | `mac-command-modifier' and `mac-option-modifier' instead. |
| 3930 | 3945 | ||
| @@ -3994,6 +4009,7 @@ display tables. | |||
| 3994 | 4009 | ||
| 3995 | ** General Lisp changes: | 4010 | ** General Lisp changes: |
| 3996 | 4011 | ||
| 4012 | +++ | ||
| 3997 | *** The function `expt' handles negative exponents differently. | 4013 | *** The function `expt' handles negative exponents differently. |
| 3998 | The value for `(expt A B)', if both A and B are integers and B is | 4014 | The value for `(expt A B)', if both A and B are integers and B is |
| 3999 | negative, is now a float. For example: (expt 2 -2) => 0.25. | 4015 | negative, is now a float. For example: (expt 2 -2) => 0.25. |
| @@ -4125,6 +4141,12 @@ inside timer functions and `post-command-hook' functions. | |||
| 4125 | This combines `defalias' and `make-obsolete'. | 4141 | This combines `defalias' and `make-obsolete'. |
| 4126 | 4142 | ||
| 4127 | +++ | 4143 | +++ |
| 4144 | *** New macro `with-case-table' | ||
| 4145 | |||
| 4146 | This executes the body with the case table temporarily set to a given | ||
| 4147 | case table. | ||
| 4148 | |||
| 4149 | +++ | ||
| 4128 | *** New function `unsafep' determines whether a Lisp form is safe. | 4150 | *** New function `unsafep' determines whether a Lisp form is safe. |
| 4129 | 4151 | ||
| 4130 | It returns nil if the given Lisp form can't possibly do anything | 4152 | It returns nil if the given Lisp form can't possibly do anything |
| @@ -4138,6 +4160,7 @@ it evaluates those expressions immediately. | |||
| 4138 | 4160 | ||
| 4139 | This is useful in packages that can be preloaded. | 4161 | This is useful in packages that can be preloaded. |
| 4140 | 4162 | ||
| 4163 | +++ | ||
| 4141 | *** `list-faces-display' takes an optional argument, REGEXP. | 4164 | *** `list-faces-display' takes an optional argument, REGEXP. |
| 4142 | 4165 | ||
| 4143 | If it is non-nil, the function lists only faces matching this regexp. | 4166 | If it is non-nil, the function lists only faces matching this regexp. |
| @@ -4481,6 +4504,7 @@ binding of VARIABLE (a symbol) in buffer BUFFER. If VARIABLE does not | |||
| 4481 | have a buffer-local binding in buffer BUFFER, it returns the default | 4504 | have a buffer-local binding in buffer BUFFER, it returns the default |
| 4482 | value of VARIABLE instead. | 4505 | value of VARIABLE instead. |
| 4483 | 4506 | ||
| 4507 | --- | ||
| 4484 | *** The function `frame-or-buffer-changed-p' now lets you maintain | 4508 | *** The function `frame-or-buffer-changed-p' now lets you maintain |
| 4485 | various status records in parallel. | 4509 | various status records in parallel. |
| 4486 | 4510 | ||
| @@ -5480,7 +5504,7 @@ override incorrect graphical display dimensions returned by functions | |||
| 5480 | ** Mouse pointer features: | 5504 | ** Mouse pointer features: |
| 5481 | 5505 | ||
| 5482 | +++ (lispref) | 5506 | +++ (lispref) |
| 5483 | ??? (man) | 5507 | --- (man) |
| 5484 | *** The mouse pointer shape in void text areas (i.e. after the end of a | 5508 | *** The mouse pointer shape in void text areas (i.e. after the end of a |
| 5485 | line or below the last line in the buffer) of the text window is now | 5509 | line or below the last line in the buffer) of the text window is now |
| 5486 | controlled by the new variable `void-text-area-pointer'. The default | 5510 | controlled by the new variable `void-text-area-pointer'. The default |
| @@ -5923,6 +5947,12 @@ to examine a file being visited and deduce the proper coding system | |||
| 5923 | for it. (If the coding system is detected incorrectly for a specific | 5947 | for it. (If the coding system is detected incorrectly for a specific |
| 5924 | file, you can put a `coding:' tags to override it.) | 5948 | file, you can put a `coding:' tags to override it.) |
| 5925 | 5949 | ||
| 5950 | +++ | ||
| 5951 | *** The new variable `ascii-case-table' stores the case table for the | ||
| 5952 | ascii character set. Language environments (such as Turkish) may | ||
| 5953 | alter the case correspondences of ASCII characters. This variable | ||
| 5954 | saves the original ASCII case table before any such changes. | ||
| 5955 | |||
| 5926 | --- | 5956 | --- |
| 5927 | *** The new function `merge-coding-systems' fills in unspecified aspects | 5957 | *** The new function `merge-coding-systems' fills in unspecified aspects |
| 5928 | of one coding system from another coding system. | 5958 | of one coding system from another coding system. |
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 35ec3a8eb65..be56254dcd7 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -220,7 +220,7 @@ http://bugzilla.gnome.org/show_bug.cgi?id=85715. | |||
| 220 | ** Emacs compiled with Gtk+ crashes on startup on cygwin. | 220 | ** Emacs compiled with Gtk+ crashes on startup on cygwin. |
| 221 | 221 | ||
| 222 | A typical error message is | 222 | A typical error message is |
| 223 | ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes | 223 | ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes |
| 224 | (alignment: 512): Function not implemented | 224 | (alignment: 512): Function not implemented |
| 225 | 225 | ||
| 226 | Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on | 226 | Emacs supplies its own malloc, but glib (part of Gtk+) calls memalign and on |
| @@ -2106,6 +2106,18 @@ pop-up menu interaction. | |||
| 2106 | Windows 95 and Windows NT up to version 4.0 do not support help text | 2106 | Windows 95 and Windows NT up to version 4.0 do not support help text |
| 2107 | for menus. Help text is only available in later versions of Windows. | 2107 | for menus. Help text is only available in later versions of Windows. |
| 2108 | 2108 | ||
| 2109 | When "ClearType" method is selected as the "method to smooth edges of | ||
| 2110 | screen fonts" (in Display Properties, Appearance tab, under | ||
| 2111 | "Effects"), there are various problems related to display of | ||
| 2112 | characters: 2-pixel trace is left behind when moving overlays, bold | ||
| 2113 | fonts can be hard to read, small portions of some characters could | ||
| 2114 | appear chopped, etc. This happens because, under ClearType, | ||
| 2115 | characters are drawn outside their advertised bounding box. Emacs 21 | ||
| 2116 | disabled the use of ClearType, whereas Emacs 22 allows it and has some | ||
| 2117 | code to enlarge the width of the bounding box. Apparently, this | ||
| 2118 | display feature needs more changes to get it 100% right. A workaround | ||
| 2119 | is to disable ClearType. | ||
| 2120 | |||
| 2109 | There are problems with display if mouse-tracking is enabled and the | 2121 | There are problems with display if mouse-tracking is enabled and the |
| 2110 | mouse is moved off a frame, over another frame then back over the first | 2122 | mouse is moved off a frame, over another frame then back over the first |
| 2111 | frame. A workaround is to click the left mouse button inside the frame | 2123 | frame. A workaround is to click the left mouse button inside the frame |
| @@ -2117,16 +2129,32 @@ not as severely as in 21.1. | |||
| 2117 | An inactive cursor remains in an active window after the Windows | 2129 | An inactive cursor remains in an active window after the Windows |
| 2118 | Manager driven switch of the focus, until a key is pressed. | 2130 | Manager driven switch of the focus, until a key is pressed. |
| 2119 | 2131 | ||
| 2120 | Windows input methods are not recognized by Emacs. Some | 2132 | Windows input methods are not recognized by Emacs. However, some |
| 2121 | of these input methods cause the keyboard to send characters encoded | 2133 | of these input methods cause the keyboard to send characters encoded |
| 2122 | in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 | 2134 | in the appropriate coding system (e.g., ISO 8859-1 for Latin-1 |
| 2123 | characters, ISO 8859-8 for Hebrew characters, etc.). To make this | 2135 | characters, ISO 8859-8 for Hebrew characters, etc.). To make these |
| 2124 | work, set the keyboard coding system to the appropriate value after | 2136 | input methods work with Emacs, set the keyboard coding system to the |
| 2125 | you activate the Windows input method. For example, if you activate | 2137 | appropriate value after you activate the Windows input method. For |
| 2126 | the Hebrew input method, type "C-x RET k iso-8859-8 RET". (Emacs | 2138 | example, if you activate the Hebrew input method, type this: |
| 2127 | ought to recognize the Windows language-change event and set up the | 2139 | |
| 2128 | appropriate keyboard encoding automatically, but it doesn't do that | 2140 | C-x RET k hebrew-iso-8bit RET |
| 2129 | yet.) | 2141 | |
| 2142 | (Emacs ought to recognize the Windows language-change event and set up | ||
| 2143 | the appropriate keyboard encoding automatically, but it doesn't do | ||
| 2144 | that yet.) In addition, to use these Windows input methods, you | ||
| 2145 | should set your "Language for non-Unicode programs" (on Windows XP, | ||
| 2146 | this is on the Advanced tab of Regional Settings) to the language of | ||
| 2147 | the input method. | ||
| 2148 | |||
| 2149 | To bind keys that produce non-ASCII characters with modifiers, you | ||
| 2150 | must specify raw byte codes. For instance, if you want to bind | ||
| 2151 | META-a-grave to a command, you need to specify this in your `~/.emacs': | ||
| 2152 | |||
| 2153 | (global-set-key [?\M-\340] ...) | ||
| 2154 | |||
| 2155 | The above example is for the Latin-1 environment where the byte code | ||
| 2156 | of the encoded a-grave is 340 octal. For other environments, use the | ||
| 2157 | encoding appropriate to that environment. | ||
| 2130 | 2158 | ||
| 2131 | The %b specifier for format-time-string does not produce abbreviated | 2159 | The %b specifier for format-time-string does not produce abbreviated |
| 2132 | month names with consistent widths for some locales on some versions | 2160 | month names with consistent widths for some locales on some versions |
| @@ -2299,6 +2327,30 @@ the Emacs configure script, which should now find the jpeg library. | |||
| 2299 | Alternatively, modify the generated src/Makefile to link the .a file | 2327 | Alternatively, modify the generated src/Makefile to link the .a file |
| 2300 | explicitly, and edit src/config.h to define HAVE_JPEG. | 2328 | explicitly, and edit src/config.h to define HAVE_JPEG. |
| 2301 | 2329 | ||
| 2330 | *** `configure' warns ``accepted by the compiler, rejected by the preprocessor''. | ||
| 2331 | |||
| 2332 | This indicates a mismatch between the C compiler and preprocessor that | ||
| 2333 | configure is using. For example, on Solaris 10 trying to use | ||
| 2334 | CC=/opt/SUNWspro/bin/cc (the Sun Studio compiler) together with | ||
| 2335 | CPP=/usr/ccs/lib/cpp can result in errors of this form (you may also | ||
| 2336 | see the error ``"/usr/include/sys/isa_defs.h", line 500: undefined control''). | ||
| 2337 | |||
| 2338 | The solution is to tell configure to use the correct C preprocessor | ||
| 2339 | for your C compiler (CPP="/opt/SUNWspro/bin/cc -E" in the above | ||
| 2340 | example). | ||
| 2341 | |||
| 2342 | *** `configure' fails with ``"junk.c", line 660: invalid input token: 8.elc'' | ||
| 2343 | |||
| 2344 | The final stage of the Emacs configure process uses the C preprocessor | ||
| 2345 | to generate the Makefiles. Errors of this form can occur if the C | ||
| 2346 | preprocessor inserts extra whitespace into its output. The solution | ||
| 2347 | is to find the switches that stop your preprocessor from inserting extra | ||
| 2348 | whitespace, add them to CPPFLAGS, and re-run configure. For example, | ||
| 2349 | this error can occur on Solaris 10 when using the Sun Studio compiler | ||
| 2350 | ``Sun C 5.8'' with its preprocessor CPP="/opt/SUNWspro/bin/cc -E". | ||
| 2351 | The relevant switch in this case is "-Xs" (``compile assuming | ||
| 2352 | (pre-ANSI) K & R C style code''). | ||
| 2353 | |||
| 2302 | ** Compilation | 2354 | ** Compilation |
| 2303 | 2355 | ||
| 2304 | *** Building Emacs over NFS fails with ``Text file busy''. | 2356 | *** Building Emacs over NFS fails with ``Text file busy''. |
| @@ -2722,6 +2774,13 @@ should now succeed. | |||
| 2722 | You need to install a recent version of Texinfo; that package | 2774 | You need to install a recent version of Texinfo; that package |
| 2723 | supplies the `install-info' command. | 2775 | supplies the `install-info' command. |
| 2724 | 2776 | ||
| 2777 | *** Installing to a directory with spaces in the name fails. | ||
| 2778 | |||
| 2779 | For example, if you call configure with a directory-related option | ||
| 2780 | with spaces in the value, eg --enable-locallisppath='/path/with\ spaces'. | ||
| 2781 | Using directory paths with spaces is not supported at this time: you | ||
| 2782 | must re-configure without using spaces. | ||
| 2783 | |||
| 2725 | ** First execution | 2784 | ** First execution |
| 2726 | 2785 | ||
| 2727 | *** Emacs binary is not in executable format, and cannot be run. | 2786 | *** Emacs binary is not in executable format, and cannot be run. |
| @@ -178,6 +178,8 @@ typically due to pilot errors and should thus be in debug-ignored-errors. | |||
| 178 | 178 | ||
| 179 | ** Make byte-compile warn when a doc string is too wide. | 179 | ** Make byte-compile warn when a doc string is too wide. |
| 180 | 180 | ||
| 181 | ** Make byte-optimization warnings issue accurate line numbers. | ||
| 182 | |||
| 181 | ** A function to check for customizable options that have been | 183 | ** A function to check for customizable options that have been |
| 182 | set but not saved, and ask the user whether to save them. | 184 | set but not saved, and ask the user whether to save them. |
| 183 | This could go in kill-emacs-query-functions, to remind people | 185 | This could go in kill-emacs-query-functions, to remind people |
| @@ -232,6 +234,24 @@ typically due to pilot errors and should thus be in debug-ignored-errors. | |||
| 232 | user-selected input method, with the default being the union of | 234 | user-selected input method, with the default being the union of |
| 233 | latin-1-prefix and latin-1-postfix. | 235 | latin-1-prefix and latin-1-postfix. |
| 234 | 236 | ||
| 237 | ** Switch the Windows port to using Unicode keyboard input (maybe). | ||
| 238 | Based on http://msdn2.microsoft.com/en-us/library/ms633586.aspx, | ||
| 239 | this boils down to (1) calling RegisterClassW function to register | ||
| 240 | Emacs windows, and (2) modifying ALL system messages to use Unicode. | ||
| 241 | In particular, WM_CHAR messages, which result from keyboard input, | ||
| 242 | will then come in encoded in UTF-16. | ||
| 243 | |||
| 244 | One advantage of switching to Unicode is to toss encoded-kbd usage, | ||
| 245 | which will solve the problem with binding non-ASCII keys with | ||
| 246 | modifiers. | ||
| 247 | |||
| 248 | Problem: using this on Windows 9x/ME requires installing the | ||
| 249 | Microsoft Layer for Unicode (MSLU), which might not implement all | ||
| 250 | the required functionality that is available built-in on Windows XP | ||
| 251 | and later. We should not make this change if it would pressure | ||
| 252 | users of unauthorized copies of older versions of Windows to | ||
| 253 | downgrade to versions that require activation. | ||
| 254 | |||
| 235 | ** Implement a clean way to use different major modes for | 255 | ** Implement a clean way to use different major modes for |
| 236 | different parts of a buffer. This could be useful in editing | 256 | different parts of a buffer. This could be useful in editing |
| 237 | Bison input files, for instance, or other kinds of text | 257 | Bison input files, for instance, or other kinds of text |
| @@ -287,7 +307,7 @@ typically due to pilot errors and should thus be in debug-ignored-errors. | |||
| 287 | what else ? | 307 | what else ? |
| 288 | 308 | ||
| 289 | ** Provide real menus on ttys. The MS-DOS implementation can serve as | 309 | ** Provide real menus on ttys. The MS-DOS implementation can serve as |
| 290 | an example how to do part of this. | 310 | an example how to do part of this; see the XMenu* functions on msdos.c. |
| 291 | 311 | ||
| 292 | ** Implement popular parts of the rest of the CL functions as compiler | 312 | ** Implement popular parts of the rest of the CL functions as compiler |
| 293 | macros in cl-macs. | 313 | macros in cl-macs. |
diff --git a/etc/calccard.ps b/etc/calccard.ps index fc44461a35a..909f6ba8712 100644 --- a/etc/calccard.ps +++ b/etc/calccard.ps | |||
| @@ -4,15 +4,15 @@ | |||
| 4 | %%Pages: 2 | 4 | %%Pages: 2 |
| 5 | %%PageOrder: Ascend | 5 | %%PageOrder: Ascend |
| 6 | %%Orientation: Landscape | 6 | %%Orientation: Landscape |
| 7 | %%BoundingBox: 0 0 595 842 | 7 | %%BoundingBox: 0 0 612 792 |
| 8 | %%DocumentFonts: CMBX10 CMR8 CMTT8 CMBX8 CMR6 CMSY6 CMTI8 CMMI8 CMSY8 | 8 | %%DocumentFonts: CMBX10 CMR8 CMTT8 CMBX8 CMR6 CMSY6 CMTI8 CMMI8 CMSY8 |
| 9 | %%+ CMMI5 CMR5 CMMI7 | 9 | %%+ CMMI5 CMR5 CMMI7 |
| 10 | %%DocumentPaperSizes: a4 | 10 | %%DocumentPaperSizes: Letter |
| 11 | %%EndComments | 11 | %%EndComments |
| 12 | %DVIPSWebPage: (www.radicaleye.com) | 12 | %DVIPSWebPage: (www.radicaleye.com) |
| 13 | %DVIPSCommandLine: dvips -t landscape calccard.dvi | 13 | %DVIPSCommandLine: dvips -t letter -t landscape calccard.dvi |
| 14 | %DVIPSParameters: dpi=600 | 14 | %DVIPSParameters: dpi=600 |
| 15 | %DVIPSSource: TeX output 2007.02.22:0040 | 15 | %DVIPSSource: TeX output 2007.03.22:0020 |
| 16 | %%BeginProcSet: tex.pro 0 0 | 16 | %%BeginProcSet: tex.pro 0 0 |
| 17 | %! | 17 | %! |
| 18 | /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S | 18 | /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S |
| @@ -2583,7 +2583,7 @@ B66411138280D7BDE5D23A23C8C5598AADF95F62B4AD41DDE7614971C5D281C6 | |||
| 2583 | 0000000000000000000000000000000000000000000000000000000000000000 | 2583 | 0000000000000000000000000000000000000000000000000000000000000000 |
| 2584 | cleartomark | 2584 | cleartomark |
| 2585 | %%EndFont | 2585 | %%EndFont |
| 2586 | TeXDict begin 55387786 39139632 1000 600 600 (calccard.dvi) | 2586 | TeXDict 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 |
| 2589 | 31[45 19[19 58[{}3 41.511 /CMMI5 rf /Fd 143[59 75[71 | 2589 | 31[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 |
| 2618 | TeXDict begin | 2618 | TeXDict begin |
| 2619 | %%PaperSize: A4 | 2619 | %%BeginPaperSize: Letter |
| 2620 | letter | ||
| 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 | |||
| 1723 | 0000000000000000000000000000000000000000000000000000000000000000 | 1723 | 0000000000000000000000000000000000000000000000000000000000000000 |
| 1724 | cleartomark | 1724 | cleartomark |
| 1725 | %%EndFont | 1725 | %%EndFont |
| 1726 | TeXDict begin 39139632 55387786 1000 600 600 (dired-ref.dvi) | 1726 | TeXDict 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 |
| 1728 | 32 43 32 34 24 24 24 1[34 30 34 50 18 32 1[18 34 30 19 | 1728 | 32 43 32 34 24 24 24 1[34 30 34 50 18 32 1[18 34 30 19 |
| 1729 | 27 34 27 34 30 11[45 1[34 44 1[41 1[45 54 3[22 1[47 39 | 1729 | 27 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 |
| 1750 | TeXDict begin | 1750 | TeXDict begin |
| 1751 | %%PaperSize: A4 | 1751 | %%BeginPaperSize: Letter |
| 1752 | letter | ||
| 1753 | %%EndPaperSize | ||
| 1752 | end | 1754 | end |
| 1753 | %%EndSetup | 1755 | %%EndSetup |
| 1754 | %%Page: 1 1 | 1756 | %%Page: 1 1 |
diff --git a/etc/emacs.py b/etc/emacs.py index e38ee70fab5..0d0f2e75ed3 100644 --- a/etc/emacs.py +++ b/etc/emacs.py | |||
| @@ -25,20 +25,56 @@ from sets import Set | |||
| 25 | 25 | ||
| 26 | __all__ = ["eexecfile", "eargs", "complete", "ehelp", "eimport", "modpath"] | 26 | __all__ = ["eexecfile", "eargs", "complete", "ehelp", "eimport", "modpath"] |
| 27 | 27 | ||
| 28 | def 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 | |||
| 28 | def eexecfile (file): | 55 | def 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 |
| 17 | N}B/A{dup}B/TR{translate}N/isls false N/vsize 11 72 mul N/hsize 8.5 72 | 18 | N}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 | |||
| 30 | definefont setfont}B/Cw{Cd A length 5 sub get}B/Ch{Cd A length 4 sub get | 31 | definefont 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} |
| 32 | B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr | 33 | B/Cdx{Cd A length 1 sub get}B/Ci{Cd A type/stringtype ne{ctr get/ctr ctr |
| 33 | 1 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 | 34 | 1 add N}if}B/CharBuilder{save 3 1 roll S A/base get 2 index get S |
| 34 | 1 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 |
| 35 | 0 Cx Cy Ch sub Cx Cw add Cy setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx | 36 | setcachedevice Cw Ch true[1 0 0 -1 -.1 Cx sub Cy .1 sub]{Ci}imagemask |
| 36 | sub Cy .1 sub]/id Ci N/rw Cw 7 add 8 idiv string N/rc 0 N/gp 0 N/cp 0 N{ | 37 | restore}B/D{/cc X A type/stringtype ne{]}if nn/base get cc ctr put nn |
| 37 | rc 0 ne{rc 1 sub/rc X rw}{G}ifelse}imagemask restore}B/G{{id gp get/gp | ||
| 38 | gp 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}{ | ||
| 41 | A A add 255 and S 1 and or}ifelse}ifelse put 1 adv}B/rsh{rw cp 2 copy | ||
| 42 | get A 0 eq{pop 128}{A 255 eq{pop 127}{A 2 idiv S 128 and or}ifelse} | ||
| 43 | ifelse put 1 adv}B/clr{rw cp 2 index string putinterval adv}B/set{rw cp | ||
| 44 | fillstr 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 | ||
| 46 | chg nd}{adv lsh}{adv lsh nd}{adv rsh}{adv rsh nd}{1 add adv}{/rc X nd}{ | ||
| 47 | 1 add set}{1 add clr}{adv 2 chg}{adv 2 chg nd}{pop nd}]A{bind pop} | ||
| 48 | forall 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{ |
| 51 | bop-hook}if/SI save N @rigin 0 0 moveto/V matrix currentmatrix A 1 get A | 40 | bop-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 | |||
| 69 | rmoveto}B/y{3 2 roll p a}B/bos{/SS save N}B/eos{SS restore}B end | 58 | rmoveto}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 | %! |
| 269 | TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2 | 63 | TeXDict begin/rf{findfont dup length 1 add dict begin{1 index/FID ne 2 |
| 270 | index/UniqueID ne and{def}{pop pop}ifelse}forall[1 index 0 6 -1 roll | 64 | index/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 | |||
| 281 | end | 75 | end |
| 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. | ||
| 82 | 11 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 | ||
| 91 | end 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 | ||
| 97 | 0 1 255 {1 index exch /.notdef put} for | ||
| 98 | dup 58 /period put | ||
| 99 | readonly def | ||
| 100 | /FontBBox{-24 -250 1110 750}readonly def | ||
| 101 | currentdict end | ||
| 102 | currentfile eexec | ||
| 103 | D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE | ||
| 104 | 3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B | ||
| 105 | 532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470 | ||
| 106 | B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B | ||
| 107 | 986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE | ||
| 108 | D919C2DDD26BDC0D99398B9F4D03D6A8F05B47AF95EF28A9C561DBDC98C47CF5 | ||
| 109 | 5250011D19E9366EB6FD153D3A100CAA6212E3D5D93990737F8D326D347B7EDC | ||
| 110 | 4391C9DF440285B8FC159D0E98D4258FC57892DDF753642CD526A96ACEDA4120 | ||
| 111 | 788F22B1D09F149794E66DD1AC2C2B3BC6FEC59D626F427CD5AE9C54C7F78F62 | ||
| 112 | C36F49B3C2E5E62AFB56DCEE87445A12A942C14AE618D1FE1B11A9CF9FAA1F32 | ||
| 113 | 617B598CE5058715EF3051E228F72F651040AD99A741F247C68007E68C84E9D1 | ||
| 114 | D0BF99AA5D777D88A7D3CED2EA67F4AE61E8BC0495E7DA382E82DDB2B009DD63 | ||
| 115 | 532C74E3BE5EC555A014BCBB6AB31B8286D7712E0E926F8696830672B8214E9B | ||
| 116 | 5D0740C16ADF0AFD47C4938F373575C6CA91E46D88DE24E682DEC44B57EA8AF8 | ||
| 117 | 4E57D45646073250D82C4B50CBBB0B369932618301F3D4186277103B53B3C9E6 | ||
| 118 | DB42D6B30115F67B9D078220D5752644930643BDF9FACF684EBE13E39B65055E | ||
| 119 | B1BD054C324962025EC79E1D155936FE32D9F2224353F2A46C3558EF216F6BB2 | ||
| 120 | A304BAF752BEEC36C4440B556AEFECF454BA7CBBA7537BCB10EBC21047333A89 | ||
| 121 | 8936419D857CD9F59EBA20B0A3D9BA4A0D3395336B4CDA4BA6451B6E4D1370FA | ||
| 122 | D9BDABB7F271BC1C6C48D9DF1E5A6FAE788F5609DE3C48D47A67097C547D9817 | ||
| 123 | AD3A7CCE2B771843D69F860DA4059A71494281C0AD8D4BAB3F67BB6739723C04 | ||
| 124 | AE05F9E35B2B2CB9C7874C114F57A185C8563C0DCCA93F8096384D71A2994748 | ||
| 125 | A3C7C8B8AF54961A8838AD279441D9A5EB6C1FE26C98BD025F353124DA68A827 | ||
| 126 | AE2AF8D25CA48031C242AA433EEEBB8ABA4B96821786C38BACB5F58C3D5DA011 | ||
| 127 | 85B385124C2B6534F3CD1866AF92009D93B97F763AA3D16684AA65F029E776DA | ||
| 128 | 3BFB75EDD46D562E6A284DB4F2FDBF7CDE7C1F3772CD7B6FD372842A0E07E3EF | ||
| 129 | 68A98AB9278ADC2D35891543F57ED6DCFE8923368D556F1A8B3E35863112F409 | ||
| 130 | FBE67FC270328312BAA43A9A372C510717B50AAB01A1E02A9982113E2D7C601C | ||
| 131 | B0BDA1C0E081E546A97647B74EE5194C57ACD62502B329FED4D966BDEB4028F0 | ||
| 132 | F082EDD5DFC8387653D620E9E73FDCE3C155347D5929C3A24D6121AEA46BBF3A | ||
| 133 | B1C8A4793FB7F21C84400912C27D9AB0845537103553BF8F | ||
| 134 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 135 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 136 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 137 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 138 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 139 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 140 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 141 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 142 | cleartomark | ||
| 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. | ||
| 148 | 11 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 | ||
| 157 | end 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 | ||
| 163 | 0 1 255 {1 index exch /.notdef put} for | ||
| 164 | dup 45 /hyphen put | ||
| 165 | dup 97 /a put | ||
| 166 | dup 98 /b put | ||
| 167 | dup 99 /c put | ||
| 168 | dup 100 /d put | ||
| 169 | dup 101 /e put | ||
| 170 | dup 103 /g put | ||
| 171 | dup 105 /i put | ||
| 172 | dup 108 /l put | ||
| 173 | dup 109 /m put | ||
| 174 | dup 110 /n put | ||
| 175 | dup 111 /o put | ||
| 176 | dup 112 /p put | ||
| 177 | dup 114 /r put | ||
| 178 | dup 115 /s put | ||
| 179 | dup 116 /t put | ||
| 180 | dup 117 /u put | ||
| 181 | dup 121 /y put | ||
| 182 | readonly def | ||
| 183 | /FontBBox{-35 -250 1190 750}readonly def | ||
| 184 | currentdict end | ||
| 185 | currentfile eexec | ||
| 186 | D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE | ||
| 187 | 3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B | ||
| 188 | 532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470 | ||
| 189 | B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B | ||
| 190 | 986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE | ||
| 191 | D919C2DDD26BDC0D99398B9F4D03D6A8F05B47AF95EF28A9C561DBDC98C47CF5 | ||
| 192 | 525003F3DAD7933EB57E7DB1462E9D906F6D8F5BF740206C1EC5F36E00AAFF68 | ||
| 193 | F3EF6F3A2540E5F9564D1C215BC1E7E69C7D04DA5DB1CF195613C9CBF4BAA360 | ||
| 194 | 84AEF3E10E24877FBE36AD731DC97305BDE6DB1F934909FAF60B8E28561FBC57 | ||
| 195 | 0F5B6225425BFDE8F0C71CD4507B82FF803E9A301397975E38A259DE1E1B4FC0 | ||
| 196 | 06BB1DC2D45B987A2268A77CE8DC025CB0D1B39788BBEE149103950650171C94 | ||
| 197 | 5FED1063050A90BD38605BD9365D1C2AE42A7DA3DDB9A263FE10BD487F63D908 | ||
| 198 | D4F02758BD9D7BE53E6353A25BEFA29E42B50C1D078A8B3A746EEDB381CCE36C | ||
| 199 | 93FC4BD1A8D1D6ACD0D355E948CFE397B74D243EB51597D251D0BAE6884D70E8 | ||
| 200 | FEE119462E1939A9783414DF59EEA5FF1529F13869D1FF0A44935C5198CC5DAA | ||
| 201 | E1FD2A17AEEBF4974052D06734A409E26C457C06700C55896C90BB33E044A737 | ||
| 202 | 46590D9FA242819B9527FD59818D8829D4EB2D26A34CC05A2CC063E66F2DF193 | ||
| 203 | 8E4F9670014BC243180E45B51DDB05AD1E6A7F619EE1CE09CFC1A4F02CB7270E | ||
| 204 | 4482FEDF673EDED38EF3173C475C34BFB3F6623C5E942A7797FEDDD0EF1D54E9 | ||
| 205 | 1D90D7076C0A9687E334907C22F2E7C603388D8D626B0E5A62B7543DCBB575D7 | ||
| 206 | 9A6BE1528EC9BC18570001092524E4FBB02F3B29293BCB4F0EF14A2DD9DB22A5 | ||
| 207 | BB33455799E8120D2A4862424AA4A382972E2845E042506FC8F6E201D11DD0F2 | ||
| 208 | 09FAD8DC29C3E12B66293ACBFB13FA0F26238981F2CD52B47A8CDE6DF5CDFAAF | ||
| 209 | 3113E1A6366B806EABA9C34E5D41167CD10D7B639021FB4CFDAE28CE72A93F3C | ||
| 210 | E8929A4BB6D48613A88F926E0EB1BE5F6E29CA5350841244E1718987727B7245 | ||
| 211 | E7DDE2528073015C64AEE3BF18734A0C48AFF16A354C14E1A6D9D5DC96C06E02 | ||
| 212 | 3A1FE4AF93E8349C3293F62C3466B67D25A9533C6DAA4514EA201B79042CB220 | ||
| 213 | 43B3B60E13200B4F47011F95BA2EF1D6548218DCDBC1B00CCAE375F91EB60E32 | ||
| 214 | 9F1198D74BC3768101AB5F2E7BDEA9FE5C1379341C604D835B50B671793DD7EF | ||
| 215 | 605F60048FC9761FE50647C15C2424EABDC9AF4257F915282EFF1CF447EA3F0B | ||
| 216 | EE81FB67B04703215DB6AB3E47B7EE06435234C834DF84A3E0F99D753D596305 | ||
| 217 | 85DD514BA3C5ACCD8BF6BC804AEA170A32B2080B694CF7FE994228ECCAD86C4B | ||
| 218 | CB8B963E84D46ED86B2D43DADB277A79DD100777CB0F2022C8AC9DA77D500C73 | ||
| 219 | D6E15540121B6D82457096083526C7E2697F776239E02C3E64D25AFBFB58474E | ||
| 220 | E82672F2FBEA78ED5DCA1BB4FCD627BAAB6AB50232EDBE99D6CC51A287F80DCF | ||
| 221 | 14CC7DE3DCFF47A1DFA130CF7F502193C6C00B1A7A1515FF7374351238158B97 | ||
| 222 | AA26F0F2773E81CD03F4A398BEFBDCB450F0FA6450FD48B5A69E37B036BE5F85 | ||
| 223 | 0F0B1AAAB2CF3098AEF32B0902398A6A9E1DB5A0C42DD39E3208C4F8BBEC0A98 | ||
| 224 | 35FC84FF5EB2293644F7E6EF28FAF5F6E5205029CCFF7342BC276958EFFD7817 | ||
| 225 | 5D9F367C6FF151B12353BE9DDCF75196F2C8C8C889BB097A3D9D8FF5D77A7184 | ||
| 226 | D9F3EAC4493E94DC73886AFD7652ADBF562189B0B85FA5AEA4CA44558D70A408 | ||
| 227 | 4A276D6B0BCF6ED2F5E42E97933AEC978D286B3D0A99C6C7AB10AC6D1C36B07D | ||
| 228 | EA2F47489D4C2A55A6902C665B7321DD5324C6CE172349E5C6561B5F1CBBFD6E | ||
| 229 | B5FBBB914307020B218D68C45BB2E9A0BE81C9E8D5D71BC7851CD2922656337A | ||
| 230 | 9659E8E0A8F240903FC34DA589EC6D1FE6CF17D238576472C0CD1E0EB21A46B5 | ||
| 231 | 5B9DACB6CA3B094E51386E45C506D55EE3AC95AF333EBD0305084697383F054D | ||
| 232 | 61680900B82CB80D030270CA9C614A373B0B5B26F8465AE581967C6A336D8C44 | ||
| 233 | 21CED60606DF99F05AFC4C37F53D2D97450B78F1211A2682414780DFF7F6AC6E | ||
| 234 | 750071385D6DC87B58D3D13E286F70B11A692F4BF57BC828C6AA98C44EFE13F8 | ||
| 235 | 44535F79F5458B03AAE3ECEBF2EFD4AA83316E839EF7EBADEA22C17FF039FA85 | ||
| 236 | 498379D857AE78AC68CCC7D1EB2FE84D465AA452F43EC1AFEFE568E42F13E0BC | ||
| 237 | 1CDF5C873F8E3952713BD9A472E6FC9CDE8DDD9281EE3554C22A0D591C91D3E4 | ||
| 238 | 0B3162930BB6F0AC229EE1C847EC39BF81DDDE1A0B0EC7BC51A05AE93B3A891A | ||
| 239 | 3FEB85C68C88AADD29FD39F9DB30FB250D41EBB1124ED0069CDC49B3359D8689 | ||
| 240 | 05DCE2A27EFF35751E51E2C4AEA7DC8B2AF546AB58D6BE81DDD38A3A0833AB62 | ||
| 241 | E54F54ABC2BB67EF06678D0AA3AB0B240FDFD510404D87A1EA75D5005984B7D0 | ||
| 242 | DE9EE818E8F99BA9FD646FEAB795E5048E0710CEB0CBD8CA39754BCF7957C646 | ||
| 243 | 532525C2B94D55B1AF534778D653BD50DCECF8DFA4CFD08092AA4DD3D8BB43E9 | ||
| 244 | 6F40CE1B0B25287C46AA961061A0AE3714A465E39694B6E62410ECB1F409F939 | ||
| 245 | 51CE57A12C3CB5B4332A3BDEF4C13917982A0A4527440CAD427F1284E6534D68 | ||
| 246 | 201DA7E10B4DC25CCD025DB0D7E0906C59E235CBF747ED10C3300C1BA42BF434 | ||
| 247 | 1A3C9605F0D568CD938B0DEB5C5E8390309BDFA89EFA3E5F226A24910EAB3791 | ||
| 248 | 0361A08FE539B158072E96BC988AB061736F7DD19DEB61DB5738F2B43682C3E7 | ||
| 249 | 12D709F9E149DA4602201AD24F42BBBEDA49118A93A7F26B703AECDE574441EE | ||
| 250 | DAF7C634669C0D907B18BF4EAE198E9F3DD8F743FDBDBB2FF8C6650F17115FFF | ||
| 251 | 890F0FA7B873022FABADAD05C42B65FE98E870568D2CF828CDFF7C1EEEB5BF4B | ||
| 252 | 5E695EA05518191A5E8D34EB22091935E0816F8B49AFDCC44811D12D3CA85A57 | ||
| 253 | 8C67D67D400ECEBADAABDC5F7D4E1DE4E330FD1A954B925E2A5B1D0CFF2D80D5 | ||
| 254 | F668367C28480C7EC3359C781279E8928DB03E274855F7001ABCCE243ED7C259 | ||
| 255 | 67D4705EE2211FEF30D8E82F9EA0838B905A9FB986D1DD200524B74EC4B1AF8B | ||
| 256 | A0216BBCE594588D8C28A527BC85306960D73D85D96B652B88462881EA065E0C | ||
| 257 | 84485D21B22E71768A81037FA08C48EA83AEC7118DA808CC62783E7DFB121A87 | ||
| 258 | 0A8DA5BC6AD5B8C8ABD057D94DCD627E2CF3D6AACC031BCD50FF49C658EABCF1 | ||
| 259 | E6ED48E7B3A550782F077CCE21EFB7368B0D12EDF21BDA1DCD30D523A8B94729 | ||
| 260 | 1E339B18677721963F0F9FF961CA6B065A881546683125114FB8BFBF996BA299 | ||
| 261 | 9CA4E3F5BD5C0D614E2515BB6AAFD9D16E1F0C0409A524D91DAD55BB9630C810 | ||
| 262 | B1DF32BC5820AA059559A5095BF09750F21E3AECAD39CDB3277D06B78E2A0A08 | ||
| 263 | 533EF557F6815F1C361B2417D27F7D9EFA5C2DB0B2655938C8E9E1E36C411E70 | ||
| 264 | 7D57FD9EAFA6FD2C4D3A40D2F35C176E0522C6D0969A2DB598553D9C0A1940D2 | ||
| 265 | F3D8241AB8DB63E8426BF19B093D99DECC9E2633FE5C77EE55951036A7E19CC6 | ||
| 266 | 27A2DDA74A95F870306ACF9945AA4FE9E10F1FBC43830B2D817016290E50F988 | ||
| 267 | 7283F8E409B5BD2048CF8E8465DC3EC57EE47A7BB678093183B453FC60A8CD67 | ||
| 268 | 6CE6E21A859B1EEACCB9E0A3DC1AEF41C74FE0E0245587A5E1F107BBA11C2B86 | ||
| 269 | 91690DB7158BDAA3F2D82A820A36B3684CC11CCC4802C5F8135FAABDDD50091E | ||
| 270 | 97AE58FE38F088A7348D08F1B9A14BFEB8E97D81066D5C244DBDD9ABECECE72C | ||
| 271 | 6A91E31A815E2B22652F7813BDF07DEF9CBD0E8BB6E7999511289A0CE3CCF502 | ||
| 272 | 14D9A77E29615479657F8BE9AA3EBAC9DD08A04EE7A160A1C528BD6C2CE79E67 | ||
| 273 | 8913543117C32977841E710DCE7C0DAE68888C8EBEBD9883B9F9AF86B1C5790E | ||
| 274 | E520337D14F18FB14686356E4F1248B3E884634480E683DDDFE4B0221AF0825C | ||
| 275 | AF3B27DC3156F1E0B5E8D75063A10A81A78698BE4E1A4C2F49D2E530AF1ED966 | ||
| 276 | 8EF252D3CBEACAD0394B9546D51768C195A23A041EC1E3F21AC91C498515EDCF | ||
| 277 | 5A9977F9D72ADBBED88D5E3FFEC64A087FAB9DBDB268608247B977E435E4CE34 | ||
| 278 | F0C543383384541FF88669E53446065864769D5D3957C64011D7C93FC147B093 | ||
| 279 | 9FA961A60BDDF97F1A3BF53CC18D306DFCFE04DF980F026428E84140542171F0 | ||
| 280 | F706A48EDEC416DC58F006761686EBA99598962F6E1BEC8E78AEA474CF0AD890 | ||
| 281 | A72B9906BC891564ECD5440FE6047DB452171AF35C33C24D8A23E41C112D93B5 | ||
| 282 | F1B422386DFBE80ABBF7BD43F152F0451B7B0DB2D71B75575CB5256C94F40AE2 | ||
| 283 | E8DB4CABF990502BD74BE028E14C1972E666932E04E79B743B3357737F31D08B | ||
| 284 | EB9755DF6C89C185A7F13DA21A6E6E526A9089B11C6BB1F5247E31685B028F52 | ||
| 285 | 555F98CAB929558BA7BCDEAE76F93E7B00B214543EBEA0FA375B624B4553C133 | ||
| 286 | 16D6E2B846FAA862F9DCBD8FCB2A59EADE462BC8FDF8DC56B888C6C5ECF9BBB2 | ||
| 287 | 4197F4DDA197A9405F639643A4334545A8004F05963A05747B4905A319411086 | ||
| 288 | 9A691FF410F400E7E569CF8EA99102A57A569C223B8CF8A4B285ADAEDB238FB4 | ||
| 289 | 5FCCC3A9EB063BFB1F9263D8B31D8AE580B6B8F1F311388B509E224F7E600A98 | ||
| 290 | DE394C80D1CC6391D45160FC7CE92B0CD7E74B0844DD0F3562B14833A563FE6A | ||
| 291 | E5942191AA6BAE176278E9EC30533FE310F0694745C024929A65E4C411DAAF0C | ||
| 292 | F3539203284EDADDC1E27FF0EC2FED41AAD7A3CDCBF2B4177647CAEFA2FDD380 | ||
| 293 | F6483BB02F87E1B66F1F5F8B23DE0ED2EAF4C540A5D392D6B49B0BDF15DEDC09 | ||
| 294 | 13DF0F14E0E49389A82445230CB58704CDF21591EC4E721119F4786523A16BA1 | ||
| 295 | 95F9288C0704DE543FD38496FC59B15143CA8BA06584BE7E6C9F09DD4F207C09 | ||
| 296 | F2086D39D48B652E45BD2FC4E2C4BC1FE534CC1109E177C7494E0914CD0E45BB | ||
| 297 | C8461B6A6FEAC2A2742CB9B3441DB0340DA91F6C6BA5EF79D6363F68A52F3300 | ||
| 298 | 7CF46E9F6D5A7E33762852D4BA13A1825AFCF10B00CF175EB0059D272DBAB911 | ||
| 299 | 30D027A1C1AAF745E0D69B71FB455C1363AF42B7A00B142D9C8ADDF4CE9801AF | ||
| 300 | 71C666C1A6773BF48F35076FED27423E1CD18139F3D8B0A3E1AE44C55382FC66 | ||
| 301 | 942021B7C1E3451D679218810F816DA083A644A378D6ADEECCC212169B96FEBF | ||
| 302 | 744AD8C249E092F87CE696C926ED9E61B728674F39DFB645FF5AA6D742B73CF3 | ||
| 303 | 37536ABDB80094DD7CB7D0FC30B6370F8CF9B145F65F4220FA592AF67383108C | ||
| 304 | 3739E4FD2E0878AF00DDEE092CCD14B1E749941F342701F07097A4DF0EE5AB3A | ||
| 305 | B3D9BFE0B1060ADAFA7D4E3392218E5A7AEFE4CC01827ACD6903C2412270367B | ||
| 306 | FC75D8C1E290C5489BF2ADE1B3FA6E11B5BCF37FFBC42D0B3E7A7435D6AA7E8F | ||
| 307 | 62B96A05C15CF7025EE1B0D9CC2580A11A1F187DE686E6F8ABBE658382B212CC | ||
| 308 | D9BAB099DD7ED5EC269FF8CAC8C16E101B7AFE3BF9854884FF0746A1B0423FFC | ||
| 309 | 468342D5D31CEA0EDD7EB5FEEDDB129B7C55DDA20291A18592079BD75D8DCFA1 | ||
| 310 | 2182EB1AB128A319FFB027164B5F9505754A4B1C8DFAD7FF0C892D97FEA8F506 | ||
| 311 | C65585142BB9F986886117C7CFC66EE962D1609DC1DD36930A6525D1ED03AA93 | ||
| 312 | 282605FCC5C7C651D657EB8ED0A55EE348994C18FF6AEF1D8D669273B6EE450E | ||
| 313 | 709E6F60358F225E209AD70E96778E8375F41BCEFF74D46D595C0819C85E60DC | ||
| 314 | DB702C6AB7E90FEA2EB9EC299FDA15BE8A807EEBEB1BAFD628BB94B1E28EBD60 | ||
| 315 | B6DAFF828C2C80821C8ECE963DC90E750EB00E3418BD0858AC6595012D32C308 | ||
| 316 | DDF9F30191779BFD58D93AF0DFEDE67AD6902FCF8C953CF52188311EDD0D005C | ||
| 317 | BD31ADEE0825CE1C25725EA2D6C9E5D8D9034C | ||
| 318 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 319 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 320 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 321 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 322 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 323 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 324 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 325 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 326 | cleartomark | ||
| 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 |
| 303 | 0 1 255 {1 index exch /.notdef put} for | 347 | 0 1 255 {1 index exch /.notdef put} for |
| 304 | dup 0 /.notdef put | 348 | dup 13 /circlecopyrt put |
| 305 | readonly def | 349 | readonly def |
| 306 | /FontBBox{-4 -948 1329 786}readonly def | 350 | /FontBBox{-4 -948 1329 786}readonly def |
| 307 | /UniqueID 5000816 def | ||
| 308 | currentdict end | 351 | currentdict end |
| 309 | currentfile eexec | 352 | currentfile eexec |
| 310 | D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964 | 353 | D9D66F633B846A97B686A97E45A3D0AA052F09F9C8ADE9D907C058B87E9B6964 |
| @@ -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 |
| 360 | 0 1 255 {1 index exch /.notdef put} for | 403 | 0 1 255 {1 index exch /.notdef put} for |
| 361 | dup 0 /.notdef put | 404 | dup 18 /grave put |
| 405 | dup 19 /acute put | ||
| 406 | dup 24 /cedilla put | ||
| 407 | dup 39 /quoteright put | ||
| 408 | dup 44 /comma put | ||
| 409 | dup 45 /hyphen put | ||
| 410 | dup 46 /period put | ||
| 411 | dup 48 /zero put | ||
| 412 | dup 49 /one put | ||
| 413 | dup 50 /two put | ||
| 414 | dup 51 /three put | ||
| 415 | dup 53 /five put | ||
| 416 | dup 54 /six put | ||
| 417 | dup 55 /seven put | ||
| 418 | dup 65 /A put | ||
| 419 | dup 66 /B put | ||
| 420 | dup 67 /C put | ||
| 421 | dup 69 /E put | ||
| 422 | dup 70 /F put | ||
| 423 | dup 71 /G put | ||
| 424 | dup 73 /I put | ||
| 425 | dup 74 /J put | ||
| 426 | dup 77 /M put | ||
| 427 | dup 78 /N put | ||
| 428 | dup 80 /P put | ||
| 429 | dup 83 /S put | ||
| 430 | dup 85 /U put | ||
| 431 | dup 86 /V put | ||
| 432 | dup 97 /a put | ||
| 433 | dup 98 /b put | ||
| 434 | dup 99 /c put | ||
| 435 | dup 100 /d put | ||
| 436 | dup 101 /e put | ||
| 437 | dup 102 /f put | ||
| 438 | dup 103 /g put | ||
| 439 | dup 104 /h put | ||
| 440 | dup 105 /i put | ||
| 441 | dup 107 /k put | ||
| 442 | dup 108 /l put | ||
| 443 | dup 109 /m put | ||
| 444 | dup 110 /n put | ||
| 445 | dup 111 /o put | ||
| 446 | dup 112 /p put | ||
| 447 | dup 113 /q put | ||
| 448 | dup 114 /r put | ||
| 449 | dup 115 /s put | ||
| 450 | dup 116 /t put | ||
| 451 | dup 117 /u put | ||
| 452 | dup 118 /v put | ||
| 453 | dup 119 /w put | ||
| 454 | dup 121 /y put | ||
| 455 | dup 122 /z put | ||
| 362 | readonly def | 456 | readonly def |
| 363 | /FontBBox{-20 -250 1193 750}readonly def | 457 | /FontBBox{-20 -250 1193 750}readonly def |
| 364 | /UniqueID 5000789 def | ||
| 365 | currentdict end | 458 | currentdict end |
| 366 | currentfile eexec | 459 | currentfile eexec |
| 367 | D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 | 460 | D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 |
| @@ -645,241 +738,6 @@ C7C3F47741E0C8427FA2511D5FDB08F03555E7D4B2CFE592EF027D7FF58199A6 | |||
| 645 | 0000000000000000000000000000000000000000000000000000000000000000 | 738 | 0000000000000000000000000000000000000000000000000000000000000000 |
| 646 | cleartomark | 739 | cleartomark |
| 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. | ||
| 652 | 11 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 | ||
| 661 | end 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 | ||
| 667 | 0 1 255 {1 index exch /.notdef put} for | ||
| 668 | dup 0 /.notdef put | ||
| 669 | readonly def | ||
| 670 | /FontBBox{-24 -250 1110 750}readonly def | ||
| 671 | /UniqueID 5087383 def | ||
| 672 | currentdict end | ||
| 673 | currentfile eexec | ||
| 674 | D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE | ||
| 675 | 3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B | ||
| 676 | 532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470 | ||
| 677 | B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B | ||
| 678 | 986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE | ||
| 679 | D919C2DDD26BDC0D99398B9F4D03D6A8F05B47AF95EF28A9C561DBDC98C47CF5 | ||
| 680 | 5250011D19E9366EB6FD153D3A100CAA6212E3D5D93990737F8D326D347B7EDC | ||
| 681 | 4391C9DF440285B8FC159D0E98D4258FC57892DDF753642CD526A96ACEDA4120 | ||
| 682 | 788F22B1D09F149794E66DD1AC2C2B3BC6FEC59D626F427CD5AE9C54C7F78F62 | ||
| 683 | C36F49B3C2E5E62AFB56DCEE87445A12A942C14AE618D1FE1B11A9CF9FAA1F32 | ||
| 684 | 617B598CE5058715EF3051E228F72F651040AD99A741F247C68007E68C84E9D1 | ||
| 685 | D0BF99AA5D777D88A7D3CED2EA67F4AE61E8BC0495E7DA382E82DDB2B009DD63 | ||
| 686 | 532C74E3BE5EC555A014BCBB6AB31B8286D7712E0E926F8696830672B8214E9B | ||
| 687 | 5D0740C16ADF0AFD47C4938F373575C6CA91E46D88DE24E682DEC44B57EA8AF8 | ||
| 688 | 4E57D45646073250D82C4B50CBBB0B369932618301F3D4186277103B53B3C9E6 | ||
| 689 | DB42D6B30115F67B9D078220D5752644930643BDF9FACF684EBE13E39B65055E | ||
| 690 | B1BD054C324962025EC79E1D155936FE32D9F2224353F2A46C3558EF216F6BB2 | ||
| 691 | A304BAF752BEEC36C4440B556AEFECF454BA7CBBA7537BCB10EBC21047333A89 | ||
| 692 | 8936419D857CD9F59EBA20B0A3D9BA4A0D3395336B4CDA4BA6451B6E4D1370FA | ||
| 693 | D9BDABB7F271BC1C6C48D9DF1E5A6FAE788F5609DE3C48D47A67097C547D9817 | ||
| 694 | AD3A7CCE2B771843D69F860DA4059A71494281C0AD8D4BAB3F67BB6739723C04 | ||
| 695 | AE05F9E35B2B2CB9C7874C114F57A185C8563C0DCCA93F8096384D71A2994748 | ||
| 696 | A3C7C8B8AF54961A8838AD279441D9A5EB6C1FE26C98BD025F353124DA68A827 | ||
| 697 | AE2AF8D25CA48031C242AA433EEEBB8ABA4B96821786C38BACB5F58C3D5DA011 | ||
| 698 | 85B385124C2B6534F3CD1866AF92009D93B97F763AA3D16684AA65F029E776DA | ||
| 699 | 3BFB75EDD46D562E6A284DB4F2FDBF7CDE7C1F3772CD7B6FD372842A0E07E3EF | ||
| 700 | 68A98AB9278ADC2D35891543F57ED6DCFE8923368D556F1A8B3E35863112F409 | ||
| 701 | FBE67FC270328312BAA43A9A372C510717B50AAB01A1E02A9982113E2D7C601C | ||
| 702 | B0BDA1C0E081E546A97647B74EE5194C57ACD62502B329FED4D966BDEB4028F0 | ||
| 703 | F082EDD5DFC8387653D620E9E73FDCE3C155347D5929C3A24D6121AEA46BBF3A | ||
| 704 | B1C8A4793FB7F21C84400912C27D9AB0845537103553BF8F | ||
| 705 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 706 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 707 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 708 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 709 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 710 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 711 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 712 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 713 | cleartomark | ||
| 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. | ||
| 719 | 11 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 | ||
| 728 | end 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 | ||
| 734 | 0 1 255 {1 index exch /.notdef put} for | ||
| 735 | dup 0 /.notdef put | ||
| 736 | readonly def | ||
| 737 | /FontBBox{-35 -250 1190 750}readonly def | ||
| 738 | /UniqueID 5000826 def | ||
| 739 | currentdict end | ||
| 740 | currentfile eexec | ||
| 741 | D9D66F633B846A97B686A97E45A3D0AA0529731C99A784CCBE85B4993B2EEBDE | ||
| 742 | 3B12D472B7CF54651EF21185116A69AB1096ED4BAD2F646635E019B6417CC77B | ||
| 743 | 532F85D811C70D1429A19A5307EF63EB5C5E02C89FC6C20F6D9D89E7D91FE470 | ||
| 744 | B72BEFDA23F5DF76BE05AF4CE93137A219ED8A04A9D7D6FDF37E6B7FCDE0D90B | ||
| 745 | 986423E5960A5D9FBB4C956556E8DF90CBFAEC476FA36FD9A5C8175C9AF513FE | ||
| 746 | D919C2DDD26BDC0D99398B9F4D03D6A8F05B47AF95EF28A9C561DBDC98C47CF5 | ||
| 747 | 525003F3DAD7933EB57E7DB1462E9D906F6D8F5BF740206C1EC5F36E00AAFF68 | ||
| 748 | F3EF6F3A2540E5F9564D1C215BC1E7E69C7D04DA5DB1CF195613C9CBF4BAA360 | ||
| 749 | 84AEF3E10E24877FBE36AD731DC97305BDE6DB1F934909FAF60B8E28561FBC57 | ||
| 750 | 0F5B6225425BFDE8F0C71CD4507B82FF803E9A301397975E38A259DE1E1B4FC0 | ||
| 751 | 06BB1DC2D45B987A2268A77CE8DC025CB0D1B39788BBEE149103950650171C94 | ||
| 752 | 5FED1063050A90BD38605BD9365D1C2AE42A7DA3DDB9A263FE10BD487F63D908 | ||
| 753 | D4F02758BD9D7BE53E6353A25BEFA29E42B50C1D078A8B3A746EEDB381CCE36C | ||
| 754 | 93FC4BD1A8D1D6ACD0D355E948CFE397B74D243EB51597D251D0BAE6884D70E8 | ||
| 755 | FEE119462E1939A9783414DF59EEA5FF1529F13869D1FF0A44935C5198CC5DAA | ||
| 756 | E1FD2A17AEEBF4974052D06734A409E26C457C06700C55896C90BB33E044A737 | ||
| 757 | 46590D9FA242819B9527FD59818D8829D4EB2D26A34CC05A2CC063E66F2DF193 | ||
| 758 | 8E4F9670014BC243180E45B51DDB05AD1E6A7F619EE1CE09CFC1A4F02CB7270E | ||
| 759 | 4482FEDF673EDED38EF3173C475C34BFB3F6623C5E942A7797FEDDD0EF1D54E9 | ||
| 760 | 1D90D7076C0A9687E334907C22F2E7C603388D8D626B0E5A62B7543DCBB575D7 | ||
| 761 | 9A6BE1528EC9BC18570001092524E4FBB02F3B29293BCB4F0EF14A2DD9DB22A5 | ||
| 762 | BB33455799E8120D2A4862424AA4A382972E2845E042506FC8F6E201D11DD0F2 | ||
| 763 | 09FAD8DC29C3E12B66293ACBFB13FA0F26238981F2CD52B47A8CDE6DF5CDFAAF | ||
| 764 | 3113E1A6366B806EABA9C34E5D41167CD10D7B639021FB4CFDAE28CE72A93F3C | ||
| 765 | E8929A4BB6D48613A88F926E0EB1BE5F6E29CA5350841244E1718987727B7245 | ||
| 766 | E7DDE2528073015C64AEE3BF18734A0C48AFF16A354C14E1A6D9D5DC96C06E02 | ||
| 767 | 3A1FE4AF93E8349C3293F62C3466B67D25A9533C6DAA4514EA201B79042CB220 | ||
| 768 | 43B3B60E13200B4F47011F95BA2EF1D6548218DCDBC1B00CCAE375F91EB60E32 | ||
| 769 | 9F1198D74BC3768101AB5F2E7BDEA9FE5C1379341C604D835B50B671793DD7EF | ||
| 770 | 605F60048FC9761FE50647C15C2424EABDC9AF4257F915282EFF1CF447EA3F0B | ||
| 771 | EE81FB67B04703215DB6AB3E47B7EE06435234C834DF84A3E0F99D753D596305 | ||
| 772 | 85DD514BA3C5ACCD8BF6BC804AEA170A32B2080B694CF7FE994228ECCAD86C4B | ||
| 773 | CB8B963E84D46ED86B2D43DADB277A79DD100777CB0F2022C8AC9DA77D500C73 | ||
| 774 | D6E15540121B6D82457096083526C7E2697F776239E02C3E64D25AFBFB58474E | ||
| 775 | E82672F2FBEA78ED5DCA1BB4FCD627BAAB6AB50232EDBE99D6CC51A287F80DCF | ||
| 776 | 14CC7DE3DCFF47A1DFA130CF7F502193C6C00B1A7A1515FF7374351238158B97 | ||
| 777 | AA26F0F2773E81CD03F4A398BEFBDCB450F0FA6450FD48B5A69E37B036BE5F85 | ||
| 778 | 0F0B1AAAB2CF3098AEF32B0902398A6A9E1DB5A0C42DD39E3208C4F8BBEC0A98 | ||
| 779 | 35FC84FF5EB2293644F7E6EF28FAF5F6E5205029CCFF7342BC276958EFFD7817 | ||
| 780 | 5D9F367C6FF151B12353BE9DDCF75196F2C8C8C889BB097A3D9D8FF5D77A7184 | ||
| 781 | D9F3EAC4493E94DC73886AFD7652ADBF562189B0B85FA5AEA4CA44558D70A408 | ||
| 782 | 4A276D6B0BCF6ED2F5E42E97933AEC978D286B3D0A99C6C7AB10AC6D1C36B07D | ||
| 783 | EA2F47489D4C2A55A6902C665B7321DD5324C6CE172349E5C6561B5F1CBBFD6E | ||
| 784 | B5FBBB914307020B218D68C45BB2E9A0BE81C9E8D5D71BC7851CD2922656337A | ||
| 785 | 9659E8E0A8F240903FC34DA589EC6D1FE6CF17D238576472C0CD1E0EB21A46B5 | ||
| 786 | 5B9DACB6CA3B094E51386E45C506D55EE3AC95AF333EBD0305084697383F054D | ||
| 787 | 61680900B82CB80D030270CA9C614A373B0B5B26F8465AE581967C6A336D8C44 | ||
| 788 | 21CED60606DF99F05AFC4C37F53D2D97450B78F1211A2682414780DFF7F6AC6E | ||
| 789 | 750071385D6DC87B58D3D13E286F70B11A692F4BF57BC828C6AA98C44EFE13F8 | ||
| 790 | 44535F79F5458B03AAE3ECEBF2EFD4AA83316E839EF7EBADEA22C17FF039FA85 | ||
| 791 | 498379D857AE78AC68CCC7D1EB2FE84D465AA452F43EC1AFEFE568E42F13E0BC | ||
| 792 | 1CDF5C873F8E3952713BD9A472E6FC9CDE8DDD9281EE3554C22A0D591C91D3E4 | ||
| 793 | 0B3162930BB6F0AC229EE1C847EC39BF81DDDE1A0B0EC7BC51A05AE93B3A891A | ||
| 794 | 3FEB85C68C88AADD29FD39F9DB30FB250D41EBB1124ED0069CDC49B3359D8689 | ||
| 795 | 05DCE2A27EFF35751E51E2C4AEA7DC8B2AF546AB58D6BE81DDD38A3A0833AB62 | ||
| 796 | E54F54ABC2BB67EF06678D0AA3AB0B240FDFD510404D87A1EA75D5005984B7D0 | ||
| 797 | DE9EE818E8F99BA9FD646FEAB795E5048E0710CEB0CBD8CA39754BCF7957C646 | ||
| 798 | 532525C2B94D55B1AF534778D653BD50DCECF8DFA4CFD08092AA4DD3D8BB43E9 | ||
| 799 | 6F40CE1B0B25287C46AA961061A0AE3714A465E39694B6E62410ECB1F409F939 | ||
| 800 | 51CE57A12C3CB5B4332A3BDEF4C13917982A0A4527440CAD427F1284E6534D68 | ||
| 801 | 201DA7E10B4DC25CCD025DB0D7E0906C59E235CBF747ED10C3300C1BA42BF434 | ||
| 802 | 1A3C9605F0D568CD938B0DEB5C5E8390309BDFA89EFA3E5F226A24910EAB3791 | ||
| 803 | 0361A08FE539B158072E96BC988AB061736F7DD19DEB61DB5738F2B43682C3E7 | ||
| 804 | 12D709F9E149DA4602201AD24F42BBBEDA49118A93A7F26B703AECDE574441EE | ||
| 805 | DAF7C634669C0D907B18BF4EAE198E9F3DD8F743FDBDBB2FF8C6650F17115FFF | ||
| 806 | 890F0FA7B873022FABADAD05C42B65FE98E870568D2CF828CDFF7C1EEEB5BF4B | ||
| 807 | 5E695EA05518191A5E8D34EB22091935E0816F8B49AFDCC44811D12D3CA85A57 | ||
| 808 | 8C67D67D400ECEBADAABDC5F7D4E1DE4E330FD1A954B925E2A5B1D0CFF2D80D5 | ||
| 809 | F668367C28480C7EC3359C781279E8928DB03E274855F7001ABCCE243ED7C259 | ||
| 810 | 67D4705EE2211FEF30D8E82F9EA0838B905A9FB986D1DD200524B74EC4B1AF8B | ||
| 811 | A0216BBCE594588D8C28A527BC85306960D73D85D96B652B88462881EA065E0C | ||
| 812 | 84485D21B22E71768A81037FA08C48EA83AEC7118DA808CC62783E7DFB121A87 | ||
| 813 | 0A8DA5BC6AD5B8C8ABD057D94DCD627E2CF3D6AACC031BCD50FF49C658EABCF1 | ||
| 814 | E6ED48E7B3A550782F077CCE21EFB7368B0D12EDF21BDA1DCD30D523A8B94729 | ||
| 815 | 1E339B18677721963F0F9FF961CA6B065A881546683125114FB8BFBF996BA299 | ||
| 816 | 9CA4E3F5BD5C0D614E2515BB6AAFD9D16E1F0C0409A524D91DAD55BB9630C810 | ||
| 817 | B1DF32BC5820AA059559A5095BF09750F21E3AECAD39CDB3277D06B78E2A0A08 | ||
| 818 | 533EF557F6815F1C361B2417D27F7D9EFA5C2DB0B2655938C8E9E1E36C411E70 | ||
| 819 | 7D57FD9EAFA6FD2C4D3A40D2F35C176E0522C6D0969A2DB598553D9C0A1940D2 | ||
| 820 | F3D8241AB8DB63E8426BF19B093D99DECC9E2633FE5C77EE55951036A7E19CC6 | ||
| 821 | 27A2DDA74A95F870306ACF9945AA4FE9E10F1FBC43830B2D817016290E50F988 | ||
| 822 | 7283F8E409B5BD2048CF8E8465DC3EC57EE47A7BB678093183B453FC60A8CD67 | ||
| 823 | 6CE6E21A859B1EEACCB9E0A3DC1AEF41C74FE0E0245587A5E1F107BBA11C2B86 | ||
| 824 | 91690DB7158BDAA3F2D82A820A36B3684CC11CCC4802C5F8135FAABDDD50091E | ||
| 825 | 97AE58FE38F088A7348D08F1B9A14BFEB8E97D81066D5C244DBDD9ABECECE72C | ||
| 826 | 6A91E31A815E2B22652F7813BDF07DEF9CBD0E8BB6E7999511289A0CE3CCF502 | ||
| 827 | 14D9A77E29615479657F8BE9AA3EBAC9DD08A04EE7A160A1C528BD6C2CE79E67 | ||
| 828 | 8913543117C32977841E710DCE7C0DAE68888C8EBEBD9883B9F9AF86B1C5790E | ||
| 829 | E520337D14F18FB14686356E4F1248B3E884634480E683DDDFE4B0221AF0825C | ||
| 830 | AF3B27DC3156F1E0B5E8D75063A10A81A78698BE4E1A4C2F49D2E530AF1ED966 | ||
| 831 | 8EF252D3CBEACAD0394B9546D51768C195A23A041EC1E3F21AC91C498515EDCF | ||
| 832 | 5A9977F9D72ADBBED88D5E3FFEC64A087FAB9DBDB268608247B977E435E4CE34 | ||
| 833 | F0C543383384541FF88669E53446065864769D5D3957C64011D7C93FC147B093 | ||
| 834 | 9FA961A60BDDF97F1A3BF53CC18D306DFCFE04DF980F026428E84140542171F0 | ||
| 835 | F706A48EDEC416DC58F006761686EBA99598962F6E1BEC8E78AEA474CF0AD890 | ||
| 836 | A72B9906BC891564ECD5440FE6047DB452171AF35C33C24D8A23E41C112D93B5 | ||
| 837 | F1B422386DFBE80ABBF7BD43F152F0451B7B0DB2D71B75575CB5256C94F40AE2 | ||
| 838 | E8DB4CABF990502BD74BE028E14C1972E666932E04E79B743B3357737F31D08B | ||
| 839 | EB9755DF6C89C185A7F13DA21A6E6E526A9089B11C6BB1F5247E31685B028F52 | ||
| 840 | 555F98CAB929558BA7BCDEAE76F93E7B00B214543EBEA0FA375B624B4553C133 | ||
| 841 | 16D6E2B846FAA862F9DCBD8FCB2A59EADE462BC8FDF8DC56B888C6C5ECF9BBB2 | ||
| 842 | 4197F4DDA197A9405F639643A4334545A8004F05963A05747B4905A319411086 | ||
| 843 | 9A691FF410F400E7E569CF8EA99102A57A569C223B8CF8A4B285ADAEDB238FB4 | ||
| 844 | 5FCCC3A9EB063BFB1F9263D8B31D8AE580B6B8F1F311388B509E224F7E600A98 | ||
| 845 | DE394C80D1CC6391D45160FC7CE92B0CD7E74B0844DD0F3562B14833A563FE6A | ||
| 846 | E5942191AA6BAE176278E9EC30533FE310F0694745C024929A65E4C411DAAF0C | ||
| 847 | F3539203284EDADDC1E27FF0EC2FED41AAD7A3CDCBF2B4177647CAEFA2FDD380 | ||
| 848 | F6483BB02F87E1B66F1F5F8B23DE0ED2EAF4C540A5D392D6B49B0BDF15DEDC09 | ||
| 849 | 13DF0F14E0E49389A82445230CB58704CDF21591EC4E721119F4786523A16BA1 | ||
| 850 | 95F9288C0704DE543FD38496FC59B15143CA8BA06584BE7E6C9F09DD4F207C09 | ||
| 851 | F2086D39D48B652E45BD2FC4E2C4BC1FE534CC1109E177C7494E0914CD0E45BB | ||
| 852 | C8461B6A6FEAC2A2742CB9B3441DB0340DA91F6C6BA5EF79D6363F68A52F3300 | ||
| 853 | 7CF46E9F6D5A7E33762852D4BA13A1825AFCF10B00CF175EB0059D272DBAB911 | ||
| 854 | 30D027A1C1AAF745E0D69B71FB455C1363AF42B7A00B142D9C8ADDF4CE9801AF | ||
| 855 | 71C666C1A6773BF48F35076FED27423E1CD18139F3D8B0A3E1AE44C55382FC66 | ||
| 856 | 942021B7C1E3451D679218810F816DA083A644A378D6ADEECCC212169B96FEBF | ||
| 857 | 744AD8C249E092F87CE696C926ED9E61B728674F39DFB645FF5AA6D742B73CF3 | ||
| 858 | 37536ABDB80094DD7CB7D0FC30B6370F8CF9B145F65F4220FA592AF67383108C | ||
| 859 | 3739E4FD2E0878AF00DDEE092CCD14B1E749941F342701F07097A4DF0EE5AB3A | ||
| 860 | B3D9BFE0B1060ADAFA7D4E3392218E5A7AEFE4CC01827ACD6903C2412270367B | ||
| 861 | FC75D8C1E290C5489BF2ADE1B3FA6E11B5BCF37FFBC42D0B3E7A7435D6AA7E8F | ||
| 862 | 62B96A05C15CF7025EE1B0D9CC2580A11A1F187DE686E6F8ABBE658382B212CC | ||
| 863 | D9BAB099DD7ED5EC269FF8CAC8C16E101B7AFE3BF9854884FF0746A1B0423FFC | ||
| 864 | 468342D5D31CEA0EDD7EB5FEEDDB129B7C55DDA20291A18592079BD75D8DCFA1 | ||
| 865 | 2182EB1AB128A319FFB027164B5F9505754A4B1C8DFAD7FF0C892D97FEA8F506 | ||
| 866 | C65585142BB9F986886117C7CFC66EE962D1609DC1DD36930A6525D1ED03AA93 | ||
| 867 | 282605FCC5C7C651D657EB8ED0A55EE348994C18FF6AEF1D8D669273B6EE450E | ||
| 868 | 709E6F60358F225E209AD70E96778E8375F41BCEFF74D46D595C0819C85E60DC | ||
| 869 | DB702C6AB7E90FEA2EB9EC299FDA15BE8A807EEBEB1BAFD628BB94B1E28EBD60 | ||
| 870 | B6DAFF828C2C80821C8ECE963DC90E750EB00E3418BD0858AC6595012D32C308 | ||
| 871 | DDF9F30191779BFD58D93AF0DFEDE67AD6902FCF8C953CF52188311EDD0D005C | ||
| 872 | BD31ADEE0825CE1C25725EA2D6C9E5D8D9034C | ||
| 873 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 874 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 875 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 876 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 877 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 878 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 879 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 880 | 0000000000000000000000000000000000000000000000000000000000000000 | ||
| 881 | cleartomark | ||
| 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 |
| 902 | 0 1 255 {1 index exch /.notdef put} for | 760 | 0 1 255 {1 index exch /.notdef put} for |
| 903 | dup 0 /.notdef put | 761 | dup 12 /fi put |
| 762 | dup 18 /grave put | ||
| 763 | dup 19 /acute put | ||
| 764 | dup 39 /quoteright put | ||
| 765 | dup 45 /hyphen put | ||
| 766 | dup 97 /a put | ||
| 767 | dup 98 /b put | ||
| 768 | dup 99 /c put | ||
| 769 | dup 100 /d put | ||
| 770 | dup 101 /e put | ||
| 771 | dup 102 /f put | ||
| 772 | dup 103 /g put | ||
| 773 | dup 104 /h put | ||
| 774 | dup 105 /i put | ||
| 775 | dup 108 /l put | ||
| 776 | dup 109 /m put | ||
| 777 | dup 110 /n put | ||
| 778 | dup 111 /o put | ||
| 779 | dup 112 /p put | ||
| 780 | dup 113 /q put | ||
| 781 | dup 114 /r put | ||
| 782 | dup 115 /s put | ||
| 783 | dup 116 /t put | ||
| 784 | dup 117 /u put | ||
| 785 | dup 118 /v put | ||
| 786 | dup 120 /x put | ||
| 904 | readonly def | 787 | readonly def |
| 905 | /FontBBox{-59 -250 1235 750}readonly def | 788 | /FontBBox{-59 -250 1235 750}readonly def |
| 906 | /UniqueID 5000766 def | ||
| 907 | currentdict end | 789 | currentdict end |
| 908 | currentfile eexec | 790 | currentfile eexec |
| 909 | D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 | 791 | D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 |
| @@ -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 |
| 1081 | 0 1 255 {1 index exch /.notdef put} for | 963 | 0 1 255 {1 index exch /.notdef put} for |
| 1082 | dup 0 /.notdef put | 964 | dup 33 /exclam put |
| 965 | dup 34 /quotedbl put | ||
| 966 | dup 35 /numbersign put | ||
| 967 | dup 36 /dollar put | ||
| 968 | dup 37 /percent put | ||
| 969 | dup 39 /quoteright put | ||
| 970 | dup 40 /parenleft put | ||
| 971 | dup 41 /parenright put | ||
| 972 | dup 42 /asterisk put | ||
| 973 | dup 43 /plus put | ||
| 974 | dup 44 /comma put | ||
| 975 | dup 45 /hyphen put | ||
| 976 | dup 46 /period put | ||
| 977 | dup 47 /slash put | ||
| 978 | dup 48 /zero put | ||
| 979 | dup 49 /one put | ||
| 980 | dup 50 /two put | ||
| 981 | dup 51 /three put | ||
| 982 | dup 52 /four put | ||
| 983 | dup 53 /five put | ||
| 984 | dup 58 /colon put | ||
| 985 | dup 60 /less put | ||
| 986 | dup 62 /greater put | ||
| 987 | dup 63 /question put | ||
| 988 | dup 64 /at put | ||
| 989 | dup 65 /A put | ||
| 990 | dup 66 /B put | ||
| 991 | dup 67 /C put | ||
| 992 | dup 68 /D put | ||
| 993 | dup 69 /E put | ||
| 994 | dup 70 /F put | ||
| 995 | dup 71 /G put | ||
| 996 | dup 76 /L put | ||
| 997 | dup 77 /M put | ||
| 998 | dup 80 /P put | ||
| 999 | dup 82 /R put | ||
| 1000 | dup 83 /S put | ||
| 1001 | dup 84 /T put | ||
| 1002 | dup 87 /W put | ||
| 1003 | dup 91 /bracketleft put | ||
| 1004 | dup 92 /backslash put | ||
| 1005 | dup 93 /bracketright put | ||
| 1006 | dup 94 /asciicircum put | ||
| 1007 | dup 95 /underscore put | ||
| 1008 | dup 96 /quoteleft put | ||
| 1009 | dup 97 /a put | ||
| 1010 | dup 98 /b put | ||
| 1011 | dup 99 /c put | ||
| 1012 | dup 100 /d put | ||
| 1013 | dup 101 /e put | ||
| 1014 | dup 102 /f put | ||
| 1015 | dup 103 /g put | ||
| 1016 | dup 104 /h put | ||
| 1017 | dup 105 /i put | ||
| 1018 | dup 106 /j put | ||
| 1019 | dup 107 /k put | ||
| 1020 | dup 108 /l put | ||
| 1021 | dup 109 /m put | ||
| 1022 | dup 110 /n put | ||
| 1023 | dup 111 /o put | ||
| 1024 | dup 112 /p put | ||
| 1025 | dup 113 /q put | ||
| 1026 | dup 114 /r put | ||
| 1027 | dup 115 /s put | ||
| 1028 | dup 116 /t put | ||
| 1029 | dup 117 /u put | ||
| 1030 | dup 118 /v put | ||
| 1031 | dup 119 /w put | ||
| 1032 | dup 120 /x put | ||
| 1033 | dup 121 /y put | ||
| 1034 | dup 122 /z put | ||
| 1035 | dup 123 /braceleft put | ||
| 1036 | dup 124 /bar put | ||
| 1037 | dup 125 /braceright put | ||
| 1083 | readonly def | 1038 | readonly def |
| 1084 | /FontBBox{-5 -232 545 699}readonly def | 1039 | /FontBBox{-5 -232 545 699}readonly def |
| 1085 | /UniqueID 5000830 def | ||
| 1086 | currentdict end | 1040 | currentdict end |
| 1087 | currentfile eexec | 1041 | currentfile eexec |
| 1088 | D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 | 1042 | D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 |
| @@ -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 |
| 1483 | 0 1 255 {1 index exch /.notdef put} for | 1437 | 0 1 255 {1 index exch /.notdef put} for |
| 1484 | dup 0 /.notdef put | 1438 | dup 12 /fi put |
| 1439 | dup 18 /grave put | ||
| 1440 | dup 19 /acute put | ||
| 1441 | dup 39 /quoteright put | ||
| 1442 | dup 45 /hyphen put | ||
| 1443 | dup 65 /A put | ||
| 1444 | dup 67 /C put | ||
| 1445 | dup 68 /D put | ||
| 1446 | dup 69 /E put | ||
| 1447 | dup 70 /F put | ||
| 1448 | dup 71 /G put | ||
| 1449 | dup 73 /I put | ||
| 1450 | dup 74 /J put | ||
| 1451 | dup 76 /L put | ||
| 1452 | dup 77 /M put | ||
| 1453 | dup 78 /N put | ||
| 1454 | dup 79 /O put | ||
| 1455 | dup 80 /P put | ||
| 1456 | dup 81 /Q put | ||
| 1457 | dup 82 /R put | ||
| 1458 | dup 83 /S put | ||
| 1459 | dup 84 /T put | ||
| 1460 | dup 85 /U put | ||
| 1461 | dup 86 /V put | ||
| 1462 | dup 94 /circumflex put | ||
| 1463 | dup 97 /a put | ||
| 1464 | dup 98 /b put | ||
| 1465 | dup 99 /c put | ||
| 1466 | dup 100 /d put | ||
| 1467 | dup 101 /e put | ||
| 1468 | dup 102 /f put | ||
| 1469 | dup 103 /g put | ||
| 1470 | dup 104 /h put | ||
| 1471 | dup 105 /i put | ||
| 1472 | dup 108 /l put | ||
| 1473 | dup 109 /m put | ||
| 1474 | dup 110 /n put | ||
| 1475 | dup 111 /o put | ||
| 1476 | dup 112 /p put | ||
| 1477 | dup 113 /q put | ||
| 1478 | dup 114 /r put | ||
| 1479 | dup 115 /s put | ||
| 1480 | dup 116 /t put | ||
| 1481 | dup 117 /u put | ||
| 1482 | dup 118 /v put | ||
| 1483 | dup 120 /x put | ||
| 1485 | readonly def | 1484 | readonly def |
| 1486 | /FontBBox{-301 -250 1164 946}readonly def | 1485 | /FontBBox{-301 -250 1164 946}readonly def |
| 1487 | /UniqueID 5000768 def | ||
| 1488 | currentdict end | 1486 | currentdict end |
| 1489 | currentfile eexec | 1487 | currentfile eexec |
| 1490 | D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 | 1488 | D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 |
| @@ -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 |
| 1796 | 0 1 255 {1 index exch /.notdef put} for | 1794 | 0 1 255 {1 index exch /.notdef put} for |
| 1797 | dup 0 /.notdef put | 1795 | dup 11 /ff put |
| 1796 | dup 12 /fi put | ||
| 1797 | dup 14 /ffi put | ||
| 1798 | dup 16 /dotlessi put | ||
| 1799 | dup 18 /grave put | ||
| 1800 | dup 19 /acute put | ||
| 1801 | dup 27 /oe put | ||
| 1802 | dup 34 /quotedblright put | ||
| 1803 | dup 39 /quoteright put | ||
| 1804 | dup 40 /parenleft put | ||
| 1805 | dup 41 /parenright put | ||
| 1806 | dup 44 /comma put | ||
| 1807 | dup 45 /hyphen put | ||
| 1808 | dup 46 /period put | ||
| 1809 | dup 49 /one put | ||
| 1810 | dup 50 /two put | ||
| 1811 | dup 57 /nine put | ||
| 1812 | dup 58 /colon put | ||
| 1813 | dup 65 /A put | ||
| 1814 | dup 67 /C put | ||
| 1815 | dup 68 /D put | ||
| 1816 | dup 69 /E put | ||
| 1817 | dup 70 /F put | ||
| 1818 | dup 71 /G put | ||
| 1819 | dup 73 /I put | ||
| 1820 | dup 76 /L put | ||
| 1821 | dup 78 /N put | ||
| 1822 | dup 80 /P put | ||
| 1823 | dup 82 /R put | ||
| 1824 | dup 83 /S put | ||
| 1825 | dup 85 /U put | ||
| 1826 | dup 88 /X put | ||
| 1827 | dup 92 /quotedblleft put | ||
| 1828 | dup 94 /circumflex put | ||
| 1829 | dup 97 /a put | ||
| 1830 | dup 98 /b put | ||
| 1831 | dup 99 /c put | ||
| 1832 | dup 100 /d put | ||
| 1833 | dup 101 /e put | ||
| 1834 | dup 102 /f put | ||
| 1835 | dup 103 /g put | ||
| 1836 | dup 104 /h put | ||
| 1837 | dup 105 /i put | ||
| 1838 | dup 106 /j put | ||
| 1839 | dup 107 /k put | ||
| 1840 | dup 108 /l put | ||
| 1841 | dup 109 /m put | ||
| 1842 | dup 110 /n put | ||
| 1843 | dup 111 /o put | ||
| 1844 | dup 112 /p put | ||
| 1845 | dup 113 /q put | ||
| 1846 | dup 114 /r put | ||
| 1847 | dup 115 /s put | ||
| 1848 | dup 116 /t put | ||
| 1849 | dup 117 /u put | ||
| 1850 | dup 118 /v put | ||
| 1851 | dup 119 /w put | ||
| 1852 | dup 120 /x put | ||
| 1853 | dup 121 /y put | ||
| 1854 | dup 122 /z put | ||
| 1855 | dup 123 /endash put | ||
| 1798 | readonly def | 1856 | readonly def |
| 1799 | /FontBBox{-36 -250 1070 750}readonly def | 1857 | /FontBBox{-36 -250 1070 750}readonly def |
| 1800 | /UniqueID 5000791 def | ||
| 1801 | currentdict end | 1858 | currentdict end |
| 1802 | currentfile eexec | 1859 | currentfile eexec |
| 1803 | D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 | 1860 | D9D66F633B846A97B686A97E45A3D0AA052A014267B7904EB3C0D3BD0B83D891 |
| @@ -2130,496 +2187,496 @@ E1A74AC8024558EE17551D308B1593F1E2A4D23FD570BC70E035B232D946FB9C | |||
| 2130 | 0000000000000000000000000000000000000000000000000000000000000000 | 2187 | 0000000000000000000000000000000000000000000000000000000000000000 |
| 2131 | cleartomark | 2188 | cleartomark |
| 2132 | %%EndFont | 2189 | %%EndFont |
| 2133 | TeXDict begin 52099146 40258431 1000 600 600 (fr-refcard.dvi) | 2190 | TeXDict 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 |
| 2135 | 49.8132 /CMSY6 rf /Fb 133[27 32 1[43 32 34 24 24 24 32 | 2192 | 3[38 24 29 30 1[36 36 40 58 18 2[22 1[33 1[33 36 33 33 |
| 2193 | 36 51[26 45[{}18 66.4176 /CMTI8 rf /Fc 242[61 13[{}1 | ||
| 2194 | 49.8132 /CMSY6 rf /Fd 133[27 32 1[43 32 34 24 24 24 32 | ||
| 2136 | 34 30 34 50 18 32 1[18 34 30 19 27 34 27 34 30 10[45 | 2195 | 34 30 34 50 18 32 1[18 34 30 19 27 34 27 34 30 10[45 |
| 2137 | 45 1[34 2[41 1[45 54 2[31 22 1[47 39 41 1[43 42 45 9[30 | 2196 | 45 1[34 2[41 1[45 54 2[31 22 1[47 39 41 1[43 42 45 9[30 |
| 2138 | 30 30 1[30 30 30 30 1[18 21 18 4[18 14[27 4[30 30 18[{ | 2197 | 30 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 | 2198 | 49.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 | ||
| 2142 | 1[33 1[33 36 33 33 36 51[26 45[{ TeX74afc74cEncoding ReEncodeFont }18 | ||
| 2143 | 66.4176 /CMTI8 rf /Fe 135[43 1[43 45 32 32 34 43 45 41 | ||
| 2144 | 45 68 23 2[23 45 41 25 37 45 36 45 40 51[27 5[23 19[41 | 2199 | 45 68 23 2[23 45 41 25 37 45 36 45 40 51[27 5[23 19[41 |
| 2145 | 41 5[45 12[{ TeXf7b6d320Encoding ReEncodeFont }26 66.4176 | 2200 | 41 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 | ||
| 2147 | 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 | 2201 | 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 35 |
| 2148 | 35 35 35 35 35 3[35 2[35 35 35 1[35 2[35 35 4[35 35 35 | 2202 | 35 35 35 35 35 35 35 35 35 35 35 35 35 3[35 2[35 35 35 |
| 2149 | 35 35 35 35 35 35 35 1[35 1[35 4[35 35 35 35 35 35 35 | 2203 | 1[35 2[35 35 4[35 35 35 35 35 35 35 35 35 35 1[35 1[35 |
| 2150 | 35 35 35 35 35 35 35 35 1[35 35 35 35 35 33[{ | 2204 | 4[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 | 2205 | 35 35 35 33[{}74 66.4176 /CMTT8 rf /Fg 135[60 1[60 64 |
| 2152 | rf /Fg 135[60 1[60 64 45 45 47 60 64 57 64 95 32 2[32 | 2206 | 45 45 47 60 64 57 64 95 32 2[32 64 57 35 53 64 51 64 |
| 2153 | 64 57 35 53 64 51 64 56 2[57 7[87 1[80 64 86 86 78 86 | 2207 | 56 2[57 7[87 1[80 64 86 86 78 86 1[109 69 1[59 43 2[72 |
| 2154 | 1[109 69 1[59 43 2[72 75 88 83 1[87 19[38 5[32 19[57 | 2208 | 75 88 83 1[87 19[38 5[32 19[57 57 5[64 12[{}43 99.6264 |
| 2155 | 57 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 |
| 2157 | 35 39 59 20 37 22 20 39 35 22 31 39 31 39 35 2[35 1[35 | 2210 | 35 39 59 20 37 22 20 39 35 22 31 39 31 39 35 2[35 1[35 |
| 2158 | 3[53 2[53 1[39 52 1[48 1[53 1[44 2[25 1[55 46 48 54 51 | 2211 | 3[53 2[53 1[39 52 1[48 1[53 1[44 2[25 1[55 46 48 54 51 |
| 2159 | 1[53 6[20 35 6[35 35 2[20 24 20 2[27 27 20 4[35 6[55 | 2212 | 1[53 6[20 35 6[35 35 2[20 24 20 2[27 27 20 4[35 6[55 |
| 2160 | 7[35 35 1[20 1[59 1[39 41 11[{ TeXf7b6d320Encoding ReEncodeFont }61 | 2213 | 7[35 35 1[20 1[59 1[39 41 11[{}61 66.4176 /CMR8 rf /Fi |
| 2161 | 66.4176 /CMR8 rf /Fi 139[53 54 57 3[76 115 6[42 63 76 | 2214 | 139[53 54 57 3[76 115 6[42 63 76 61 1[67 11[106 6[108 |
| 2162 | 61 1[67 11[106 6[108 6[108 1[90 1[99 47[69 19[{ | 2215 | 6[108 1[90 1[99 47[69 19[{}16 119.552 /CMBX10 rf end |
| 2163 | TeXf7b6d320Encoding ReEncodeFont }16 119.552 /CMBX10 | ||
| 2164 | rf end | ||
| 2165 | %%EndProlog | 2216 | %%EndProlog |
| 2166 | %%BeginSetup | 2217 | %%BeginSetup |
| 2167 | %%Feature: *Resolution 600dpi | 2218 | %%Feature: *Resolution 600dpi |
| 2168 | TeXDict begin | 2219 | TeXDict begin |
| 2220 | %%BeginPaperSize: a4 | ||
| 2221 | a4 | ||
| 2222 | %%EndPaperSize | ||
| 2169 | @landscape end | 2223 | @landscape end |
| 2170 | %%EndSetup | 2224 | %%EndSetup |
| 2171 | %%Page: 1 1 | 2225 | %%Page: 1 1 |
| 2172 | TeXDict begin @landscape 1 0 bop -540 -364 a Fi(Carte)46 | 2226 | TeXDict begin @landscape 1 0 bop -540 -364 a Fi(Carte)46 |
| 2173 | b(de)g(r)m(\023)-66 b(ef)m(\023)g(erence)46 b(de)g(GNU)f(Emacs)205 | 2227 | b(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 |
| 2176 | b(lancer)h(GNU)g(Emacs)f(22,)h(il)f(su\016t)h(de)g(tap)r(er)g(son)f | 2230 | b(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 |
| 2179 | b(v)n(oir)f(Fic)n(hiers,)g(ci-dessous.)-450 380 y Fg(Quitter)37 | 2233 | b(v)n(oir)f(Fic)n(hiers,)g(ci-dessous.)-450 280 y Fg(Quitter)37 |
| 2180 | b(Emacs)-450 563 y Fh(susp)r(end)24 b(Emacs)g(\(ou)h(l'iconi\014e)e | 2234 | b(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 |
| 2182 | b(e\014nitiv)n(emen)n(t)26 b(Emacs)616 b Ff(C-x)36 b(C-c)-450 | 2236 | b(e\014nitiv)n(emen)n(t)26 b(Emacs)616 b Ff(C-x)36 b(C-c)-450 |
| 2183 | 888 y Fg(Fic)m(hiers)-450 1051 y Fe(lire)23 b Fh(un)h(\014c)n(hier)f | 2237 | 731 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 |
| 2185 | b Fh(un)i(\014c)n(hier)g(sur)f(disque)439 b Ff(C-x)36 | 2239 | b Fh(un)i(\014c)n(hier)g(sur)f(disque)439 b Ff(C-x)36 |
| 2186 | b(C-s)-450 1264 y Fh(sauv)n(egarder)25 b Fe(tous)e Fh(les)g(\014c)n | 2240 | b(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 |
| 2188 | b(erer)23 b Fh(le)h(con)n(ten)n(u)h(d'un)f(autre)g(\014c)n(hier)g(dans) | 2242 | b(erer)23 b Fh(le)h(con)n(ten)n(u)h(d'un)f(autre)g(\014c)n(hier)g(dans) |
| 2189 | g(ce)-379 1476 y(tamp)r(on)1204 b Ff(C-x)36 b(i)-450 | 2243 | g(ce)-379 1291 y(tamp)r(on)1204 b Ff(C-x)36 b(i)-450 |
| 2190 | 1582 y Fh(remplacer)24 b(ce)g(\014c)n(hier)g(par)f(le)h(\014c)n(hier)f | 2244 | 1397 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 |
| 2192 | b(ecrire)23 b(le)h(tamp)r(on)g(dans)g(un)g(\014c)n(hier)g(donn)n(\023) | 2246 | b(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 |
| 2194 | b(du)g(mo)r(de)g(lecture-seule)h(du)f(tamp)r(on)229 b | 2248 | b(du)g(mo)r(de)g(lecture-seule)h(du)f(tamp)r(on)229 b |
| 2195 | Ff(C-x)36 b(C-q)-450 2014 y Fg(Obtenir)h(de)g(l'aide)-450 | 2249 | Ff(C-x)36 b(C-q)-450 1800 y Fg(Obtenir)h(de)g(l'aide)-450 |
| 2196 | 2164 y Fh(Le)27 b(syst)n(\022)-33 b(eme)27 b(d'aide)g(est)g(simple.)40 | 2250 | 1913 y Fh(Le)27 b(syst)n(\022)-33 b(eme)27 b(d'aide)g(est)g(simple.)40 |
| 2197 | b(F)-6 b(aites)27 b Ff(C-h)h Fh(\(ou)f Ff(F1)p Fh(\))h(et)f(suiv)n(ez)g | 2251 | b(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 |
| 2199 | b(ebutez,)28 b(faites)e Ff(C-h)36 b(t)26 b Fh(p)r(our)g(suivre)g(un)g | 2253 | b(ebutez,)28 b(faites)e Ff(C-h)36 b(t)26 b Fh(p)r(our)g(suivre)g(un)g |
| 2200 | Fe(di-)-450 2291 y(dacticiel)p Fh(.)-450 2397 y(supprimer)d(la)g(fen)n | 2254 | Fe(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 |
| 2202 | y Fh(faire)23 b(d)n(\023)-33 b(e\014ler)24 b(la)f(fen)n(^)-33 | 2256 | y Fh(faire)23 b(d)n(\023)-33 b(e\014ler)24 b(la)f(fen)n(^)-33 |
| 2203 | b(etre)24 b(d'aide)645 b Ff(C-M-v)-450 2638 y Fh(aprop)r(os)24 | 2257 | b(etre)24 b(d'aide)645 b Ff(C-M-v)-450 2395 y Fh(aprop)r(os)24 |
| 2204 | b(:)35 b(mon)n(trer)24 b(les)f(commandes)i(con)n(tenan)n(t)-379 | 2258 | b(:)35 b(mon)n(trer)24 b(les)f(commandes)i(con)n(tenan)n(t)-379 |
| 2205 | 2745 y(une)f(certaine)h(c)n(ha)-8 b(^)-27 b(\020ne)847 | 2259 | 2501 y(une)f(certaine)h(c)n(ha)-8 b(^)-27 b(\020ne)847 |
| 2206 | b Ff(C-h)36 b(a)-450 2851 y Fh(d)n(\023)-33 b(ecrire)23 | 2260 | b Ff(C-h)36 b(a)-450 2608 y Fh(d)n(\023)-33 b(ecrire)23 |
| 2207 | b(la)h(fonction)g(lanc)n(\023)-33 b(ee)25 b(par)f(une)g(touc)n(he)258 | 2261 | b(la)h(fonction)g(lanc)n(\023)-33 b(ee)25 b(par)f(une)g(touc)n(he)258 |
| 2208 | b Ff(C-h)36 b(k)-450 2957 y Fh(d)n(\023)-33 b(ecrire)23 | 2262 | b Ff(C-h)36 b(k)-450 2714 y Fh(d)n(\023)-33 b(ecrire)23 |
| 2209 | b(une)i(fonction)898 b Ff(C-h)36 b(f)-450 3063 y Fh(obtenir)24 | 2263 | b(une)i(fonction)898 b Ff(C-h)36 b(f)-450 2820 y Fh(obtenir)24 |
| 2210 | b(des)g(informations)f(sp)n(\023)-33 b(eci\014ques)25 | 2264 | b(des)g(informations)f(sp)n(\023)-33 b(eci\014ques)25 |
| 2211 | b(au)f(mo)r(de)124 b Ff(C-h)36 b(m)-450 3283 y Fg(R)n(\023)-55 | 2265 | b(au)f(mo)r(de)124 b Ff(C-h)36 b(m)-450 3011 y Fg(R)n(\023)-55 |
| 2212 | b(ecup)n(\023)g(eration)36 b(des)h(erreurs)-450 3465 | 2266 | b(ecup)n(\023)g(eration)36 b(des)h(erreurs)-450 3165 |
| 2213 | y Fe(a)n(v)n(orter)21 b Fh(une)k(commande)f(partiellemen)n(t)h(tap)n | 2267 | y 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) |
| 2215 | 1084 b Ff(C-g)-450 3678 y Fe(r)n(\023)-39 b(ecup)n(\023)g(erer)24 | 2269 | 1084 b Ff(C-g)-450 3377 y Fe(r)n(\023)-39 b(ecup)n(\023)g(erer)24 |
| 2216 | b Fh(les)f(\014c)n(hier)h(p)r(erdus)g(par)f(un)-379 3784 | 2270 | b Fh(les)f(\014c)n(hier)h(p)r(erdus)g(par)f(un)-379 3483 |
| 2217 | y(crash)g(du)h(syst)n(\022)-33 b(eme)669 b Ff(M-x)36 | 2271 | y(crash)g(du)h(syst)n(\022)-33 b(eme)669 b Ff(M-x)36 |
| 2218 | b(recover-session)-450 3890 y Fe(ann)n(uler)23 b Fh(une)h(mo)r | 2272 | b(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 |
| 2220 | b(u,)g(C-_)g Fh(ou)g Ff(C-/)-450 3996 y Fh(restaurer)24 | 2274 | b(u,)g(C-_)g Fh(ou)g Ff(C-/)-450 3696 y Fh(restaurer)24 |
| 2221 | b(un)f(tamp)r(on)i(a)n(v)n(ec)g(son)f(con)n(ten)n(u)-379 | 2275 | b(un)f(tamp)r(on)i(a)n(v)n(ec)g(son)f(con)n(ten)n(u)-379 |
| 2222 | 4103 y(initial)1015 b Ff(M-x)36 b(revert-buffer)-450 | 2276 | 3802 y(initial)1015 b Ff(M-x)36 b(revert-buffer)-450 |
| 2223 | 4209 y Fh(r)n(\023)-33 b(ea\016c)n(her)24 b(un)e(\023)-33 | 2277 | 3908 y Fh(r)n(\023)-33 b(ea\016c)n(her)24 b(un)e(\023)-33 |
| 2224 | b(ecran)24 b(p)r(erturb)n(\023)-33 b(e)653 b Ff(C-l)1746 | 2278 | b(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 | 2279 | 4131 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 | 2280 | b(Soft)n(w)n(are)i(F)-5 b(oundation,)20 b(Inc.)27 b(P)n(ermissions)21 |
| 2227 | b Ff(C-s)1746 -95 y Fh(rec)n(herc)n(her)24 b(v)n(ers)g(l'arri)n(\022) | 2281 | b(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 | 2282 | b(incr)n(\023)-55 b(emen)m(tale)1746 -230 y Fh(rec)n(herc)n(her)24 |
| 2283 | b(v)n(ers)g(l'a)n(v)l(an)n(t)823 b Ff(C-s)1746 -123 y | ||
| 2284 | Fh(rec)n(herc)n(her)24 b(v)n(ers)g(l'arri)n(\022)-33 | ||
| 2285 | b(ere)787 b Ff(C-r)1746 -17 y Fh(rec)n(herc)n(her)24 | ||
| 2229 | b(v)n(ers)g(l'a)n(v)l(an)n(t)g(par)g(expression)1817 | 2286 | b(v)n(ers)g(l'a)n(v)l(an)n(t)g(par)g(expression)1817 |
| 2230 | 118 y(rationnelle)1115 b Ff(C-M-s)1746 224 y Fh(rec)n(herc)n(her)24 | 2287 | 89 y(rationnelle)1115 b Ff(C-M-s)1746 196 y Fh(rec)n(herc)n(her)24 |
| 2231 | b(v)n(ers)g(l'arri)n(\022)-33 b(ere)22 b(par)h(expression)1817 | 2288 | b(v)n(ers)g(l'arri)n(\022)-33 b(ere)22 b(par)h(expression)1817 |
| 2232 | 330 y(rationnelle)1115 b Ff(C-M-r)1746 465 y Fh(s)n(\023)-33 | 2289 | 302 y(rationnelle)1115 b Ff(C-M-r)1746 437 y Fh(s)n(\023)-33 |
| 2233 | b(electionner)25 b(la)e(c)n(ha)-8 b(^)-27 b(\020ne)25 | 2290 | b(electionner)25 b(la)e(c)n(ha)-8 b(^)-27 b(\020ne)25 |
| 2234 | b(de)f(rec)n(herc)n(he)h(pr)n(\023)-33 b(ec)n(\023)g(eden)n(te)101 | 2291 | b(de)f(rec)n(herc)n(he)h(pr)n(\023)-33 b(ec)n(\023)g(eden)n(te)101 |
| 2235 | b Ff(M-p)1746 571 y Fh(s)n(\023)-33 b(electionner)25 | 2292 | b Ff(M-p)1746 543 y Fh(s)n(\023)-33 b(electionner)25 |
| 2236 | b(la)e(c)n(ha)-8 b(^)-27 b(\020ne)25 b(de)f(rec)n(herc)n(he)h(suiv)l | 2293 | b(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 |
| 2239 | 784 y Fh(ann)n(uler)24 b(l'e\013et)g(du)g(dernier)f(caract)n(\022)-33 | 2296 | 755 y Fh(ann)n(uler)24 b(l'e\013et)g(du)g(dernier)f(caract)n(\022)-33 |
| 2240 | b(ere)446 b Ff(DEL)1746 890 y Fh(ann)n(uler)24 b(la)f(rec)n(herc)n(he)i | 2297 | b(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 |
| 2242 | Ff(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) | 2299 | Ff(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) |
| 2243 | 18 b(la)e(rec)n(herc)n(he)i(dans)f(une)g(direction)1746 | 2300 | 18 b(la)e(rec)n(herc)n(he)i(dans)f(une)g(direction)1746 |
| 2244 | 1064 y(quelconque.)67 b(Si)34 b(Emacs)h(est)h(encore)g(en)f(train)g(de) | 2301 | 1038 y(quelconque.)67 b(Si)34 b(Emacs)h(est)h(encore)g(en)f(train)g(de) |
| 2245 | g(c)n(herc)n(her,)j Ff(C-g)1746 1128 y Fh(n'ann)n(ule)24 | 2302 | g(c)n(herc)n(her,)j Ff(C-g)1746 1105 y Fh(n'ann)n(ule)24 |
| 2246 | b(que)h(ce)f(qui)f(n'a)h(pas)e(\023)-33 b(et)n(\023)g(e)25 | 2303 | b(que)h(ce)f(qui)f(n'a)h(pas)e(\023)-33 b(et)n(\023)g(e)25 |
| 2247 | b(fait.)1746 1331 y Fg(D)n(\023)-55 b(eplacemen)m(ts)1746 | 2304 | b(fait.)1746 1280 y Fg(D)n(\023)-55 b(eplacemen)m(ts)1746 |
| 2248 | 1489 y Fe(en)n(tit)n(\023)-39 b(e)26 b(sur)i(laquelle)e(se)h(d)n(\023) | 2305 | 1409 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 |
| 2250 | b(en)27 b(a)n(v)-5 b(an)n(t)1746 1553 y Fh(caract)n(\022)-33 | 2307 | b(en)27 b(a)n(v)-5 b(an)n(t)1746 1475 y Fh(caract)n(\022)-33 |
| 2251 | b(ere)992 b Ff(C-b)313 b(C-f)1746 1617 y Fh(mot)1148 | 2308 | b(ere)992 b Ff(C-b)313 b(C-f)1746 1531 y Fh(mot)1148 |
| 2252 | b Ff(M-b)313 b(M-f)1746 1681 y Fh(ligne)1124 b Ff(C-p)313 | 2309 | b Ff(M-b)313 b(M-f)1746 1586 y Fh(ligne)1124 b Ff(C-p)313 |
| 2253 | b(C-n)1746 1752 y Fh(aller)23 b(au)h(d)n(\023)-33 b(ebut)25 | 2310 | b(C-n)1746 1658 y Fh(aller)23 b(au)h(d)n(\023)-33 b(ebut)25 |
| 2254 | b(\(ou)f(\022)-35 b(a)24 b(la)g(\014n\))g(de)g(la)f(ligne)105 | 2311 | b(\(ou)f(\022)-35 b(a)24 b(la)g(\014n\))g(de)g(la)f(ligne)105 |
| 2255 | b Ff(C-a)313 b(C-e)1746 1816 y Fh(phrase)1069 b Ff(M-a)313 | 2312 | b Ff(C-a)313 b(C-e)1746 1727 y Fh(phrase)1069 b Ff(M-a)313 |
| 2256 | b(M-e)1746 1879 y Fh(paragraphe)925 b Ff(M-{)313 b(M-})1746 | 2313 | b(M-e)1746 1793 y Fh(paragraphe)925 b Ff(M-{)313 b(M-})1746 |
| 2257 | 1943 y Fh(page)1129 b Ff(C-x)36 b([)242 b(C-x)36 b(])1746 | 2314 | 1858 y Fh(page)1129 b Ff(C-x)36 b([)242 b(C-x)36 b(])1746 |
| 2258 | 2007 y Fh(s-expression)901 b Ff(C-M-b)243 b(C-M-f)1746 | 2315 | 1922 y Fh(s-expression)901 b Ff(C-M-b)243 b(C-M-f)1746 |
| 2259 | 2071 y Fh(fonction)1021 b Ff(C-M-a)243 b(C-M-e)1746 2134 | 2316 | 1988 y Fh(fonction)1021 b Ff(C-M-a)243 b(C-M-e)1746 2044 |
| 2260 | y Fh(aller)23 b(au)h(d)n(\023)-33 b(ebut)25 b(\(ou)f(\022)-35 | 2317 | y Fh(aller)23 b(au)h(d)n(\023)-33 b(ebut)25 b(\(ou)f(\022)-35 |
| 2261 | b(a)24 b(la)g(\014n\))g(du)g(tamp)r(on)84 b Ff(M-<)313 | 2318 | b(a)24 b(la)g(\014n\))g(du)g(tamp)r(on)84 b Ff(M-<)313 |
| 2262 | b(M->)1746 2257 y Fh(passer)24 b(\022)-35 b(a)23 b(l')n(\023)-33 | 2319 | b(M->)1746 2166 y Fh(passer)24 b(\022)-35 b(a)23 b(l')n(\023)-33 |
| 2263 | b(ecran)24 b(suiv)l(an)n(t)793 b Ff(C-v)1746 2363 y Fh(passer)24 | 2320 | b(ecran)24 b(suiv)l(an)n(t)793 b Ff(C-v)1746 2273 y Fh(passer)24 |
| 2264 | b(\022)-35 b(a)23 b(l')n(\023)-33 b(ecran)24 b(pr)n(\023)-33 | 2321 | b(\022)-35 b(a)23 b(l')n(\023)-33 b(ecran)24 b(pr)n(\023)-33 |
| 2265 | b(ec)n(\023)g(eden)n(t)718 b Ff(M-v)1746 2469 y Fh(d)n(\023)-33 | 2322 | b(ec)n(\023)g(eden)n(t)718 b Ff(M-v)1746 2379 y Fh(d)n(\023)-33 |
| 2266 | b(e\014ler)24 b(l')n(\023)-33 b(ecran)23 b(v)n(ers)h(la)f(droite)668 | 2323 | b(e\014ler)24 b(l')n(\023)-33 b(ecran)23 b(v)n(ers)h(la)f(droite)668 |
| 2267 | b Ff(C-x)36 b(<)1746 2576 y Fh(d)n(\023)-33 b(e\014ler)24 | 2324 | b Ff(C-x)36 b(<)1746 2485 y Fh(d)n(\023)-33 b(e\014ler)24 |
| 2268 | b(l')n(\023)-33 b(ecran)23 b(v)n(ers)h(la)f(gauc)n(he)640 | 2325 | b(l')n(\023)-33 b(ecran)23 b(v)n(ers)h(la)f(gauc)n(he)640 |
| 2269 | b Ff(C-x)36 b(>)1746 2682 y Fh(placer)24 b(la)f(ligne)h(couran)n(te)h | 2326 | b 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 |
| 2271 | b(C-l)1746 2901 y Fg(D)n(\023)-55 b(etruire)36 b(et)i(supprimer)1746 | 2328 | b(C-l)1746 2782 y Fg(D)n(\023)-55 b(etruire)36 b(et)i(supprimer)1746 |
| 2272 | 3059 y Fe(en)n(tit)n(\023)-39 b(e)26 b(\022)-40 b(a)26 | 2329 | 2911 y Fe(en)n(tit)n(\023)-39 b(e)26 b(\022)-40 b(a)26 |
| 2273 | b(supprimer)648 b(en)28 b(arri)n(\022)-39 b(ere)69 b(en)28 | 2330 | b(supprimer)648 b(en)28 b(arri)n(\022)-39 b(ere)69 b(en)28 |
| 2274 | b(a)n(v)-5 b(an)n(t)1746 3123 y Fh(caract)n(\022)-33 | 2331 | b(a)n(v)-5 b(an)n(t)1746 2981 y Fh(caract)n(\022)-33 |
| 2275 | b(ere)25 b(\(suppression,)f(pas)g(destruction\))84 b | 2332 | b(ere)25 b(\(suppression,)f(pas)g(destruction\))84 b |
| 2276 | Ff(DEL)313 b(C-d)1746 3187 y Fh(mot)1187 b Ff(M-DEL)243 | 2333 | Ff(DEL)313 b(C-d)1746 3045 y Fh(mot)1187 b Ff(M-DEL)243 |
| 2277 | b(M-d)1746 3250 y Fh(ligne)24 b(\(jusqu'\022)-35 b(a)23 | 2334 | b(M-d)1746 3101 y Fh(ligne)24 b(\(jusqu'\022)-35 b(a)23 |
| 2278 | b(la)h(\014n\))685 b Ff(M-0)37 b(C-k)171 b(C-k)1746 3314 | 2335 | b(la)h(\014n\))685 b Ff(M-0)37 b(C-k)171 b(C-k)1746 3170 |
| 2279 | y Fh(phrase)1108 b Ff(C-x)37 b(DEL)171 b(M-k)1746 3378 | 2336 | y Fh(phrase)1108 b Ff(C-x)37 b(DEL)171 b(M-k)1746 3234 |
| 2280 | y Fh(s-expression)940 b Ff(M--)37 b(C-M-k)101 b(C-M-k)1746 | 2337 | y Fh(s-expression)940 b Ff(M--)37 b(C-M-k)101 b(C-M-k)1746 |
| 2281 | 3497 y Fh(d)n(\023)-33 b(etruire)24 b(une)g Fe(r)n(\023)-39 | 2338 | 3353 y Fh(d)n(\023)-33 b(etruire)24 b(une)g Fe(r)n(\023)-39 |
| 2282 | b(egion)890 b Ff(C-w)1746 3603 y Fh(copier)24 b(une)g(r)n(\023)-33 | 2339 | b(egion)890 b Ff(C-w)1746 3459 y Fh(copier)24 b(une)g(r)n(\023)-33 |
| 2283 | b(egion)24 b(dans)g(le)f(kill)g(ring)477 b Ff(M-w)1746 | 2340 | b(egion)24 b(dans)g(le)f(kill)g(ring)477 b Ff(M-w)1746 |
| 2284 | 3709 y Fh(d)n(\023)-33 b(etruire)24 b(jusqu'\022)-35 | 2341 | 3565 y Fh(d)n(\023)-33 b(etruire)24 b(jusqu'\022)-35 |
| 2285 | b(a)23 b(l'o)r(ccurrence)h(suiv)l(an)n(te)h(de)f Fd(c)l(ar)147 | 2342 | b(a)23 b(l'o)r(ccurrence)h(suiv)l(an)n(te)h(de)f Fb(c)l(ar)147 |
| 2286 | b Ff(M-z)36 b Fd(c)l(ar)1746 3844 y Fh(r)n(\023)-33 b(ecup)n(\023)g | 2343 | b 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 |
| 2288 | b(etruite)423 b Ff(C-y)1746 3950 y Fh(remplacer)24 b(la)f(derni)n(\022) | 2345 | b(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 |
| 2290 | b(par)g(ce)g(qui)1817 4057 y(a)d(\023)-33 b(et)n(\023)g(e)25 | 2347 | b(par)g(ce)g(qui)1817 3913 y(a)d(\023)-33 b(et)n(\023)g(e)25 |
| 2291 | b(d)n(\023)-33 b(etruit)24 b(a)n(v)l(an)n(t)868 b Ff(M-y)3942 | 2348 | b(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 |
| 2293 | b Ff(C-@)36 b Fh(ou)f Ff(C-SPC)3940 -75 y Fh(\023)-33 | 2350 | b Ff(C-@)36 b Fh(ou)f Ff(C-SPC)3940 -104 y Fh(\023)-33 |
| 2294 | b(ec)n(hanger)25 b(le)f(p)r(oin)n(t)g(et)g(la)g(marque)570 | 2351 | b(ec)n(hanger)25 b(le)f(p)r(oin)n(t)g(et)g(la)g(marque)570 |
| 2295 | b Ff(C-x)36 b(C-x)3942 60 y Fh(placer)24 b(la)f(marque)h | 2352 | b Ff(C-x)36 b(C-x)3942 31 y Fh(placer)24 b(la)f(marque)h |
| 2296 | Fd(ar)l(g)30 b Fe(mots)23 b Fh(plus)g(loin)388 b Ff(M-@)3942 | 2353 | Fb(ar)l(g)30 b Fe(mots)23 b Fh(plus)g(loin)388 b Ff(M-@)3942 |
| 2297 | 166 y Fh(marquer)23 b(le)h Fe(paragraphe)755 b Ff(M-h)3942 | 2354 | 137 y Fh(marquer)23 b(le)h Fe(paragraphe)755 b Ff(M-h)3942 |
| 2298 | 272 y Fh(marquer)23 b(la)h Fe(page)989 b Ff(C-x)36 b(C-p)3942 | 2355 | 243 y Fh(marquer)23 b(la)h Fe(page)989 b Ff(C-x)36 b(C-p)3942 |
| 2299 | 378 y Fh(marquer)23 b(la)h Fe(s-expression)724 b Ff(C-M-@)3942 | 2356 | 350 y Fh(marquer)23 b(la)h Fe(s-expression)724 b Ff(C-M-@)3942 |
| 2300 | 485 y Fh(marquer)23 b(la)h Fe(fonction)864 b Ff(C-M-h)3942 | 2357 | 456 y Fh(marquer)23 b(la)h Fe(fonction)864 b Ff(C-M-h)3942 |
| 2301 | 591 y Fh(marquer)23 b(tout)i(le)f Fe(tamp)r(on)730 b | 2358 | 562 y Fh(marquer)23 b(tout)i(le)f Fe(tamp)r(on)730 b |
| 2302 | Ff(C-x)36 b(h)3942 810 y Fg(Remplacemen)m(t)g(in)m(teractif)3942 | 2359 | Ff(C-x)36 b(h)3942 753 y Fg(Remplacemen)m(t)g(in)m(teractif)3942 |
| 2303 | 993 y Fh(remplacer)24 b(in)n(teractiv)n(emen)n(t)h(une)g(c)n(ha)-8 | 2360 | 907 y Fh(remplacer)24 b(in)n(teractiv)n(emen)n(t)h(une)g(c)n(ha)-8 |
| 2304 | b(^)-27 b(\020ne)24 b(de)g(texte)86 b Ff(M-\045)3942 | 2361 | b(^)-27 b(\020ne)24 b(de)g(texte)86 b Ff(M-\045)3942 |
| 2305 | 1099 y Fh(en)24 b(utilisan)n(t)g(les)f(expressions)4013 | 2362 | 1013 y Fh(en)24 b(utilisan)n(t)g(les)f(expressions)4013 |
| 2306 | 1205 y(rationnelles)594 b Ff(M-x)36 b(query-replace-regexp)3942 | 2363 | 1119 y(rationnelles)594 b Ff(M-x)36 b(query-replace-regexp)3942 |
| 2307 | 1315 y Fh(Les)22 b(r)n(\023)-33 b(ep)r(onses)23 b(admises)f(dans)h(le)f | 2364 | 1230 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 |
| 2309 | 1379 y(son)n(t)g(:)3942 1485 y Fe(remplacer)f Fh(celle-l\022)-35 | 2366 | 1285 y(son)n(t)g(:)3942 1391 y Fe(remplacer)f Fh(celle-l\022)-35 |
| 2310 | b(a,)22 b(passer)i(\022)-35 b(a)24 b(la)f(suiv)l(an)n(te)280 | 2367 | b(a,)22 b(passer)i(\022)-35 b(a)24 b(la)f(suiv)l(an)n(te)280 |
| 2311 | b Ff(SPC)3942 1591 y Fh(remplacer)24 b(celle-l\022)-35 | 2368 | b Ff(SPC)3942 1498 y Fh(remplacer)24 b(celle-l\022)-35 |
| 2312 | b(a,)22 b(rester)i(l\022)-35 b(a)679 b Ff(,)3942 1698 | 2369 | b(a,)22 b(rester)i(l\022)-35 b(a)679 b Ff(,)3942 1604 |
| 2313 | y Fe(passer)23 b Fh(\022)-35 b(a)24 b(la)g(suiv)l(an)n(te)g(sans)g | 2370 | y 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 |
| 2316 | b Ff(!)3942 2016 y Fe(rev)n(enir)23 b Fh(\022)-35 b(a)24 | 2373 | b Ff(!)3942 1923 y Fe(rev)n(enir)23 b Fh(\022)-35 b(a)24 |
| 2317 | b(la)f(corresp)r(ondance)i(pr)n(\023)-33 b(ec)n(\023)g(eden)n(te)279 | 2374 | b(la)f(corresp)r(ondance)i(pr)n(\023)-33 b(ec)n(\023)g(eden)n(te)279 |
| 2318 | b Ff(^)3942 2123 y Fe(sortir)22 b Fh(du)i(remplacemen)n(t)h(in)n | 2375 | b 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 |
| 2321 | Ff(C-M-c)h Fh(p)r(our)4013 2335 y(sortir\))1247 b Ff(C-r)3942 | 2378 | Ff(C-M-c)h Fh(p)r(our)4013 2241 y(sortir\))1247 b Ff(C-r)3942 |
| 2322 | 2554 y Fg(F)-10 b(en)n(^)-55 b(etres)37 b(m)m(ultiples)3942 | 2379 | 2432 y Fg(F)-10 b(en)n(^)-55 b(etres)37 b(m)m(ultiples)3942 |
| 2323 | 2712 y Fh(Lorsqu'il)25 b(y)i(a)f(deux)i(commandes,)g(la)e(seconde)i | 2380 | 2561 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 |
| 2325 | b(a)24 b(la)f(premi)n(\022)-33 b(ere)23 b(p)r(our)h(un)g(cadre)g(au)g | 2382 | b(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 |
| 2327 | b(toutes)i(les)e(autres)h(fen)n(^)-33 b(etres)117 b Ff(C-x)36 | 2384 | b(toutes)i(les)e(autres)h(fen)n(^)-33 b(etres)117 b Ff(C-x)36 |
| 2328 | b(1)212 b(C-x)37 b(5)e(1)3942 2932 y Fh(diviser)23 b(la)g(fen)n(^)-33 | 2385 | b(1)212 b(C-x)37 b(5)e(1)3942 2787 y Fh(diviser)23 b(la)g(fen)n(^)-33 |
| 2329 | b(etre)25 b(horizon)n(talemen)n(t)184 b Ff(C-x)36 b(2)212 | 2386 | b(etre)25 b(horizon)n(talemen)n(t)184 b Ff(C-x)36 b(2)212 |
| 2330 | b(C-x)37 b(5)e(2)3942 2996 y Fh(supprimer)23 b(cette)i(fen)n(^)-33 | 2387 | b(C-x)37 b(5)e(2)3942 2843 y Fh(supprimer)23 b(cette)i(fen)n(^)-33 |
| 2331 | b(etre)499 b Ff(C-x)36 b(0)212 b(C-x)37 b(5)e(0)3942 | 2388 | b(etre)499 b Ff(C-x)36 b(0)212 b(C-x)37 b(5)e(0)3942 |
| 2332 | 3115 y Fh(diviser)23 b(la)g(fen)n(^)-33 b(etre)25 b(v)n(erticalemen)n | 2389 | 2962 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 |
| 2334 | b(e\014ler)24 b(l'autre)f(fen)n(^)-33 b(etre)708 b Ff(C-M-v)3942 | 2391 | b(e\014ler)24 b(l'autre)f(fen)n(^)-33 b(etre)708 b Ff(C-M-v)3942 |
| 2335 | 3360 y Fh(placer)24 b(le)f(curseur)h(dans)g(une)g(autre)h(fen)n(^)-33 | 2392 | 3207 y Fh(placer)24 b(le)f(curseur)h(dans)g(une)g(autre)h(fen)n(^)-33 |
| 2336 | b(etre)25 b Ff(C-x)36 b(o)212 b(C-x)37 b(5)e(o)3942 3424 | 2393 | b(etre)25 b Ff(C-x)36 b(o)212 b(C-x)37 b(5)e(o)3942 3273 |
| 2337 | y Fh(s)n(\023)-33 b(electionner)25 b(le)e(tamp)r(on)i(dans)4025 | 2394 | y Fh(s)n(\023)-33 b(electionner)25 b(le)e(tamp)r(on)i(dans)4025 |
| 2338 | 3488 y(l'autre)f(fen)n(^)-33 b(etre)731 b Ff(C-x)36 b(4)g(b)141 | 2395 | 3338 y(l'autre)f(fen)n(^)-33 b(etre)731 b Ff(C-x)36 b(4)g(b)141 |
| 2339 | b(C-x)37 b(5)e(b)3942 3551 y Fh(a\016c)n(her)24 b(le)g(tamp)r(on)g | 2396 | b(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 |
| 2341 | b(C-x)37 b(5)e(C-o)3942 3615 y Fh(c)n(harger)24 b(un)g(\014c)n(hier)g | 2398 | b(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 |
| 2343 | b(C-x)37 b(5)e(f)3942 3679 y Fh(c)n(harger)24 b(un)g(\014c)n(hier)g(en) | 2400 | b(C-x)37 b(5)e(f)3942 3525 y Fh(c)n(harger)24 b(un)g(\014c)n(hier)g(en) |
| 2344 | g(lecture)g(seule)4025 3743 y(dans)g(l'autre)g(fen)n(^)-33 | 2401 | g(lecture)g(seule)4025 3591 y(dans)g(l'autre)g(fen)n(^)-33 |
| 2345 | b(etre)566 b Ff(C-x)36 b(4)g(r)141 b(C-x)37 b(5)e(r)3942 | 2402 | b(etre)566 b Ff(C-x)36 b(4)g(r)141 b(C-x)37 b(5)e(r)3942 |
| 2346 | 3806 y Fh(lancer)24 b(Dired)f(dans)h(l'autre)g(fen)n(^)-33 | 2403 | 3647 y Fh(lancer)24 b(Dired)f(dans)h(l'autre)g(fen)n(^)-33 |
| 2347 | b(etre)246 b Ff(C-x)36 b(4)g(d)141 b(C-x)37 b(5)e(d)3942 | 2404 | b(etre)246 b Ff(C-x)36 b(4)g(d)141 b(C-x)37 b(5)e(d)3942 |
| 2348 | 3870 y Fh(trouv)n(er)24 b(un)g(tag)h(dans)f(l'autre)f(fen)n(^)-33 | 2405 | 3703 y Fh(trouv)n(er)24 b(un)g(tag)h(dans)f(l'autre)f(fen)n(^)-33 |
| 2349 | b(etre)179 b Ff(C-x)36 b(4)g(.)141 b(C-x)37 b(5)e(.)3942 | 2406 | b(etre)179 b Ff(C-x)36 b(4)g(.)141 b(C-x)37 b(5)e(.)3942 |
| 2350 | 3989 y Fh(agrandir)23 b(la)h(fen)n(^)-33 b(etre)941 b | 2407 | 3821 y Fh(agrandir)23 b(la)h(fen)n(^)-33 b(etre)941 b |
| 2351 | Ff(C-x)36 b(^)3942 4095 y Fh(rap)r(etisser)23 b(la)h(fen)n(^)-33 | 2408 | Ff(C-x)36 b(^)3942 3928 y Fh(rap)r(etisser)23 b(la)h(fen)n(^)-33 |
| 2352 | b(etre)903 b Ff(C-x)36 b({)3940 4201 y Fh(\023)-33 b(elargir)23 | 2409 | b(etre)903 b Ff(C-x)36 b({)3940 4034 y Fh(\023)-33 b(elargir)23 |
| 2353 | b(la)g(fen)n(^)-33 b(etre)1004 b Ff(C-x)36 b(})p eop | 2410 | b(la)g(fen)n(^)-33 b(etre)1004 b Ff(C-x)36 b(})p eop |
| 2354 | end | 2411 | end |
| 2355 | %%Page: 2 2 | 2412 | %%Page: 2 2 |
| 2356 | TeXDict begin @landscape 2 1 bop -450 -364 a Fg(F)-10 | 2413 | TeXDict begin @landscape 2 1 bop -450 -364 a Fg(F)-10 |
| 2357 | b(ormater)-450 -233 y Fh(inden)n(ter)24 b(la)g Fe(ligne)f | 2414 | b(ormater)-450 -268 y Fh(inden)n(ter)24 b(la)g Fe(ligne)f |
| 2358 | Fh(couran)n(te)i(\(d)n(\023)-33 b(ep)r(end)25 b(du)f(mo)r(de\))109 | 2415 | Fh(couran)n(te)i(\(d)n(\023)-33 b(ep)r(end)25 b(du)f(mo)r(de\))109 |
| 2359 | b Ff(TAB)-450 -127 y Fh(inden)n(ter)24 b(la)g Fe(r)n(\023)-39 | 2416 | b Ff(TAB)-450 -161 y Fh(inden)n(ter)24 b(la)g Fe(r)n(\023)-39 |
| 2360 | b(egion)22 b Fh(couran)n(te)k(\(d)n(\023)-33 b(ep)r(end)25 | 2417 | b(egion)22 b Fh(couran)n(te)k(\(d)n(\023)-33 b(ep)r(end)25 |
| 2361 | b(du)-379 -21 y(mo)r(de\))1247 b Ff(C-M-\\)-450 86 y | 2418 | b(du)-379 -55 y(mo)r(de\))1247 b Ff(C-M-\\)-450 51 y |
| 2362 | Fh(inden)n(ter)24 b(la)g Fe(s-expression)g Fh(couran)n(te)h(\(d)n(\023) | 2419 | Fh(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 |
| 2364 | 298 y Fh(inden)n(ter)24 b(la)g(r)n(\023)-33 b(egion)24 | 2421 | 264 y Fh(inden)n(ter)24 b(la)g(r)n(\023)-33 b(egion)24 |
| 2365 | b(sur)f Fd(ar)l(g)30 b Fh(colonnes)443 b Ff(C-x)36 b(TAB)-450 | 2422 | b(sur)f Fb(ar)l(g)30 b Fh(colonnes)443 b Ff(C-x)36 b(TAB)-450 |
| 2366 | 425 y Fh(ins)n(\023)-33 b(erer)23 b(un)h(newline)g(apr)n(\022)-33 | 2423 | 389 y Fh(ins)n(\023)-33 b(erer)23 b(un)h(newline)g(apr)n(\022)-33 |
| 2367 | b(es)23 b(le)h(p)r(oin)n(t)507 b Ff(C-o)-450 531 y Fh(d)n(\023)-33 | 2424 | b(es)23 b(le)h(p)r(oin)n(t)507 b Ff(C-o)-450 495 y Fh(d)n(\023)-33 |
| 2368 | b(eplacer)24 b(le)g(reste)g(de)g(la)f(ligne)h(v)n(ers)g(le)f(bas)326 | 2425 | b(eplacer)24 b(le)g(reste)g(de)g(la)f(ligne)h(v)n(ers)g(le)f(bas)326 |
| 2369 | b Ff(C-M-o)-450 637 y Fh(supprimer)23 b(les)g(lignes)g(blanc)n(hes)i | 2426 | b 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 |
| 2371 | 744 y Fh(joindre)23 b(la)h(ligne)f(\022)-35 b(a)24 b(la)f(pr)n(\023)-33 | 2428 | 708 y Fh(joindre)23 b(la)h(ligne)f(\022)-35 b(a)24 b(la)f(pr)n(\023)-33 |
| 2372 | b(ec)n(\023)g(eden)n(te)26 b(\(\022)-35 b(a)25 b(la)e(suiv)l(an)n(te) | 2429 | b(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 |
| 2374 | y Fh(supprimer)23 b(tous)h(les)f(espaces)i(autour)g(du)f(p)r(oin)n(t) | 2431 | y Fh(supprimer)23 b(tous)h(les)f(espaces)i(autour)g(du)f(p)r(oin)n(t) |
| 2375 | 184 b Ff(M-\\)-450 1062 y Fh(mettre)24 b(exactemen)n(t)j(un)d(espace)h | 2432 | 184 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 |
| 2377 | b Ff(M-SPC)-450 1295 y Fh(remplir)22 b(le)i(paragraphe)845 | 2434 | b Ff(M-SPC)-450 1258 y Fh(remplir)22 b(le)i(paragraphe)845 |
| 2378 | b Ff(M-q)-450 1402 y Fh(placer)24 b(la)f(marge)h(droite)833 | 2435 | b Ff(M-q)-450 1364 y Fh(placer)24 b(la)f(marge)h(droite)833 |
| 2379 | b Ff(C-x)36 b(f)-450 1508 y Fh(d)n(\023)-33 b(e\014nir)24 | 2436 | b Ff(C-x)36 b(f)-450 1471 y Fh(d)n(\023)-33 b(e\014nir)24 |
| 2380 | b(le)f(pr)n(\023)-33 b(e\014xe)24 b(par)g(lequel)g(commencera)-379 | 2437 | b(le)f(pr)n(\023)-33 b(e\014xe)24 b(par)g(lequel)g(commencera)-379 |
| 2381 | 1614 y(c)n(haque)h(ligne)1060 b Ff(C-x)36 b(.)-450 1741 | 2438 | 1577 y(c)n(haque)h(ligne)1060 b Ff(C-x)36 b(.)-450 1702 |
| 2382 | y Fh(d)n(\023)-33 b(e\014nir)24 b(la)f(fon)n(te)1061 | 2439 | y Fh(d)n(\023)-33 b(e\014nir)24 b(la)f(fon)n(te)1061 |
| 2383 | b Ff(M-o)-450 1920 y Fg(Mo)s(di\014er)37 b(la)h(casse)-450 | 2440 | b Ff(M-o)-450 1845 y Fg(Mo)s(di\014er)37 b(la)h(casse)-450 |
| 2384 | 2051 y Fh(mettre)24 b(le)g(mot)g(en)g(ma)t(juscules)634 | 2441 | 1941 y Fh(mettre)24 b(le)g(mot)g(en)g(ma)t(juscules)634 |
| 2385 | b Ff(M-u)-450 2157 y Fh(mettre)24 b(le)g(mot)g(en)g(min)n(uscules)638 | 2442 | b Ff(M-u)-450 2048 y Fh(mettre)24 b(le)g(mot)g(en)g(min)n(uscules)638 |
| 2386 | b Ff(M-l)-450 2263 y Fh(mettre)24 b(le)g(mot)g(en)g(capitales)704 | 2443 | b Ff(M-l)-450 2154 y Fh(mettre)24 b(le)g(mot)g(en)g(capitales)704 |
| 2387 | b Ff(M-c)-450 2390 y Fh(mettre)24 b(la)g(r)n(\023)-33 | 2444 | b Ff(M-c)-450 2279 y Fh(mettre)24 b(la)g(r)n(\023)-33 |
| 2388 | b(egion)24 b(en)g(ma)t(juscules)563 b Ff(C-x)36 b(C-u)-450 | 2445 | b(egion)24 b(en)g(ma)t(juscules)563 b Ff(C-x)36 b(C-u)-450 |
| 2389 | 2496 y Fh(mettre)24 b(la)g(r)n(\023)-33 b(egion)24 b(en)g(min)n | 2446 | 2386 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 |
| 2391 | 2801 y Fh(Les)24 b(touc)n(hes)h(suiv)l(an)n(tes)g(son)n(t)f | 2448 | 2620 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 |
| 2393 | y(compl)n(\023)-33 b(eter)24 b(autan)n(t)i(que)e(p)r(ossible)587 | 2450 | y(compl)n(\023)-33 b(eter)24 b(autan)n(t)i(que)e(p)r(ossible)587 |
| 2394 | b Ff(TAB)-450 3018 y Fh(compl)n(\023)-33 b(eter)24 b(un)g(mot)963 | 2451 | b Ff(TAB)-450 2835 y Fh(compl)n(\023)-33 b(eter)24 b(un)g(mot)963 |
| 2395 | b Ff(SPC)-450 3124 y Fh(compl)n(\023)-33 b(eter)24 b(et)h(ex)n(\023)-33 | 2452 | b Ff(SPC)-450 2941 y Fh(compl)n(\023)-33 b(eter)24 b(et)h(ex)n(\023)-33 |
| 2396 | b(ecuter)848 b Ff(RET)-450 3230 y Fh(mon)n(trer)24 b(les)f(compl)n | 2453 | b(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 |
| 2398 | 3336 y Fh(rec)n(herc)n(her)24 b(l'en)n(tr)n(\023)-33 | 2455 | 3154 y Fh(rec)n(herc)n(her)24 b(l'en)n(tr)n(\023)-33 |
| 2399 | b(ee)24 b(pr)n(\023)-33 b(ec)n(\023)g(eden)n(te)26 b(du)e(mini-tamp)r | 2456 | b(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 |
| 2402 | 3549 y(ou)g(le)f(d)n(\023)-33 b(efaut)1075 b Ff(M-n)-450 | 2459 | 3367 y(ou)g(le)f(d)n(\023)-33 b(efaut)1075 b Ff(M-n)-450 |
| 2403 | 3655 y Fh(rec)n(herc)n(her)24 b(\022)-35 b(a)24 b(reb)r(ours)g(par)f | 2460 | 3473 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 |
| 2405 | b 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 | 2462 | b 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 |
| 2407 | b(l'historique)931 b Ff(M-s)-450 4080 y Fh(ann)n(uler)24 | 2464 | b(l'historique)931 b Ff(M-s)-450 3898 y Fh(ann)n(uler)24 |
| 2408 | b(la)f(commande)852 b Ff(C-g)-450 4183 y Fh(F)-6 b(aites)39 | 2465 | b(la)f(commande)852 b Ff(C-g)-450 3999 y Fh(F)-6 b(aites)39 |
| 2409 | b Ff(C-x)d(ESC)g(ESC)j Fh(p)r(our)d(\023)-33 b(editer)39 | 2466 | b Ff(C-x)d(ESC)g(ESC)j Fh(p)r(our)d(\023)-33 b(editer)39 |
| 2410 | b(et)g(r)n(\023)-33 b(ep)n(\023)g(eter)39 b(la)f(derni)n(\022)-33 | 2467 | b(et)g(r)n(\023)-33 b(ep)n(\023)g(eter)39 b(la)f(derni)n(\022)-33 |
| 2411 | b(ere)38 b(com-)-450 4246 y(mande)33 b(a)n(y)n(an)n(t)g(utilis)n(\023) | 2468 | b(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 |
| 2413 | b Ff(F10)h Fh(p)r(our)f(activ)n(er)-450 4310 y(la)23 | 2470 | b Ff(F10)h Fh(p)r(our)f(activ)n(er)-450 4130 y(la)23 |
| 2414 | b(barre)h(de)g(men)n(u)g(utilisan)n(t)g(le)f(minitamp)r(on.)1656 | 2471 | b(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 |
| 2416 | b(de)g(GNU)f(Emacs)1746 -146 y Fg(T)-10 b(amp)s(ons)1746 | 2473 | b(de)g(GNU)f(Emacs)1746 -175 y Fg(T)-10 b(amp)s(ons)1746 |
| 2417 | 36 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 |
| 2418 | b Ff(C-x)36 b(b)1744 143 y Fh(\023)-33 b(en)n(um)n(\023)g(erer)24 | 2475 | b Ff(C-x)36 b(b)1744 85 y Fh(\023)-33 b(en)n(um)n(\023)g(erer)24 |
| 2419 | b(tous)g(les)f(tamp)r(ons)684 b Ff(C-x)36 b(C-b)1746 | 2476 | b(tous)g(les)f(tamp)r(ons)684 b Ff(C-x)36 b(C-b)1746 |
| 2420 | 249 y Fh(supprimer)23 b(un)h(tamp)r(on)839 b Ff(C-x)36 | 2477 | 192 y Fh(supprimer)23 b(un)h(tamp)r(on)839 b Ff(C-x)36 |
| 2421 | b(k)1746 467 y Fg(T)-10 b(ransp)s(oser)1746 650 y Fh(transp)r(oser)24 | 2478 | b(k)1746 382 y Fg(T)-10 b(ransp)s(oser)1746 535 y Fh(transp)r(oser)24 |
| 2422 | b(des)g Fe(caract)n(\022)-39 b(eres)687 b Ff(C-t)1746 | 2479 | b(des)g Fe(caract)n(\022)-39 b(eres)687 b Ff(C-t)1746 |
| 2423 | 756 y Fh(transp)r(oser)24 b(des)g Fe(mots)872 b Ff(M-t)1746 | 2480 | 642 y Fh(transp)r(oser)24 b(des)g Fe(mots)872 b Ff(M-t)1746 |
| 2424 | 862 y Fh(transp)r(oser)24 b(des)g Fe(lignes)844 b Ff(C-x)36 | 2481 | 748 y Fh(transp)r(oser)24 b(des)g Fe(lignes)844 b Ff(C-x)36 |
| 2425 | b(C-t)1746 969 y Fh(transp)r(oser)24 b(des)g Fe(s-expressions)585 | 2482 | b(C-t)1746 854 y Fh(transp)r(oser)24 b(des)g Fe(s-expressions)585 |
| 2426 | b Ff(C-M-t)1746 1188 y Fg(V)n(\023)-55 b(eri\014er)37 | 2483 | b Ff(C-M-t)1746 1045 y Fg(V)n(\023)-55 b(eri\014er)37 |
| 2427 | b(l'orthographe)1746 1370 y Fh(v)n(\023)-33 b(eri\014er)23 | 2484 | b(l'orthographe)1746 1199 y Fh(v)n(\023)-33 b(eri\014er)23 |
| 2428 | b(l'orthographe)i(du)f(mot)g(couran)n(t)359 b Ff(M-$)1746 | 2485 | b(l'orthographe)i(du)f(mot)g(couran)n(t)359 b Ff(M-$)1746 |
| 2429 | 1476 y Fh(v)n(\023)-33 b(eri\014er)23 b(l'orthographe)i(de)f(tous)g | 2486 | 1305 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 |
| 2431 | b Ff(M-x)36 b(ispell-region)1746 1689 y Fh(v)n(\023)-33 | 2488 | b Ff(M-x)36 b(ispell-region)1746 1517 y Fh(v)n(\023)-33 |
| 2432 | b(eri\014er)23 b(l'orthographe)i(de)f(tout)h(le)e(tamp)r(on)37 | 2489 | b(eri\014er)23 b(l'orthographe)i(de)f(tout)h(le)e(tamp)r(on)37 |
| 2433 | b Ff(M-x)f(ispell-buffer)1746 1907 y Fg(T)-10 b(ags)1746 | 2490 | b Ff(M-x)f(ispell-buffer)1746 1707 y Fg(T)-10 b(ags)1746 |
| 2434 | 2090 y Fh(trouv)n(er)24 b(un)g(tag)h(\(une)f(d)n(\023)-33 | 2491 | 1861 y Fh(trouv)n(er)24 b(un)g(tag)h(\(une)f(d)n(\023)-33 |
| 2435 | b(e\014nition\))564 b Ff(M-.)1746 2196 y Fh(trouv)n(er)24 | 2492 | b(e\014nition\))564 b Ff(M-.)1746 1967 y Fh(trouv)n(er)24 |
| 2436 | b(l'o)r(ccurrence)g(suiv)l(an)n(te)h(du)f(tag)400 b Ff(C-u)36 | 2493 | b(l'o)r(ccurrence)g(suiv)l(an)n(te)h(du)f(tag)400 b Ff(C-u)36 |
| 2437 | b(M-.)1746 2302 y Fh(sp)n(\023)-33 b(eci\014er)24 b(un)g(nouv)n(eau)h | 2494 | b(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 |
| 2439 | 2437 y Fh(rec)n(herc)n(her)24 b(par)g(expr.)35 b(rationnelles)24 | 2496 | 2208 y Fh(rec)n(herc)n(her)24 b(par)g(expr.)35 b(rationnelles)24 |
| 2440 | b(dans)1817 2543 y(tous)g(les)f(\014c)n(hiers)h(du)g(tableau)h(de)f | 2497 | b(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 |
| 2442 | b(un)g(remplacemen)n(t)h(in)n(teractif)f(sur)1817 2756 | 2499 | b(un)g(remplacemen)n(t)h(in)n(teractif)f(sur)1817 2527 |
| 2443 | y(tous)g(les)f(\014c)n(hiers)652 b Ff(M-x)37 b(tags-query-replace)1746 | 2500 | y(tous)g(les)f(\014c)n(hiers)652 b Ff(M-x)37 b(tags-query-replace)1746 |
| 2444 | 2862 y Fh(con)n(tin)n(uer)25 b(la)e(derni)n(\022)-33 | 2501 | 2633 y Fh(con)n(tin)n(uer)25 b(la)e(derni)n(\022)-33 |
| 2445 | b(ere)24 b(rec)n(herc)n(he)h(de)f(tags)g(ou)g(le)1817 | 2502 | b(ere)24 b(rec)n(herc)n(he)h(de)f(tags)g(ou)g(le)1817 |
| 2446 | 2969 y(remplacemen)n(t)g(in)n(teractif)710 b Ff(M-,)1746 | 2503 | 2740 y(remplacemen)n(t)g(in)n(teractif)710 b Ff(M-,)1746 |
| 2447 | 3188 y Fg(Shells)1746 3351 y Fh(ex)n(\023)-33 b(ecuter)25 | 2504 | 2930 y Fg(Shells)1746 3065 y Fh(ex)n(\023)-33 b(ecuter)25 |
| 2448 | b(une)g(commande)g(shell)606 b Ff(M-!)1746 3457 y Fh(lancer)24 | 2505 | b(une)g(commande)g(shell)606 b Ff(M-!)1746 3171 y Fh(lancer)24 |
| 2449 | b(une)g(commande)h(shell)e(sur)g(la)h(r)n(\023)-33 b(egion)271 | 2506 | b(une)g(commande)h(shell)e(sur)g(la)h(r)n(\023)-33 b(egion)271 |
| 2450 | b Ff(M-|)1746 3563 y Fh(\014ltrer)23 b(la)h(r)n(\023)-33 | 2507 | b Ff(M-|)1746 3277 y Fh(\014ltrer)23 b(la)h(r)n(\023)-33 |
| 2451 | b(egion)23 b(a)n(v)n(ec)i(une)f(commande)h(shell)246 | 2508 | b(egion)23 b(a)n(v)n(ec)i(une)f(commande)h(shell)246 |
| 2452 | b Ff(C-u)36 b(M-|)1746 3670 y Fh(lancer)24 b(un)g(shell)f(dans)h(la)f | 2509 | b 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 |
| 2456 | b(etruire)24 b(le)f(rectangle)893 b Ff(C-x)36 b(r)f(k)3942 | 2513 | b(etruire)24 b(le)f(rectangle)893 b Ff(C-x)36 b(r)f(k)3942 |
| 2457 | 31 y Fh(r)n(\023)-33 b(ecup)n(\023)g(erer)24 b(le)f(rectangle)850 | 2514 | 2 y Fh(r)n(\023)-33 b(ecup)n(\023)g(erer)24 b(le)f(rectangle)850 |
| 2458 | b Ff(C-x)36 b(r)f(y)3942 137 y Fh(ouvrir)23 b(le)g(rectangle,)i(en)f(d) | 2515 | b Ff(C-x)36 b(r)f(y)3942 109 y Fh(ouvrir)23 b(le)g(rectangle,)i(en)f(d) |
| 2459 | n(\023)-33 b(ecalan)n(t)25 b(le)f(texte)h(\022)-35 b(a)4013 | 2516 | n(\023)-33 b(ecalan)n(t)25 b(le)f(texte)h(\022)-35 b(a)4013 |
| 2460 | 243 y(droite)1260 b Ff(C-x)36 b(r)f(o)3942 350 y Fh(vider)23 | 2517 | 215 y(droite)1260 b Ff(C-x)36 b(r)f(o)3942 321 y Fh(vider)23 |
| 2461 | b(le)h(rectangle)981 b Ff(C-x)36 b(r)f(c)3942 456 y Fh(pr)n(\023)-33 | 2518 | b(le)h(rectangle)981 b Ff(C-x)36 b(r)f(c)3942 427 y Fh(pr)n(\023)-33 |
| 2462 | b(e\014xer)24 b(c)n(haque)h(ligne)f(a)n(v)n(ec)h(une)f(c)n(ha)-8 | 2519 | b(e\014xer)24 b(c)n(haque)h(ligne)f(a)n(v)n(ec)h(une)f(c)n(ha)-8 |
| 2463 | b(^)-27 b(\020ne)369 b Ff(C-x)36 b(r)f(t)3942 675 y Fg(Abr)n(\023)-55 | 2520 | b(^)-27 b(\020ne)369 b Ff(C-x)36 b(r)f(t)3942 618 y Fg(Abr)n(\023)-55 |
| 2464 | b(eviations)3942 838 y Fh(a)t(jouter)24 b(une)g(abr)n(\023)-33 | 2521 | b(eviations)3942 752 y Fh(a)t(jouter)24 b(une)g(abr)n(\023)-33 |
| 2465 | b(eviation)25 b(globale)547 b Ff(C-x)36 b(a)f(g)3942 | 2522 | b(eviation)25 b(globale)547 b Ff(C-x)36 b(a)f(g)3942 |
| 2466 | 945 y Fh(a)t(jouter)24 b(une)g(abr)n(\023)-33 b(eviation)25 | 2523 | 859 y Fh(a)t(jouter)24 b(une)g(abr)n(\023)-33 b(eviation)25 |
| 2467 | b(lo)r(cale)f(au)g(mo)r(de)300 b Ff(C-x)36 b(a)f(l)3942 | 2524 | b(lo)r(cale)f(au)g(mo)r(de)300 b Ff(C-x)36 b(a)f(l)3942 |
| 2468 | 1051 y Fh(a)t(jouter)24 b(une)g(expansion)h(globale)f(p)r(our)g(cette) | 2525 | 965 y Fh(a)t(jouter)24 b(une)g(expansion)h(globale)f(p)r(our)g(cette) |
| 2469 | 4013 1157 y(abr)n(\023)-33 b(eviation)1094 b Ff(C-x)36 | 2526 | 4013 1071 y(abr)n(\023)-33 b(eviation)1094 b Ff(C-x)36 |
| 2470 | b(a)f(i)h(g)3942 1263 y Fh(a)t(jouter)24 b(une)g(expansion)h(lo)r(cale) | 2527 | b(a)f(i)h(g)3942 1178 y Fh(a)t(jouter)24 b(une)g(expansion)h(lo)r(cale) |
| 2471 | f(au)g(mo)r(de)g(p)r(our)4013 1370 y(cette)h(abr)n(\023)-33 | 2528 | f(au)g(mo)r(de)g(p)r(our)4013 1284 y(cette)h(abr)n(\023)-33 |
| 2472 | b(eviation)922 b Ff(C-x)36 b(a)f(i)h(l)3942 1476 y Fh(faire)23 | 2529 | b(eviation)922 b Ff(C-x)36 b(a)f(i)h(l)3942 1390 y Fh(faire)23 |
| 2473 | b(une)h(expansion)h(explicite)f(de)g(cette)4013 1582 | 2530 | b(une)h(expansion)h(explicite)f(de)g(cette)4013 1496 |
| 2474 | y(abr)n(\023)-33 b(eviation)1094 b Ff(C-x)36 b(a)f(e)3942 | 2531 | y(abr)n(\023)-33 b(eviation)1094 b Ff(C-x)36 b(a)f(e)3942 |
| 2475 | 1717 y Fh(faire)23 b(une)h(expansion)h(dynamique)g(du)f(mot)4013 | 2532 | 1631 y Fh(faire)23 b(une)h(expansion)h(dynamique)g(du)f(mot)4013 |
| 2476 | 1823 y(pr)n(\023)-33 b(ec)n(\023)g(eden)n(t)1146 b Ff(M-/)3942 | 2533 | 1737 y(pr)n(\023)-33 b(ec)n(\023)g(eden)n(t)1146 b Ff(M-/)3942 |
| 2477 | 2043 y Fg(Expressions)39 b(rationnelles)3942 2225 y Fh(un)24 | 2534 | 1928 y Fg(Expressions)39 b(rationnelles)3942 2082 y Fh(un)24 |
| 2478 | b(unique)g(caract)n(\022)-33 b(ere)25 b(quelconque,)g(sauf)f(une)g | 2535 | b(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 |
| 2480 | 2437 y(z)n(\023)-33 b(ero)24 b(r)n(\023)-33 b(ep)n(\023)g(etition)25 | 2537 | 2294 y(z)n(\023)-33 b(ero)24 b(r)n(\023)-33 b(ep)n(\023)g(etition)25 |
| 2481 | b(ou)f(plus)816 b Ff(*)3942 2544 y Fh(une)24 b(r)n(\023)-33 | 2538 | b(ou)f(plus)816 b Ff(*)3942 2401 y Fh(une)24 b(r)n(\023)-33 |
| 2482 | b(ep)n(\023)g(etition)25 b(ou)f(plus)832 b Ff(+)3942 | 2539 | b(ep)n(\023)g(etition)25 b(ou)f(plus)832 b Ff(+)3942 |
| 2483 | 2650 y Fh(z)n(\023)-33 b(ero)24 b(ou)g(une)g(r)n(\023)-33 | 2540 | 2507 y Fh(z)n(\023)-33 b(ero)24 b(ou)g(une)g(r)n(\023)-33 |
| 2484 | b(ep)n(\023)g(etition)834 b Ff(?)3942 2756 y Fh(caract)n(\022)-33 | 2541 | b(ep)n(\023)g(etition)834 b Ff(?)3942 2613 y Fh(caract)n(\022)-33 |
| 2485 | b(ere)25 b(sp)n(\023)-33 b(ecial)24 b(p)r(our)f(quoter)i(l'expression)e | 2542 | b(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 |
| 2487 | 2969 y Fh(alternativ)n(e)25 b(\(\\ou"\))960 b Ff(\\|)3942 | 2544 | 2826 y Fh(alternativ)n(e)25 b(\(\\ou"\))960 b Ff(\\|)3942 |
| 2488 | 3075 y Fh(regroup)r(emen)n(t)1089 b Ff(\\\()35 b Fc(:)12 | 2545 | 2932 y Fh(regroup)r(emen)n(t)1089 b Ff(\\\()35 b Fa(:)12 |
| 2489 | b(:)f(:)35 b Ff(\\\))3942 3181 y Fh(le)23 b(m)n(^)-33 | 2546 | b(:)f(:)35 b Ff(\\\))3942 3038 y Fh(le)23 b(m)n(^)-33 |
| 2490 | b(eme)24 b(texte)i(que)e(dans)g(le)g Fd(n)5 b Fh(i)n(\022)-33 | 2547 | b(eme)24 b(texte)i(que)e(dans)g(le)g Fb(n)5 b Fh(i)n(\022)-33 |
| 2491 | b(eme)24 b(group)r(e)264 b Ff(\\)p Fd(n)3942 3288 y Fh(limite)23 | 2548 | b(eme)24 b(group)r(e)264 b Ff(\\)p Fb(n)3942 3145 y Fh(limite)23 |
| 2492 | b(de)h(mot)1096 b Ff(\\b)3942 3394 y Fh(non)24 b(limite)f(de)h(mot)959 | 2549 | b(de)h(mot)1096 b Ff(\\b)3942 3251 y Fh(non)24 b(limite)f(de)h(mot)959 |
| 2493 | b Ff(\\B)3942 3504 y Fe(en)n(tit)n(\023)-39 b(e)499 b(d)n(\023)-39 | 2550 | b Ff(\\B)3942 3361 y Fe(en)n(tit)n(\023)-39 b(e)499 b(d)n(\023)-39 |
| 2494 | b(ebut)258 b(\014n)3942 3568 y Fh(ligne)558 b Ff(^)427 | 2551 | b(ebut)258 b(\014n)3942 3417 y Fh(ligne)558 b Ff(^)427 |
| 2495 | b($)3942 3632 y Fh(mot)582 b Ff(\\<)392 b(\\>)3942 3696 | 2552 | b($)3942 3483 y Fh(mot)582 b Ff(\\<)392 b(\\>)3942 3539 |
| 2496 | y Fh(tamp)r(on)467 b Ff(\\`)392 b(\\')3942 3759 y Fe(classe)27 | 2553 | y Fh(tamp)r(on)467 b Ff(\\`)392 b(\\')3942 3604 y Fe(classe)27 |
| 2497 | b(de)g(caract)n(\022)-39 b(ere)41 b(corresp)r(ond)70 | 2554 | b(de)g(caract)n(\022)-39 b(ere)41 b(corresp)r(ond)70 |
| 2498 | b(corresp)r(ond)27 b(\022)-40 b(a)26 b(d'autres)3942 | 2555 | b(corresp)r(ond)27 b(\022)-40 b(a)26 b(d'autres)3942 |
| 2499 | 3823 y Fh(ensem)n(ble)e(explicite)147 b Ff([)35 b Fc(:)12 | 2556 | 3670 y Fh(ensem)n(ble)e(explicite)147 b Ff([)35 b Fa(:)12 |
| 2500 | b(:)f(:)35 b Ff(])239 b([^)36 b Fc(:)12 b(:)f(:)35 b | 2557 | b(:)f(:)35 b Ff(])239 b([^)36 b Fa(:)12 b(:)f(:)35 b |
| 2501 | Ff(])3942 3887 y Fh(caract)n(\022)-33 b(ere)25 b(de)f(mot)186 | 2558 | Ff(])3942 3736 y Fh(caract)n(\022)-33 b(ere)25 b(de)f(mot)186 |
| 2502 | b Ff(\\w)392 b(\\W)3942 3951 y Fh(caract)n(\022)-33 b(ere)25 | 2559 | b Ff(\\w)392 b(\\W)3942 3791 y Fh(caract)n(\022)-33 b(ere)25 |
| 2503 | b(a)n(v)n(ec)g(la)3984 4014 y(syn)n(taxe)g Fd(c)371 b | 2560 | b(a)n(v)n(ec)g(la)3984 3847 y(syn)n(taxe)g Fb(c)371 b |
| 2504 | Ff(\\s)p Fd(c)359 b Ff(\\S)p Fd(c)p eop end | 2561 | Ff(\\s)p Fb(c)359 b Ff(\\S)p Fb(c)p eop end |
| 2505 | %%Page: 3 3 | 2562 | %%Page: 3 3 |
| 2506 | TeXDict begin @landscape 3 2 bop -450 -364 a Fg(Jeux)38 | 2563 | TeXDict begin @landscape 3 2 bop -450 -364 a Fg(Jeux)38 |
| 2507 | b(de)f(caract)n(\022)-55 b(eres)37 b(in)m(ternationaux)-450 | 2564 | b(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 |
| 2509 | b Ff(C-x)36 b(RET)g(l)-450 -95 y Fh(mon)n(trer)24 b(toutes)h(les)e(m)n | 2566 | b 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 |
| 2511 | b(list-input-methods)-450 12 y Fh(activ)n(er)24 b(ou)g(d)n(\023)-33 | 2568 | b(list-input-methods)-450 -17 y Fh(activ)n(er)24 b(ou)g(d)n(\023)-33 |
| 2512 | b(esactiv)n(er)25 b(la)f(m)n(\023)-33 b(etho)r(de)25 | 2569 | b(esactiv)n(er)25 b(la)f(m)n(\023)-33 b(etho)r(de)25 |
| 2513 | b(de)f(saisie)229 b Ff(C-\\)-450 118 y Fh(c)n(hoisir)23 | 2570 | b(de)f(saisie)229 b Ff(C-\\)-450 89 y Fh(c)n(hoisir)23 |
| 2514 | b(le)g(syst)n(\022)-33 b(eme)25 b(de)f(co)r(dage)h(p)r(our)f(la)f(com-) | 2571 | b(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 |
| 2516 | 330 y Fh(mon)n(trer)24 b(tous)g(les)f(syst)n(\022)-33 | 2573 | 302 y Fh(mon)n(trer)24 b(tous)g(les)f(syst)n(\022)-33 |
| 2517 | b(emes)25 b(de)f(co)r(dage)64 b Ff(M-x)36 b(list-coding-systems)-450 | 2574 | b(emes)25 b(de)f(co)r(dage)64 b Ff(M-x)36 b(list-coding-systems)-450 |
| 2518 | 437 y Fh(c)n(hoisir)23 b(le)g(syst)n(\022)-33 b(eme)25 | 2575 | 408 y Fh(c)n(hoisir)23 b(le)g(syst)n(\022)-33 b(eme)25 |
| 2519 | b(de)f(co)r(dage)h(pr)n(\023)-33 b(ef)n(\023)g(er)n(\023)g(e)85 | 2576 | b(de)f(co)r(dage)h(pr)n(\023)-33 b(ef)n(\023)g(er)n(\023)g(e)85 |
| 2520 | b Ff(M-x)36 b(prefer-coding-system)-450 656 y Fg(Info)-450 | 2577 | b Ff(M-x)36 b(prefer-coding-system)-450 599 y Fg(Info)-450 |
| 2521 | 819 y Fh(en)n(trer)24 b(dans)g(le)f(visualisateur)h(de)g(la)g(do)r | 2578 | 733 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 |
| 2523 | b(i)-450 1031 y Fh(c)n(herc)n(her)24 b(une)h(fonction)f(ou)g(une)h(v)l | 2580 | b(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 |
| 2525 | b(Info)1154 b Ff(C-h)36 b(S)-450 1248 y Fh(Se)24 b(d)n(\023)-33 | 2582 | b(Info)1154 b Ff(C-h)36 b(S)-450 1162 y Fh(Se)24 b(d)n(\023)-33 |
| 2526 | b(eplacer)25 b(dans)f(un)f(n\033ud)i(:)-379 1367 y(une)f(page)h(plus)e | 2583 | b(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 |
| 2528 | b Ff(DEL)-379 1579 y Fh(d)n(\023)-33 b(ebut)25 b(du)e(n\033ud)967 | 2585 | b Ff(DEL)-379 1494 y Fh(d)n(\023)-33 b(ebut)25 b(du)e(n\033ud)967 |
| 2529 | b Ff(.)70 b Fh(\(p)r(oin)n(t\))-450 1690 y(P)n(asser)23 | 2586 | b Ff(.)70 b Fh(\(p)r(oin)n(t\))-450 1604 y(P)n(asser)23 |
| 2530 | b(de)h(n\033ud)g(en)h(n\033ud)f(:)-379 1796 y(n\033ud)g | 2587 | b(de)h(n\033ud)g(en)h(n\033ud)f(:)-379 1710 y(n\033ud)g |
| 2531 | Fe(suiv)-5 b(an)n(t)991 b Ff(n)-379 1902 y Fh(n\033ud)24 | 2588 | Fe(suiv)-5 b(an)n(t)991 b Ff(n)-379 1816 y Fh(n\033ud)24 |
| 2532 | b Fe(pr)n(\023)-39 b(ec)n(\023)g(eden)n(t)898 b Ff(p)-379 | 2589 | b Fe(pr)n(\023)-39 b(ec)n(\023)g(eden)n(t)898 b Ff(p)-379 |
| 2533 | 2008 y Fh(aller)22 b Fe(plus)i(haut)953 b Ff(u)-379 2114 | 2590 | 1922 y Fh(aller)22 b Fe(plus)i(haut)953 b Ff(u)-379 2029 |
| 2534 | y Fh(c)n(hoisir)23 b(un)g(sujet)h(de)g(men)n(u)h(par)e(son)h(nom)277 | 2591 | y Fh(c)n(hoisir)23 b(un)g(sujet)h(de)g(men)n(u)h(par)e(son)h(nom)277 |
| 2535 | b Ff(m)-379 2221 y Fh(c)n(hoisir)23 b(le)g Fd(n)5 b Fh(i)n(\022)-33 | 2592 | b Ff(m)-379 2135 y Fh(c)n(hoisir)23 b(le)g Fb(n)5 b Fh(i)n(\022)-33 |
| 2536 | b(eme)24 b(sujet)g(de)g(men)n(u)g(par)g(son)-379 2327 | 2593 | b(eme)24 b(sujet)g(de)g(men)n(u)g(par)g(son)-379 2241 |
| 2537 | y(n)n(um)n(\023)-33 b(ero)23 b(\(1{9\))1029 b Fd(n)-379 | 2594 | y(n)n(um)n(\023)-33 b(ero)23 b(\(1{9\))1029 b Fb(n)-379 |
| 2538 | 2433 y Fh(suivre)23 b(une)h(r)n(\023)-33 b(ef)n(\023)g(erence)24 | 2595 | 2347 y Fh(suivre)23 b(une)h(r)n(\023)-33 b(ef)n(\023)g(erence)24 |
| 2539 | b(crois)n(\023)-33 b(ee)24 b(\(on)h(revien)n(t)f(a)n(v)n(ec)-379 | 2596 | b(crois)n(\023)-33 b(ee)24 b(\(on)h(revien)n(t)f(a)n(v)n(ec)-379 |
| 2540 | 2539 y Ff(l)p Fh(\))1378 b Ff(f)-379 2646 y Fh(rev)n(enir)23 | 2597 | 2454 y Ff(l)p Fh(\))1378 b Ff(f)-379 2560 y Fh(rev)n(enir)23 |
| 2541 | b(au)h(dernier)f(n\033ud)h(visit)n(\023)-33 b(e)509 b | 2598 | b(au)h(dernier)f(n\033ud)h(visit)n(\023)-33 b(e)509 b |
| 2542 | Ff(l)-379 2752 y Fh(rev)n(enir)23 b(au)h(n\033ud)g(du)g(r)n(\023)-33 | 2599 | Ff(l)-379 2666 y Fh(rev)n(enir)23 b(au)h(n\033ud)g(du)g(r)n(\023)-33 |
| 2543 | b(ep)r(ertoire)509 b Ff(d)-379 2858 y Fh(aller)22 b(au)i(n\033ud)g(de)h | 2600 | b(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 |
| 2545 | b Ff(t)-379 3071 y Fh(aller)22 b(sur)i(n'imp)r(orte)f(quel)h(n\033ud)g | 2602 | b 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 |
| 2547 | b(:)-379 3286 y(lancer)f(le)h Fe(didacticiel)e Fh(Info)652 | 2604 | b(:)-379 3201 y(lancer)f(le)h Fe(didacticiel)e Fh(Info)652 |
| 2548 | b Ff(h)-379 3393 y Fh(c)n(herc)n(her)24 b(un)g(sujet)g(dans)g(l'index) | 2605 | b Ff(h)-379 3307 y Fh(c)n(herc)n(her)24 b(un)g(sujet)g(dans)g(l'index) |
| 2549 | 518 b Ff(i)-379 3499 y Fh(rec)n(herc)n(her)24 b(les)f(n\033uds)h(a)n(v) | 2606 | 518 b Ff(i)-379 3413 y Fh(rec)n(herc)n(her)24 b(les)f(n\033uds)h(a)n(v) |
| 2550 | n(ec)h(une)f(expression)-379 3605 y(rationnelle)1115 | 2607 | n(ec)h(une)f(expression)-379 3519 y(rationnelle)1115 |
| 2551 | b Ff(s)-379 3711 y Fe(quitter)22 b Fh(Info)1051 b Ff(q)1746 | 2608 | b 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 |
| 2553 | b(egion)24 b(dans)g(un)g(registre)506 b Ff(C-x)36 b(r)f(s)1746 | 2610 | b(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 |
| 2556 | 2 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 |
| 2558 | b(au)g(p)r(oin)n(t)g(sauv)n(\023)-33 b(e)25 b(dans)f(le)f(registre)355 | 2615 | b(au)g(p)r(oin)n(t)g(sauv)n(\023)-33 b(e)25 b(dans)f(le)f(registre)355 |
| 2559 | b Ff(C-x)36 b(r)f(j)1746 271 y Fg(Macros)j(cla)m(vier)1746 | 2616 | b Ff(C-x)36 b(r)f(j)1746 244 y Fg(Macros)j(cla)m(vier)1746 |
| 2560 | 388 y Fe(lancer)23 b Fh(la)g(d)n(\023)-33 b(e\014nition)25 | 2617 | 344 y Fe(lancer)23 b Fh(la)g(d)n(\023)-33 b(e\014nition)25 |
| 2561 | b(d'une)f(macro)g(cla)n(vier)277 b Ff(C-x)36 b(\()1746 | 2618 | b(d'une)f(macro)g(cla)n(vier)277 b Ff(C-x)36 b(\()1746 |
| 2562 | 494 y Fe(terminer)23 b Fh(la)g(d)n(\023)-33 b(e\014nition)25 | 2619 | 451 y Fe(terminer)23 b Fh(la)g(d)n(\023)-33 b(e\014nition)25 |
| 2563 | b(d'une)f(macro)f(cla)n(vier)183 b Ff(C-x)36 b(\))1746 | 2620 | b(d'une)f(macro)f(cla)n(vier)183 b Ff(C-x)36 b(\))1746 |
| 2564 | 601 y Fe(ex)n(\023)-39 b(ecuter)24 b Fh(la)f(derni)n(\022)-33 | 2621 | 557 y Fe(ex)n(\023)-39 b(ecuter)24 b Fh(la)f(derni)n(\022)-33 |
| 2565 | b(ere)24 b(macro)g(cla)n(vier)f(d)n(\023)-33 b(e\014nie)203 | 2622 | b(ere)24 b(macro)g(cla)n(vier)f(d)n(\023)-33 b(e\014nie)203 |
| 2566 | b Ff(C-x)36 b(e)1746 707 y Fh(a)t(jouter)24 b(\022)-35 | 2623 | b Ff(C-x)36 b(e)1746 663 y Fh(a)t(jouter)24 b(\022)-35 |
| 2567 | b(a)24 b(la)f(derni)n(\022)-33 b(ere)24 b(macro)g(cla)n(vier)446 | 2624 | b(a)24 b(la)f(derni)n(\022)-33 b(ere)24 b(macro)g(cla)n(vier)446 |
| 2568 | b Ff(C-u)36 b(C-x)g(\()1746 813 y Fh(donner)24 b(un)g(nom)g(\022)-35 | 2625 | b Ff(C-u)36 b(C-x)g(\()1746 770 y Fh(donner)24 b(un)g(nom)g(\022)-35 |
| 2569 | b(a)24 b(la)f(derni)n(\022)-33 b(ere)24 b(macro)1817 | 2626 | b(a)24 b(la)f(derni)n(\022)-33 b(ere)24 b(macro)1817 |
| 2570 | 919 y(cla)n(vier)996 b Ff(M-x)36 b(name-last-kbd-macro)1746 | 2627 | 876 y(cla)n(vier)996 b Ff(M-x)36 b(name-last-kbd-macro)1746 |
| 2571 | 1026 y Fh(ins)n(\023)-33 b(erer)23 b(une)h(d)n(\023)-33 | 2628 | 982 y Fh(ins)n(\023)-33 b(erer)23 b(une)h(d)n(\023)-33 |
| 2572 | b(e\014nition)25 b(Lisp)e(dans)h(le)1817 1132 y(tamp)r(on)960 | 2629 | b(e\014nition)25 b(Lisp)e(dans)h(le)1817 1088 y(tamp)r(on)960 |
| 2573 | b Ff(M-x)36 b(insert-kbd-macro)1746 1294 y Fg(Commandes)i(de)f(gestion) | 2630 | b Ff(M-x)36 b(insert-kbd-macro)1746 1237 y Fg(Commandes)i(de)f(gestion) |
| 2574 | h(d'Emacs)g(Lisp)1744 1431 y Fh(\023)-33 b(ev)l(aluer)24 | 2631 | h(d'Emacs)g(Lisp)1744 1357 y Fh(\023)-33 b(ev)l(aluer)24 |
| 2575 | b(la)g Fe(s-expression)f Fh(situ)n(\023)-33 b(ee)25 b(a)n(v)l(an)n(t)g | 2632 | b(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 |
| 2577 | b(ev)l(aluer)24 b(la)g Fe(defun)g Fh(couran)n(te)707 | 2634 | b(ev)l(aluer)24 b(la)g Fe(defun)g Fh(couran)n(te)707 |
| 2578 | b Ff(C-M-x)1744 1643 y Fh(\023)-33 b(ev)l(aluer)24 b(la)g | 2635 | b Ff(C-M-x)1744 1570 y Fh(\023)-33 b(ev)l(aluer)24 b(la)g |
| 2579 | Fe(r)n(\023)-39 b(egion)726 b Ff(M-x)36 b(eval-region)1746 | 2636 | Fe(r)n(\023)-39 b(egion)726 b Ff(M-x)36 b(eval-region)1746 |
| 2580 | 1750 y Fh(lire)23 b(et)f(\023)-33 b(ev)l(aluer)24 b(le)g(mini-tamp)r | 2637 | 1676 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 |
| 2582 | b(a)24 b(partir)f(du)h(r)n(\023)-33 b(ep)r(ertoire)23 | 2639 | b(a)24 b(partir)f(du)h(r)n(\023)-33 b(ep)r(ertoire)23 |
| 2583 | b(syst)n(\022)-33 b(eme)1817 1962 y(standard)926 b Ff(M-x)36 | 2640 | b(syst)n(\022)-33 b(eme)1817 1888 y(standard)926 b Ff(M-x)36 |
| 2584 | b(load-library)1746 2124 y Fg(P)m(ersonnalisation)g(simple)1746 | 2641 | b(load-library)1746 2037 y Fg(P)m(ersonnalisation)g(simple)1746 |
| 2585 | 2261 y Fh(p)r(ersonnaliser)23 b(les)h(v)l(ariables)f(et)h(les)g(fon)n | 2642 | 2157 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 |
| 2587 | b(eation)23 b(de)g(liaisons)f(de)h(touc)n(hes)h(globales)f(en)g(Emacs)g | 2644 | b(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 |
| 2589 | b("\\C-cg")d('goto-line\))1746 2581 y(\(global-set-key)j("\\M-#")d | 2646 | b("\\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 |
| 2591 | y(Ecriture)g(de)h(commandes)1746 2857 y Ff(\(defun)f | 2648 | y(Ecriture)g(de)h(commandes)1746 2731 y Ff(\(defun)f |
| 2592 | Fd(nom-c)l(ommande)43 b Ff(\()p Fd(ar)l(gs)5 b Ff(\))1817 | 2649 | Fb(nom-c)l(ommande)43 b Ff(\()p Fb(ar)l(gs)5 b Ff(\))1817 |
| 2593 | 2921 y(")p Fd(do)l(cumentation)g Ff(")38 b(\(interactive)g(")p | 2650 | 2796 y(")p Fb(do)l(cumentation)g Ff(")38 b(\(interactive)g(")p |
| 2594 | Fd(template)5 b Ff("\))1817 2985 y Fd(b)l(o)l(dy)h Ff(\))1746 | 2651 | Fb(template)5 b Ff("\))1817 2862 y Fb(b)l(o)l(dy)h Ff(\))1746 |
| 2595 | 3066 y Fh(Exemple)24 b(:)1746 3146 y Ff(\(defun)37 b | 2652 | 2948 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 |
| 2597 | 3210 y("Repositionne)d(la)d(ligne)h(du)e(point)i(en)f(haut)g(de)g(la)g | 2654 | 3090 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 |
| 2600 | 3401 y(\(recenter)f(\(if)g(\(null)f(line\))2311 3465 | 2657 | 3269 y(\(recenter)f(\(if)g(\(null)f(line\))2311 3324 |
| 2601 | y(0)2240 3529 y(\(prefix-numeric-value)41 b(line\)\)\)\))1746 | 2658 | y(0)2240 3380 y(\(prefix-numeric-value)41 b(line\)\)\)\))1746 |
| 2602 | 3610 y Fh(La)21 b(sp)n(\023)-33 b(eci\014cation)23 b | 2659 | 3468 y Fh(La)21 b(sp)n(\023)-33 b(eci\014cation)23 b |
| 2603 | Ff(interactive)h Fh(indique)d(commen)n(t)h(lire)e(in)n(teractiv)n(e-) | 2660 | Ff(interactive)h Fh(indique)d(commen)n(t)h(lire)e(in)n(teractiv)n(e-) |
| 2604 | 1746 3674 y(men)n(t)28 b(les)f(param)n(\022)-33 b(etres.)42 | 2661 | 1746 3534 y(men)n(t)28 b(les)f(param)n(\022)-33 b(etres.)42 |
| 2605 | b(F)-6 b(aites)28 b Ff(C-h)36 b(f)f(interactive)30 b | 2662 | b(F)-6 b(aites)28 b Ff(C-h)36 b(f)f(interactive)30 b |
| 2606 | Fh(p)r(our)e(plus)e(de)1746 3737 y(pr)n(\023)-33 b(ecisions.)2039 | 2663 | Fh(p)r(our)e(plus)e(de)1746 3599 y(pr)n(\023)-33 b(ecisions.)2039 |
| 2607 | 3817 y Fb(Cop)n(yrigh)n(t)2342 3815 y(c)2325 3817 y Fa(\015)21 | 2664 | 3682 y Fd(Cop)n(yrigh)n(t)2342 3680 y(c)2325 3682 y Fc(\015)21 |
| 2608 | b Fb(2007)i(F)-5 b(ree)21 b(Soft)n(w)n(are)i(F)-5 b(oundation,)20 | 2665 | b Fd(2007)i(F)-5 b(ree)21 b(Soft)n(w)n(are)i(F)-5 b(oundation,)20 |
| 2609 | b(Inc.)2179 3868 y(v2.3)h(p)r(our)f(GNU)g(Emacs)h(v)n(ersion)h(22,)f | 2666 | b(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 |
| 2611 | 3983 y(traduction)h(fran\030)-27 b(caise)21 b(d')2831 | 2668 | 3835 y(traduction)h(fran\030)-27 b(caise)21 b(d')2831 |
| 2612 | 3970 y(\023)2826 3983 y(Eric)f(Jacob)r(oni)1746 4051 | 2669 | 3822 y(\023)2826 3835 y(Eric)f(Jacob)r(oni)1746 3900 |
| 2613 | y(V)-5 b(ous)22 b(p)r(ouv)n(ez)g(faire)g(et)g(distribuer)f(des)h | 2670 | y(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 |
| 2615 | 4102 y(note)16 b(de)g(cop)n(yrigh)n(t)g(et)h(cette)f(note)g(de)g(p)r | 2672 | 3944 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 |
| 2617 | b(sur)c(toutes)1746 4153 y(les)21 b(copies.)1746 4221 | 2674 | b(sur)c(toutes)1746 3989 y(les)21 b(copies.)1746 4054 |
| 2618 | y(P)n(our)e(les)g(copies)g(du)f(man)n(uel)g(GNU)g(Emacs,)g(\023)-29 | 2675 | y(P)n(our)e(les)g(copies)g(du)f(man)n(uel)g(GNU)g(Emacs,)g(\023)-29 |
| 2619 | b(ecriv)n(ez)20 b(\022)-30 b(a)19 b(la)g(F)-5 b(ree)19 | 2676 | b(ecriv)n(ez)20 b(\022)-30 b(a)19 b(la)g(F)-5 b(ree)19 |
| 2620 | b(Soft)n(w)n(are)i(F)-5 b(oun-)1746 4272 y(dation,)29 | 2677 | b(Soft)n(w)n(are)i(F)-5 b(oun-)1746 4098 y(dation,)29 |
| 2621 | b(Inc.,)g(51)g(F)-5 b(ranklin)28 b(Street,)h(Fifth)f(Flo)r(or,)h | 2678 | b(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 | ||
| 2625 | userdict /end-hook known{end-hook}if | 2682 | userdict /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. | |||
| 345 | Si Emacs est encore en train de chercher, \kbd{C-g} n'annule que ce | 347 | Si Emacs est encore en train de chercher, \kbd{C-g} n'annule que ce |
| 346 | qui n'a pas \'et\'e fait. | 348 | qui 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 | |||
| 2140 | 0000000000000000000000000000000000000000000000000000000000000000 | 2140 | 0000000000000000000000000000000000000000000000000000000000000000 |
| 2141 | cleartomark | 2141 | cleartomark |
| 2142 | %%EndFont | 2142 | %%EndFont |
| 2143 | TeXDict begin 55387786 39139632 1000 600 600 (refcard.dvi) | 2143 | TeXDict 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 |
| 2145 | 3[38 24 29 30 1[36 36 40 58 18 2[22 36 33 1[33 36 33 | 2145 | 3[38 24 29 30 1[36 36 40 58 18 2[22 36 33 1[33 36 33 |
| 2146 | 33 36 51[26 45[{}19 66.4176 /CMTI8 rf /Fc 242[61 13[{}1 | 2146 | 33 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 |
| 2171 | TeXDict begin | 2171 | TeXDict begin |
| 2172 | %%PaperSize: A4 | 2172 | %%BeginPaperSize: Letter |
| 2173 | letter | ||
| 2174 | %%EndPaperSize | ||
| 2173 | @landscape end | 2175 | @landscape end |
| 2174 | %%EndSetup | 2176 | %%EndSetup |
| 2175 | %%Page: 1 1 | 2177 | %%Page: 1 1 |