emacs-devel
[Top][All Lists]
Advanced

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

Re: VC mode and git


From: Stephen J. Turnbull
Subject: Re: VC mode and git
Date: Wed, 25 Mar 2015 13:18:36 +0900

Eric S. Raymond writes:
 > 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.

The complexity is already there, it's just hardwired and inflexible,
and would become much more complex for not so much flexiblity if you
provide a couple of optional hardwired workflows.

But I'm not volunteering to implement and maintain either, so I guess
the point is moot.




reply via email to

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