From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: whitespace includes U+3000 Date: Tue, 27 Jun 2006 06:34:41 -0400 Message-ID: References: <871wtegf13.fsf@jidanni.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1151404499 8142 80.91.229.2 (27 Jun 2006 10:34:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jun 2006 10:34:59 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, jidanni@jidanni.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 27 12:34:55 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FvAu9-0007Ta-ST for geb-bug-gnu-emacs@m.gmane.org; Tue, 27 Jun 2006 12:34:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvAu9-0003Nx-C5 for geb-bug-gnu-emacs@m.gmane.org; Tue, 27 Jun 2006 06:34:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvAu8-0003Nl-9x for bug-gnu-emacs@gnu.org; Tue, 27 Jun 2006 06:34:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvAu7-0003NL-Hs for bug-gnu-emacs@gnu.org; Tue, 27 Jun 2006 06:34:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvAu7-0003NI-Eo for bug-gnu-emacs@gnu.org; Tue, 27 Jun 2006 06:34:47 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvB6C-0003h1-Fm for bug-gnu-emacs@gnu.org; Tue, 27 Jun 2006 06:47:16 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FvAu1-0000gN-I2; Tue, 27 Jun 2006 06:34:41 -0400 Original-To: Kenichi Handa In-reply-to: (message from Kenichi Handa on Mon, 26 Jun 2006 10:00:29 +0900) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15171 Archived-At: > Are emacs whitespace detectors aware of Unicode characters like > U+3000? No. The current Emacs treat only TAB and SPACE as "whitespace" characters. It would be very easy to fix this by setting the syntax table entries for those characters--if there are not too many of them. So why not fix it?