From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: Gnus not escaping NBSP and soft-hyphen Date: Tue, 21 Jun 2005 21:38:47 +0300 Message-ID: <200506212138.47101.pogonyshev@gmx.net> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1119379769 13286 80.91.229.2 (21 Jun 2005 18:49:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Jun 2005 18:49:29 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 21 20:49:27 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dknng-0004h5-D8 for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2005 20:48:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dknu9-0000O8-Nq for ged-emacs-devel@m.gmane.org; Tue, 21 Jun 2005 14:55:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dknqt-0007WN-G5 for emacs-devel@gnu.org; Tue, 21 Jun 2005 14:52:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dknqi-0007PN-V0 for emacs-devel@gnu.org; Tue, 21 Jun 2005 14:51:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dknqh-0007BN-PC for emacs-devel@gnu.org; Tue, 21 Jun 2005 14:51:51 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1Dkngd-00071x-RN for emacs-devel@gnu.org; Tue, 21 Jun 2005 14:41:28 -0400 Original-Received: (qmail invoked by alias); 21 Jun 2005 18:38:20 -0000 Original-Received: from unknown (EHLO localhost.localdomain) [195.222.81.102] by mail.gmx.net (mp014) with SMTP; 21 Jun 2005 20:38:20 +0200 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org, gaetan.leurent@ens.fr (=?iso-8859-1?q?Ga=EBtan?= LEURENT) User-Agent: KMail/1.4.3 In-Reply-To: X-Y-GMX-Trusted: 0 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:39242 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39242 Ga=EBtan LEURENT wrote: > Hi, > > I noticed that when displaying messages in Gnus, the NBSP and soft-hype= n > are just displayed as normal space and hyphen instead of being prefixed > with an escape character (or NBSP being displayed as underlined as in > the recent CVS). I don't know if it is a bug or a feature, but why would you possibly want to see non-breaking spaces in your messages? I sort of want to read my mail, not investigate the typographic peculiarities in it. I'd say it makes perfect sense to not escape special characters in text meant to be read and hardly ever edited. Paul