From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Display of characters #xa0 and #xad in unibyte buffers Date: Tue, 29 Sep 2009 16:52:17 +0900 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 1254210765 1545 80.91.229.12 (29 Sep 2009 07:52:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Sep 2009 07:52:45 +0000 (UTC) Cc: eliz@gnu.org, ulm@gentoo.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 29 09:52:38 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 1MsXVl-0001pl-QY for ged-emacs-devel@m.gmane.org; Tue, 29 Sep 2009 09:52:38 +0200 Original-Received: from localhost ([127.0.0.1]:41090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsXVl-0000Kd-ER for ged-emacs-devel@m.gmane.org; Tue, 29 Sep 2009 03:52:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsXVg-0000KD-0G for emacs-devel@gnu.org; Tue, 29 Sep 2009 03:52:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsXVb-0000IO-7c for emacs-devel@gnu.org; Tue, 29 Sep 2009 03:52:31 -0400 Original-Received: from [199.232.76.173] (port=51188 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsXVa-0000IH-SP for emacs-devel@gnu.org; Tue, 29 Sep 2009 03:52:26 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:51532) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsXVY-0000il-F5; Tue, 29 Sep 2009 03:52:24 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n8T7qIOR029871; Tue, 29 Sep 2009 16:52:18 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n8T7qIY0018026; Tue, 29 Sep 2009 16:52:18 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id n8T7qHbu013867; Tue, 29 Sep 2009 16:52:17 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1MsXVR-0001jh-SB; Tue, 29 Sep 2009 16:52:17 +0900 In-Reply-To: (message from Stefan Monnier on Mon, 28 Sep 2009 23:15:43 -0400) X-detected-operating-system: by monty-python.gnu.org: Solaris 9 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:115777 Archived-At: In article , Stefan Monnier writes: >>> 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. > > Then, how about adding this statement in the docstring (or to info)? > > "It doesn't affect how each character is interpreted." > Maybe we could try to make it more obvious that it only affects display > and nothing else. Then again, we should also make it more clear that > you should stay away from this feature. I'm not good at writing that kind of document. Could someone please install a proper docstring/info-text? --- Kenichi Handa handa@m17n.org