all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Florian Beck <abstraktion@t-online.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Some Font & Face Questions (unicode--2)
Date: Thu, 9 Aug 2007 11:14:10 +0200	[thread overview]
Message-ID: <499368B5-88D6-4F19-ADC0-E6162985E7C6@Web.DE> (raw)
In-Reply-To: <87ps1xtqf9.fsf@sophokles.streitblatt.de>


Am 09.08.2007 um 04:03 schrieb Florian Beck:

> 2. How do I find out about the possible fonts-specs?

You did not mention whether you use in the experimental Unicode Emacs  
23 its font backend or not. Without it you need to edit X11's font  
path. This can be done for example in ~/.xinitrc, the script that  
launches the X clients and the window server:

	xset fp+ /usr/X11R6/lib/X11/fonts/cyrillic/,/sw/lib/X11/fonts/ 
applettf/,/sw/lib/X11/font        s/libwmf/,/sw/lib/X11/fonts/msttf/
	xset fp rehash

Before this actually can work you need to create the (fonts.alias,)  
fonts.dir and fonts.scale directory files for X11 with mkfontdir or  
such in each component of font path.


If you have enabled the font backend then fontconfig is managing  
Unicode Emacs' font use. This system relies on fonts.conf file, for  
example:

	/etc/fonts/fonts.conf
	/etc/fonts/local.conf
	/usr/local/etc/fonts/fonts.conf
	~/.fonts.conf

Then think of a longer break (lunch for example) and invoke as root  
and in your own account fc-cache – after half an hour or later you'll  
have the .fonts.cache-* files ...

I also have a ~/.fontconfig directory (almost 800 cache files, almost  
7 MB) of which I don't know where it comes from and what it's good  
for ...

>
> 3. I can set frame specific fonts. This works ok. Can I show different
> fonts in *windows*? If not, as I fear, can I at least have different
> font sizes in different windows, e.g. small fonts in *Help* windows?

No, not yet. All windows in one frame have to share the same font or  
fontset. But you can configure particular font faces to come from a  
particular font, be in a particular size or of a particular colour,  
shape ...

--
Mit friedvollen Grüßen

   Pete

How many Microsoft engineers does it take to screw in a light-bulb?
None.
They just redefine "dark" as the new standard.

  reply	other threads:[~2007-08-09  9:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-09  2:03 Some Font & Face Questions (unicode--2) Florian Beck
2007-08-09  9:14 ` Peter Dyballa [this message]
2007-08-10 11:21   ` Florian Beck
2007-08-10 12:44     ` Peter Dyballa
     [not found] <mailman.4559.1186640361.32220.help-gnu-emacs@gnu.org>
2007-08-09 15:53 ` henry atting
2007-08-09 17:37   ` Peter Dyballa
     [not found]   ` <mailman.4586.1186681059.32220.help-gnu-emacs@gnu.org>
2007-08-09 20:44     ` henry atting

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=499368B5-88D6-4F19-ADC0-E6162985E7C6@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=abstraktion@t-online.de \
    --cc=help-gnu-emacs@gnu.org \
    /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.