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 07:10:00 -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.

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




reply via email to

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