Gnus development mailing list
 help / color / mirror / Atom feed
* Is this patch of gnus/pop3.el reasonable?
@ 2007-09-30 22:38 David Kastrup
  2007-09-30 23:01 ` Leo
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: David Kastrup @ 2007-09-30 22:38 UTC (permalink / raw)
  To: ding, emacs-devel, ratinox

[-- Attachment #1: Type: text/plain, Size: 493 bytes --]


I am currently cleaning through unchecked changes in my Emacs tree.  I
found that I have made the following change, presumably in order to
stop pop3 fetching from hanging in some cases with a possibly patchy
pop3 server.  Could also be related to coding system translation or
something.

Now the question is whether this is a bad idea to check into upstream.
I can't see that it will affect operation where the server is correct,
and it might avoid hangs where it isn't.

What do you think?


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 431 bytes --]

--- pop3.el	01 Aug 2007 00:14:10 +0200	1.38
+++ pop3.el	11 Aug 2007 08:56:13 +0200	
@@ -246,7 +246,7 @@
       (set-buffer (process-buffer process))
       (goto-char pop3-read-point)
       (while (and (memq (process-status process) '(open run))
-		  (not (search-forward "\r\n" nil t)))
+		  (not (search-forward "\n" nil t)))
 	(pop3-accept-process-output process)
 	(goto-char pop3-read-point))
       (setq match-end (point))

[-- Attachment #3: Type: text/plain, Size: 51 bytes --]


-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum

[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-10-01 18:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-30 22:38 Is this patch of gnus/pop3.el reasonable? David Kastrup
2007-09-30 23:01 ` Leo
2007-10-01  0:06 ` Stainless Steel Rat
2007-10-01  6:32 ` Zhang Wei
2007-10-01 18:16   ` Stainless Steel Rat
2007-10-01 17:40 ` Richard Stallman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).