]> code.delx.au - gnu-emacs/blob - doc/misc/trampver.texi
Remove XEmacs compatibility in Tramp
[gnu-emacs] / doc / misc / trampver.texi
1 @c -*-texinfo-*-
2 @c texi/trampver.texi. Generated from trampver.texi.in by configure.
3
4 @c This is part of the Emacs manual.
5 @c Copyright (C) 2003-2016 Free Software Foundation, Inc.
6 @c See file doclicense.texi for copying conditions.
7
8 @c In the Tramp GIT, the version number is auto-frobbed from
9 @c configure.ac, so you should edit that file and run
10 @c "autoconf && ./configure" to change the version number.
11 @set trampver 2.3.0-pre
12
13 @c Other flags from configuration
14 @set instprefix /usr/local
15 @set lispdir /usr/local/share/emacs/site-lisp
16 @set infodir /usr/local/share/info
17
18 @c Formatting of the tramp program name consistent.
19 @set tramp @sc{Tramp}
20
21 @c Whether or not describe GVFS integration.
22 @ifclear noemacsgvfs
23 @set emacsgvfs
24 @end ifclear
25
26 @c Some flags which define the remote file name syntax.
27 @ifclear unified
28 @ifclear separate
29 @set unified
30 @end ifclear
31 @end ifclear
32
33 @ifset unified
34 @set prefix /
35 @set prefixhop
36 @set postfix :
37 @set postfixhop :
38 @set ipv6prefix [
39 @set ipv6postfix ]
40 @end ifset
41
42 @ifset separate
43 @set prefix /[
44 @set prefixhop [
45 @set postfix ]
46 @set postfixhop /
47 @set ipv6prefix
48 @set ipv6postfix
49 @end ifset