Synch to No Gnus 200411190050.
authoryamaoka <yamaoka>
Fri, 19 Nov 2004 00:52:49 +0000 (00:52 +0000)
committeryamaoka <yamaoka>
Fri, 19 Nov 2004 00:52:49 +0000 (00:52 +0000)
lisp/ChangeLog
lisp/dns.el

index cb8c1d2..53867eb 100644 (file)
@@ -1,3 +1,9 @@
+2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * dns.el (query-dns): Use sit-for to time instead of
+       accept-process-output, since that doesn't seem to work on udp
+       sockets. 
+
 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
index 7add5dc..2d704fe 100644 (file)
@@ -388,6 +388,7 @@ If REVERSEP, look up an IP address."
                      tcp-p))
          (while (and (zerop (buffer-size))
                      (> times 0))
+           (sit-for (/ step 1000.0))
            (accept-process-output process 0 step)
            (decf times step))
          (ignore-errors