all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <stephen.berman@gmx.net>
To: Michael Heerdegen <michael_heerdegen@web.de>
Cc: help-gnu-emacs@gnu.org
Subject: Re: set-frame-parameter
Date: Thu, 10 Dec 2020 21:44:26 +0100	[thread overview]
Message-ID: <87r1nxjsr9.fsf@gmx.net> (raw)
In-Reply-To: <87mtymy0ke.fsf@web.de> (Michael Heerdegen's message of "Thu, 10 Dec 2020 01:19:45 +0100")

On Thu, 10 Dec 2020 01:19:45 +0100 Michael Heerdegen <michael_heerdegen@web.de> wrote:

> steve-humphreys@gmx.com writes:
>
>> I have tried it that way, but the frame stays at fullheight, rather
>> than being set to 13.
>
> FWIW, I'm seeing the same as you.  I can turn off the frame's fullscreen
> mode explicitly and then "it works":
>
> (set-frame-parameter (selected-frame) 'fullscreen nil)
>
> HTH,
>
> Michael.

On Thu, 10 Dec 2020 08:13:29 -0800 (PST) Drew Adams <drew.adams@oracle.com> wrote:

> Do we know whether it was explicitly by design
> that you can't change the frame size when it's
> fullscreen without first turning off fullscreen?
>
> That seems odd to me, but perhaps it is by design
> and there's a good reason for it.  If not, maybe
> it should be fixed...

It seems that my observations are at odds with those of the rest of you.
Nevertheless, when I start Emacs (26-28) with -Q and type C-j after each
of the following sexps in *scratch*, I get the frame width and height
values displayed and see the frame size change accordingly:

(frame-width)
80
(frame-height)
36
(set-frame-parameter nil 'fullscreen 'fullheight)
(frame-width)
80
(frame-height)
77
(set-frame-size nil 58 13)
(frame-width)
58
(frame-height)
13

I wonder why I get these results but others don't.

Steve Berman



      parent reply	other threads:[~2020-12-10 20:44 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09 22:24 set-frame-parameter steve-humphreys
2020-12-09 22:58 ` set-frame-parameter Stephen Berman
2020-12-09 23:04   ` set-frame-parameter steve-humphreys
2020-12-09 23:13     ` set-frame-parameter Stephen Berman
2020-12-09 23:19       ` set-frame-parameter steve-humphreys
2020-12-09 23:26         ` set-frame-parameter Stephen Berman
2020-12-09 23:29           ` set-frame-parameter Stephen Berman
2020-12-09 23:39             ` set-frame-parameter steve-humphreys
2020-12-09 23:46               ` set-frame-parameter Stephen Berman
2020-12-09 23:49                 ` set-frame-parameter steve-humphreys
2020-12-09 23:43             ` set-frame-parameter steve-humphreys
2020-12-09 23:47               ` set-frame-parameter Stephen Berman
2020-12-09 23:50                 ` set-frame-parameter steve-humphreys
2020-12-10  0:19     ` set-frame-parameter Michael Heerdegen
2020-12-10  0:38       ` set-frame-parameter Michael Heerdegen
2020-12-10  2:13         ` set-frame-parameter steve-humphreys
2020-12-10  2:33           ` set-frame-parameter steve-humphreys
2020-12-10  3:01             ` set-frame-parameter Michael Heerdegen
2020-12-10  3:08               ` set-frame-parameter steve-humphreys
2020-12-10  3:55                 ` set-frame-parameter Michael Heerdegen
2020-12-10  4:09                   ` set-frame-parameter steve-humphreys
2020-12-10  3:17               ` set-frame-parameter steve-humphreys
2020-12-10  3:42                 ` set-frame-parameter steve-humphreys
2020-12-10  3:59                 ` set-frame-parameter Michael Heerdegen
2020-12-10  4:11                   ` set-frame-parameter steve-humphreys
2020-12-10 16:13                     ` set-frame-parameter Drew Adams
2020-12-10 17:26                       ` set-frame-parameter Michael Heerdegen
2020-12-10 18:31                         ` set-frame-parameter Drew Adams
2020-12-10 18:45                       ` set-frame-parameter Pankaj Jangid
2020-12-10 18:51                         ` set-frame-parameter Drew Adams
2020-12-10 19:03                           ` set-frame-parameter steve-humphreys
2020-12-10 20:44       ` Stephen Berman [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=87r1nxjsr9.fsf@gmx.net \
    --to=stephen.berman@gmx.net \
    --cc=help-gnu-emacs@gnu.org \
    --cc=michael_heerdegen@web.de \
    /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.