From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: line drawing characters Date: Sun, 31 Oct 2004 23:30:17 +0100 Organization: http://purl.org/harder/ Message-ID: References: <2uab8bF270qltU1@uni-berlin.de> <2uae8jF27urf2U1@uni-berlin.de> <2ucvheF29ovgrU1@uni-berlin.de> <2udfo4F28v06rU1@uni-berlin.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1099261933 28150 80.91.229.6 (31 Oct 2004 22:32:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Oct 2004 22:32:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 31 23:32:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1COOF6-0007My-00 for ; Sun, 31 Oct 2004 23:32:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1COON4-0000Jl-I3 for geh-help-gnu-emacs@m.gmane.org; Sun, 31 Oct 2004 17:40:22 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.swip.net!swipnet!newsfeed1.uni2.dk!news.get2net.dk.POSTED!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21668 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21668 Greg Hill writes: > 1. It appears as if U2500-2575 contains the glyphs I am after. > > 2. I switched to a computer that has emacs 21.3.1with leim support. > > a. How do I find out what character codes correspond to which > glyphs? `M-x list-charset-chars RET mule-unicode-2500-33ff' will show you a table of the chars. You can insert them with `M-x ucs-insert'. If you see empty boxes, that means that you need to instruct Emacs to use a font with coverage of the this Unicode range. -- Jesper Harder