emacs-devel
[Top][All Lists]
Advanced

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

Re: simple patch for `etags.el'


From: Paul Pogonyshev
Subject: Re: simple patch for `etags.el'
Date: Wed, 22 Sep 2004 18:22:46 -0200
User-agent: KMail/1.4.3

Kim F. Storm wrote:

> Paul Pogonyshev <address@hidden> writes:
> > Actually, my patch did just this:
> >
> >     (when (and (reached-next-percentage)
> >                (enough-time-has-passed))
>
> I was thinking about
>
>   (when (reached-next-percentage)
>     (setq next-percentage (1+ next-percentage))  ; or similar
>     (when (enougn-time-has-passed)
>       (message ...)))

Yes, this does make a difference.  This also complicates the
code quite a lot.  So, do we want time constraint as an
addition?

Paul





reply via email to

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