all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: bojohan+news@dd.chalmers.se (Johan Bockgård)
Subject: Re: A nice gnus thread tree in console
Date: Fri, 08 Dec 2006 20:13:08 +0100	[thread overview]
Message-ID: <yoijslfqqjzv.fsf@gamma02.me.chalmers.se> (raw)
In-Reply-To: mailman.1677.1165601084.2155.help-gnu-emacs@gnu.org

Leo <sdl.web@gmail.com> 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

  parent reply	other threads:[~2006-12-08 19:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1657.1165530732.2155.help-gnu-emacs@gnu.org>
2006-12-08 15:51 ` A nice gnus thread tree in console Johan Bockgård
2006-12-08 18:04   ` Leo
     [not found]   ` <mailman.1677.1165601084.2155.help-gnu-emacs@gnu.org>
2006-12-08 19:13     ` Johan Bockgård [this message]
2006-12-08 21:06       ` Leo
2006-12-07 22:31 Leo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yoijslfqqjzv.fsf@gamma02.me.chalmers.se \
    --to=bojohan+news@dd.chalmers.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.