aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2018-10-04 09:46:14 +0200
committerMichael Albinus2018-10-04 09:46:14 +0200
commit44bf4a6b012f65327718b8c8334bfac1aee26370 (patch)
tree0a7bf62ce80893d895ff4bdd4a8caf001f92662d
parent945a7622326f7d93dd318f01d54f6bf23e0021cf (diff)
downloademacs-44bf4a6b012f65327718b8c8334bfac1aee26370.tar.gz
emacs-44bf4a6b012f65327718b8c8334bfac1aee26370.zip
Some reaarangements in tramp*.texi
* doc/misc/trampver.texi (trampfn): Change check for definition of macro. (tramp-bug-report-address): New variable. * doc/misc/tramp.texi (Top, Bug Reports): Use it.
-rw-r--r--doc/misc/tramp.texi12
-rw-r--r--doc/misc/trampver.texi19
-rw-r--r--lisp/net/trampver.el9
3 files changed, 21 insertions, 19 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 7bc365ffdfe..7c5ebf334ae 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -73,9 +73,9 @@ Savannah Project Page}.
73@end ifhtml 73@end ifhtml
74 74
75There is a mailing list for @value{tramp}, available at 75There is a mailing list for @value{tramp}, available at
76@email{tramp-devel@@gnu.org}, and archived at 76@email{@value{tramp-bug-report-address}}, and archived at
77@uref{https://lists.gnu.org/r/tramp-devel/, the 77@uref{https://lists.gnu.org/r/tramp-devel/, the @value{tramp} Mail
78@value{tramp} Mail Archive}. 78Archive}.
79 79
80@page 80@page
81@insertcopying 81@insertcopying
@@ -3247,9 +3247,9 @@ discussing, and general discussions about @value{tramp}.
3247post for moderator approval. Sometimes this approval step may take as 3247post for moderator approval. Sometimes this approval step may take as
3248long as 48 hours due to public holidays. 3248long as 48 hours due to public holidays.
3249 3249
3250@email{tramp-devel@@gnu.org} is the mailing list. Messages sent to 3250@email{@value{tramp-bug-report-address}} is the mailing list.
3251this address go to all the subscribers. This is @emph{not} the 3251Messages sent to this address go to all the subscribers. This is
3252address to send subscription requests to. 3252@emph{not} the address to send subscription requests to.
3253 3253
3254To subscribe to the mailing list, visit: 3254To subscribe to the mailing list, visit:
3255@uref{https://lists.gnu.org/mailman/listinfo/tramp-devel/, the 3255@uref{https://lists.gnu.org/mailman/listinfo/tramp-devel/, the
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi
index db4654ce28e..aac7243446f 100644
--- a/doc/misc/trampver.texi
+++ b/doc/misc/trampver.texi
@@ -5,12 +5,12 @@
5@c Copyright (C) 2003-2018 Free Software Foundation, Inc. 5@c Copyright (C) 2003-2018 Free Software Foundation, Inc.
6@c See file doclicense.texi for copying conditions. 6@c See file doclicense.texi for copying conditions.
7 7
8@c In the Tramp GIT, the version number is auto-frobbed from 8@c In the Tramp GIT, the version number is auto-frobbed from tramp.el,
9@c configure.ac, so you should edit that file and run 9@c and the bug report address is auto-frobbed from configure.ac.
10@c "autoconf && ./configure" to change the version number.
11@set trampver 2.4.1-pre 10@set trampver 2.4.1-pre
11@set tramp-bug-report-address tramp-devel@@gnu.org
12 12
13@c Other flags from configuration 13@c Other flags from configuration.
14@set instprefix /usr/local 14@set instprefix /usr/local
15@set lispdir /usr/local/share/emacs/site-lisp 15@set lispdir /usr/local/share/emacs/site-lisp
16@set infodir /usr/local/share/info 16@set infodir /usr/local/share/info
@@ -46,12 +46,15 @@
46@end ifset 46@end ifset
47 47
48@c Macro for formatting a file name according to the respective 48@c Macro for formatting a file name according to the respective
49@c syntax. Macro arguments should not have any leading or trailing 49@c syntax. trampver.texi is included several times in tramp.texi and
50@c whitespace. Not very elegant, but I don't know it better. 50@c trampinst.texi. Redefining the macro is reported as warning for
51 51@c creating the dvi and pdf files, so we declare the macro only the
52@unmacro trampfn 52@c first time this file is included.
53@ifclear trampfndefined
54@set trampfndefined
53@macro trampfn {method, userhost, localname} 55@macro trampfn {method, userhost, localname}
54@value{prefix}@c 56@value{prefix}@c
55\method\@value{postfixhop}@c 57\method\@value{postfixhop}@c
56\userhost\@value{postfix}\localname\ 58\userhost\@value{postfix}\localname\
57@end macro 59@end macro
60@end ifclear
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el
index 1956ab648b3..f17129a402b 100644
--- a/lisp/net/trampver.el
+++ b/lisp/net/trampver.el
@@ -25,11 +25,10 @@
25 25
26;;; Code: 26;;; Code:
27 27
28;; In the Tramp GIT repository, the version number and the bug report 28;; In the Tramp GIT, the version number is auto-frobbed from tramp.el,
29;; address are auto-frobbed from configure.ac, so you should edit that 29;; and the bug report address is auto-frobbed from configure.ac.
30;; file and run "autoconf && ./configure" to change them. Emacs 30;; Emacs version check is defined in macro AC_EMACS_INFO of
31;; version check is defined in macro AC_EMACS_INFO of aclocal.m4; 31;; aclocal.m4; should be changed only there.
32;; should be changed only there.
33 32
34;;;###tramp-autoload 33;;;###tramp-autoload
35(defconst tramp-version "2.4.1-pre" 34(defconst tramp-version "2.4.1-pre"