From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: Auto-fill-mode bug: unbreakable space lost Date: Thu, 24 Mar 2005 09:05:21 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1111673842 16865 80.91.229.2 (24 Mar 2005 14:17:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2005 14:17:22 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 24 15:17:21 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DET99-00055y-A0 for ged-emacs-devel@m.gmane.org; Thu, 24 Mar 2005 15:17:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DETOR-0001wR-K1 for ged-emacs-devel@m.gmane.org; Thu, 24 Mar 2005 09:33:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DETLC-0000sL-Cu for emacs-devel@gnu.org; Thu, 24 Mar 2005 09:29:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DETL6-0000qM-R6 for emacs-devel@gnu.org; Thu, 24 Mar 2005 09:29:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DETL6-0000cR-16 for emacs-devel@gnu.org; Thu, 24 Mar 2005 09:29:36 -0500 Original-Received: from [206.47.199.166] (helo=simmts8-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DESxe-0004pG-ID for emacs-devel@gnu.org; Thu, 24 Mar 2005 09:05:22 -0500 Original-Received: from empanada.home ([70.49.83.30]) by simmts8-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050324140522.YMDK1623.simmts8-srv.bellnexxia.net@empanada.home>; Thu, 24 Mar 2005 09:05:22 -0500 Original-Received: by empanada.home (Postfix, from userid 502) id D2E5248A368; Thu, 24 Mar 2005 09:05:21 -0500 (EST) Original-To: Gaetan Leurent In-Reply-To: (Gaetan Leurent's message of "Thu, 24 Mar 2005 13:10:29 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) 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:35097 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35097 > So NBSP is useful, and Emacs should handle it properly. BTW, could you try: (modify-syntax-entry (make-char 'latin-iso8859-1 160) "." (standard-syntax-table)) and/or (modify-syntax-entry (make-char 'latin-iso8859-15 160) "." (standard-syntax-table)) and see if it fixes your problem (it should) and also if it has other undesirable side-effects? Stefan