|
| From: | Kim F. Storm |
| Subject: | Re: simple patch for `etags.el' |
| Date: | Wed, 22 Sep 2004 13:47:51 +0200 |
| User-agent: | Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) |
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 ...)))
--
Kim F. Storm <address@hidden> http://www.cua.dk
| [Prev in Thread] | Current Thread | [Next in Thread] |