/[emacs]/emacs/lisp/gnus/nnheader.el
ViewVC logotype

Diff of /emacs/lisp/gnus/nnheader.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17.6.3 by miles, Wed Sep 29 07:22:15 2004 UTC revision 1.17.6.4 by miles, Thu Oct 14 08:50:05 2004 UTC
# Line 74  Integer values will in effect be rounded Line 74  Integer values will in effect be rounded
74  (defvar nnheader-read-timeout  (defvar nnheader-read-timeout
75    (if (string-match "windows-nt\\|os/2\\|emx\\|cygwin"    (if (string-match "windows-nt\\|os/2\\|emx\\|cygwin"
76                      (symbol-name system-type))                      (symbol-name system-type))
77        1.0                               ; why?        ;; http://thread.gmane.org/v9655t3pjo.fsf@marauder.physik.uni-ulm.de
78          ;;
79          ;; IIRC, values lower than 1.0 didn't/don't work on Windows/DOS.
80          ;;
81          ;; There should probably be a runtime test to determine the timing
82          ;; resolution, or a primitive to report it.  I don't know off-hand
83          ;; what's possible.  Perhaps better, maybe the Windows/DOS primitive
84          ;; could round up non-zero timeouts to a minimum of 1.0?
85          1.0
86      0.1)      0.1)
87    "How long nntp should wait between checking for the end of output.    "How long nntp should wait between checking for the end of output.
88  Shorter values mean quicker response, but are more CPU intensive.")  Shorter values mean quicker response, but are more CPU intensive.")

Legend:
Removed from v.1.17.6.3  
changed lines
  Added in v.1.17.6.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26