From 19df692f29617e5777e54d3afbcc691a6e1917a1 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Tue, 22 Nov 2011 09:17:52 +0100 Subject: [PATCH] * anything-config.el (anything-generic-read-file-name): bound this read-fn to anything-file-completion-sources on start. --- anything-config.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/anything-config.el b/anything-config.el index f38c21f..2277d09 100644 --- a/anything-config.el +++ b/anything-config.el @@ -9700,6 +9700,9 @@ See documentation of `completing-read' and `all-completions' for details." (ini-input (and init (expand-file-name init))) (current-command this-command) (str-command (symbol-name current-command)) + (anything-file-completion-sources + (cons str-command + (remove str-command anything-file-completion-sources))) (buf-name (format "*ac-mode-%s*" str-command)) (entry (assq current-command anything-completing-read-handlers-alist)) -- 2.11.4.GIT