all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Slass <miknrene@drizzle.com>
Subject: Re: Full Screen
Date: Tue, 07 Sep 2004 12:09:41 -0700	[thread overview]
Message-ID: <m3656plwui.fsf@eric.rossnet.com> (raw)
In-Reply-To: 87llfmvwj2.fsf@osu.edu

Benjamin Rutt <rutt.4+news@osu.edu> writes:

>Paul Thompson <pault@HiWAAY.net> writes:
>
>> How can I get Emacs to start full screen?
>
>Emacs 21.4 will have a '--fullscreen' argument.  If you're so
>inclined, you can try the cvs version of emacs which has this
>functionality already.
>-- 
>Benjamin Rutt

For earlier versions, you can get close to what you want by adding to
the default-frame-alist


(add-to-list 'default-frame-alist '(top . 0))
(add-to-list 'default-frame-alist '(left . 0))
(add-to-list 'default-frame-alist '(height . 70))
(add-to-list 'default-frame-alist '(width . 150))


Obviously you'll need to twaddle the height and width numbers to
whatever fills your screen using the font of your choice.  The easiest
way to discover those numbers is to use the mouse to get emacs set the
way you want, and then

1) switch to the *scratch* buffer
2) enter (frame-parameters)
3) put the cursor after the closing paren, and hit CTRL-j

Emacs will respond with a list of your frame params.  Somewhere in the
list will be the height and width values for the current frame.

-- 
Mike Slass

      reply	other threads:[~2004-09-07 19:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-07 16:22 Full Screen Paul Thompson
2004-09-07 17:06 ` Benjamin Rutt
2004-09-07 19:09   ` Michael Slass [this message]

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=m3656plwui.fsf@eric.rossnet.com \
    --to=miknrene@drizzle.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.