bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter


From: Pedro Ângelo
Subject: bug#18675: Bug#730593: emacs24: fails to set fullscreen frame parameter on gnome 3
Date: Sun, 12 Oct 2014 13:29:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.0

On 10/10/14 10:04, martin rudalics wrote:
 > I can reproduce this with current Debian Gnome 3, while in XFCE, Emacs
 > does shift to full screen.
 >
 > Pedro Ângelo <pangelo@void.io> writes:
 >
 >> Package: emacs24
 >> Version: 24.3+1-2
 >> Severity: normal
 >>
 >> Dear Maintainer,
 >>
 >> On my .emacs I use the following command to set the emacs window to
fullscreen
 >> on startup:
 >>
 >>      (set-frame-parameter nil 'fullscreen 'fullboth)

Does this line have any impact at all or is it ignored completely?

I think it is ignored completely. Emacs starts in a window attached to the right side of the screen occupying the full screen height and a bit less than half of the screen width, which I believe is the default.

> What happens when you write

(set-frame-parameter nil 'fullscreen 'maximized)

instead?  Does anything change when you add

(setq frame-resize-pixelwise t)

to your .emacs?

martin


These lines have no effect.

Cheers,
P.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]