all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: Window too big
Date: Tue, 03 Nov 2015 03:39:58 +0100	[thread overview]
Message-ID: <871tc7olfl.fsf@debian.uxu> (raw)
In-Reply-To: n17rr5$v3u$1@ger.gmane.org

Hendrik Boom <hendrik@topoi.pooq.com> writes:

> Should I conclude there is no way within emacs to
> set the variable that control window size (or shoulf
> I say, panel size?)

There are windows in Emacs. For example, evaluate
these:

    (split-window-vertically)
    (other-window 1)

And you can get properties as data from those, e.g.
with:

    (window-height)

But, what you are talking about seems (?) to be the
windows of the window manager of your window system
(e.g., X) and/or desktop (e.g, GNOME, KDE). And those
windows can be resized from outside of Emacs, and from
within Emacs.

> There does seem to be a way to request full-screen
> mode, so there must be a way for emacs to determine
> the screen size

Indeed, you can use, as a CLI option

    -fs, --fullscreen
            Make the first frame fullscreen.

or, in Emacs:

    (toggle-frame-fullscreen)

Perhaps what you look for is:

    frame-pixel-height
      Function: Return a FRAME's height in pixels.
    frame-pixel-width
      Function: Return FRAME's width in pixels.

?

> Or that emacs has the wrong default size for my
> computer, or that xcfe has simply decided to
> override them with the wrong values?

I have no idea, but probably it is still easier to
configure this "back" to what you want in Emacs,
instead of messing with that. It is not like it is
a costly operation :)

-- 
underground experts united
http://user.it.uu.se/~embe8573




  reply	other threads:[~2015-11-03  2:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-06  1:19 Window too big Hendrik Boom
2015-10-06  1:36 ` Emanuel Berg
2015-11-02 14:26   ` Hendrik Boom
2015-11-03  2:39     ` Emanuel Berg [this message]
2015-11-09 20:25   ` Hendrik Boom
2015-11-09 20:44     ` Random832
2015-11-10  1:33       ` Emanuel Berg
2015-11-03  3:09 ` Michael Heerdegen
     [not found] <mailman.485.1444094378.16064.help-gnu-emacs@gnu.org>
2015-10-06 14:42 ` J G Miller
2015-10-07  9:42   ` Michael Heerdegen
     [not found]   ` <mailman.46.1444210988.916.help-gnu-emacs@gnu.org>
2015-10-07 12:29     ` J G Miller
2015-11-10  2:06 ` Dan Espen

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=871tc7olfl.fsf@debian.uxu \
    --to=embe8573@student.uu.se \
    --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.