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

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

bug#16747: 24.3.50; ido-find-file with ido-use-filename-at-point in dire


From: Dmitry Gutov
Subject: bug#16747: 24.3.50; ido-find-file with ido-use-filename-at-point in dired inserts directory at point twice
Date: Fri, 14 Feb 2014 14:18:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 14.02.2014 08:52, Leo Liu wrote:
+  (interactive "P")
+  (if use-ffap (find-file-at-point)
+    (ido-file-internal ido-default-file-method)))

But then in the case of ffap, the file-finding dialog wouldn't use ido, would it?

`find-file-at-point' also behaves differently from the current ido when point is at a directory: ido enters the directory if it exists, ffap treats it just like any other file.





reply via email to

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