help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using Find File At Point` with IDO


From: Raffaele Ricciardi
Subject: Using Find File At Point` with IDO
Date: Tue, 14 Jul 2015 10:57:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1

Can you have *Find File At Point* commands use IDO commands when there
is neither a file nor a directory at point?  The following code should
accomplish such behaviour, shouldn't it?

(ido-mode)

(require 'ffap)
(setq ffap-file-finder 'ido-find-file)
(setq ffap-directory-finder 'ido-dired)
(ffap-bindings)

Yet, neither `C-x C-f (find-file-at-point)` nor `C-x d
(dired-at-point)` call the corresponding IDO command.

Thank you.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]