(ibuffer-backward-line, ibuffer-forward-line)
[emacs.git] / man / trampver.texi
blob8db1e07f1a04a6244a332088b90d5e9b902a47a1
1 @c -*-texinfo-*-
2 @c texi/trampver.texi.  Generated from trampver.texi.in by configure.
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
6 @c "autoconf && ./configure" to change the version number.
7 @macro trampver{}
8 2.0.35
9 @end macro
11 @c Other flags from configuration
12 @set prefix /usr/local
13 @set lispdir /usr/local/share/emacs/site-lisp
14 @set infodir /usr/local/info
16 @c Some flags which make the text independent on the (X)Emacs flavor.
17 @c "emacs" resp "xemacs" are set in the Makefile.  Default is "emacs".
19 @ifclear emacs
20 @ifclear xemacs
21 @set emacs
22 @end ifclear
23 @end ifclear
25 @c Emacs values.
26 @ifset emacs
27 @set emacs-name               Emacs
28 @set emacs-dir                emacs
29 @set ftp-package-name         Ange-FTP
30 @set tramp-prefix             /
31 @set tramp-prefix-single-hop
32 @set tramp-postfix            :
33 @set tramp-postfix-single-hop :
34 @set tramp-postfix-multi-hop  :
35 @end ifset
37 @c XEmacs counterparts.
38 @ifset xemacs
39 @set emacs-name               XEmacs
40 @set emacs-dir                xemacs
41 @set ftp-package-name         EFS
42 @set tramp-prefix             /[
43 @set tramp-prefix-single-hop  [
44 @set tramp-postfix            ]
45 @set tramp-postfix-single-hop /
46 @set tramp-postfix-multi-hop  :
47 @end ifset
49 @c Empty macro definitions in order to satisfy texi2dvi
50 @macro otherflavor
51 @end macro
53 @macro installationchapter
54 @end macro
56 @c The installation chapter is needed only in case Tramp is installed
57 @c standalone.  That's why it is included from `trampinst.texi'.
58 @c Otherwise, '/dev/null/' is tken, which leaves this part empty.