From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Gaetan Leurent Newsgroups: gmane.emacs.devel Subject: Re: Auto-fill-mode bug: unbreakable space lost Date: Wed, 23 Mar 2005 20:19:31 +0100 Message-ID: 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 1111606430 6937 80.91.229.2 (23 Mar 2005 19:33:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 23 Mar 2005 19:33:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 23 20:33:50 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DEBYE-0003vg-7a for ged-emacs-devel@m.gmane.org; Wed, 23 Mar 2005 20:29:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DEBpm-0005uc-Ho for ged-emacs-devel@m.gmane.org; Wed, 23 Mar 2005 14:48:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DEBmy-00051n-F3 for emacs-devel@gnu.org; Wed, 23 Mar 2005 14:45:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DEBmk-0004vg-2o for emacs-devel@gnu.org; Wed, 23 Mar 2005 14:45:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DEBmj-0004nG-2t for emacs-devel@gnu.org; Wed, 23 Mar 2005 14:44:57 -0500 Original-Received: from [129.199.96.40] (helo=nef2.ens.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DEBO8-0006zo-LL for emacs-devel@gnu.org; Wed, 23 Mar 2005 14:19:33 -0500 Original-Received: from clipper.ens.fr (clipper-gw.ens.fr [129.199.1.22]) by nef2.ens.fr (8.13.2/1.01.28121999) with ESMTP id j2NJJVHp068914 for ; Wed, 23 Mar 2005 20:19:31 +0100 (CET) Original-Received: from (leurent@localhost) by clipper.ens.fr (8.13.1/jb-1.1) X-Authentication-Warning: clipper.ens.fr: leurent set sender to gaetan.leurent@ens.fr using -f Original-To: emacs-devel@gnu.org X-Start-Date: Wed, 23 Mar 2005 19:59:51 +0100 X-Spook: FBI Compsec jihad Qaddafi diwn UOP codes enigma Albanian plutonium Rubin Ruby Ridge LLNL Exon Shell BLU-97 A/B In-Reply-To: (Stefan's message of "Wed, 23 Mar 2005 08:34:51 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (usg-unix-v) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.10 (nef2.ens.fr [129.199.96.32]); Wed, 23 Mar 2005 20:19:31 +0100 (CET) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:35057 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35057 Stefan wrote on 23 Mar 2005 14:34:51 +0100: >>> Maybe NBSP shouldn't have whitespace syntax. >> Whaaa? What syntax should it have instead? > > I guess punctuation. An NBSP *looks like* whitespace but its intended > behavior is to not be treated like whitespace (at leasst according to this > bug-report). Well, I don't know exactly how NBSP should be handled, and in fact both solutions could make sense. The current behavior annoys me because I make the French quotation mark '=AB' insert '=AB=A0=A0=BB' and put the point between the NBSP, because fre= nch quotations should be =AB=A0like this=A0=BB, and if auto-fill mode gets in m= y way while I fill the quotation, I loose the NBSP. Concerning whitespace, a quick 'fgrep '" \t"' -r .' in the emacs source shows quite lot of place where this is still used to match whitespace instead of using the whitespace syntax, even in fill.el, so it's a bit confusing... --=20 Ga=EBtan LEURENT