emacs-devel
[Top][All Lists]
Advanced

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

Re: QNX subprocess bug


From: Stefan Monnier
Subject: Re: QNX subprocess bug
Date: Wed, 05 Apr 2006 09:03:25 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> I think the best solution is to keep pid_t values (without changing them
>> into Lisp_Object values) as long as possible, and to use floats when turning
>> them into Lisp_Object.

> Thanks Stefan.

> This is a change that I have wanted to make for a very long time!

> However, I would change the following not-really-Lisp_Object fields as well:

Although I did move the `tick' vars, the intention was really to stick to
a small patch.  But you're right that many more variables can be moved to
the non-Lisp_Object part.  I just figured that can be moved later on (the
only important one for now is the pid).


        Stefan




reply via email to

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