From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Newsgroups: gmane.emacs.help Subject: Re: A nice gnus thread tree in console Date: Fri, 08 Dec 2006 20:13:08 +0100 Organization: Chalmers University of Technology, Sweden Message-ID: References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1165606831 30406 80.91.229.10 (8 Dec 2006 19:40:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 8 Dec 2006 19:40:31 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 08 20:40:28 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gsla3-0001vA-Pu for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Dec 2006 20:40:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gsla3-00049H-Ca for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Dec 2006 14:40:23 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.aset.psu.edu!news.glorb.com!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.swip.net!swipnet!newsfeed.sunet.se!news01.sunet.se!129.16.222.141.MISMATCH!gide.ita.chalmers.se!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: gamma02.me.chalmers.se Original-X-Trace: gide.ita.chalmers.se 1165605188 24649 129.16.50.72 (8 Dec 2006 19:13:08 GMT) Original-X-Complaints-To: usenet@gide.ita.chalmers.se Original-NNTP-Posting-Date: Fri, 8 Dec 2006 19:13:08 +0000 (UTC) Mail-Copies-To: never User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (gnu/linux) Cancel-Lock: sha1:mYJ/CMGSODu0hOlLPJe4cyoCAbc= Original-Xref: shelby.stanford.edu gnu.emacs.help:143758 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor 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: news.gmane.org gmane.emacs.help:39360 Archived-At: Leo writes: > I don't quite understand how people find the glyphs. > > (dolist (c '((?\207 . ?q) (?\216 . ?x) (?\212 . ?t) (?\203 . ?m))) > (aset standard-display-table (car c) > (vector (create-glyph (concat "\e(0" "\e[35m" ; magenta > (char-to-string (cdr c)) > "\e[0m" "\e(B"))))) "ESC ( C" switches character sets. "ESC [ N m" selects color. http://www.xfree86.org/current/ctlseqs.html "m" is a lower-left corner character etc. http://vt100.net/docs/tp83/appendixa.html (bottom) The \nnn numbers are somewhat arbitrary in this context. -- Johan Bockgård