[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Emacs-diffs] master 2be537e: Minor updates to project.el
From: |
Stephen Leake |
Subject: |
Re: [Emacs-diffs] master 2be537e: Minor updates to project.el |
Date: |
Mon, 20 May 2019 00:23:34 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt) |
Dmitry Gutov <address@hidden> writes:
> On 19.05.2019 20:29, Stephen Leake wrote:
>> branch: master
>> commit 2be537e6433b9b2a8d9dcb9c23493755d35d6ecc
>> Author: Stephen Leake <address@hidden>
>> Commit: Stephen Leake <address@hidden>
>>
>> Minor updates to project.el
>> * lisp/progmodes/project.el (project-find-file): Add
>> optional 'filename' arg.
>
> Sorry, but why?
The use case is that some lisp code has a non-directory filename and
wants to find it in a project.
> If this is for Lisp programs, can't you just call
> project-find-file-in?
Yes, that makes sense.
I'll revert that part of the commit.
--
-- Stephe