]> git.eshelyaron.com Git - emacs.git/commitdiff
* tramp.texi: Move @setfilename ../info/tramp up, outside the header
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 17 Jul 2007 21:16:36 +0000 (21:16 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 17 Jul 2007 21:16:36 +0000 (21:16 +0000)
section.  Reported by <poti@potis.org>.
(Remote processes): Arguments of the program to be debugged are taken
literally.
(Frequently Asked Questions): Simplify recentf example.

man/ChangeLog
man/tramp.texi

index 50f6600fb0cccc036a99a6aad8dbb81810e11ea6..827cff5a57f00d3d4037817a2895b7efc5b49bdc 100644 (file)
@@ -1,7 +1,15 @@
+2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi: Move @setfilename ../info/tramp up, outside the header
+       section.  Reported by <poti@potis.org>.
+       (Remote processes): Arguments of the program to be debugged are taken
+       literally.
+       (Frequently Asked Questions): Simplify recentf example.
+
 2007-07-14  Karl Berry  <karl@gnu.org>
 
        * info.texi (@copying): New Back-Cover Text.
-       
+
        * info.texi (Quitting Info): Move to proper place in source.
        (Reported by Benno Schulenberg.)
 
index 950b405591204c2981f759f43512f29418afd9ff..eac0a31e0e201cbfa11cf13017bd44717f547bfe 100644 (file)
@@ -1,6 +1,6 @@
 \input texinfo   @c -*-texinfo-*-
-@c %**start of header
 @setfilename ../info/tramp
+@c %**start of header
 @settitle TRAMP User Manual
 @setchapternewpage odd
 @c %**end of header
@@ -2306,7 +2306,7 @@ uid=0(root) gid=0(root) groups=0(root)
 @end example
 
 
-@anchor{Running a debugger on a remote host} 
+@anchor{Running a debugger on a remote host}
 @subsection Running a debugger on a remote host
 @cindex gud
 @cindex gdb
@@ -2337,7 +2337,12 @@ Given you are in a buffer that belongs to the remote directory
 @end example
 
 It is not possible to use just the absolute local part of a remote
-file name, like @kbd{perl -d /home/user/myprog.pl}, though.
+file name as program to debug, like @kbd{perl -d
+/home/user/myprog.pl}, though.
+
+Arguments of the program to be debugged are taken literally.  That
+means file names as arguments must be given as ordinary relative or
+absolute file names, without any remote specification.
 
 
 @node Bug Reports
@@ -2838,8 +2843,6 @@ their readability through a remote access:
 
 @lisp
 @ifset emacs
-(require 'recentf)
-(add-to-list 'recentf-keep 'file-remote-p)
 (recentf-mode 1)
 @end ifset
 @ifset xemacs