* Re: Re: Heads up, VC front end about to undergo major surgery
[not found] <20080508003332.20B7C2C83DF@grelber.thyrsus.com>
@ 2008-05-08 1:33 ` Eric S. Raymond
2008-05-08 5:14 ` Dan Nicolaescu
0 siblings, 1 reply; 2+ messages in thread
From: Eric S. Raymond @ 2008-05-08 1:33 UTC (permalink / raw)
To: emacs-devel
Dan Nicolaescu <dann@ics.uci.edu>:
> Can you please expand on what will change? Directories are passed to VC
> operations right now (and you can mark/unmark them in the UI too)
I'm going to get rid of as much as possible of the wacky
special-casing in vc-deduce-fileset (eliminating, if possible, the
present one required and three optional args). As I previously noted,
it has 6 messy rules for how to compute a selection set. I aim to
reduce that to 3. It is not impossible that I might get it down to 2.
One user-visible difference is that there will be no more *implicit*
selection of directories in the case that no fileset is available.
I think the UI of at least one capability, vc-diff, will change
significantly. The present interface to it is a kluge forced on us by
our previous inability to select directories.
> If anything goes wrong with the git backend, please contact the
> maintainer. He might already have fixes.
I'm not using git for anything yet. Thus, if anything goes wrong with the
git backend, he is almost certain to notice it before I do.
--
<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Heads up, VC front end about to undergo major surgery
2008-05-08 1:33 ` Re: Heads up, VC front end about to undergo major surgery Eric S. Raymond
@ 2008-05-08 5:14 ` Dan Nicolaescu
0 siblings, 0 replies; 2+ messages in thread
From: Dan Nicolaescu @ 2008-05-08 5:14 UTC (permalink / raw)
To: esr; +Cc: emacs-devel
"Eric S. Raymond" <esr@thyrsus.com> writes:
> Dan Nicolaescu <dann@ics.uci.edu>:
> > Can you please expand on what will change? Directories are passed to VC
> > operations right now (and you can mark/unmark them in the UI too)
>
> I'm going to get rid of as much as possible of the wacky
> special-casing in vc-deduce-fileset (eliminating, if possible, the
> present one required and three optional args). As I previously noted,
> it has 6 messy rules for how to compute a selection set. I aim to
> reduce that to 3. It is not impossible that I might get it down to 2.
A suggestion: the code in vc-next-action before
;; Do the right thing
could be moved to vc-deduce-fileset
That will eliminate the need for the INCLUDE-FILES-NOT-DIRECTORIES param.
And vc-deduce-fileset could return not only the backend and file list
like now, it could also return the state and model.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-08 5:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20080508003332.20B7C2C83DF@grelber.thyrsus.com>
2008-05-08 1:33 ` Re: Heads up, VC front end about to undergo major surgery Eric S. Raymond
2008-05-08 5:14 ` Dan Nicolaescu
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.