From ea382aff15872b84f85be389b4118efc6c3412e2 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 17 Jul 2007 21:16:36 +0000 Subject: [PATCH] * tramp.texi: Move @setfilename ../info/tramp up, outside the header section. Reported by . (Remote processes): Arguments of the program to be debugged are taken literally. (Frequently Asked Questions): Simplify recentf example. --- man/ChangeLog | 10 +++++++++- man/tramp.texi | 13 ++++++++----- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index 50f6600fb0c..827cff5a57f 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,7 +1,15 @@ +2007-07-17 Michael Albinus + + * tramp.texi: Move @setfilename ../info/tramp up, outside the header + section. Reported by . + (Remote processes): Arguments of the program to be debugged are taken + literally. + (Frequently Asked Questions): Simplify recentf example. + 2007-07-14 Karl Berry * info.texi (@copying): New Back-Cover Text. - + * info.texi (Quitting Info): Move to proper place in source. (Reported by Benno Schulenberg.) diff --git a/man/tramp.texi b/man/tramp.texi index 950b4055912..eac0a31e0e2 100644 --- a/man/tramp.texi +++ b/man/tramp.texi @@ -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 -- 2.39.2