all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Speedbar frame height
Date: Mon, 28 Mar 2005 16:50:10 -0700	[thread overview]
Message-ID: <3arjhkF6d0b9pU1@individual.net> (raw)
In-Reply-To: <mailman.244.1111792242.28103.help-gnu-emacs@gnu.org>

Ryan Bowman wrote:
 > I use (setq initial-frame-alist
 >       '((width . 89) (height . 58)))
 > to set the size for the emacs frame, however, the speedbar frame seems
 > to be incorrectly calculating its height. The doc for
 > speedbar-frame-parameters says "The parameter `height' will be
 > initialized to the height of the frame speedbar is attached to and
 > added to this list before the new frame is initialized."  I understand
 > that to mean it should be the same height as the emacs frame it is
 > started from, however, in my case it is several lines higher, running
 > off the bottom of the screen. A height parameter explicitly added to
 > speedbar-frame-parameters is ignored.  What, then, should I do to
 > coerce the speedbar frame to have the same height as my emacs frame?

You might try setting default-frame-alist as well:

(setq default-frame-alist '((width . 89) (height . 58))
       initial-frame-alist default-frame-alist)

-- 
Kevin Rodgers

       reply	other threads:[~2005-03-28 23:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.244.1111792242.28103.help-gnu-emacs@gnu.org>
2005-03-28 23:50 ` Kevin Rodgers [this message]
2005-03-25 22:48 Speedbar frame height Ryan Bowman

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=3arjhkF6d0b9pU1@individual.net \
    --to=ihs_4664@yahoo.com \
    /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.