From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59617 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Suggest to make nnrss keep line feeds Date: Mon, 24 Jan 2005 17:25:33 +0900 Organization: Emacsen advocacy group Message-ID: References: <4qh9uzsk.fsf@gmail.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106555927 22162 80.91.229.6 (24 Jan 2005 08:38:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 24 Jan 2005 08:38:47 +0000 (UTC) Original-X-From: ding-owner+M8158@lists.math.uh.edu Mon Jan 24 09:38:40 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cszk8-0004El-00 for ; Mon, 24 Jan 2005 09:38:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CszXk-00083O-00; Mon, 24 Jan 2005 02:25:52 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CszXf-00083J-00 for ding@lists.math.uh.edu; Mon, 24 Jan 2005 02:25:47 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CszXZ-0006uK-8C for ding@lists.math.uh.edu; Mon, 24 Jan 2005 02:25:41 -0600 Original-Received: from washington.hostforweb.net ([69.61.11.2]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1CszXY-0003wu-00 for ; Mon, 24 Jan 2005 09:25:40 +0100 Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.43) id 1CszXe-00063p-Mz for ding@gnus.org; Mon, 24 Jan 2005 03:25:47 -0500 Original-To: ding@gnus.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:YOQfTemh9zSzWpYElKiC52liG8I= X-Hashcash: 1:20:050124:ding@gnus.org::C73X6Kn4i/9udNNU:00004juY X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59617 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59617 >>>>> In <4qh9uzsk.fsf@gmail.com> CHENG Gao wrote: > I found one thing with nnrss not comfortable. > Say for one RSS item as: > Foo > Bar > Blah > When displayed, it will show as > FooBarBlah > This makes article reading very painful. > I think it's owing to what nnrss-format-string does now. Hm, the function converts any whitespace into one space, not a null character. I'm not sure but it seems to have been done by a function which the mm-text-html-renderer variable specifies. Could you let me know the value, and the url which reproduces it?