diff options
author | Juri Linkov <juri@jurta.org> | 2004-12-13 05:20:04 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-12-13 05:20:04 +0000 |
commit | b79529b72adf3d7d99cc6f72f7bc8da6c7b6e5e4 (patch) | |
tree | 6ca7537ab2050b8ca4ca2b58c291e8f38bcda30f /man/misc.texi | |
parent | 8ab314f9922eeac1fe15085cf5ed4db64a8341ce (diff) | |
download | emacs-b79529b72adf3d7d99cc6f72f7bc8da6c7b6e5e4.tar.gz |
(FFAP): Add C-x C-r, C-x C-v, C-x C-d, C-x 4 r, C-x 4 d, C-x 5 r, C-x 5 d.
Diffstat (limited to 'man/misc.texi')
-rw-r--r-- | man/misc.texi | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/man/misc.texi b/man/misc.texi index 2adef51b8ce..37963ed9455 100644 --- a/man/misc.texi +++ b/man/misc.texi @@ -2248,18 +2248,36 @@ make the following key bindings and to install hooks for using @kindex C-x C-f @r{(FFAP)} Find @var{filename}, guessing a default from text around point (@code{find-file-at-point}). +@item C-x C-r +@kindex C-x C-r @r{(FFAP)} +@code{ffap-read-only}, analogous to @code{find-file-read-only}. +@item C-x C-v +@kindex C-x C-v @r{(FFAP)} +@code{ffap-alternate-file}, analogous to @code{find-alternate-file}. +@item C-x d @var{directory} @key{RET} +@kindex C-x d @r{(FFAP)} +Start Dired on @var{directory}, defaulting to the directory name at +point (@code{ffap-dired-at-point}). +@item C-x C-d +@code{ffap-list-directory}, analogous to @code{list-directory}. @item C-x 4 f @kindex C-x 4 f @r{(FFAP)} @code{ffap-other-window}, analogous to @code{find-file-other-window}. +@item C-x 4 r +@code{ffap-read-only-other-window}, analogous to +@code{find-file-read-only-other-window}. +@item C-x 4 d +@code{ffap-dired-other-window}, analogous to @code{dired-other-window}. @item C-x 5 f @kindex C-x 5 f @r{(FFAP)} @code{ffap-other-frame}, analogous to @code{find-file-other-frame}. +@item C-x 5 r +@code{ffap-read-only-other-frame}, analogous to +@code{find-file-read-only-other-frame}. +@item C-x 5 d +@code{ffap-dired-other-frame}, analogous to @code{dired-other-frame}. @item M-x ffap-next Search buffer for next file name or URL, then find that file or URL. -@item C-x d @var{directory} @key{RET} -@kindex C-x d @r{(FFAP)} -Start Dired on @var{directory}, defaulting to the directory name at -point (@code{ffap-dired-at-point}). @item S-Mouse-3 @kindex S-Mouse-3 @r{(FFAP)} @code{ffap-at-mouse} finds the file guessed from text around the position |