emacs-devel
[Top][All Lists]
Advanced

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

Re: limit the number of log entries displayed by C-x v l


From: Stefan Monnier
Subject: Re: limit the number of log entries displayed by C-x v l
Date: Mon, 16 Nov 2009 10:41:54 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

>> > Here's how this can be done.  OK?
>> [...]
>> > +    ;; Some backends cannot support output limits.
>> > +    (when (memq backend '(RCS CVS SCCS)) (setq limit nil))
>> This is not OK, no.
> How about the rest?  This is about the most unimportant part of the
> patch.  I can even be taken out.

The rest seemed OK, yes.

>> You could make `print-log' return the relevant info instead.
> Like say, make `vc-rcs-print-log' return `limit-unsupported' if passed a
> non-nil limit?  OK with that kind of change?

Yes,


        Stefan




reply via email to

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