From: storm@cua.dk (Kim F. Storm)
To: rms@gnu.org
Cc: emacs-devel@gnu.org, Jason Rumney <jasonr@gnu.org>
Subject: Re: QUERY: w32 sub process implementation
Date: Tue, 21 Aug 2007 10:41:14 +0200 [thread overview]
Message-ID: <87odh1p9ed.fsf@kfs-lx.testafd.dk> (raw)
In-Reply-To: <E1IN8zZ-0001Qc-Os@fencepost.gnu.org> (Richard Stallman's message of "Mon\, 20 Aug 2007 11\:16\:33 -0400")
Richard Stallman <rms@gnu.org> writes:
> There are countries where lots of people use old versions of Windows
> because they can copy and install those easily. So it is useful
> maintain the Emacs support for those old versions.
I agree that we shouldn't force anyone to upgrade to newer Windoze versions
to run Emacs.
However, the current implementation of sys_select is sub-optimal and
doesn't support all the features of make-network-process (e.g.
non-blocking connects), so fixing the code as suggested would be
really good.
Does W95/98/ME have a working winsock2 implementation?
If so, I suggest someone try to make the changes and test them on W95/98/ME.
If it works -- great.
Otherwise, it should be possible to keep both the old and the new code
(e.g. by making two sys_select_new and sys_select_old functions, and
choose the right one at run-time.)
--
Kim F. Storm <storm@cua.dk> http://www.cua.dk
next prev parent reply other threads:[~2007-08-21 8:41 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-19 19:45 QUERY: w32 sub process implementation dhruva
2007-08-19 21:16 ` Jason Rumney
2007-08-20 2:19 ` dhruva
2007-08-20 3:23 ` Eli Zaretskii
2007-08-20 15:16 ` Richard Stallman
2007-08-21 8:41 ` Kim F. Storm [this message]
2007-08-21 9:09 ` dhruva
2007-08-21 9:25 ` Jason Rumney
2007-08-21 9:18 ` Jason Rumney
2007-08-21 16:30 ` Davis Herring
2007-08-21 23:24 ` Richard Stallman
2007-08-19 22:39 ` Kim F. Storm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87odh1p9ed.fsf@kfs-lx.testafd.dk \
--to=storm@cua.dk \
--cc=emacs-devel@gnu.org \
--cc=jasonr@gnu.org \
--cc=rms@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.