emacs-devel
[Top][All Lists]
Advanced

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

Re: remove dabbrev--scanning-message?


From: Thien-Thi Nguyen
Subject: Re: remove dabbrev--scanning-message?
Date: Tue, 24 Jul 2007 01:18:05 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

() "Sean O'Rourke" <address@hidden>
() Mon, 23 Jul 2007 15:58:56 -0700

       (1) Replace the messages with a progress-reporter (assuming
           it's faster), since the filenames probably go by too fast
           to read anyways.
       (2) Provide a user option `dabbrev-report-progress', true by
           default, to enable/disable this feedback.

a progress reporter displays nothing until a certain threshold is
reached (arg MIN-TIME to make-progress-reporter).  you can avoid the
need for (2) by setting a high enough MIN-TIME, perhaps 1.5 to two
seconds.

thi




reply via email to

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