emacs-devel
[Top][All Lists]
Advanced

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

Re: VC mode and git


From: Eric S. Raymond
Subject: Re: VC mode and git
Date: Tue, 24 Mar 2015 22:01:26 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

Stephen J. Turnbull <address@hidden>:
> Perhaps rather than assuming a universal meaning for DWIM, C-x v v
> could implement a limited concept of "workflow".  Eg, a workflow could
> be modeled by a list ((LEXP1 OP1) (LEXP2 OP2) ...), and the workflow
> would be implemented something like
> 
>     (catch 'done
>       (mapc (lambda (kv)
>               (let ((lexp (first kv))
>                     (op (second kv)))
>                 (if (eval lexp) (throw (funcall op)))))))
> 
> A couple of default workflows could be provided.

That sounds like lots of complexity for small gain to me.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>



reply via email to

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