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: Dan Nicolaescu
Subject: Re: limit the number of log entries displayed by C-x v l
Date: Mon, 16 Nov 2009 12:40:36 -0800 (PST)

Stefan Monnier <address@hidden> writes:

  > >> > 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,

Checked in with the requested changes.
I set vc-log-show-limit arbitrarily to 2000.  It can be changed if it's
considered too small or too big.




reply via email to

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