emacs-devel
[Top][All Lists]
Advanced

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

Re: find-file-project


From: Dmitry Gutov
Subject: Re: find-file-project
Date: Thu, 7 Jan 2016 20:55:31 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Thunderbird/43.0

Hi Stephen,

On 01/07/2016 10:12 AM, Stephen Leake wrote:

This does not address the issue of duplicate file names in the path,
which I think is important.

For example:

$ address@hidden address@hidden find /Projects/emacs/master/lisp/ -name 
"locate.el"
/Projects/emacs/master/lisp/cedet/ede/locate.el
/Projects/emacs/master/lisp/locate.el

It kind of does:

M-x project-find-file, type `ede/locate.el', press RET.

or, to open the other one, type `lisp/locate.el', RET.

Admittedly, if you've already typed `locate.el', and are trying to resolve the ambiguity, choosing the second option takes more keypresses than one might expect:

C-a lisp.el C-e RET

I'd call it a bug in completion-at-point, but it might be expected behavior, caused by the interaction between the completion styles.



reply via email to

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