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

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

bug#41821: 28.0.50; read-directory-name in vc commands should provide de


From: Juri Linkov
Subject: bug#41821: 28.0.50; read-directory-name in vc commands should provide defaults from projects
Date: Mon, 29 Jun 2020 00:51:12 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

>> > Actually, I have a question: isn't project.el conceptually a
>> > higher-level feature than VC?  If so, how come VC wants to call
>> > project.el?
>>
>> VC doesn't serve project.el only. project.el doesn't solely use VC.
>
> Yes, but that's not what I asked.  I have the impression that
> project.el builds on VC as one project back-end, so it sounds strange
> to me that VC turns around and calls project.el for something.

By analogy, vc-git.el is one of back-ends of vc.el, so in vc-git.el
there is such line for using vc functions:

  (require 'vc)

So analogously, vc.el is one of back-ends of project.el, so in vc.el
there should be such line for using project functions:

  (require 'project)





reply via email to

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