emacs-devel
[Top][All Lists]
Advanced

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

Re: "Loading"


From: Michael Albinus
Subject: Re: "Loading"
Date: Wed, 14 Mar 2012 10:02:45 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux)

Lars Magne Ingebrigtsen <address@hidden> writes:

Hi Lars,

> shr downloads images asynchronously, but there isn't anything to say
> "we're still downloading".  I think there should be.
>
> shr just inserts a "*" character as a placeholder now.  Perhaps it would
> make sense to insert an animated image instead displaying a "loading"
> symbol?  Or we could go old style with a spinning - \ | / - thing.

These days, I have started to implement asynchronous inserting/writing
of buffers, which are bound to a remote file. There I have also the
problem to indicate the user, that the operation hasn't been finished yet.

The progress-reporter, spinning in the echo area, is not an option,
because the minibuffer shall be usable. Therefore I'm thinking about to
reactivate the old proposal of a progress-reporter extension, spinning \
| / in the modeline (more precisely: in `mode-line-remote').

I believe it would be a good thing, if running asynchronous operations
are made visible consistently in Emacs. Maybe we could agree on the same
function?

Best regards, Michael.



reply via email to

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