unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Matthias Meulien <meulien@club.lemonde.fr>
Subject: Re: Setting fonts for particular frames
Date: 29 Oct 2002 11:10:27 +0100	[thread overview]
Message-ID: <m27kg1k12k.fsf@clarinde.localdomain> (raw)
In-Reply-To: xEkv9.2247$8o1.374602@news.xtra.co.nz

"Peter Ashford" <me@here.there.com> wrote:

> (...) I tried to apply the same method to the contents of the
> *compilation* buffer (which appears in a seperate frame for me) but
> there's no corrosponding customize face option for the compilation
> buffer. How do I specify a custom font in this case?

You can make *compilation* a special display buffer name with the
following (untested) :

(add-to-list 'special-display-buffer-names
		   '("*compilation*" 
		     (menu-bar-lines . 0)
		     (vertical-scroll-bars . nil)
		     (tool-bar-lines . 0)
		     (foreground-color . "gray")
		     (background-color . "black")
		     (height . 24) (width . 80)
		     (font .
		   "-Misc-Fixed-Medium-R-SemiCondensed--13-120-75-75-C-*-*")))

Make sure that *compilation* is not a same-window-buffer-names...
-- 
Matthias

  parent reply	other threads:[~2002-10-29 10:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1035440239.30769.help-gnu-emacs@gnu.org>
2002-10-24 11:00 ` Setting fonts for particular frames Matthias Meulien
2002-10-24 17:29   ` Michael Slass
2002-10-24 17:32     ` Michael Slass
2002-10-29  0:17 ` Peter Ashford
2002-10-29  0:30 ` Peter Ashford
2002-10-29  6:38   ` Eli Zaretskii
2002-10-29 10:10   ` Matthias Meulien [this message]
2002-10-29 20:11     ` Peter Ashford
2002-10-24  2:10 Peter Ashford
2002-10-24  6:16 ` Eli Zaretskii

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=m27kg1k12k.fsf@clarinde.localdomain \
    --to=meulien@club.lemonde.fr \
    /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).