emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 44bf4a6: Some reaarangements in tramp*.texi


From: Michael Albinus
Subject: [Emacs-diffs] master 44bf4a6: Some reaarangements in tramp*.texi
Date: Thu, 4 Oct 2018 03:46:21 -0400 (EDT)

branch: master
commit 44bf4a6b012f65327718b8c8334bfac1aee26370
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    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.
---
 doc/misc/tramp.texi    | 12 ++++++------
 doc/misc/trampver.texi | 19 +++++++++++--------
 lisp/net/trampver.el   |  9 ++++-----
 3 files changed, 21 insertions(+), 19 deletions(-)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 7bc365f..7c5ebf3 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -73,9 +73,9 @@ Savannah Project Page}.
 @end ifhtml
 
 There is a mailing list for @value{tramp}, available at
address@hidden@@gnu.org}, and archived at
address@hidden://lists.gnu.org/r/tramp-devel/, the
address@hidden Mail Archive}.
address@hidden@value{tramp-bug-report-address}}, and archived at
address@hidden://lists.gnu.org/r/tramp-devel/, the @value{tramp} Mail
+Archive}.
 
 @page
 @insertcopying
@@ -3247,9 +3247,9 @@ discussing, and general discussions about @value{tramp}.
 post for moderator approval.  Sometimes this approval step may take as
 long as 48 hours due to public holidays.
 
address@hidden@@gnu.org} is the mailing list.  Messages sent to
-this address go to all the subscribers.  This is @emph{not} the
-address to send subscription requests to.
address@hidden@value{tramp-bug-report-address}} is the mailing list.
+Messages sent to this address go to all the subscribers.  This is
address@hidden the address to send subscription requests to.
 
 To subscribe to the mailing list, visit:
 @uref{https://lists.gnu.org/mailman/listinfo/tramp-devel/, the
diff --git a/doc/misc/trampver.texi b/doc/misc/trampver.texi
index db4654c..aac7243 100644
--- a/doc/misc/trampver.texi
+++ b/doc/misc/trampver.texi
@@ -5,12 +5,12 @@
 @c Copyright (C) 2003-2018 Free Software Foundation, Inc.
 @c See file doclicense.texi for copying conditions.
 
address@hidden In the Tramp GIT, the version number is auto-frobbed from
address@hidden configure.ac, so you should edit that file and run
address@hidden "autoconf && ./configure" to change the version number.
address@hidden In the Tramp GIT, the version number is auto-frobbed from 
tramp.el,
address@hidden and the bug report address is auto-frobbed from configure.ac.
 @set trampver 2.4.1-pre
address@hidden tramp-bug-report-address tramp-devel@@gnu.org
 
address@hidden Other flags from configuration
address@hidden Other flags from configuration.
 @set instprefix /usr/local
 @set lispdir /usr/local/share/emacs/site-lisp
 @set infodir /usr/local/share/info
@@ -46,12 +46,15 @@
 @end ifset
 
 @c Macro for formatting a file name according to the respective
address@hidden syntax.  Macro arguments should not have any leading or trailing
address@hidden whitespace.  Not very elegant, but I don't know it better.
-
address@hidden trampfn
address@hidden syntax.  trampver.texi is included several times in tramp.texi 
and
address@hidden trampinst.texi.  Redefining the macro is reported as warning for
address@hidden creating the dvi and pdf files, so we declare the macro only the
address@hidden first time this file is included.
address@hidden trampfndefined
address@hidden trampfndefined
 @macro trampfn {method, userhost, localname}
 @address@hidden
 address@hidden@c
 address@hidden
 @end macro
address@hidden ifclear
diff --git a/lisp/net/trampver.el b/lisp/net/trampver.el
index 1956ab6..f17129a 100644
--- a/lisp/net/trampver.el
+++ b/lisp/net/trampver.el
@@ -25,11 +25,10 @@
 
 ;;; Code:
 
-;; In the Tramp GIT repository, the version number and the bug report
-;; address are auto-frobbed from configure.ac, so you should edit that
-;; file and run "autoconf && ./configure" to change them.  Emacs
-;; version check is defined in macro AC_EMACS_INFO of aclocal.m4;
-;; should be changed only there.
+;; In the Tramp GIT, the version number is auto-frobbed from tramp.el,
+;; and the bug report address is auto-frobbed from configure.ac.
+;; Emacs version check is defined in macro AC_EMACS_INFO of
+;; aclocal.m4; should be changed only there.
 
 ;;;###tramp-autoload
 (defconst tramp-version "2.4.1-pre"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]