From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Slass Newsgroups: gmane.emacs.help Subject: Re: Setting fonts for particular frames Date: Thu, 24 Oct 2002 17:32:37 GMT Organization: AT&T Broadband 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 1035480975 16415 80.91.224.249 (24 Oct 2002 17:36:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 24 Oct 2002 17:36:15 +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 184ltw-0004F2-00 for ; Thu, 24 Oct 2002 19:36:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 184lu6-0006zM-00; Thu, 24 Oct 2002 13:36:18 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn13feed!wn14feed!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: 12.228.27.239 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: rwcrnsc51.ops.asp.att.net 1035480757 12.228.27.239 (Thu, 24 Oct 2002 17:32:37 GMT) Original-NNTP-Posting-Date: Thu, 24 Oct 2002 17:32:37 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:106340 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:2889 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2889 Michael Slass writes: >Matthias Meulien writes: > >>Eli Zaretskii wrote: >> >>> (...) Sure you can: this is Emacs. >> >>Ok. If I select a small font, the speedbar frame height will be >>smaller than its attached frame. How do I make sure the two frames >>height are equal ? >>-- >>Matthias > >Well, you can add a '(height . nn) form to the speedbar-frame-alist. >If you want to be clever, you can calculate nn as a ratio of >(main frame font size / speedbar frame font size), which should get it >close. > > >-- >Mike Slass oops. that's speedbar-frame-parameters -- Mike Slass