GNU bug report logs -
#51490
Show an indicator when Emacs is busy somewhere in the Emacs window
Previous Next
Full log
View this message in rfc822 format
Eli Zaretskii <eliz <at> gnu.org> writes:
> That's true, but if Lisp cannot run, neither can redisplay. They both
> access the internal Emacs state: buffers, variables, etc. Even to
> replace a single glyph, you'd need to access faces, right?
I'm not sure that we have to? That's why I wondered whether we could
somehow get away with just altering the glyph matrix...
> Also, poking a single glyph on a GUI frame is unsafe, because no one
> can be sure the new glyph will have the same metrics as the old one.
I was thinking way more primitive than that -- just altering the
pixelish data on some level. I.e., I wouldn't want to display the
characters | \ etc, but instead some pre-calculated pixel data.
But like I said, I'm not sure whether even that is feasible...
This bug report was last modified 2 years and 328 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.