From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Display of characters #xa0 and #xad in unibyte buffers Date: Mon, 28 Sep 2009 16:10:04 +0200 Message-ID: <83tyynqhxf.fsf@gnu.org> 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> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1254146897 21772 80.91.229.12 (28 Sep 2009 14:08:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Sep 2009 14:08:17 +0000 (UTC) Cc: ulm@gentoo.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 28 16:08: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 1MsGtd-00054a-24 for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2009 16:08:09 +0200 Original-Received: from localhost ([127.0.0.1]:52531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsGtc-0000SG-Fb for ged-emacs-devel@m.gmane.org; Mon, 28 Sep 2009 10:08:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsGtX-0000R3-EF for emacs-devel@gnu.org; Mon, 28 Sep 2009 10:08:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsGtW-0000Qq-8C for emacs-devel@gnu.org; Mon, 28 Sep 2009 10:08:02 -0400 Original-Received: from [199.232.76.173] (port=49139 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsGtW-0000Qn-4g for emacs-devel@gnu.org; Mon, 28 Sep 2009 10:08:02 -0400 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:54864) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsGtV-0007LX-Lq for emacs-devel@gnu.org; Mon, 28 Sep 2009 10:08:01 -0400 Original-Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KQO00500PX7MR00@i-mtaout1.012.net.il> for emacs-devel@gnu.org; Mon, 28 Sep 2009 16:08:00 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.56.156]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KQO0047TPXBF5A0@i-mtaout1.012.net.il>; Mon, 28 Sep 2009 16:08:00 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:115719 Archived-At: > From: Kenichi Handa > Cc: ulm@gentoo.org, emacs-devel@gnu.org > Date: Mon, 28 Sep 2009 20:24:24 +0900 >=20 > > How do we even know that they are raw bytes, and how do we > > distinguish, in a unibyte buffer, =FC from \374, say? Just becau= se they > > were inserted by C-q NNN or by some other mechanism? >=20 > They are not distinguished. Thanks for getting me straight with the facts. > We currently don't have a suitable syntax code for eight-bit chars. Maybe we should add such a code.