From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: utf8 char display in buffer Date: Mon, 15 Jun 2009 14:57:19 -0700 Message-ID: <30E5100E1F034F328838787E3B9836F3@us.oracle.com> References: <7I2dndeTy7sqkLLXnZ2dnUVZ_gmdnZ2d@sysmatrix.net><4A32D54D.1040405@mousecar.com><87my8czzgx.fsf@catnip.gol.com> <87prd5mfd4.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1245103057 4922 80.91.229.12 (15 Jun 2009 21:57:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Jun 2009 21:57:37 +0000 (UTC) Cc: 'Miles Bader' , emacs-devel@gnu.org To: "'Chong Yidong'" , Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 15 23:57:33 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 1MGKBI-0004I7-54 for ged-emacs-devel@m.gmane.org; Mon, 15 Jun 2009 23:57:32 +0200 Original-Received: from localhost ([127.0.0.1]:49542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGKBH-0007CW-AJ for ged-emacs-devel@m.gmane.org; Mon, 15 Jun 2009 17:57:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGKBA-00078a-6E for emacs-devel@gnu.org; Mon, 15 Jun 2009 17:57:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGKB5-0006wz-BU for emacs-devel@gnu.org; Mon, 15 Jun 2009 17:57:23 -0400 Original-Received: from [199.232.76.173] (port=49152 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGKB5-0006wm-7T for emacs-devel@gnu.org; Mon, 15 Jun 2009 17:57:19 -0400 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:40701 helo=rgminet11.oracle.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MGKB0-0006VS-QA; Mon, 15 Jun 2009 17:57:15 -0400 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rgminet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n5FLwC6N024911 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 15 Jun 2009 21:58:14 GMT Original-Received: from abhmt006.oracle.com (abhmt006.oracle.com [141.146.116.15]) by acsinet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n5FLwQiW027787; Mon, 15 Jun 2009 21:58:26 GMT Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 15 Jun 2009 14:57:08 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <87prd5mfd4.fsf@stupidchicken.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: Acnt9QJpk7JHSPV9SJeWye1/OY/qUQADm3Qg X-Source-IP: abhmt006.oracle.com [141.146.116.15] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A010209.4A36C3B6.0027:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 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:111529 Archived-At: > > Would it be possible to display the codepoint numerically > > in the box? > > I don't think there's enough space. I don't know whether Richard really meant to put the number inside the little character-size box. But a tooltip (mouseover) would work. And it would have room for more than just the codepoint. It would not show you more than one at a time, however. (He mentioned seeing immediately which little boxes represented the same codepoint.)