From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: html / emacs / email / gnus: 0xa0 classified as "whitespace" but not treated as whitespace Date: Wed, 20 Oct 2004 09:58:08 -0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2tng8mF221agtU1@uni-berlin.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098288043 1952 80.91.229.6 (20 Oct 2004 16:00:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 20 Oct 2004 16:00:43 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 20 18:00:35 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CKIt8-0003e4-00 for ; Wed, 20 Oct 2004 18:00:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKJ0W-0005CZ-Ru for geb-bug-gnu-emacs@m.gmane.org; Wed, 20 Oct 2004 12:08:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CKIyj-0003mh-67 for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2004 12:06:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CKIyh-0003m6-NT for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2004 12:06:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKIyh-0003lE-4F for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2004 12:06:19 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CKIrH-0001M8-9y for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2004 11:58:39 -0400 Original-Received: from [132.239.1.61] (helo=mailbox9.ucsd.edu) by mx20.gnu.org with esmtp (Exim 4.34) id 1CKIqy-0006nF-M3 for bug-gnu-emacs@gnu.org; Wed, 20 Oct 2004 11:58:20 -0400 Received-SPF: Received-SPF: none (mailbox9.ucsd.edu: domain of mod-submit@uni-berlin.de does not designate permitted sender hosts) Original-Received: from Mail.FU-Berlin.DE (mail.fu-berlin.de [130.133.1.2]) by mailbox9.ucsd.edu (8.13.1/8.13.1) with ESMTP id i9KFwGSr012177 for ; Wed, 20 Oct 2004 08:58:17 -0700 (PDT) Original-Received: by Mail.FU-Berlin.DE (Exim 4.42) from curry.zedat.fu-berlin.de ([160.45.10.36]) for gnu-emacs-bug@moderators.isc.org with esmtp id <1CKIqt-000Crt-Nu>; Wed, 20 Oct 2004 17:58:15 +0200 Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.uni-berlin.de with bsmtp id ; Wed, 20 Oct 2004 17:58:15 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 27 X-Orig-X-Trace: news.uni-berlin.de NxV4cAHK3/ZCK3VMvB1mnwfN8Q91f/Nm5cisn69q8FahDIIdU= User-Agent: Mozilla Thunderbird 0.8 (X11/20040916) X-Accept-Language: en-us, en In-Reply-To: X-Spamscanner: mailbox9.ucsd.edu (v1.5 Aug 25 2004 09:28:35, -0.1/5.0 3.0.0) X-MailScanner: PASSED (v1.2.8 96647 i9KFwGSr012177 mailbox9.ucsd.edu) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9387 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9387 [Please don't top-post.] Daniel Ortmann wrote: > Correction, 0xa0 should actually be treated as whitespace but is not. > I.e. fill-paragraph and friends don't treat it as whitespace: > > Here is what describe-char-after says: > > -------------------------------- > character: (04240, 2208, 0x8a0) > charset: latin-iso8859-1 (Right-Hand Part of Latin Alphabet 1 (ISO/IEC 8859-1): ISO-IR-100) > code point: 32 > syntax: whitespace > category: :This character counts as a space for indentation purposes. l:Latin > buffer code: 0x81 0xA0 > file code: not encodable by coding system nil > font: -Misc-Fixed-Medium-R-SemiCondensed--13-120-75-75-C-60-ISO8859-1 > -------------------------------- Latin 1 0xA0 is named NO-BREAK SPACE for a reason. It should not be treated the same as ASCII 0x20, which is the SPACE character. -- Kevin