emacs-devel
[Top][All Lists]
Advanced

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

Re: C-x v v no longer works the way it used to


From: Eric S. Raymond
Subject: Re: C-x v v no longer works the way it used to
Date: Sat, 20 Oct 2007 17:07:50 -0400
User-agent: Mutt/1.5.15+20070412 (2007-04-11)

Dan Nicolaescu <address@hidden>:
> This patch fixes it. 
> vc-next-action still has the logic to deal with unregistered files,
> but vc-deduce-fileset would not return one... 
> This patch is technically incorrect because it changes
> vc-deduce-fileset to not do what it's docs says it has to do.
> Not sure how the new VC design is supposed to work to fix it
> properly... 

You had the right general idea; the strategy has to go through 
vc-deduce-fileset in order not to break the design.  But your patch
produces behavior that won't be welcome in commands other than
vc-next-action, so I put the arm you added under control of 
a new boolean argument ALLOW-UNREGISTERED.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>




reply via email to

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