From d634d263e918529ee14469d681e597776b4a40bc Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Sun, 16 Oct 2011 10:05:25 +0200 Subject: [PATCH] * anything-config.el (anything-completion-mode): Modify docstring. (anything-completing-read-handlers-alist): Add unsupported entry. --- anything-config.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/anything-config.el b/anything-config.el index f1459f6..78e09e4 100644 --- a/anything-config.el +++ b/anything-config.el @@ -1170,7 +1170,8 @@ This can be toggled at anytime from `anything-find-files' with \ (defcustom anything-completing-read-handlers-alist '((describe-function . anything-completing-read-symbols) (describe-variable . anything-completing-read-symbols) - (debug-on-entry . anything-completing-read-symbols)) + (debug-on-entry . anything-completing-read-symbols) + (ffap-alternate-file . nil)) "Alist of handlers to use as a replacement of `completing-read' in `ac-mode'. Each entry is a cons cell like \(emacs_command . completing-read_handler\) where key and value are symbols. @@ -9562,7 +9563,11 @@ negative arg turn off. You can turn it on with `ac-mode'. Some crap emacs functions may not be supported, -e.g `ffap-alternate-file' and maybe others." +e.g `ffap-alternate-file' and maybe others +You can add such functions to `anything-completing-read-handlers-alist' +with a nil value. + +Note: This mode will work only partially on Emacs23." :group 'anything :global t :lighter anything-completion-mode-string -- 2.11.4.GIT