diff options
| author | Michael Albinus | 2011-02-19 20:55:44 +0100 |
|---|---|---|
| committer | Michael Albinus | 2011-02-19 20:55:44 +0100 |
| commit | 6e7fa8e2d9458c05e2ea8dcbed74c4ed2a21c06e (patch) | |
| tree | b80494df0bc586bec5622a0ec0d9653b735749f4 /doc | |
| parent | 27ac6e7908c1d7b503ac5dca42a34ab9068d0864 (diff) | |
| download | emacs-6e7fa8e2d9458c05e2ea8dcbed74c4ed2a21c06e.tar.gz emacs-6e7fa8e2d9458c05e2ea8dcbed74c4ed2a21c06e.zip | |
* tramp.texi: Use consistently "Emacs" (instead of "GNU Emacs") and
"Debian GNU/Linux".
* trampver.texi [xemacs]: Set emacsothername to "Emacs".
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 34 | ||||
| -rw-r--r-- | doc/misc/trampver.texi | 2 |
3 files changed, 25 insertions, 18 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 8d1c5dc46ab..d2ba81618b3 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-02-19 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 | |||
| 1 | 2011-02-18 Eli Zaretskii <eliz@gnu.org> | 8 | 2011-02-18 Eli Zaretskii <eliz@gnu.org> |
| 2 | 9 | ||
| 3 | * ada-mode.texi: Sync @dircategory with ../../info/dir. | 10 | * ada-mode.texi: Sync @dircategory with ../../info/dir. |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 8a7cbf6a69d..f76df61335c 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -376,13 +376,12 @@ behind the scenes when you open a file with @value{tramp}. | |||
| 376 | @cindex obtaining Tramp | 376 | @cindex obtaining Tramp |
| 377 | 377 | ||
| 378 | @value{tramp} is freely available on the Internet and the latest | 378 | @value{tramp} is freely available on the Internet and the latest |
| 379 | release may be downloaded from | 379 | release may be downloaded from @uref{ftp://ftp.gnu.org/gnu/tramp/}. |
| 380 | @uref{ftp://ftp.gnu.org/gnu/tramp/}. This release includes the full | 380 | This release includes the full documentation and code for |
| 381 | documentation and code for @value{tramp}, suitable for installation. | 381 | @value{tramp}, suitable for installation. But Emacs (22 or later) |
| 382 | But GNU Emacs (22 or later) includes @value{tramp} already, and there | 382 | includes @value{tramp} already, and there is a @value{tramp} package |
| 383 | is a @value{tramp} package for XEmacs, as well. So maybe it is easier | 383 | for XEmacs, as well. So maybe it is easier to just use those. But if |
| 384 | to just use those. But if you want the bleeding edge, read | 384 | you want the bleeding edge, read on@dots{...} |
| 385 | on@dots{...} | ||
| 386 | 385 | ||
| 387 | For the especially brave, @value{tramp} is available from CVS. The CVS | 386 | For the especially brave, @value{tramp} is available from CVS. The CVS |
| 388 | version is the latest version of the code and may contain incomplete | 387 | version is the latest version of the code and may contain incomplete |
| @@ -455,10 +454,10 @@ Storing files into IMAP mailboxes has been added in September 2009. | |||
| 455 | @end ifset | 454 | @end ifset |
| 456 | 455 | ||
| 457 | In December 2001, @value{tramp} has been added to the XEmacs package | 456 | In December 2001, @value{tramp} has been added to the XEmacs package |
| 458 | repository. Being part of the GNU Emacs repository happened in June | 457 | repository. Being part of the Emacs repository happened in June 2002, |
| 459 | 2002, the first release including @value{tramp} was GNU Emacs 22.1. | 458 | the first release including @value{tramp} was Emacs 22.1. |
| 460 | 459 | ||
| 461 | @value{tramp} is also a GNU/Linux Debian package since February 2001. | 460 | @value{tramp} is also a Debian GNU/Linux package since February 2001. |
| 462 | 461 | ||
| 463 | 462 | ||
| 464 | @c Installation chapter is necessary only in case of standalone | 463 | @c Installation chapter is necessary only in case of standalone |
| @@ -1762,9 +1761,10 @@ By default, this is set to a reasonable set of defaults for most | |||
| 1762 | machines. The symbol @code{tramp-default-remote-path} is a place | 1761 | machines. The symbol @code{tramp-default-remote-path} is a place |
| 1763 | holder, it is replaced by the list of directories received via the | 1762 | holder, it is replaced by the list of directories received via the |
| 1764 | command @command{getconf PATH} on your remote machine. For example, | 1763 | command @command{getconf PATH} on your remote machine. For example, |
| 1765 | on GNU Debian this is @file{/bin:/usr/bin}, whereas on Solaris this is | 1764 | on Debian GNU/Linux this is @file{/bin:/usr/bin}, whereas on Solaris |
| 1766 | @file{/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin}. It is | 1765 | this is @file{/usr/xpg4/bin:/usr/ccs/bin:/usr/bin:/opt/SUNWspro/bin}. |
| 1767 | recommended to apply this symbol on top of @code{tramp-remote-path}. | 1766 | It is recommended to apply this symbol on top of |
| 1767 | @code{tramp-remote-path}. | ||
| 1768 | 1768 | ||
| 1769 | It is possible, however, that your local (or remote ;) system | 1769 | It is possible, however, that your local (or remote ;) system |
| 1770 | administrator has put the tools you want in some obscure local | 1770 | administrator has put the tools you want in some obscure local |
| @@ -2757,8 +2757,8 @@ There is also a Savannah project page. | |||
| 2757 | @item | 2757 | @item |
| 2758 | Which systems does it work on? | 2758 | Which systems does it work on? |
| 2759 | 2759 | ||
| 2760 | The package has been used successfully on GNU Emacs 22, GNU Emacs 23, | 2760 | The package has been used successfully on Emacs 22, Emacs 23, XEmacs |
| 2761 | XEmacs 21 (starting with 21.4), and SXEmacs 22. | 2761 | 21 (starting with 21.4), and SXEmacs 22. |
| 2762 | 2762 | ||
| 2763 | The package was intended to work on Unix, and it really expects a | 2763 | The package was intended to work on Unix, and it really expects a |
| 2764 | Unix-like system on the remote end (except the @option{smb} and | 2764 | Unix-like system on the remote end (except the @option{smb} and |
| @@ -3597,9 +3597,9 @@ printed and deleted. | |||
| 3597 | But I have decided that this is too fragile to reliably work, so on some | 3597 | But I have decided that this is too fragile to reliably work, so on some |
| 3598 | systems you'll have to do without the uuencode methods. | 3598 | systems you'll have to do without the uuencode methods. |
| 3599 | 3599 | ||
| 3600 | @item The @value{tramp} filename syntax differs between GNU Emacs and XEmacs. | 3600 | @item The @value{tramp} filename syntax differs between Emacs and XEmacs. |
| 3601 | 3601 | ||
| 3602 | The GNU Emacs maintainers wish to use a unified filename syntax for | 3602 | The Emacs maintainers wish to use a unified filename syntax for |
| 3603 | Ange-FTP and @value{tramp} so that users don't have to learn a new | 3603 | Ange-FTP and @value{tramp} so that users don't have to learn a new |
| 3604 | syntax. It is sufficient to learn some extensions to the old syntax. | 3604 | syntax. It is sufficient to learn some extensions to the old syntax. |
| 3605 | 3605 | ||
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi index 3cde3eb4bfc..1cfcba637ae 100644 --- a/doc/misc/trampver.texi +++ b/doc/misc/trampver.texi | |||
| @@ -70,7 +70,7 @@ | |||
| 70 | @set postfixhop / | 70 | @set postfixhop / |
| 71 | @set ipv6prefix | 71 | @set ipv6prefix |
| 72 | @set ipv6postfix | 72 | @set ipv6postfix |
| 73 | @set emacsothername GNU Emacs | 73 | @set emacsothername Emacs |
| 74 | @set emacsotherdir emacs | 74 | @set emacsotherdir emacs |
| 75 | @set emacsotherfilename tramp-emacs.html | 75 | @set emacsotherfilename tramp-emacs.html |
| 76 | @set japanesemanual tramp_ja-xemacs.html | 76 | @set japanesemanual tramp_ja-xemacs.html |