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 11:37:44 +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 1254191896 26124 80.91.229.12 (29 Sep 2009 02:38:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Sep 2009 02:38:16 +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 04:38:09 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 1MsSbQ-0006Bl-4o for ged-emacs-devel@m.gmane.org; Tue, 29 Sep 2009 04:38:08 +0200 Original-Received: from localhost ([127.0.0.1]:36806 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsSbO-0004pz-RI for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2009 22:38:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsSbF-0004pn-N4 for emacs-devel@gnu.org; Mon, 28 Sep 2009 22:37:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsSbB-0004pZ-2F for emacs-devel@gnu.org; Mon, 28 Sep 2009 22:37:57 -0400 Original-Received: from [199.232.76.173] (port=55086 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsSbA-0004pW-U7 for emacs-devel@gnu.org; Mon, 28 Sep 2009 22:37:52 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:64306) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsSb8-0007Sd-In; Mon, 28 Sep 2009 22:37:51 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n8T2bjv0023157; Tue, 29 Sep 2009 11:37:45 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n8T2bjN4017713; Tue, 29 Sep 2009 11:37:45 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id n8T2bi2J009819; Tue, 29 Sep 2009 11:37:44 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1MsSb2-0000aA-66; Tue, 29 Sep 2009 11:37:44 +0900 In-Reply-To: (message from Stefan Monnier on Mon, 28 Sep 2009 21:35:55 -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:115766 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." Though the term "interpreted" is so vague that people won't understand what it really means. --- Kenichi Handa handa@m17n.org