changeset 81939:7cd8ee60cf68

* 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.
author Michael Albinus <michael.albinus@gmx.de>
date Tue, 17 Jul 2007 21:16:36 +0000
parents 26330ef1aa46
children 9c550f0c81fa
files man/ChangeLog man/tramp.texi
diffstat 2 files changed, 17 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/man/ChangeLog	Tue Jul 17 21:10:07 2007 +0000
+++ b/man/ChangeLog	Tue Jul 17 21:16:36 2007 +0000
@@ -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.)
 
--- a/man/tramp.texi	Tue Jul 17 21:10:07 2007 +0000
+++ b/man/tramp.texi	Tue Jul 17 21:16:36 2007 +0000
@@ -1,6 +1,6 @@
 \input texinfo   @c -*-texinfo-*-
+@setfilename ../info/tramp
 @c %**start of header
-@setfilename ../info/tramp
 @settitle TRAMP User Manual
 @setchapternewpage odd
 @c %**end of header
@@ -2306,7 +2306,7 @@
 @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 @@
 @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 @@
 
 @lisp
 @ifset emacs
-(require 'recentf)
-(add-to-list 'recentf-keep 'file-remote-p)
 (recentf-mode 1)
 @end ifset
 @ifset xemacs