qemacs-devel
[Top][All Lists]
Advanced

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

Re: [Qemacs-devel] [PATCH] Haiku port with GUI


From: François Revol
Subject: Re: [Qemacs-devel] [PATCH] Haiku port with GUI
Date: Mon, 23 Dec 2013 01:34:00 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130630 Icedove/17.0.7

Hi Charles,

On 17/12/2013 15:34, Charles Gordon wrote:
> Hi Francois,
> 
> Thank you for this patch, I will commit it to the repository soon.
> I played with Haiku to check that it compiles and I noticed the process
> buffer does not work at all.  There seems to be a problem with the pseudo tty 
> logic we use to
> set up the communication between the process and the qemacs terminal emulator.
> I haven’t investigated this issue in depth.  Has this feature ever worked in 
> Haiku ?

I've look at it, and comparing with our Terminal application sources at:
http://cgit.haiku-os.org/haiku/tree/src/apps/terminal/Shell.cpp#n464
it seems we call setsid() before actually opening the tty.

I've moved the call before in qemacs and it just works.

I'm not sure if it's either our implementation which is broken or if
it's not supposed to be in this order and it's just Linux and others
which accept it anyway...

François.



reply via email to

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