+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.)
\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
@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
@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
@lisp
@ifset emacs
-(require 'recentf)
-(add-to-list 'recentf-keep 'file-remote-p)
(recentf-mode 1)
@end ifset
@ifset xemacs