Re: Migrating font faces from xemacs to emacs
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
> From: Marcus Harnisch <[email protected]> > Date: Sun, 29 Mar 2026 17:46:05 +0200 > > On 29/03/2026 16.28, Stefan Monnier via Users list for the GNU Emacs > text editor wrote: > >> (while-no-input > >> (setq cursor-type (if (eolp) cursor-type-at-eol > >> (default-value 'cursor-type)) > >> ))) > > Why `while-no-input`? > > > > AFAICT the wrapped code will probably execute as quickly as the overhead > > of `while-no-input` itself. > Good point. I remember you mentioning that before in a similar thread. > Yeah, I guess that could go. This feature should be implemented in the display engine. Patches welcome.