From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Peter Ashford" Newsgroups: gmane.emacs.help Subject: Re: Setting fonts for particular frames Date: Tue, 29 Oct 2002 13:30:09 +1300 Organization: Xtra Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035851746 8857 80.91.224.249 (29 Oct 2002 00:35:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 00:35:46 +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 186KMC-0002Ib-01 for ; Tue, 29 Oct 2002 01:35:44 +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 186KMn-0007J5-00; Mon, 28 Oct 2002 19:36:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!enews.sgi.com!news.xtra.co.nz!53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Original-NNTP-Posting-Host: 210.54.88.8 Original-X-Complaints-To: newsadmin@xtra.co.nz Original-X-Trace: news.xtra.co.nz 1035851421 210.54.88.8 (Tue, 29 Oct 2002 13:30:21 NZDT) Original-NNTP-Posting-Date: Tue, 29 Oct 2002 13:30:21 NZDT Original-Xref: shelby.stanford.edu gnu.emacs.help:106472 Original-To: help-gnu-emacs@gnu.org 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:3022 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:3022 "Eli Zaretskii" wrote in message news:mailman.1035440239.30769.help-gnu-emacs@gnu.org... > > On Thu, 24 Oct 2002, Peter Ashford wrote: > > > I'd like to know if I can set a specific font (not the default) to be used > > for the Speedbar frame? > > Sure you can: this is Emacs. > > Either customize the variable speedbar-frame-parameters to specify a > different default font, or customize the variables speedbar-*-face to > name a font (or both). > > Another question: 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? Thanks, Peter.