On 12/22/05, Ari Suntioinen <aps(a)cs.tut.fi> wrote:
Building XEmacs in
"E:\\acs\\software\\XEmacsWindowsKit\\xemacs-21.4.18\\nt".
I see you're using the new Windows-native setup kit. :-)
(open-network-stream "test" "TEST" "news.inet.fi"
"nntp")
freezes my xemacs and uses bunch of CPU-cycles (abt 90%).
Connection is established in a sence, that using port forwarding
script that dumps traffic on a screen I can see the nntp-server
sends a valid reply. Xemacs just doesnt seem to react to it
in any way.
I don't see this behavior. Here's the output I see when I eval the
form in a *scratch* buffer:
(open-network-stream "test" "TEST" "news.inet.fi"
"nntp")
#<network connection "test" ("nntp" . "news.inet.fi")
state:run>
and my Task Manager indicates that the System Idle Process is
consuming between 91 - 98% of the CPU.
It looks like you downloaded some packages in this session. If you
stop and restart XEmacs, can you reproduce the problem? Does the
problem occur in a -vanilla XEmacs?
Regards,
Vin