emacs-devel
[Top][All Lists]
Advanced

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

Re: Error displaying a frame modified with (tool-bar-lines . 0)


From: Juanma Barranquero
Subject: Re: Error displaying a frame modified with (tool-bar-lines . 0)
Date: Tue, 25 Mar 2014 16:53:23 +0100

On Tue, Mar 25, 2014 at 4:45 PM, Eli Zaretskii <address@hidden> wrote:

> Is this GTK-specific?

It's quite possible.

>  (I don't see the problem on Windows.)

bug#14795 is a (mostly, but perhaps not uniquely) Windows problem
where (height . X) produces frames of different heights when used in
make-frame and modify-frame-parameters. The workaround is to modify
the frame height with (tool-bar-lines . 0) and then reset the
tool-bar-lines to its original value. And that workaround in
frameset.el is what triggers bug#17046.

> Did someone try this with Lucid, or without any toolkits?

Don't know, but any Lucid or non-tookit users who run trunk and
desktop.el are already implicitly testing it. This is the first report we
get for this specific problem.

    J



reply via email to

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