diff options
| author | Paul Eggert | 2011-02-24 22:42:06 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-24 22:42:06 -0800 |
| commit | a07b892ff17e95e513c4bfe6e2dd73df1e589bf3 (patch) | |
| tree | a3d1a40c919618c9a452a405838cff23819777fe /doc | |
| parent | ae0d725005539d9259efac6a81ff8fdd45eb69a6 (diff) | |
| parent | b18947669cd182ec8487b317460f6df5878d0f11 (diff) | |
| download | emacs-a07b892ff17e95e513c4bfe6e2dd73df1e589bf3.tar.gz emacs-a07b892ff17e95e513c4bfe6e2dd73df1e589bf3.zip | |
Merge from mainline.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 26 | ||||
| -rw-r--r-- | doc/misc/auth.texi | 10 | ||||
| -rw-r--r-- | doc/misc/dired-x.texi | 87 | ||||
| -rw-r--r-- | doc/misc/edt.texi | 30 | ||||
| -rw-r--r-- | doc/misc/erc.texi | 2 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 4 | ||||
| -rw-r--r-- | doc/misc/idlwave.texi | 2 | ||||
| -rw-r--r-- | doc/misc/mh-e.texi | 6 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 34 | ||||
| -rw-r--r-- | doc/misc/trampver.texi | 2 |
10 files changed, 107 insertions, 96 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 217702b7c0f..6f4f86978da 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,29 @@ | |||
| 1 | 2011-02-23 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and | ||
| 4 | "Debian GNU/Linux". | ||
| 5 | |||
| 6 | * trampver.texi [xemacs]: Set emacsothername to "Emacs". | ||
| 7 | |||
| 8 | 2011-02-23 Glenn Morris <rgm@gnu.org> | ||
| 9 | |||
| 10 | * dired-x.texi (Features): Minor rephrasing. | ||
| 11 | (Local Variables): Fix typos. | ||
| 12 | |||
| 13 | * edt.texi, erc.texi, gnus.texi, idlwave.texi, mh-e.texi: | ||
| 14 | Standardize some Emacs/XEmacs terminology. | ||
| 15 | |||
| 16 | * dired-x.texi (Features): Don't advertise obsolete local variables. | ||
| 17 | Simplify layout. | ||
| 18 | (Omitting Variables): Update local variables example. | ||
| 19 | (Local Variables): Say this is obsolete. Fix description of | ||
| 20 | dired-enable-local-variables possible values. | ||
| 21 | |||
| 22 | 2011-02-22 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 23 | |||
| 24 | * auth.texi (Help for users): Mention ~/.netrc is also searched by | ||
| 25 | default now. | ||
| 26 | |||
| 1 | 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org> | 27 | 2011-02-21 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 28 | ||
| 3 | * gnus.texi (Article Date): Clarify gnus-article-update-date-headers. | 29 | * gnus.texi (Article Date): Clarify gnus-article-update-date-headers. |
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi index 27c6691dfa8..23ac23dce5b 100644 --- a/doc/misc/auth.texi +++ b/doc/misc/auth.texi | |||
| @@ -127,8 +127,8 @@ you will be pwned as the kids say. | |||
| 127 | 127 | ||
| 128 | ``Netrc'' files are usually called @code{.authinfo} or @code{.netrc}; | 128 | ``Netrc'' files are usually called @code{.authinfo} or @code{.netrc}; |
| 129 | nowadays @code{.authinfo} seems to be more popular and the auth-source | 129 | nowadays @code{.authinfo} seems to be more popular and the auth-source |
| 130 | library encourages this confusion by making it the default, as you'll | 130 | library encourages this confusion by accepting both, as you'll see |
| 131 | see later. | 131 | later. |
| 132 | 132 | ||
| 133 | If you have problems with the search, set @code{auth-source-debug} to | 133 | If you have problems with the search, set @code{auth-source-debug} to |
| 134 | @code{t} and see what host, port, and user the library is checking in | 134 | @code{t} and see what host, port, and user the library is checking in |
| @@ -159,7 +159,7 @@ and simplest configuration is: | |||
| 159 | ;;; mostly equivalent (see below about fallbacks) but shorter: | 159 | ;;; mostly equivalent (see below about fallbacks) but shorter: |
| 160 | (setq auth-sources '((:source "~/.authinfo.gpg"))) | 160 | (setq auth-sources '((:source "~/.authinfo.gpg"))) |
| 161 | ;;; even shorter and the @emph{default}: | 161 | ;;; even shorter and the @emph{default}: |
| 162 | (setq auth-sources '("~/.authinfo.gpg" "~/.authinfo")) | 162 | (setq auth-sources '("~/.authinfo.gpg" "~/.authinfo" "~/.netrc")) |
| 163 | ;;; use the Secrets API @var{Login} collection (@pxref{Secret Service API}) | 163 | ;;; use the Secrets API @var{Login} collection (@pxref{Secret Service API}) |
| 164 | (setq auth-sources '("secrets:Login")) | 164 | (setq auth-sources '("secrets:Login")) |
| 165 | @end lisp | 165 | @end lisp |
| @@ -184,8 +184,8 @@ the defaults: any host and any port are looked up in the netrc | |||
| 184 | file @code{~/.authinfo.gpg}, which is a GnuPG encrypted file | 184 | file @code{~/.authinfo.gpg}, which is a GnuPG encrypted file |
| 185 | (@pxref{GnuPG and EasyPG Assistant Configuration}). | 185 | (@pxref{GnuPG and EasyPG Assistant Configuration}). |
| 186 | 186 | ||
| 187 | If that fails, the unencrypted netrc file @code{~/.authinfo} will | 187 | If that fails, the unencrypted netrc files @code{~/.authinfo} and |
| 188 | be used. | 188 | @code{~/.netrc} will be used. |
| 189 | 189 | ||
| 190 | The typical netrc line example is without a port. | 190 | The typical netrc line example is without a port. |
| 191 | 191 | ||
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi index 003046d5a7c..cde39ff6a62 100644 --- a/doc/misc/dired-x.texi +++ b/doc/misc/dired-x.texi | |||
| @@ -129,48 +129,33 @@ original @file{dired-x.el}). | |||
| 129 | @section Features | 129 | @section Features |
| 130 | @cindex Features | 130 | @cindex Features |
| 131 | 131 | ||
| 132 | Some features provided by Dired Extra | 132 | Some features provided by Dired Extra: |
| 133 | 133 | ||
| 134 | @enumerate | 134 | @enumerate |
| 135 | @item | 135 | @item |
| 136 | Omitting uninteresting files from Dired listing. | 136 | Omitting uninteresting files from Dired listing |
| 137 | @itemize @bullet | 137 | (@pxref{Omitting Files in Dired}). |
| 138 | @xref{Omitting Files in Dired}. | ||
| 139 | @end itemize | ||
| 140 | @item | 138 | @item |
| 141 | Local variables for Dired directories. | 139 | Guessing shell commands in Dired buffers |
| 142 | @itemize @bullet | 140 | (@pxref{Shell Command Guessing}). |
| 143 | @xref{Local Variables}. | ||
| 144 | @end itemize | ||
| 145 | @item | 141 | @item |
| 146 | Guessing shell commands in Dired buffers. | 142 | Running Dired command in non-Dired buffers |
| 147 | @itemize @bullet | 143 | (@pxref{Virtual Dired}). |
| 148 | @xref{Shell Command Guessing}. | ||
| 149 | @end itemize | ||
| 150 | @item | ||
| 151 | Running Dired command in non-Dired buffers. | ||
| 152 | @itemize @bullet | ||
| 153 | @xref{Virtual Dired}. | ||
| 154 | @end itemize | ||
| 155 | @item | 144 | @item |
| 156 | Finding a file mentioned in a buffer | 145 | Finding a file mentioned in a buffer |
| 157 | @itemize @bullet | 146 | (@pxref{Find File At Point}). |
| 158 | @xref{Find File At Point}. | ||
| 159 | @end itemize | ||
| 160 | @item | 147 | @item |
| 161 | Commands using file marking. | 148 | Commands using file marking |
| 162 | @itemize @bullet | 149 | (@pxref{Advanced Mark Commands}). |
| 163 | @xref{Advanced Mark Commands}. | ||
| 164 | @end itemize | ||
| 165 | @end enumerate | 150 | @end enumerate |
| 166 | 151 | ||
| 167 | @noindent | 152 | @noindent |
| 168 | @file{dired-x.el} binds some functions to keys in Dired Mode (@pxref{Key | 153 | @file{dired-x.el} binds some functions to keys in Dired Mode (@pxref{Key |
| 169 | Index}) and also binds @kbd{C-x C-j} and @kbd{C-x 4 C-j} @emph{globally} to | 154 | Index}) and also binds @kbd{C-x C-j} and @kbd{C-x 4 C-j} @emph{globally} to |
| 170 | @code{dired-jump} (@pxref{Miscellaneous Commands}). It may also bind @kbd{C-x | 155 | @code{dired-jump} (@pxref{Miscellaneous Commands}). Optionally, it |
| 171 | C-f} and @kbd{C-x 4 C-f} to @code{dired-x-find-file} and | 156 | also binds @kbd{C-x C-f} and @kbd{C-x 4 C-f} to |
| 172 | @code{dired-x-find-file-other-window}, respectively (@pxref{Find File At | 157 | @code{dired-x-find-file} and @code{dired-x-find-file-other-window}, |
| 173 | Point}). | 158 | respectively (@pxref{Find File At Point}). |
| 174 | 159 | ||
| 175 | @node Technical Details, , Features, Introduction | 160 | @node Technical Details, , Features, Introduction |
| 176 | @section Technical Details | 161 | @section Technical Details |
| @@ -351,27 +336,25 @@ inside your @code{dired-mode-hook} to have omitting initially turned on in | |||
| 351 | @emph{every} Dired buffer (@pxref{Installation}). You can then use @kbd{M-o} to | 336 | @emph{every} Dired buffer (@pxref{Installation}). You can then use @kbd{M-o} to |
| 352 | unomit in that buffer. | 337 | unomit in that buffer. |
| 353 | 338 | ||
| 354 | To enable omitting automatically only in certain directories one can use Dired | 339 | To enable omitting automatically only in certain directories you can add |
| 355 | Local Variables and put | 340 | a directory local setting |
| 341 | (@pxref{Directory Variables,,,emacs,The Gnu Emacs manual}) for Dired mode | ||
| 356 | 342 | ||
| 357 | @example | 343 | @example |
| 358 | Local Variables: | 344 | ((dired-mode . ((dired-omit-mode . t)))) |
| 359 | dired-omit-mode: t | ||
| 360 | End: | ||
| 361 | @end example | 345 | @end example |
| 362 | 346 | ||
| 363 | @noindent | 347 | @noindent |
| 364 | into a file @file{.dired} (the default value of | 348 | to a @file{.dir-locals.el} file in that directory. |
| 365 | @code{dired-local-variables-file}) in that directory (@pxref{Local Variables}). | ||
| 366 | 349 | ||
| 367 | @table @code | 350 | @table @code |
| 368 | @findex dired-omit-here-always | 351 | @findex dired-omit-here-always |
| 369 | @item dired-omit-here-always | 352 | @item dired-omit-here-always |
| 370 | 353 | ||
| 371 | This is an interactive function that creates a local variables file exactly | 354 | This is an interactive function that creates a local variables file exactly |
| 372 | like the example above (if it does not already exist) in the file | 355 | like the example above (if it does not already exist) in the |
| 373 | @code{dired-local-variables-file} in the current directory and then refreshes | 356 | @code{dir-locals-file} file in the current directory and then refreshes |
| 374 | the directory listing (@pxref{Local Variables}). | 357 | the directory listing. |
| 375 | @end table | 358 | @end table |
| 376 | 359 | ||
| 377 | @vindex dired-omit-files | 360 | @vindex dired-omit-files |
| @@ -490,7 +473,6 @@ Loading @file{dired-x.el} will install Dired Omit by putting | |||
| 490 | call @code{dired-extra-startup}, which in turn calls @code{dired-omit-startup} | 473 | call @code{dired-extra-startup}, which in turn calls @code{dired-omit-startup} |
| 491 | in your @code{dired-mode-hook}. | 474 | in your @code{dired-mode-hook}. |
| 492 | 475 | ||
| 493 | @c FIXME does the standard dir-locals mechanism obsolete this? | ||
| 494 | @node Local Variables, Shell Command Guessing, Omitting Files in Dired, Top | 476 | @node Local Variables, Shell Command Guessing, Omitting Files in Dired, Top |
| 495 | @chapter Local Variables for Dired Directories | 477 | @chapter Local Variables for Dired Directories |
| 496 | 478 | ||
| @@ -498,10 +480,15 @@ in your @code{dired-mode-hook}. | |||
| 498 | @vindex dired-local-variables-file | 480 | @vindex dired-local-variables-file |
| 499 | @vindex dired-enable-local-variables | 481 | @vindex dired-enable-local-variables |
| 500 | @noindent | 482 | @noindent |
| 501 | When Dired visits a directory, it looks for a file whose name is the value of | 483 | This Dired-X feature is obsolete as of Emacs 24.1. The standard Emacs |
| 502 | variable @code{dired-local-variables-file} (default: @file{.dired}). If such | 484 | directory local variables mechanism (@pxref{Directory |
| 503 | a file is found, Dired will temporarily insert it into the Dired buffer and | 485 | Variables,,,emacs,The Gnu Emacs manual}) replaces it. For an example of |
| 504 | run @code{hack-local-variables}. | 486 | the new mechanims, @pxref{Omitting Variables}. |
| 487 | |||
| 488 | When Dired visits a directory, it looks for a file whose name is the | ||
| 489 | value of variable @code{dired-local-variables-file} (default: @file{.dired}). | ||
| 490 | If such a file is found, Dired will temporarily insert it into the Dired | ||
| 491 | buffer and run @code{hack-local-variables}. | ||
| 505 | 492 | ||
| 506 | @noindent | 493 | @noindent |
| 507 | For example, if the user puts | 494 | For example, if the user puts |
| @@ -527,7 +514,7 @@ omitted automatically | |||
| 527 | @noindent | 514 | @noindent |
| 528 | You can set @code{dired-local-variables-file} to @code{nil} to suppress this. | 515 | You can set @code{dired-local-variables-file} to @code{nil} to suppress this. |
| 529 | The value of @code{dired-enable-local-variables} controls if and how these | 516 | The value of @code{dired-enable-local-variables} controls if and how these |
| 530 | local variables are read. This variable exists so that if may override the | 517 | local variables are read. This variable exists so that it may override the |
| 531 | default value of @code{enable-local-variables}. | 518 | default value of @code{enable-local-variables}. |
| 532 | 519 | ||
| 533 | @noindent | 520 | @noindent |
| @@ -551,12 +538,10 @@ into the Dired buffer and run @code{hack-local-variables}. | |||
| 551 | @item dired-enable-local-variables | 538 | @item dired-enable-local-variables |
| 552 | Default: @code{t} | 539 | Default: @code{t} |
| 553 | 540 | ||
| 554 | Controls the use of local-variables lists in Dired. The value can be @code{t}, | 541 | Controls the use of local-variables lists in Dired. This variable |
| 555 | @code{nil}, or something else. A value of @code{t} means local-variables | 542 | temporarily overrides the value of @code{enable-local-variables} when |
| 556 | lists are obeyed in the @code{dired-local-variables-file}; @code{nil} means | 543 | the Dired Local Variables are hacked. It takes the same values as that |
| 557 | they are ignored; anything else means query. This variable temporarily | 544 | variable. A value of @code{nil} means to ignore any Dired Local Variables. |
| 558 | overrides the value of @code{enable-local-variables} when the Dired Local | ||
| 559 | Variables are hacked. | ||
| 560 | @end table | 545 | @end table |
| 561 | 546 | ||
| 562 | @node Shell Command Guessing, Virtual Dired, Local Variables, Top | 547 | @node Shell Command Guessing, Virtual Dired, Local Variables, Top |
diff --git a/doc/misc/edt.texi b/doc/misc/edt.texi index 377bb6ee8c5..8f9f8fc03a2 100644 --- a/doc/misc/edt.texi +++ b/doc/misc/edt.texi | |||
| @@ -87,7 +87,7 @@ informing you that the emulation has been enabled: ``Default EDT keymap | |||
| 87 | active''. | 87 | active''. |
| 88 | 88 | ||
| 89 | You can have the EDT Emulation start up automatically, each time you | 89 | You can have the EDT Emulation start up automatically, each time you |
| 90 | initiate a GNU Emacs session, by adding the following line to your | 90 | initiate an Emacs session, by adding the following line to your |
| 91 | @file{.emacs} file: | 91 | @file{.emacs} file: |
| 92 | 92 | ||
| 93 | @example | 93 | @example |
| @@ -218,7 +218,7 @@ user quits without saving those buffers. | |||
| 218 | 218 | ||
| 219 | @item | 219 | @item |
| 220 | Emulate EDT Keypad Mode commands closely so that current EDT users will | 220 | Emulate EDT Keypad Mode commands closely so that current EDT users will |
| 221 | find that it easy and comfortable to use GNU Emacs with a small learning | 221 | find that it easy and comfortable to use Emacs with a small learning |
| 222 | curve. | 222 | curve. |
| 223 | 223 | ||
| 224 | @item | 224 | @item |
| @@ -237,7 +237,7 @@ Provide an easy way to restore @strong{all} original Emacs key bindings, | |||
| 237 | just as they existed before the EDT emulation was first invoked. | 237 | just as they existed before the EDT emulation was first invoked. |
| 238 | 238 | ||
| 239 | @item | 239 | @item |
| 240 | Support GNU Emacs 19 and higher. XEmacs 19, and above, is also supported. | 240 | Support Emacs and XEmacs 19 and higher. |
| 241 | 241 | ||
| 242 | @item | 242 | @item |
| 243 | Supports highlighting of marked text within the EDT emulation on all | 243 | Supports highlighting of marked text within the EDT emulation on all |
| @@ -285,13 +285,13 @@ apply to you. | |||
| 285 | @node Starting emulation | 285 | @node Starting emulation |
| 286 | @chapter How to Get Started | 286 | @chapter How to Get Started |
| 287 | 287 | ||
| 288 | Start up GNU Emacs and enter @kbd{M-x edt-emulation-on} to begin the | 288 | Start up Emacs and enter @kbd{M-x edt-emulation-on} to begin the |
| 289 | emulation. After initialization is complete, the following message will | 289 | emulation. After initialization is complete, the following message will |
| 290 | appear below the status line informing you that the emulation has been | 290 | appear below the status line informing you that the emulation has been |
| 291 | enabled: ``Default EDT keymap active''. | 291 | enabled: ``Default EDT keymap active''. |
| 292 | 292 | ||
| 293 | You can have the EDT Emulation start up automatically, each time you | 293 | You can have the EDT Emulation start up automatically, each time you |
| 294 | initiate a GNU Emacs session, by adding the following line to your | 294 | initiate an Emacs session, by adding the following line to your |
| 295 | @file{.emacs} file: | 295 | @file{.emacs} file: |
| 296 | 296 | ||
| 297 | @example | 297 | @example |
| @@ -306,7 +306,7 @@ in the EDT Default Mode). | |||
| 306 | It is easy to customize key bindings in the EDT Emulation | 306 | It is easy to customize key bindings in the EDT Emulation |
| 307 | (@pxref{Customizing}). Customizations are placed in a file called | 307 | (@pxref{Customizing}). Customizations are placed in a file called |
| 308 | @file{edt-user.el}. The Emacs @file{etc/} directory contains an | 308 | @file{edt-user.el}. The Emacs @file{etc/} directory contains an |
| 309 | example. If @file{edt-user.el} is found in your GNU Emacs load path | 309 | example. If @file{edt-user.el} is found in your Emacs load path |
| 310 | during EDT Emulation initialization, then the following message will | 310 | during EDT Emulation initialization, then the following message will |
| 311 | appear below the status line indicating that the emulation has been | 311 | appear below the status line indicating that the emulation has been |
| 312 | enabled, enhanced by your own customizations: ``User EDT custom keymap | 312 | enabled, enhanced by your own customizations: ``User EDT custom keymap |
| @@ -321,8 +321,8 @@ restores the original key bindings in effect just prior to invoking the | |||
| 321 | emulation. | 321 | emulation. |
| 322 | 322 | ||
| 323 | Emacs binds keys to @acronym{ASCII} control characters and so does the | 323 | Emacs binds keys to @acronym{ASCII} control characters and so does the |
| 324 | real EDT. Where EDT key bindings and GNU Emacs key bindings conflict, | 324 | real EDT. Where EDT key bindings and Emacs key bindings conflict, |
| 325 | the default GNU Emacs key bindings are retained by the EDT emulation by | 325 | the default Emacs key bindings are retained by the EDT emulation by |
| 326 | default. If you are a diehard EDT user you may not like this. The | 326 | default. If you are a diehard EDT user you may not like this. The |
| 327 | @ref{Control keys} section explains how to change this so that the EDT | 327 | @ref{Control keys} section explains how to change this so that the EDT |
| 328 | bindings to @acronym{ASCII} control characters override the default | 328 | bindings to @acronym{ASCII} control characters override the default |
| @@ -364,7 +364,7 @@ older SunOS release configured with a Sun Type 5 keyboard: | |||
| 364 | @example | 364 | @example |
| 365 | ! File: .xmodmaprc | 365 | ! File: .xmodmaprc |
| 366 | ! | 366 | ! |
| 367 | ! Set up Sun Type 5 keypad for use with the GNU Emacs EDT Emulation | 367 | ! Set up Sun Type 5 keypad for use with the Emacs EDT Emulation |
| 368 | ! | 368 | ! |
| 369 | keycode 53 = KP_Divide | 369 | keycode 53 = KP_Divide |
| 370 | keycode 54 = KP_Multiply | 370 | keycode 54 = KP_Multiply |
| @@ -436,7 +436,7 @@ things up nicely. | |||
| 436 | @example | 436 | @example |
| 437 | ! File: .xmodmaprc | 437 | ! File: .xmodmaprc |
| 438 | ! | 438 | ! |
| 439 | ! Set up PC keypad under GNU/Linux for the GNU Emacs EDT Emulation | 439 | ! Set up PC keypad under GNU/Linux for the Emacs EDT Emulation |
| 440 | ! | 440 | ! |
| 441 | clear mod2 | 441 | clear mod2 |
| 442 | keycode 77 = F12 | 442 | keycode 77 = F12 |
| @@ -518,7 +518,7 @@ assign Num_Lock back to mod2. | |||
| 518 | @example | 518 | @example |
| 519 | ! File: .xmodmaprc | 519 | ! File: .xmodmaprc |
| 520 | ! | 520 | ! |
| 521 | ! Set up PC keypad under GNU/Linux for the GNU Emacs EDT Emulation | 521 | ! Set up PC keypad under GNU/Linux for the Emacs EDT Emulation |
| 522 | ! | 522 | ! |
| 523 | clear mod2 | 523 | clear mod2 |
| 524 | keycode 77 = F12 | 524 | keycode 77 = F12 |
| @@ -541,7 +541,7 @@ In general, you will find that this emulation of EDT replicates most, | |||
| 541 | but not all, of EDT's most used Keypad Mode editing functions and | 541 | but not all, of EDT's most used Keypad Mode editing functions and |
| 542 | behavior. It is not perfect, but most EDT users who have tried the | 542 | behavior. It is not perfect, but most EDT users who have tried the |
| 543 | emulation agree that it is quite good enough to make it easy for | 543 | emulation agree that it is quite good enough to make it easy for |
| 544 | die-hard EDT users to move over to using GNU Emacs. | 544 | die-hard EDT users to move over to using Emacs. |
| 545 | 545 | ||
| 546 | Here's a list of the most important differences between EDT and this GNU | 546 | Here's a list of the most important differences between EDT and this GNU |
| 547 | Emacs EDT Emulation. The list is short but you must be aware of these | 547 | Emacs EDT Emulation. The list is short but you must be aware of these |
| @@ -783,7 +783,7 @@ terminals on the same system, you need not look at @file{edt-user.el2}. | |||
| 783 | @end ignore | 783 | @end ignore |
| 784 | 784 | ||
| 785 | First, you need to have your own private lisp directory, say | 785 | First, you need to have your own private lisp directory, say |
| 786 | @file{~/lisp}, and you should add it to the GNU Emacs load path. | 786 | @file{~/lisp}, and you should add it to the Emacs load path. |
| 787 | 787 | ||
| 788 | @strong{Please note:} A few sites have different load-path requirements, | 788 | @strong{Please note:} A few sites have different load-path requirements, |
| 789 | so the above directions may need some modification if your site has such | 789 | so the above directions may need some modification if your site has such |
| @@ -898,8 +898,8 @@ Here are some examples: | |||
| 898 | @node Control keys | 898 | @node Control keys |
| 899 | @section Enabling EDT Control Key Sequence Bindings | 899 | @section Enabling EDT Control Key Sequence Bindings |
| 900 | 900 | ||
| 901 | Where EDT key bindings and GNU Emacs key bindings conflict, the default | 901 | Where EDT key bindings and Emacs key bindings conflict, the default |
| 902 | GNU Emacs key bindings are retained by default. Some diehard EDT users | 902 | Emacs key bindings are retained by default. Some diehard EDT users |
| 903 | may not like this. So, if the variable | 903 | may not like this. So, if the variable |
| 904 | @code{edt-use-EDT-control-key-bindings} is set to true in a user's | 904 | @code{edt-use-EDT-control-key-bindings} is set to true in a user's |
| 905 | @file{.emacs} file, then the default EDT Emulation mode will enable most | 905 | @file{.emacs} file, then the default EDT Emulation mode will enable most |
diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi index 463a14f08d2..b46748a08f9 100644 --- a/doc/misc/erc.texi +++ b/doc/misc/erc.texi | |||
| @@ -36,7 +36,7 @@ and modified without restriction. | |||
| 36 | @titlepage | 36 | @titlepage |
| 37 | @title ERC manual | 37 | @title ERC manual |
| 38 | @subtitle a full-featured IRC client | 38 | @subtitle a full-featured IRC client |
| 39 | @subtitle for GNU Emacs and XEmacs | 39 | @subtitle for Emacs and XEmacs |
| 40 | 40 | ||
| 41 | @c The following two commands | 41 | @c The following two commands |
| 42 | @c start the copyright page. | 42 | @c start the copyright page. |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index f990ee69a08..b55452cfa82 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -22498,7 +22498,7 @@ variables should be either strings or symbols naming functions that | |||
| 22498 | return a string. When the mouse passes over text with this property | 22498 | return a string. When the mouse passes over text with this property |
| 22499 | set, a balloon window will appear and display the string. Please | 22499 | set, a balloon window will appear and display the string. Please |
| 22500 | refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual}, | 22500 | refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual}, |
| 22501 | (in GNU Emacs) or the doc string of @code{balloon-help-mode} (in | 22501 | (in Emacs) or the doc string of @code{balloon-help-mode} (in |
| 22502 | XEmacs) for more information on this. (For technical reasons, the | 22502 | XEmacs) for more information on this. (For technical reasons, the |
| 22503 | guillemets have been approximated as @samp{<<} and @samp{>>} in this | 22503 | guillemets have been approximated as @samp{<<} and @samp{>>} in this |
| 22504 | paragraph.) | 22504 | paragraph.) |
| @@ -27766,7 +27766,7 @@ to install Gnus after compiling it, give @file{make.bat} @code{/copy} as | |||
| 27766 | the second parameter. | 27766 | the second parameter. |
| 27767 | 27767 | ||
| 27768 | @file{make.bat} has been rewritten from scratch, it now features | 27768 | @file{make.bat} has been rewritten from scratch, it now features |
| 27769 | automatic recognition of XEmacs and GNU Emacs, generates | 27769 | automatic recognition of XEmacs and Emacs, generates |
| 27770 | @file{gnus-load.el}, checks if errors occur while compilation and | 27770 | @file{gnus-load.el}, checks if errors occur while compilation and |
| 27771 | generation of info files and reports them at the end of the build | 27771 | generation of info files and reports them at the end of the build |
| 27772 | process. It now uses @code{makeinfo} if it is available and falls | 27772 | process. It now uses @code{makeinfo} if it is available and falls |
diff --git a/doc/misc/idlwave.texi b/doc/misc/idlwave.texi index 94aeb612df7..8e172301915 100644 --- a/doc/misc/idlwave.texi +++ b/doc/misc/idlwave.texi | |||
| @@ -4275,7 +4275,7 @@ browse-url-browser-function} or similar when attempting to load IDLWAVE | |||
| 4275 | under XEmacs.} | 4275 | under XEmacs.} |
| 4276 | 4276 | ||
| 4277 | You don't have the @samp{browse-url} (or other required) XEmacs package. | 4277 | You don't have the @samp{browse-url} (or other required) XEmacs package. |
| 4278 | Unlike GNU Emacs, XEmacs distributes many packages separately from the | 4278 | Unlike Emacs, XEmacs distributes many packages separately from the |
| 4279 | main program. IDLWAVE is actually among these, but is not always the | 4279 | main program. IDLWAVE is actually among these, but is not always the |
| 4280 | most up to date. When installing IDLWAVE as an XEmacs package, it | 4280 | most up to date. When installing IDLWAVE as an XEmacs package, it |
| 4281 | should prompt you for required additional packages. When installing it | 4281 | should prompt you for required additional packages. When installing it |
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index 59da631c6ea..43d7bc74553 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi | |||
| @@ -211,9 +211,9 @@ However, MH-E was the tip of the iceberg, and I discovered more and | |||
| 211 | more niceties about GNU Emacs and MH@. Now I'm fully hooked on both of | 211 | more niceties about GNU Emacs and MH@. Now I'm fully hooked on both of |
| 212 | them. | 212 | them. |
| 213 | 213 | ||
| 214 | The MH-E package is distributed with GNU Emacs@footnote{Version | 214 | The MH-E package is distributed with Emacs@footnote{Version |
| 215 | @value{VERSION} of MH-E appeared in GNU Emacs 23.1. It is supported | 215 | @value{VERSION} of MH-E appeared in Emacs 23.1. It is supported |
| 216 | in GNU Emacs 21 and 22, as well as XEmacs 21 (except for versions | 216 | in Emacs 21 and 22, as well as XEmacs 21 (except for versions |
| 217 | 21.5.9-21.5.16). It is compatible with MH versions 6.8.4 and higher, | 217 | 21.5.9-21.5.16). It is compatible with MH versions 6.8.4 and higher, |
| 218 | all versions of nmh, and GNU mailutils 1.0 and higher.}, so you | 218 | all versions of nmh, and GNU mailutils 1.0 and higher.}, so you |
| 219 | shouldn't have to do anything special to use it. Gnus is also | 219 | shouldn't have to do anything special to use it. Gnus is also |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 346354b3170..8bcce244f9d 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -369,13 +369,12 @@ behind the scenes when you open a file with @value{tramp}. | |||
| 369 | @cindex obtaining Tramp | 369 | @cindex obtaining Tramp |
| 370 | 370 | ||
| 371 | @value{tramp} is freely available on the Internet and the latest | 371 | @value{tramp} is freely available on the Internet and the latest |
| 372 | release may be downloaded from | 372 | release may be downloaded from @uref{ftp://ftp.gnu.org/gnu/tramp/}. |
| 373 | @uref{ftp://ftp.gnu.org/gnu/tramp/}. This release includes the full | 373 | This release includes the full documentation and code for |
| 374 | documentation and code for @value{tramp}, suitable for installation. | 374 | @value{tramp}, suitable for installation. But Emacs (22 or later) |
| 375 | But GNU Emacs (22 or later) includes @value{tramp} already, and there | 375 | includes @value{tramp} already, and there is a @value{tramp} package |
| 376 | is a @value{tramp} package for XEmacs, as well. So maybe it is easier | 376 | for XEmacs, as well. So maybe it is easier to just use those. But if |
| 377 | to just use those. But if you want the bleeding edge, read | 377 | you want the bleeding edge, read on@dots{...} |
| 378 | on@dots{...} | ||
| 379 | 378 | ||
| 380 | For the especially brave, @value{tramp} is available from CVS. The CVS | 379 | For the especially brave, @value{tramp} is available from CVS. The CVS |
| 381 | version is the latest version of the code and may contain incomplete | 380 | version is the latest version of the code and may contain incomplete |
| @@ -445,10 +444,10 @@ GVFS integration started in February 2009. | |||
| 445 | @end ifset | 444 | @end ifset |
| 446 | 445 | ||
| 447 | In December 2001, @value{tramp} has been added to the XEmacs package | 446 | In December 2001, @value{tramp} has been added to the XEmacs package |
| 448 | repository. Being part of the GNU Emacs repository happened in June | 447 | repository. Being part of the Emacs repository happened in June 2002, |
| 449 | 2002, the first release including @value{tramp} was GNU Emacs 22.1. | 448 | the first release including @value{tramp} was Emacs 22.1. |
| 450 | 449 | ||
| 451 | @value{tramp} is also a GNU/Linux Debian package since February 2001. | 450 | @value{tramp} is also a Debian GNU/Linux package since February 2001. |
| 452 | 451 | ||
| 453 | 452 | ||
| 454 | @c Installation chapter is necessary only in case of standalone | 453 | @c Installation chapter is necessary only in case of standalone |
| @@ -1704,9 +1703,10 @@ By default, this is set to a reasonable set of defaults for most | |||
| 1704 | machines. The symbol @code{tramp-default-remote-path} is a place | 1703 | machines. The symbol @code{tramp-default-remote-path} is a place |
| 1705 | holder, it is replaced by the list of directories received via the | 1704 | holder, it is replaced by the list of directories received via the |
| 1706 | command @command{getconf PATH} on your remote machine. For example, | 1705 | command @command{getconf PATH} on your remote machine. For example, |
| 1707 | on GNU Debian this is @file{/bin:/usr/bin}, whereas on Solaris this is | 1706 | on Debian GNU/Linux this is @file{/bin:/usr/bin}, whereas on Solaris |
| 1708 | @file{/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin}. It is | 1707 | this is @file{/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin}. |
| 1709 | recommended to apply this symbol on top of @code{tramp-remote-path}. | 1708 | It is recommended to apply this symbol on top of |
| 1709 | @code{tramp-remote-path}. | ||
| 1710 | 1710 | ||
| 1711 | It is possible, however, that your local (or remote ;) system | 1711 | It is possible, however, that your local (or remote ;) system |
| 1712 | administrator has put the tools you want in some obscure local | 1712 | administrator has put the tools you want in some obscure local |
| @@ -2740,8 +2740,8 @@ There is also a Savannah project page. | |||
| 2740 | @item | 2740 | @item |
| 2741 | Which systems does it work on? | 2741 | Which systems does it work on? |
| 2742 | 2742 | ||
| 2743 | The package has been used successfully on GNU Emacs 22, GNU Emacs 23, | 2743 | The package has been used successfully on Emacs 22, Emacs 23, XEmacs |
| 2744 | XEmacs 21 (starting with 21.4), and SXEmacs 22. | 2744 | 21 (starting with 21.4), and SXEmacs 22. |
| 2745 | 2745 | ||
| 2746 | The package was intended to work on Unix, and it really expects a | 2746 | The package was intended to work on Unix, and it really expects a |
| 2747 | Unix-like system on the remote end (except the @option{smb} method), | 2747 | Unix-like system on the remote end (except the @option{smb} method), |
| @@ -3583,9 +3583,9 @@ printed and deleted. | |||
| 3583 | But I have decided that this is too fragile to reliably work, so on some | 3583 | But I have decided that this is too fragile to reliably work, so on some |
| 3584 | systems you'll have to do without the uuencode methods. | 3584 | systems you'll have to do without the uuencode methods. |
| 3585 | 3585 | ||
| 3586 | @item The @value{tramp} filename syntax differs between GNU Emacs and XEmacs. | 3586 | @item The @value{tramp} filename syntax differs between Emacs and XEmacs. |
| 3587 | 3587 | ||
| 3588 | The GNU Emacs maintainers wish to use a unified filename syntax for | 3588 | The Emacs maintainers wish to use a unified filename syntax for |
| 3589 | Ange-FTP and @value{tramp} so that users don't have to learn a new | 3589 | Ange-FTP and @value{tramp} so that users don't have to learn a new |
| 3590 | syntax. It is sufficient to learn some extensions to the old syntax. | 3590 | syntax. It is sufficient to learn some extensions to the old syntax. |
| 3591 | 3591 | ||
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index ff5641fb4b4..437b1372c11 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi | |||
| @@ -63,7 +63,7 @@ | |||
| 63 | @set postfixhop / | 63 | @set postfixhop / |
| 64 | @set ipv6prefix | 64 | @set ipv6prefix |
| 65 | @set ipv6postfix | 65 | @set ipv6postfix |
| 66 | @set emacsothername GNU Emacs | 66 | @set emacsothername Emacs |
| 67 | @set emacsotherdir emacs | 67 | @set emacsotherdir emacs |
| 68 | @set emacsotherfilename tramp-emacs.html | 68 | @set emacsotherfilename tramp-emacs.html |
| 69 | @end ifset | 69 | @end ifset |