emacs-devel
[Top][All Lists]
Advanced

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

Re: auth-source-search: annoying messages


From: Michael Albinus
Subject: Re: auth-source-search: annoying messages
Date: Thu, 17 Feb 2011 13:30:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Ted Zlatanov <address@hidden> writes:

> We can actually use something besides `message' to issue these notices.
> It may be useful so the user can tell their authinfo files are being
> searched.  Does Emacs have a way to do this, like progress-reporter but
> less noisy?  A spinning icon or something in the modeline?  That would
> be pretty nifty.

(setq pr (make-progress-reporter ""))
(while t (progress-reporter-update pr))

> Thanks
> Ted

Best regards, Michael.



reply via email to

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