From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Display of characters #xa0 and #xad in unibyte buffers Date: Mon, 28 Sep 2009 21:35:55 -0400 Message-ID: References: <19131.35568.835627.216245@a1i15.kph.uni-mainz.de> <833a6bv30o.fsf@gnu.org> <19132.34451.565451.857731@a1ihome1.kph.uni-mainz.de> <83ws3ntmgv.fsf@gnu.org> <831vlrsh6q.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1254188178 18824 80.91.229.12 (29 Sep 2009 01:36:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Sep 2009 01:36:18 +0000 (UTC) Cc: eliz@gnu.org, ulm@gentoo.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 29 03:36:10 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MsRdS-0007e4-3O for ged-emacs-devel@m.gmane.org; Tue, 29 Sep 2009 03:36:10 +0200 Original-Received: from localhost ([127.0.0.1]:43086 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsRdR-0005Uo-I4 for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2009 21:36:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsRdL-0005Ui-H8 for emacs-devel@gnu.org; Mon, 28 Sep 2009 21:36:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsRdH-0005UW-3I for emacs-devel@gnu.org; Mon, 28 Sep 2009 21:36:03 -0400 Original-Received: from [199.232.76.173] (port=56531 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsRdG-0005UT-Tk for emacs-devel@gnu.org; Mon, 28 Sep 2009 21:35:58 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:29242 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsRdE-0007Gi-Ru; Mon, 28 Sep 2009 21:35:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmQFACMBwUpFxIo//2dsb2JhbACBUdYGhB4Fh34 X-IronPort-AV: E=Sophos;i="4.44,469,1249272000"; d="scan'208";a="46764816" Original-Received: from 69-196-138-63.dsl.teksavvy.com (HELO pastel.home) ([69.196.138.63]) by ironport2-out.pppoe.ca with ESMTP; 28 Sep 2009 21:35:55 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 27AA780C4; Mon, 28 Sep 2009 21:35:55 -0400 (EDT) In-Reply-To: (Kenichi Handa's message of "Tue, 29 Sep 2009 10:05:47 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:115763 Archived-At: > Perhaps we don't have to make much effort on this matter, > but if one is, for instance, in Greek lang. env. and working > in a unibyte buffer while setting > unibyte-display-via-language-environment to t, he sees that > (skip-syntax-forward "w") stops at #xD7 which is displayed > as "GREEK CAPITAL LETTER CHI (U+3A7)" and will think it's a > bug. I think in such a case, the bug is to use unibyte-display-via-language-environment and expect it to affect more than the display. Stefan