aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2007-07-17 21:16:36 +0000
committerMichael Albinus2007-07-17 21:16:36 +0000
commitea382aff15872b84f85be389b4118efc6c3412e2 (patch)
tree52f49f554ebb6b8c27cbc7dfdc389f0533a32972
parentce3f516fed03961e3da793f35b93fe6e9f5c0e0d (diff)
downloademacs-ea382aff15872b84f85be389b4118efc6c3412e2.tar.gz
emacs-ea382aff15872b84f85be389b4118efc6c3412e2.zip
* 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.
-rw-r--r--man/ChangeLog10
-rw-r--r--man/tramp.texi13
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 @@
12007-07-17 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi: Move @setfilename ../info/tramp up, outside the header
4 section. Reported by <poti@potis.org>.
5 (Remote processes): Arguments of the program to be debugged are taken
6 literally.
7 (Frequently Asked Questions): Simplify recentf example.
8
12007-07-14 Karl Berry <karl@gnu.org> 92007-07-14 Karl Berry <karl@gnu.org>
2 10
3 * info.texi (@copying): New Back-Cover Text. 11 * info.texi (@copying): New Back-Cover Text.
4 12
5 * info.texi (Quitting Info): Move to proper place in source. 13 * info.texi (Quitting Info): Move to proper place in source.
6 (Reported by Benno Schulenberg.) 14 (Reported by Benno Schulenberg.)
7 15
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 @@
1\input texinfo @c -*-texinfo-*- 1\input texinfo @c -*-texinfo-*-
2@c %**start of header
3@setfilename ../info/tramp 2@setfilename ../info/tramp
3@c %**start of header
4@settitle TRAMP User Manual 4@settitle TRAMP User Manual
5@setchapternewpage odd 5@setchapternewpage odd
6@c %**end of header 6@c %**end of header
@@ -2306,7 +2306,7 @@ uid=0(root) gid=0(root) groups=0(root)
2306@end example 2306@end example
2307 2307
2308 2308
2309@anchor{Running a debugger on a remote host} 2309@anchor{Running a debugger on a remote host}
2310@subsection Running a debugger on a remote host 2310@subsection Running a debugger on a remote host
2311@cindex gud 2311@cindex gud
2312@cindex gdb 2312@cindex gdb
@@ -2337,7 +2337,12 @@ Given you are in a buffer that belongs to the remote directory
2337@end example 2337@end example
2338 2338
2339It is not possible to use just the absolute local part of a remote 2339It is not possible to use just the absolute local part of a remote
2340file name, like @kbd{perl -d /home/user/myprog.pl}, though. 2340file name as program to debug, like @kbd{perl -d
2341/home/user/myprog.pl}, though.
2342
2343Arguments of the program to be debugged are taken literally. That
2344means file names as arguments must be given as ordinary relative or
2345absolute file names, without any remote specification.
2341 2346
2342 2347
2343@node Bug Reports 2348@node Bug Reports
@@ -2838,8 +2843,6 @@ their readability through a remote access:
2838 2843
2839@lisp 2844@lisp
2840@ifset emacs 2845@ifset emacs
2841(require 'recentf)
2842(add-to-list 'recentf-keep 'file-remote-p)
2843(recentf-mode 1) 2846(recentf-mode 1)
2844@end ifset 2847@end ifset
2845@ifset xemacs 2848@ifset xemacs