(ffap-dired-wildcards): Set default to "[*?][^/]*\\'". Doc fix.
authorJuri Linkov <juri@jurta.org>
Mon, 13 Dec 2004 05:16:25 +0000 (05:16 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 13 Dec 2004 05:16:25 +0000 (05:16 +0000)
commitc99310d54819188ad371d1901eba9acb9bc844e1
treed57de2e5e7be46f49625199f67093c0391449205
parenta9d6a617af3d615beb6b6174b3601a4325e3c986
(ffap-dired-wildcards): Set default to "[*?][^/]*\\'". Doc fix.
(ffap-directory-finder): New variable.
(ffap-string-at-point-mode-alist): Add * and ? to `file'.
(ffap-file-at-point): Add /* to immediately rejected names.
Return absolute file names matching ffap-dired-wildcards.
(ffap-read-file-or-url): Set default value for `completing-read'
to `buffer-file-name'.
(find-file-at-point): When filename matches ffap-dired-wildcards,
call ffap-file-finder with t arg `wildcards', instead of dired.
(ffap-other-window, ffap-other-frame): Return visited buffers.
(ffap-read-only, ffap-read-only-other-window)
(ffap-read-only-other-frame, ffap-alternate-file): New commands.
(dired-at-point): Call ffap-directory-finder instead of dired.
(ffap-dired-other-window, ffap-dired-other-frame)
(ffap-list-directory): New commands.
(ffap-bindings): New keybindings for new commands.
lisp/ffap.el