diff options
| author | Richard M. Stallman | 2003-03-30 04:17:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-03-30 04:17:10 +0000 |
| commit | bda13259cd66ba16a27e1c45e361dc6435b5ea18 (patch) | |
| tree | 5b3886ba73f5b969b8eadbab390d145dc1e990a6 | |
| parent | fcfdeaf69d83970a7767c2cc74e646a0b024af9e (diff) | |
| download | emacs-bda13259cd66ba16a27e1c45e361dc6435b5ea18.tar.gz emacs-bda13259cd66ba16a27e1c45e361dc6435b5ea18.zip | |
(Top): Undo the previous renaming.
(emacs-other-name, emacs-other-dir, emacs-other-file-name): Deleted.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/tramp.texi | 48 |
2 files changed, 7 insertions, 46 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 9ffd9145fd7..2421b4f98c0 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-03-29 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * tramp.texi (Top): Undo the previous renaming. | ||
| 4 | (emacs-other-name, emacs-other-dir, emacs-other-file-name): Deleted. | ||
| 5 | |||
| 1 | 2003-03-29 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 6 | 2003-03-29 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
| 2 | 7 | ||
| 3 | * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs, | 8 | * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs, |
diff --git a/man/tramp.texi b/man/tramp.texi index 3deb7872d8c..e0ee4080fcf 100644 --- a/man/tramp.texi +++ b/man/tramp.texi | |||
| @@ -28,13 +28,10 @@ | |||
| 28 | @c Some flags which make the text independent on the (X)Emacs flavor. | 28 | @c Some flags which make the text independent on the (X)Emacs flavor. |
| 29 | @c "emacs" resp "xemacs" are set in the Makefile. | 29 | @c "emacs" resp "xemacs" are set in the Makefile. |
| 30 | 30 | ||
| 31 | @c GNU Emacs values. | 31 | @c Emacs values. |
| 32 | @ifset emacs | 32 | @ifset emacs |
| 33 | @set emacs-name GNU Emacs | 33 | @set emacs-name Emacs |
| 34 | @set emacs-dir emacs | 34 | @set emacs-dir emacs |
| 35 | @set emacs-other-name XEmacs | ||
| 36 | @set emacs-other-dir xemacs | ||
| 37 | @set emacs-other-file-name tramp-xemacs.html | ||
| 38 | @set ftp-package-name Ange-FTP | 35 | @set ftp-package-name Ange-FTP |
| 39 | @set tramp-prefix / | 36 | @set tramp-prefix / |
| 40 | @set tramp-prefix-single-hop | 37 | @set tramp-prefix-single-hop |
| @@ -47,9 +44,6 @@ | |||
| 47 | @ifset xemacs | 44 | @ifset xemacs |
| 48 | @set emacs-name XEmacs | 45 | @set emacs-name XEmacs |
| 49 | @set emacs-dir xemacs | 46 | @set emacs-dir xemacs |
| 50 | @set emacs-other-name GNU Emacs | ||
| 51 | @set emacs-other-dir emacs | ||
| 52 | @set emacs-other-file-name tramp-emacs.html | ||
| 53 | @set ftp-package-name EFS | 47 | @set ftp-package-name EFS |
| 54 | @set tramp-prefix /[ | 48 | @set tramp-prefix /[ |
| 55 | @set tramp-prefix-single-hop [ | 49 | @set tramp-prefix-single-hop [ |
| @@ -124,16 +118,6 @@ programs, such as @command{ssh}/@command{scp}. | |||
| 124 | You can find the latest version of this document on the web at | 118 | You can find the latest version of this document on the web at |
| 125 | @uref{http://www.freesoftware.fsf.org/tramp/}. | 119 | @uref{http://www.freesoftware.fsf.org/tramp/}. |
| 126 | 120 | ||
| 127 | The manual has been generated for @value{emacs-name}. | ||
| 128 | @ifinfo | ||
| 129 | If you want to read the info pages for @value{emacs-other-name}, you | ||
| 130 | should read in @ref{Installation} how to create them. | ||
| 131 | @end ifinfo | ||
| 132 | @ifhtml | ||
| 133 | If you're using the other Emacs flavour, you should read the | ||
| 134 | @uref{@value{emacs-other-file-name}, @value{emacs-other-name}} pages. | ||
| 135 | @end ifhtml | ||
| 136 | |||
| 137 | @ifhtml | 121 | @ifhtml |
| 138 | This manual is also available as a @uref{tramp_ja.html, Japanese | 122 | This manual is also available as a @uref{tramp_ja.html, Japanese |
| 139 | translation}. | 123 | translation}. |
| @@ -532,34 +516,6 @@ If your installed copy of Emacs is named something other than | |||
| 532 | @command{@value{emacs-dir}}, you will need to tell `make' where to find it so | 516 | @command{@value{emacs-dir}}, you will need to tell `make' where to find it so |
| 533 | that it can correctly byte-compile the @tramp{} sources. | 517 | that it can correctly byte-compile the @tramp{} sources. |
| 534 | 518 | ||
| 535 | For example, to force the use of @value{emacs-other-name} you might do | ||
| 536 | this: | ||
| 537 | |||
| 538 | @example | ||
| 539 | ./configure --with-@value{emacs-other-dir} | ||
| 540 | make | ||
| 541 | make install | ||
| 542 | @end example | ||
| 543 | |||
| 544 | or this: | ||
| 545 | |||
| 546 | @example | ||
| 547 | ./configure | ||
| 548 | make EMACS=/usr/bin/@value{emacs-other-dir}-21.4 | ||
| 549 | make install | ||
| 550 | @end example | ||
| 551 | |||
| 552 | The syntax of @tramp{} file names is different for @value{emacs-name} | ||
| 553 | and @value{emacs-other-name}. The Info manual will be generated for | ||
| 554 | the Emacs flavor choosen in the @command{configure} phase. If you want | ||
| 555 | the Info manual for the other version, you need to set the variable | ||
| 556 | @command{EMACS_INFO} to @command{make}: | ||
| 557 | |||
| 558 | @example | ||
| 559 | ./configure --with-@value{emacs-dir} | ||
| 560 | make EMACS_INFO=@value{emacs-other-dir} | ||
| 561 | @end example | ||
| 562 | |||
| 563 | Also, the @command{--prefix=PATH} option to @command{configure} may | 519 | Also, the @command{--prefix=PATH} option to @command{configure} may |
| 564 | not be general enough to set the paths you want. If not, you can pass | 520 | not be general enough to set the paths you want. If not, you can pass |
| 565 | variables to the @command{make} command to control the installation. | 521 | variables to the @command{make} command to control the installation. |