aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-03-30 04:17:10 +0000
committerRichard M. Stallman2003-03-30 04:17:10 +0000
commitbda13259cd66ba16a27e1c45e361dc6435b5ea18 (patch)
tree5b3886ba73f5b969b8eadbab390d145dc1e990a6
parentfcfdeaf69d83970a7767c2cc74e646a0b024af9e (diff)
downloademacs-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/ChangeLog5
-rw-r--r--man/tramp.texi48
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 @@
12003-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
12003-03-29 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> 62003-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}.
124You can find the latest version of this document on the web at 118You 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
127The manual has been generated for @value{emacs-name}.
128@ifinfo
129If you want to read the info pages for @value{emacs-other-name}, you
130should read in @ref{Installation} how to create them.
131@end ifinfo
132@ifhtml
133If 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
138This manual is also available as a @uref{tramp_ja.html, Japanese 122This manual is also available as a @uref{tramp_ja.html, Japanese
139translation}. 123translation}.
@@ -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
533that it can correctly byte-compile the @tramp{} sources. 517that it can correctly byte-compile the @tramp{} sources.
534 518
535For example, to force the use of @value{emacs-other-name} you might do
536this:
537
538@example
539./configure --with-@value{emacs-other-dir}
540make
541make install
542@end example
543
544or this:
545
546@example
547./configure
548make EMACS=/usr/bin/@value{emacs-other-dir}-21.4
549make install
550@end example
551
552The syntax of @tramp{} file names is different for @value{emacs-name}
553and @value{emacs-other-name}. The Info manual will be generated for
554the Emacs flavor choosen in the @command{configure} phase. If you want
555the 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}
560make EMACS_INFO=@value{emacs-other-dir}
561@end example
562
563Also, the @command{--prefix=PATH} option to @command{configure} may 519Also, the @command{--prefix=PATH} option to @command{configure} may
564not be general enough to set the paths you want. If not, you can pass 520not be general enough to set the paths you want. If not, you can pass
565variables to the @command{make} command to control the installation. 521variables to the @command{make} command to control the installation.