forked from Github/emacs
* mini.texi (Completion Options):
* tramp.texi (Filename completion): Completion of remote files' method, user name and host name is active only in partial completion mode.
This commit is contained in:
parent
41155aefe0
commit
37ea2bbd65
3 changed files with 42 additions and 26 deletions
|
|
@ -1,7 +1,14 @@
|
|||
2006-05-06 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* mini.texi (Completion Options):
|
||||
* tramp.texi (Filename completion): Completion of remote files'
|
||||
method, user name and host name is active only in partial
|
||||
completion mode.
|
||||
|
||||
2006-05-06 Bill Wohler <wohler@newt.com>
|
||||
|
||||
Release MH-E manual version 8.0.
|
||||
|
||||
|
||||
* mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
|
||||
release 8.0.
|
||||
|
||||
|
|
@ -17,18 +24,18 @@
|
|||
|
||||
2006-05-06 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (emacs.dvi):
|
||||
* makefile.w32-in (emacs.dvi):
|
||||
* Makefile.in (emacs.dvi): Add xresmini.texi
|
||||
|
||||
* xresmini.texi (Table of Resources): Remove xref to non-existent
|
||||
node "LessTif Resources".
|
||||
|
||||
* msdog.texi (Microsoft Windows):
|
||||
* msdog.texi (Microsoft Windows):
|
||||
* calendar.texi (Calendar/Diary, Displaying the Diary)
|
||||
(Special Diary Entries, Importing Diary, Holidays):
|
||||
* programs.texi (Program Modes):
|
||||
* text.texi (Text):
|
||||
* buffers.texi (Several Buffers):
|
||||
(Special Diary Entries, Importing Diary, Holidays):
|
||||
* programs.texi (Program Modes):
|
||||
* text.texi (Text):
|
||||
* buffers.texi (Several Buffers):
|
||||
* files.texi (Comparing Files): Fix cross-references to emacs-xtra.
|
||||
|
||||
2006-05-06 Eli Zaretskii <eliz@gnu.org>
|
||||
|
|
@ -72,17 +79,17 @@
|
|||
($(infodir)/emacs-xtra): Remove.
|
||||
(emacs-xtra.dvi): Add EMACS_XTRA to prerequisites.
|
||||
|
||||
* trouble.texi (Quitting):
|
||||
* text.texi (Text):
|
||||
* programs.texi (Program Modes):
|
||||
* msdog.texi (Microsoft Windows):
|
||||
* frames.texi (Frames):
|
||||
* trouble.texi (Quitting):
|
||||
* text.texi (Text):
|
||||
* programs.texi (Program Modes):
|
||||
* msdog.texi (Microsoft Windows):
|
||||
* frames.texi (Frames):
|
||||
* files.texi (Backup, Version Control, VC Concepts)
|
||||
(Types of Log File, Advanced C-x v v, Log Buffer, Old Versions)
|
||||
(Registering, VC Status, VC Undo, Multi-User Branching)
|
||||
(Comparing Files):
|
||||
(Comparing Files):
|
||||
* calendar.texi (Calendar/Diary, Holidays, Displaying the Diary)
|
||||
(Displaying the Diary, Special Diary Entries, Importing Diary):
|
||||
(Displaying the Diary, Special Diary Entries, Importing Diary):
|
||||
* buffers.texi (Several Buffers): Replace inforef to emacs-xtra by
|
||||
conditional xref's, depending on @iftex/@ifnottex.
|
||||
|
||||
|
|
@ -130,14 +137,14 @@
|
|||
new *-xtra.texi files. Use @raisesections and @lowersections to
|
||||
convert sections to chapters etc.
|
||||
|
||||
* msdog-xtra.texi:
|
||||
* fortran-xtra.texi:
|
||||
* vc-xtra.texi:
|
||||
* vc1-xtra.texi:
|
||||
* vc2-xtra.texi:
|
||||
* emerge-xtra.texi:
|
||||
* cal-xtra.texi:
|
||||
* dired-xtra.texi:
|
||||
* msdog-xtra.texi:
|
||||
* fortran-xtra.texi:
|
||||
* vc-xtra.texi:
|
||||
* vc1-xtra.texi:
|
||||
* vc2-xtra.texi:
|
||||
* emerge-xtra.texi:
|
||||
* cal-xtra.texi:
|
||||
* dired-xtra.texi:
|
||||
* arevert-xtra.texi: New files, with text from respective chapters
|
||||
of emacs-xtra.texi. Convert each @chapter into @section, @section
|
||||
into @subsection, etc.
|
||||
|
|
@ -200,7 +207,7 @@
|
|||
|
||||
* killing.texi (Killing): Say "graphical displays".
|
||||
* display.texi: Say "graphical displays".
|
||||
|
||||
|
||||
* cmdargs.texi (Misc X): Say "graphical displays".
|
||||
|
||||
2006-05-01 Richard Stallman <rms@gnu.org>
|
||||
|
|
|
|||
|
|
@ -415,6 +415,9 @@ whose initials are @samp{p} and @samp{b}.
|
|||
indicate the places for completion; thus, @file{/u*/b*/f*} might
|
||||
complete to @file{/usr/bin/foo}.
|
||||
|
||||
For remote files, partial completion enables completion of methods,
|
||||
user names and host names. @xref{Remote Files}.
|
||||
|
||||
To enable this mode, use the command @kbd{M-x
|
||||
partial-completion-mode}, or customize the variable
|
||||
@code{partial-completion-mode}. This binds the partial completion
|
||||
|
|
|
|||
|
|
@ -1831,9 +1831,15 @@ should you want to add your own.
|
|||
@section Filename completion
|
||||
@cindex filename completion
|
||||
|
||||
Filename completion works with @value{tramp} for both completing methods,
|
||||
user names and machine names (except multi hop methods) as well as for
|
||||
files on remote machines.
|
||||
Filename completion works with @value{tramp} for both completing
|
||||
methods, user names and machine names (except multi hop methods) as
|
||||
well as for files on remote machines.
|
||||
@ifset emacs
|
||||
In order to enable this, Partial Completion mode must be set on.
|
||||
@ifinfo
|
||||
@xref{Completion Options, , , @value{emacsdir}}.
|
||||
@end ifinfo
|
||||
@end ifset
|
||||
|
||||
If you, for example, type @kbd{C-x C-f @value{prefix}t
|
||||
@key{TAB}}, @value{tramp} might give you as result the choice for
|
||||
|
|
|
|||
Loading…
Reference in a new issue