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

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

Re: Dir/Repos Global VC State Query


From: Stefan Monnier
Subject: Re: Dir/Repos Global VC State Query
Date: Wed, 08 Dec 2010 15:12:55 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Has somebody implemented a directory or repos global version of the
> function vc-state?

vc-dir has such a thing.  Basically you do something like
(vc-call dir-status <somedir> <function>), and the function will
(later, asynchronously) be called with the list of files and
their status.

Try M-x find-library RET vc RET and then look for dir-status in the
comment/doc at the beginning of the file for the "full" story.


        Stefan


reply via email to

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