all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Allan Gottlieb <gottlieb@nyu.edu>
To: help-gnu-emacs@gnu.org
Subject: Re: Problem turning fullheight mode on via default-frame-alist.
Date: Sat, 20 Dec 2008 21:44:29 -0500	[thread overview]
Message-ID: <yu9fxkidz76.fsf@nyu.edu> (raw)
In-Reply-To: <c115fd3c0812201159q88a6a65w8169307948e7d583@mail.gmail.com> (Tim Visher's message of "Sat\, 20 Dec 2008 14\:59\:44 -0500")

At Sat, 20 Dec 2008 14:59:44 -0500 Tim Visher <tim.visher@gmail.com> wrote:

> Can anyone explain to me what I'm doing wrong here?  As far as I can
> read in the info pages, the following ELISP should set my default
> frame size to fullheight, but it's not working.  The height doesn't
> change at all, though.  I have no idea what I'm doing wrong.
>
> ;; Customize Frame Size and position
> (setq default-frame-alist '((top . 1) (left . 170) (right . 1) (width
> . 130) (fullscreen . fullheight)))

I sent a bug report on a similar finding.  For modify-frame-parameters
you can't set fullscreen and another property in the same command.
So I have

  (modify-frame-parameters nil '( (fullscreen . fullheight) ))
  (modify-frame-parameters nil '( (width . 170) ))

in one of my elisp functions.

hth,
allan




  reply	other threads:[~2008-12-21  2:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-20 19:59 Problem turning fullheight mode on via default-frame-alist Tim Visher
2008-12-21  2:44 ` Allan Gottlieb [this message]
2008-12-21 19:13   ` Tim Visher
2008-12-22  0:39     ` Allan Gottlieb
2008-12-23  2:06       ` Tim Visher

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=yu9fxkidz76.fsf@nyu.edu \
    --to=gottlieb@nyu.edu \
    --cc=help-gnu-emacs@gnu.org \
    /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.