From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Setting fonts for particular frames Date: Tue, 29 Oct 2002 08:38:57 +0200 (IST) Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035873683 21987 80.91.224.249 (29 Oct 2002 06:41:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 06:41:23 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186Q42-0005iV-00 for ; Tue, 29 Oct 2002 07:41:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186Q25-0000Hw-00; Tue, 29 Oct 2002 01:39:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186Q1i-0000G4-00 for help-gnu-emacs@gnu.org; Tue, 29 Oct 2002 01:38:58 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186Q1f-0000Ff-00 for help-gnu-emacs@gnu.org; Tue, 29 Oct 2002 01:38:57 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186Q1e-0000FN-00 for help-gnu-emacs@gnu.org; Tue, 29 Oct 2002 01:38:54 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA22246 for ; Tue, 29 Oct 2002 08:38:57 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:3030 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3030 On Tue, 29 Oct 2002, Peter Ashford 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? Emacs runs the functions on the list named `after-make-frame-functions' after it creates a new frame; you could customize that list to include a function which modifies the frame's faces and/or fonts if the frame displays the *compilation* buffer.