emacs-devel
[Top][All Lists]
Advanced

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

Re: ido-dired is not activated in ffap (was: find-alternate-file default


From: Kim F. Storm
Subject: Re: ido-dired is not activated in ffap (was: find-alternate-file default filename annoyance)
Date: Tue, 30 Jan 2007 23:38:42 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

Leo <address@hidden> writes:

> On 2007-01-22, Leo said:
>
>> ;;-*-mode: emacs-lisp;coding: utf-8;-*-
>> (setq ffap-require-prefix t)
>> (ffap-bindings)
>> ;;; ido
>> (require 'ido)
>> (ido-mode t)
>> (ido-everywhere t)
>
> With the setting above, C-x d will use dired-at-point and use the
> default dired behavior. C-u C-x d will have the ido-dired behavior.
>
> But shouldn't C-x d be using ido-dired if ido is enabled?

ffap rebinds C-x d to dired-at-point which does its own directory reading.
There is nothing ido can do about that...

One possible remedy is to set dired-at-point-require-prefix to t.

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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