unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Sebastian P. Luque <spluque@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: pcl-cvs
Date: Fri, 16 Feb 2007 12:50:43 +0100	[thread overview]
Message-ID: <39597A96-153F-4A04-96F0-3420302251C1@Web.DE> (raw)
In-Reply-To: <87lkizuxg7.fsf@patagonia.sebmags.homelinux.org>


Am 15.02.2007 um 18:45 schrieb Sebastian P. Luque:

> Any Debian users have recommendations for
> font packages that might satisfy both needs?

I am not a debian user, but I can tell that the symbols you're  
looking for are in Unicode from U+2500 ... U+257F. Fonts that have  
these symbols are:

	FreeMono
	FreeSerif
	Monospace
	Caslon
	Code2000
	Lucida Sans Unicode
	Arial Unicode
	HAN NOM A and B
	Hiragino Kaku, Maru, and Mincho
	STHeiti
	STKaiti
	STSong (some of these ST-Fonts come with Adobe Readers)
	SimSun-18030
	Sun-ExtA
	TITUS Cyberbit
	some Apple Mac OS X fonts

None of them has all four variants, some have regular (medium) and  
bold or light and regular, one regular and oblique.

The fontsets can be created like:

     (create-fontset-from-fontset-spec "-adobe-courier-medium-r-*- 
*-10-*-*-*-*-*-fontset-10pt_adobe_courier" t 'noerror)
         (set-fontset-font "fontset-10pt_adobe_courier"       'latin- 
iso8859-1  '("adobe-courier" . "iso8859-1"))
         (set-fontset-font "fontset-10pt_adobe_courier"       'latin- 
iso8859-2  '("adobe-courier" . "iso8859-2"))
     ...
         (set-fontset-font "fontset-10pt_adobe_courier" 'mule- 
unicode-0100-24ff '("adobe-courier" . "iso10646-1"))
         (set-fontset-font "fontset-10pt_adobe_courier" 'mule- 
unicode-2500-33ff '("adobe-courier" . "iso10646-1"))
         (set-fontset-font "fontset-10pt_adobe_courier" 'mule-unicode- 
e000-ffff '("adobe-courier" . "iso10646-1"))
         (set-fontset-font "fontset-10pt_adobe_courier" (cons (decode- 
char 'ucs #x2500) (decode-char 'ucs #x257f)) '("FreeMono" .  
"iso10646-1"))      ; box drawing

--
Greetings

   Pete

"One person with a belief is a social power equal to ninety-nine who  
have only interests."
                                                  - John Stuart Mill

  reply	other threads:[~2007-02-16 11:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.4543.1171514511.2155.help-gnu-emacs@gnu.org>
2007-02-15 12:13 ` pcl-cvs weber
2007-02-15 14:31 ` pcl-cvs Pascal Bourguignon
2007-02-15 17:45   ` pcl-cvs Sebastian P. Luque
2007-02-16 11:50     ` Peter Dyballa [this message]
     [not found]   ` <mailman.4559.1171561541.2155.help-gnu-emacs@gnu.org>
2007-02-15 18:00     ` pcl-cvs Pascal Bourguignon
2007-02-16  4:57 ` pcl-cvs Stefan Monnier
2007-02-15  4:41 pcl-cvs Sebastian P. Luque
  -- strict thread matches above, loose matches on Subject: below --
2002-11-22  8:22 PCL-CVS Ciprian Ciubotariu
2002-11-23 21:24 ` PCL-CVS Kai Großjohann

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=39597A96-153F-4A04-96F0-3420302251C1@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=help-gnu-emacs@gnu.org \
    --cc=spluque@gmail.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).