[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: trouble setting fullscreen frame parameter
From: |
Michael Heerdegen |
Subject: |
Re: trouble setting fullscreen frame parameter |
Date: |
Sun, 27 Apr 2014 20:05:39 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.90 (gnu/linux) |
gottlieb@nyu.edu writes:
> Emacs 24.3 Gentoo (stable)
>
> Starting with emacs -Q
>
> (set-frame-parameter nil 'fullscreen 'fullheight)
> returns nil but
> * no visible effect on the frame
> * (frame-parameter nil 'fullscreen) returns nil
> * (frame-parameters) includes ``(fullscreen)''
>
> Restarting with emacs -Q
>
> (modify-frame-parameters nil '( (fullscreen . fullheight)))
> returns nil but again
> * no visible effect on the frame
> * (frame-parameter nil 'fullscreen) returns nil
> * (frame-parameters) includes ``(fullscreen)''
FWIW, both recipes work well for me. I tested a built of the emacs-24
branch and Emacs 24 from Debian testing.
It could be window manager dependent. If not, I would consider it a bug
in your Emacs.
Michael.