comparison man/trampver.texi @ 53207:83d9437acbf3

2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net> Tramp version 2.0.38 released. * tramp.texi (Remote shell setup): Warn of environment variables FRUMPLE if user frumple exists. Suggested by Sven Gabriel <sven.gabriel@imk.fzk.de>. (Configuration): Tramp now chooses base64/uuencode automatically. Update wording accordingly. (Top): More description for the `Default Method' menu entry. (Default Method): Use @code, not @var, for Lisp variables. (Default Method): New subsection `Which method is the right one for me?' Suggested by Christian Kirsch. (Configuration): Pointer to new subsection added. (Default Method): Too many "use" in one sentence. Rephrase. Reported by Christian Kirsch. (Filename Syntax): Old `su' example is probably a left-over from the sm/su method naming. Replace with `ssh', instead. (External transfer methods, Auto-save and Backup): Typo fixes. 2003-11-02 Michael Albinus <Michael.Albinus@alcatel.de> * tramp.texi (all): Harmonize all occurences of @tramp{}. (Top): Mention japanese manual only if flag `jamanual' is set. Insert section `Japanese manual' in menu.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Sun, 30 Nov 2003 18:15:58 +0000
parents 695cf19ef79e
children c1bfc266f10a
comparison
equal deleted inserted replaced
53206:0c19f1a19b2b 53207:83d9437acbf3
3 3
4 @c In the Tramp CVS, the version number is auto-frobbed from 4 @c In the Tramp CVS, the version number is auto-frobbed from
5 @c configure.ac, so you should edit that file and run 5 @c configure.ac, so you should edit that file and run
6 @c "autoconf && ./configure" to change the version number. 6 @c "autoconf && ./configure" to change the version number.
7 @macro trampver{} 7 @macro trampver{}
8 2.0.36 8 2.0.38
9 @end macro 9 @end macro
10 10
11 @c Other flags from configuration 11 @c Other flags from configuration
12 @set prefix /usr/local 12 @set prefix /usr/local
13 @set lispdir /usr/local/share/emacs/site-lisp 13 @set lispdir /usr/local/share/emacs/site-lisp
30 @set tramp-prefix / 30 @set tramp-prefix /
31 @set tramp-prefix-single-hop 31 @set tramp-prefix-single-hop
32 @set tramp-postfix : 32 @set tramp-postfix :
33 @set tramp-postfix-single-hop : 33 @set tramp-postfix-single-hop :
34 @set tramp-postfix-multi-hop : 34 @set tramp-postfix-multi-hop :
35 @set japanese-manual tramp_ja-emacs.html
35 @end ifset 36 @end ifset
36 37
37 @c XEmacs counterparts. 38 @c XEmacs counterparts.
38 @ifset xemacs 39 @ifset xemacs
39 @set emacs-name XEmacs 40 @set emacs-name XEmacs
42 @set tramp-prefix /[ 43 @set tramp-prefix /[
43 @set tramp-prefix-single-hop [ 44 @set tramp-prefix-single-hop [
44 @set tramp-postfix ] 45 @set tramp-postfix ]
45 @set tramp-postfix-single-hop / 46 @set tramp-postfix-single-hop /
46 @set tramp-postfix-multi-hop : 47 @set tramp-postfix-multi-hop :
48 @set japanese-manual tramp_ja-xemacs.html
47 @end ifset 49 @end ifset
48 50
49 @c Empty macro definitions in order to satisfy texi2dvi 51 @c Empty macro definitions in order to satisfy texi2dvi
50 @macro otherflavor 52 @macro otherflavor
51 @end macro 53 @end macro
53 @macro installationchapter 55 @macro installationchapter
54 @end macro 56 @end macro
55 57
56 @c The installation chapter is needed only in case Tramp is installed 58 @c The installation chapter is needed only in case Tramp is installed
57 @c standalone. That's why it is included from `trampinst.texi'. 59 @c standalone. That's why it is included from `trampinst.texi'.
58 @c Otherwise, '/dev/null/' is tken, which leaves this part empty. 60 @c Otherwise, '/dev/null/' is taken, which leaves this part empty.
59 61
60 62
61 @ignore 63 @ignore
62 arch-tag: e0fe322c-e06b-46eb-bb5b-d091b521f41c 64 arch-tag: e0fe322c-e06b-46eb-bb5b-d091b521f41c
63 @end ignore 65 @end ignore