all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Using Find File At Point` with IDO
@ 2015-07-14  8:57 Raffaele Ricciardi
  2015-07-14 14:39 ` Jorge A. Alfaro-Murillo
  0 siblings, 1 reply; 2+ messages in thread
From: Raffaele Ricciardi @ 2015-07-14  8:57 UTC (permalink / raw)
  To: help-gnu-emacs

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-14 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-14  8:57 Using Find File At Point` with IDO Raffaele Ricciardi
2015-07-14 14:39 ` Jorge A. Alfaro-Murillo

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.