From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44234 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: minor bugs with negative article numbers Date: Thu, 11 Apr 2002 14:09:25 +0200 (CEST) Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1018527093 29789 127.0.0.1 (11 Apr 2002 12:11:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 11 Apr 2002 12:11:33 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16vdQL-0007kL-00 for ; Thu, 11 Apr 2002 14:11:33 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16vdOk-00018q-00; Thu, 11 Apr 2002 07:09:54 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 11 Apr 2002 07:10:04 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA19045 for ; Thu, 11 Apr 2002 07:09:54 -0500 (CDT) Original-Received: (qmail 22140 invoked by alias); 11 Apr 2002 12:09:39 -0000 Original-Received: (qmail 22135 invoked from network); 11 Apr 2002 12:09:38 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 11 Apr 2002 12:09:38 -0000 Original-Received: from yxa.extundo.com (localhost.localdomain [127.0.0.1]) by yxa.extundo.com (8.12.2/8.12.2) with ESMTP id g3BC9PKY014970; Thu, 11 Apr 2002 14:09:25 +0200 Original-Received: from localhost (jas@localhost) by yxa.extundo.com (8.12.2/8.12.1/Submit) with ESMTP id g3BC9P1o014967; Thu, 11 Apr 2002 14:09:25 +0200 X-Authentication-Warning: yxa.extundo.com: jas owned process doing -bs Original-To: reiner.steib@gmx.de In-Reply-To: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44234 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44234 On Thu, 11 Apr 2002, Reiner Steib wrote: > > This seems to be a URL bug: > > > > (url-insert-file-contents > > "http://groups.google.com/groups?selm=1f8fd51.1sjfq9b1u3kq7yN%tells@nowhere.invalid&output=gplain") > > > > returns a trailing ^M. > > > > If I fetch the URL with wget, there is no ^M. > > I don't receive any garbage (^M) with my version of url.el [1]. For > both MIDs (Simon's <1f8fd51.1sjfq9b1u3kq7yN%tells@nowhere.invalid> and > Dan's <3CA3D327.8090306@onlinetesting.net>), I receive correct > articles using the above mentioned call of `url-insert-file-contents'. cvs up (of url) solved the problem for me. Sorry for the false alarm.