emacs-devel
[Top][All Lists]
Advanced

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

Re: Passing flags using vc-do-command


From: Stefan Monnier
Subject: Re: Passing flags using vc-do-command
Date: Wed, 09 Mar 2011 13:21:14 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

>>> If not, what would be the best way to remedy the situation?
>> Don't use vc-do-command and use process-file or
>> start-file-process directly.
> That way, I would have to duplicate a considerable amount of the
> functionality of vc-do-command.

Another option is to pass nil for the file-or-list argument.

> What about adding a more versatile version of vc-do-command that
> accepts after-flags as well as before-flags and implement the current
> vc-do-command using that?  I could implement it and send in a patch.

That could work as well.


        Stefan



reply via email to

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