diff options
| author | Juri Linkov | 2004-12-13 05:20:04 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-12-13 05:20:04 +0000 |
| commit | b79529b72adf3d7d99cc6f72f7bc8da6c7b6e5e4 (patch) | |
| tree | 6ca7537ab2050b8ca4ca2b58c291e8f38bcda30f | |
| parent | 8ab314f9922eeac1fe15085cf5ed4db64a8341ce (diff) | |
| download | emacs-b79529b72adf3d7d99cc6f72f7bc8da6c7b6e5e4.tar.gz emacs-b79529b72adf3d7d99cc6f72f7bc8da6c7b6e5e4.zip | |
(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.
| -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 | |||
| 2248 | @kindex C-x C-f @r{(FFAP)} | 2248 | @kindex C-x C-f @r{(FFAP)} |
| 2249 | Find @var{filename}, guessing a default from text around point | 2249 | Find @var{filename}, guessing a default from text around point |
| 2250 | (@code{find-file-at-point}). | 2250 | (@code{find-file-at-point}). |
| 2251 | @item C-x C-r | ||
| 2252 | @kindex C-x C-r @r{(FFAP)} | ||
| 2253 | @code{ffap-read-only}, analogous to @code{find-file-read-only}. | ||
| 2254 | @item C-x C-v | ||
| 2255 | @kindex C-x C-v @r{(FFAP)} | ||
| 2256 | @code{ffap-alternate-file}, analogous to @code{find-alternate-file}. | ||
| 2257 | @item C-x d @var{directory} @key{RET} | ||
| 2258 | @kindex C-x d @r{(FFAP)} | ||
| 2259 | Start Dired on @var{directory}, defaulting to the directory name at | ||
| 2260 | point (@code{ffap-dired-at-point}). | ||
| 2261 | @item C-x C-d | ||
| 2262 | @code{ffap-list-directory}, analogous to @code{list-directory}. | ||
| 2251 | @item C-x 4 f | 2263 | @item C-x 4 f |
| 2252 | @kindex C-x 4 f @r{(FFAP)} | 2264 | @kindex C-x 4 f @r{(FFAP)} |
| 2253 | @code{ffap-other-window}, analogous to @code{find-file-other-window}. | 2265 | @code{ffap-other-window}, analogous to @code{find-file-other-window}. |
| 2266 | @item C-x 4 r | ||
| 2267 | @code{ffap-read-only-other-window}, analogous to | ||
| 2268 | @code{find-file-read-only-other-window}. | ||
| 2269 | @item C-x 4 d | ||
| 2270 | @code{ffap-dired-other-window}, analogous to @code{dired-other-window}. | ||
| 2254 | @item C-x 5 f | 2271 | @item C-x 5 f |
| 2255 | @kindex C-x 5 f @r{(FFAP)} | 2272 | @kindex C-x 5 f @r{(FFAP)} |
| 2256 | @code{ffap-other-frame}, analogous to @code{find-file-other-frame}. | 2273 | @code{ffap-other-frame}, analogous to @code{find-file-other-frame}. |
| 2274 | @item C-x 5 r | ||
| 2275 | @code{ffap-read-only-other-frame}, analogous to | ||
| 2276 | @code{find-file-read-only-other-frame}. | ||
| 2277 | @item C-x 5 d | ||
| 2278 | @code{ffap-dired-other-frame}, analogous to @code{dired-other-frame}. | ||
| 2257 | @item M-x ffap-next | 2279 | @item M-x ffap-next |
| 2258 | Search buffer for next file name or URL, then find that file or URL. | 2280 | Search buffer for next file name or URL, then find that file or URL. |
| 2259 | @item C-x d @var{directory} @key{RET} | ||
| 2260 | @kindex C-x d @r{(FFAP)} | ||
| 2261 | Start Dired on @var{directory}, defaulting to the directory name at | ||
| 2262 | point (@code{ffap-dired-at-point}). | ||
| 2263 | @item S-Mouse-3 | 2281 | @item S-Mouse-3 |
| 2264 | @kindex S-Mouse-3 @r{(FFAP)} | 2282 | @kindex S-Mouse-3 @r{(FFAP)} |
| 2265 | @code{ffap-at-mouse} finds the file guessed from text around the position | 2283 | @code{ffap-at-mouse} finds the file guessed from text around the position |