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

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

bug#28873: 26.0.60; error while restoring frameset


From: Fabrice Popineau
Subject: bug#28873: 26.0.60; error while restoring frameset
Date: Wed, 18 Oct 2017 21:21:53 +0200



2017-10-18 20:34 GMT+02:00 martin rudalics <rudalics@gmx.at>:
> I am not sure: I have run only w32 and gtk3.

Then you customized something you never saw in action.

Or the default value of border-width is different for w32 and for gtk3:

;;; w32
(assoc 'border-width (frame-parameters))
(border-width . 2)

;;; gtk3
(assoc 'border-width (frame-parameters))
(border-width . 0)

This is with 'emacs -Q' in both cases.
I didn't change it myself.

Fabrice



reply via email to

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