Re: SDL terminal type
Stefan Monnier via "Emacs development discussions." <[email protected]>
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Po Lu [2026-08-22 15:26:26] wrote: > On account of the sheer frequency at which proposals almost > word-for-word identical to this one are made alone, I urge everyone not > to insist upon separating the GUI from the event loop as a panacea for > performance problems, or as a particularly difficult requisite of using > whatever GUI toolkit you think will improve Emacs. The sources of the > problems are elsewhere, and at all events the solution being proposed > has already been put into practice in three ports, and does not yield > the improvements it is said to bring. +1 I'm interested in running a display-backend in a separate process not for performance reasons but for software-engineering reasons, in that it would force us to control the sharing of information more explicitly between those two parts of Emacs. === Stefan