all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Integration of libvterm
@ 2017-12-19 22:24 Lukas Fürmetz
  2017-12-22 22:38 ` Philipp Stephani
  2017-12-24 18:17 ` Ted Zlatanov
  0 siblings, 2 replies; 3+ messages in thread
From: Lukas Fürmetz @ 2017-12-19 22:24 UTC (permalink / raw)
  To: Emacs Development

Hello,

I have a working terminal prototype integrating emacs and libvterm at
https://github.com/akermu/emacs-libvterm. As for now every terminal
starts a thread, which throws a signal, when there's something to read
on the master file descriptor. This is quite inefficient. I think
integrating libvterm into emacs-core could solve many problems the
current implementation has. Is there interest for a patch?

Greetings
Lukas



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Integration of libvterm
  2017-12-19 22:24 Integration of libvterm Lukas Fürmetz
@ 2017-12-22 22:38 ` Philipp Stephani
  2017-12-24 18:17 ` Ted Zlatanov
  1 sibling, 0 replies; 3+ messages in thread
From: Philipp Stephani @ 2017-12-22 22:38 UTC (permalink / raw)
  To: Lukas Fürmetz; +Cc: Emacs Development

[-- Attachment #1: Type: text/plain, Size: 555 bytes --]

Lukas Fürmetz <fuermetz@mailbox.org> schrieb am Di., 19. Dez. 2017 um
23:25 Uhr:

> Hello,
>
> I have a working terminal prototype integrating emacs and libvterm at
> https://github.com/akermu/emacs-libvterm. As for now every terminal
> starts a thread, which throws a signal, when there's something to read
> on the master file descriptor. This is quite inefficient. I think
> integrating libvterm into emacs-core could solve many problems the
> current implementation has. Is there interest for a patch?
>

Sounds like a good idea to me.

[-- Attachment #2: Type: text/html, Size: 931 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Integration of libvterm
  2017-12-19 22:24 Integration of libvterm Lukas Fürmetz
  2017-12-22 22:38 ` Philipp Stephani
@ 2017-12-24 18:17 ` Ted Zlatanov
  1 sibling, 0 replies; 3+ messages in thread
From: Ted Zlatanov @ 2017-12-24 18:17 UTC (permalink / raw)
  To: Lukas Fürmetz; +Cc: Emacs Development

On Tue, 19 Dec 2017 23:24:52 +0100 Lukas Fürmetz <fuermetz@mailbox.org> wrote: 

LF> I have a working terminal prototype integrating emacs and libvterm at
LF> https://github.com/akermu/emacs-libvterm. As for now every terminal
LF> starts a thread, which throws a signal, when there's something to read
LF> on the master file descriptor. This is quite inefficient. I think
LF> integrating libvterm into emacs-core could solve many problems the
LF> current implementation has. Is there interest for a patch?

It would help if here or in the Introduction on the Github page you
explained:

* what problem is solved for the user (yes, embeds a vterm, but why)?
* how it compares to Eshell, ansi-term, emamux, etc.
* what core code you propose to add (at least a rough plan)

Thanks
Ted



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-24 18:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-19 22:24 Integration of libvterm Lukas Fürmetz
2017-12-22 22:38 ` Philipp Stephani
2017-12-24 18:17 ` Ted Zlatanov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.