emacs-devel
[Top][All Lists]
Advanced

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

Re: Customization of VC commands


From: Stefan Monnier
Subject: Re: Customization of VC commands
Date: Thu, 06 Jan 2011 22:41:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> I don't see too much provision on VC for customizing commands.  Just
> today I missed the possibility of setting a variable that would be used
> for telling vc-print-log to work across file copies and renames (for
> git). Something like vc-git-print-log-extra-options.

VC has the `vc-switches' macro which backends are supposed to use for
that, which provides the user with variables like
vc-git-print-log-switches (which would be just what you asked for).

It's better than nothing, but we'd want to be able to provide/change
such arguments dynamically.

> Is this intentional or work in progress? Any plans about how to do it?

Check existing uses of `vc-switches', and then change the remaining code
to use it as well.


        Stefan



reply via email to

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