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: Displaying LRM and RLM Date: Sat, 20 Dec 2008 16:27:21 +0200 Message-ID: References: <20081220104506.GV11238@rzlab.ucr.edu> <494CED8A.9010600@f2s.com> <494CF4E1.5010701@f2s.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1229783270 21933 80.91.229.12 (20 Dec 2008 14:27:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Dec 2008 14:27:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 20 15:28:55 2008 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 1LE2oq-0007Oj-1v for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2008 15:28:40 +0100 Original-Received: from localhost ([127.0.0.1]:35839 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LE2nd-0002PN-90 for ged-emacs-devel@m.gmane.org; Sat, 20 Dec 2008 09:27:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LE2nZ-0002PA-Es for emacs-devel@gnu.org; Sat, 20 Dec 2008 09:27:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LE2nY-0002Oy-0x for emacs-devel@gnu.org; Sat, 20 Dec 2008 09:27:20 -0500 Original-Received: from [199.232.76.173] (port=59839 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LE2nX-0002Or-SS for emacs-devel@gnu.org; Sat, 20 Dec 2008 09:27:19 -0500 Original-Received: from mtaout5.012.net.il ([84.95.2.13]:47339) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LE2nX-0007M8-GZ for emacs-devel@gnu.org; Sat, 20 Dec 2008 09:27:19 -0500 Original-Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KC600M00IN8C600@i_mtaout5.012.net.il> for emacs-devel@gnu.org; Sat, 20 Dec 2008 16:29:23 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.126.252.83]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KC600HOCIWZCBX0@i_mtaout5.012.net.il>; Sat, 20 Dec 2008 16:29:23 +0200 (IST) In-reply-to: <494CF4E1.5010701@f2s.com> 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:107122 Archived-At: > Date: Sat, 20 Dec 2008 21:36:33 +0800 > From: Jason Rumney > CC: emacs-devel@gnu.org > > > Also, how can I see if some specific font maps them to the space > > glyph? > > > > C-u C-x = on the character in question, and compare with the results of > doing the same on a real space. > Near the bottom, you will see the glyph code that is being mapped to. > Space is usually 0x03, as it is one of the standard glyphs that come > near the front of the cmap table. Thanks, I see that now. Does Emacs support display of zero-width characters? should it?