emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99866: Synchronize with Tramp reposi


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99866: Synchronize with Tramp repository.
Date: Sat, 10 Apr 2010 14:59:22 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99866
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sat 2010-04-10 14:59:22 +0200
message:
  Synchronize with Tramp repository.
  
  * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
  (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
  supported MS Windows versions.  Remove obsolete URL.  Use the $()
  syntax, texi2dvi reports errors with the backquotes.
  
  * trampver.texi: Update release number.
modified:
  doc/misc/ChangeLog
  doc/misc/tramp.texi
  doc/misc/trampver.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-04-01 10:55:01 +0000
+++ b/doc/misc/ChangeLog        2010-04-10 12:59:22 +0000
@@ -1,3 +1,14 @@
+2010-04-10  Michael Albinus  <address@hidden>
+
+       Synchronize with Tramp repository.
+
+       * tramp.texi (Auto-save and Backup): Remove reference to Emacs 21.
+       (Frequently Asked Questions): Adapt supported (X)Emacs versions.  Adapt
+       supported MS Windows versions.  Remove obsolete URL.  Use the $()
+       syntax, texi2dvi reports errors with the backquotes.
+
+       * trampver.texi: Update release number.
+
 2010-04-01  Teodor Zlatanov  <address@hidden>
 
        * gnus.texi (Finding the News): Add pointers to the Server buffer

=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2010-01-17 12:15:25 +0000
+++ b/doc/misc/tramp.texi       2010-04-10 12:59:22 +0000
@@ -2125,10 +2125,9 @@
 
 The same problem can happen with auto-saving files.
 @ifset emacs
-Since @value{emacsname} 21, the variable
address@hidden keeps information, on which
-directory an auto-saved file should go.  By default, it is initialized
-for @value{tramp} files to the local temporary directory.
+The variable @code{auto-save-file-name-transforms} keeps information,
+on which directory an auto-saved file should go.  By default, it is
+initialized for @value{tramp} files to the local temporary directory.
 
 On some versions of @value{emacsname}, namely the version built for
 Debian GNU/Linux, the variable @code{auto-save-file-name-transforms}
@@ -2749,17 +2748,13 @@
 @item
 Which systems does it work on?
 
-The package has been used successfully on GNU Emacs 21, GNU Emacs 22,
-GNU Emacs 23, XEmacs 21 (starting with 21.4), and SXEmacs 22.
+The package has been used successfully on GNU Emacs 22, GNU Emacs 23,
+XEmacs 21 (starting with 21.4), and SXEmacs 22.
 
 The package was intended to work on Unix, and it really expects a
-Unix-like system on the remote end (except the @option{smb} method),
-but some people seemed to have some success getting it to work on MS
-Windows NT/2000/XP @value{emacsname}.
-
-There is some informations on @value{tramp} on NT at the following URL;
-many thanks to Joe Stoy for providing the information:
address@hidden://ftp.comlab.ox.ac.uk/tmp/Joe.Stoy/}
+Unix-like system on the remote end (except the @option{smb} and
address@hidden methods), but some people seemed to have some success
+getting it to work on MS Windows XP/Vista/7 @value{emacsname}.
 
 
 @item
@@ -3339,7 +3334,7 @@
 
 @example
 #!/bin/sh
-emacsclient @trampfn{ssh, `whoami`, `hostname --fqdn`, $1}
+emacsclient @trampfn{ssh, $(whoami), $(hostname --fqdn), $1}
 @end example
 
 Then you must set the environment variable @code{EDITOR} pointing to

=== modified file 'doc/misc/trampver.texi'
--- a/doc/misc/trampver.texi    2010-03-14 20:10:47 +0000
+++ b/doc/misc/trampver.texi    2010-04-10 12:59:22 +0000
@@ -2,14 +2,14 @@
 @c texi/trampver.texi.  Generated from trampver.texi.in by configure.
 
 @c This is part of the Emacs manual.
address@hidden Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
address@hidden   Free Software Foundation, Inc.
address@hidden Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009,
address@hidden   2010 Free Software Foundation, Inc.
 @c See file doclicense.texi for copying conditions.
 
 @c In the Tramp CVS, the version number is auto-frobbed from
 @c configure.ac, so you should edit that file and run
 @c "autoconf && ./configure" to change the version number.
address@hidden trampver 2.1.18-23.2
address@hidden trampver 2.1.19-pre
 
 @c Other flags from configuration
 @set instprefix /usr/local


reply via email to

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