Re: [PATCH] Haiku port with GUI
François Revol <[email protected]> Tue, 17 Dec 2013 15:22:36 +0100
| Newsgroups | gmane.editors.qemacs.devel |
|---|---|
| Message-ID | <[email protected]> |
On 17/12/2013 15:17, 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 ? It should but we follow BeOS naming of [pt]tys which is a bit different, AFAIK the calls to allocate ptys were never standardized anyway... I think we do have /dev/tmux and openpty() now but I never tried it. I don't remember if I tried shell buffers in qemacs yet. I'll have a look later. > Does it work for xemacs ? Hmm my XEmacs port isn't finished, I think I had it working but I probably patched this part too there. Long since I tried M-x shell in there. cf. https://bitbucket.org/mmu_man/xemacs/branch/xemacs-haiku > Also we are thinking about changing the licence from the current GPL to a less restrictive > licence, MIT or BSD based. > Do you have any objections for your patches and modules to be republished > this way ? Do you have suggestions regarding open source licences ? Fine by me, Haiku uses MIT itself btw. François.