emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Nebulous streaming/point bug


From: Lars Magne Ingebrigtsen
Subject: Re: Nebulous streaming/point bug
Date: Thu, 13 Oct 2011 01:14:13 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

This "emacs -Q" reproduces the problem somewhat for me.

The "lala" buffer will end with "-----EN" instead of the getting the
entire message.  It won't "wrap" point, though...

(progn
  (setq proc
        (open-protocol-stream
                     "nntpd" (get-buffer-create "lala")
                     "news.gmane.org" "nntp"
                     :end-of-command "^\\([2345]\\|[.]\\).*\n"
                     :capability-command "CAPABILITIES\r\n"
                     :success "^3"
                     :starttls-function
                     (lambda (capabilities)
                       (if (not (string-match "STARTTLS" capabilities))
                           nil
                         "STARTTLS\r\n"))))
  (process-send-string proc "MODE READER\r\n")
  (process-send-string proc "GROUP gmane.linux.kernel\r\n")
  (process-send-string proc "ARTICLE 1202464\r\n"))

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]