From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9743 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus does not decode http address correctly Date: Wed, 10 Oct 2007 11:08:07 +0200 Message-ID: <87641fwd54.fsf@mat.ucm.es> References: <87ir5g8o9h.fsf@mat.ucm.es> Reply-To: Uwe Brauer NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1192007337 23819 80.91.229.12 (10 Oct 2007 09:08:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Oct 2007 09:08:57 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Oct 10 11:08:56 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IfXYa-00083J-O9 for gegu-info-gnus-english@m.gmane.org; Wed, 10 Oct 2007 11:08:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfXYU-0004L5-RN for gegu-info-gnus-english@m.gmane.org; Wed, 10 Oct 2007 05:08:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IfXYR-0004Ki-K9 for info-gnus-english@gnu.org; Wed, 10 Oct 2007 05:08:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IfXYP-0004J5-LU for info-gnus-english@gnu.org; Wed, 10 Oct 2007 05:08:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IfXYP-0004If-Dz for info-gnus-english@gnu.org; Wed, 10 Oct 2007 05:08:33 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IfXYO-0002md-Tv for info-gnus-english@gnu.org; Wed, 10 Oct 2007 05:08:33 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IfXYG-0001am-OR for info-gnus-english@gnu.org; Wed, 10 Oct 2007 09:08:24 +0000 Original-Received: from maportatil12.quim.ucm.es ([147.96.6.137]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Oct 2007 09:08:24 +0000 Original-Received: from oub by maportatil12.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 Oct 2007 09:08:24 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: maportatil12.quim.ucm.es X-Hashcash: 1:20:071010:gmane.emacs.gnus.user::pFb/KfCbHm7WxO1n:000000000000000000000000000000000000000062jj User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.19 (linux) Cancel-Lock: sha1:ldzitsN+lvO5buJrN9hS3kdaXr8= X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9743 Archived-At: >>>>> "Reiner" == Reiner Steib writes: >> >> which is correct. > I assume you are talking about a text/plain part? Gnus is not a HTML > renderer. There's no reason to convert "%2c" to "," when displaying > text/plain. I tend to think that rendering text/plain is a bug in > Thunderbird. So you are saying that this bug finally gives the right result, namely connecting to the url, while the correct behavior of gnus ends up in a url which cannot be visited by any browser I have tried. >> is there any way to change this misbehaviour? > I think the bug is on pcworld.com, but I might be wrong. > theotp1:~/public_html/tmp$ cat fid,67731 > Komma > theotp1:~/public_html/tmp$ cat fid%2c67731 > %2c > --> Komma > --> Komma Both connect to comma right. Strang3 problem all together Uwe