emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101633: Add fd handling with cal


From: Jan Djärv
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r101633: Add fd handling with callbacks to select, dbus needs it for async operation.
Date: Mon, 27 Sep 2010 10:23:10 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8

2010-09-27 09:43, Eli Zaretskii skrev:


Btw, `select' is not the problem here, because even the DOS build has
it.  The issue is whether you have `pipe' and `fork'/`exec' (or some
equivalents thereof), and whether `select' can handle network file
descriptors.

So why are there an #ifdef subprocesses in add/delete_keyboard_wait_descriptor? The only thing they do is manipulate data that goes to select. It seems that these ifdefs really belong somewhere else.

        Jan D.





reply via email to

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