Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: HTTP/0.9 How I hate thee! ... what the...
Date: 01 Mar 2001 23:55:09 -0500	[thread overview]
Message-ID: <2nu25cg47m.fsf@tiger.jia.vnet> (raw)
In-Reply-To: <m3hf1druv3.fsf@gnus.cvs.983032537> (Harry Putnam's message of "01 Mar 2001 14:24:20 -0800")

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

Harry Putnam <reader@newsguy.com> writes:

> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes:
> 
> > On 28 Feb 2001, Harry Putnam wrote:
> > 
> > > Running CVS w3 
> > 
> > Where did you get the `url' package that's needed for this w3?
> 
> With the same cvs download when I got the w3 part about 2 weeks ago.
> w3 comes in two parts now. A `w3' and a `url' directory.

Maybe it is a bug in the CVS url package.  It is a kind of narrowed
buffer problem.  I saw it before.  You can try the patch.

ShengHuo


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: url-http-widen.diff --]
[-- Type: text/x-patch, Size: 659 bytes --]

Index: url-http.el
===================================================================
RCS file: /gd/gnu/anoncvsroot/url/lisp/url-http.el,v
retrieving revision 1.8
diff -u -u -r1.8 url-http.el
--- url-http.el	2000/07/10 14:43:59	1.8
+++ url-http.el	2000/07/10 19:56:33
@@ -288,6 +298,7 @@
   (declare (special url-http-end-of-headers url-http-response-status))
   (if (not url-http-end-of-headers)
       (error "Trying to parse headers in odd buffer: %s" (buffer-name)))
+  (widen) ;; The buffer might be mysteriously narrowed.
   (goto-char (point-min))
   (url-http-debug "url-http-parse-headers called in (%s)" (buffer-name))
   (url-http-parse-response)

  reply	other threads:[~2001-03-02  4:55 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-28 21:30 Harry Putnam
2001-03-01  8:47 ` Hannu Koivisto
2001-03-01 12:55 ` Kai Großjohann
2001-03-01 22:24   ` Harry Putnam
2001-03-02  4:55     ` ShengHuo ZHU [this message]
2001-03-02  6:36       ` Harry Putnam
2001-03-02  6:44         ` ShengHuo ZHU
2001-03-02  8:04           ` Harry Putnam
2001-03-02 10:37     ` Florian Weimer
2001-03-02 22:06       ` Harry Putnam
2001-03-03  0:07     ` William M. Perry
2001-03-03 19:37       ` Harry Putnam
2001-03-03  0:07   ` William M. Perry
2001-03-03 19:54     ` Harry Putnam
2001-03-03 20:05       ` Kai Großjohann
2001-03-03 21:21         ` Harry Putnam
2001-03-01 13:32 ` Charles Sebold
2001-03-01 22:43   ` Harry Putnam
2001-03-03 10:34 ` Florian Weimer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2nu25cg47m.fsf@tiger.jia.vnet \
    --to=zsh@cs.rochester.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).