[Top][All Lists]
[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
- Re: limit the number of log entries displayed by C-x v l, (continued)
- Re: limit the number of log entries displayed by C-x v l, Stefan Monnier, 2009/11/12
- Re: limit the number of log entries displayed by C-x v l, Dan Nicolaescu, 2009/11/12
- Re: limit the number of log entries displayed by C-x v l, Stefan Monnier, 2009/11/12
- Re: limit the number of log entries displayed by C-x v l, Dan Nicolaescu, 2009/11/13
- Re: limit the number of log entries displayed by C-x v l, Stefan Monnier, 2009/11/13
- Re: limit the number of log entries displayed by C-x v l, Dan Nicolaescu, 2009/11/15
- Re: limit the number of log entries displayed by C-x v l, Chong Yidong, 2009/11/15
- Re: limit the number of log entries displayed by C-x v l, Dan Nicolaescu, 2009/11/16
- Re: limit the number of log entries displayed by C-x v l, Stefan Monnier, 2009/11/16
- Re: limit the number of log entries displayed by C-x v l, Dan Nicolaescu, 2009/11/16
- Re: limit the number of log entries displayed by C-x v l,
Stefan Monnier <=
- Re: limit the number of log entries displayed by C-x v l, Dan Nicolaescu, 2009/11/16
- Re: limit the number of log entries displayed by C-x v l, Dan Nicolaescu, 2009/11/17
- Re: limit the number of log entries displayed by C-x v l, Stefan Monnier, 2009/11/17
- Re: limit the number of log entries displayed by C-x v l, Dan Nicolaescu, 2009/11/18
- Re: limit the number of log entries displayed by C-x v l, Stefan Monnier, 2009/11/18
- Re: limit the number of log entries displayed by C-x v l, Thierry Volpiatto, 2009/11/19
- Re: limit the number of log entries displayed by C-x v l, Dan Nicolaescu, 2009/11/20
- Re: limit the number of log entries displayed by C-x v l, Thierry Volpiatto, 2009/11/20
- Re: limit the number of log entries displayed by C-x v l, Stefan Monnier, 2009/11/20
- Re: limit the number of log entries displayed by C-x v l, Dan Nicolaescu, 2009/11/20