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: martin rudalics
Subject: bug#28873: 26.0.60; error while restoring frameset
Date: Thu, 19 Oct 2017 09:55:39 +0200

> Or the default value of border-width is different for w32 and for gtk3:
>
> ;;; w32
> (assoc 'border-width (frame-parameters))
> (border-width . 2)

Indeed.  Should be

(border-width . 0)

by now.

>
> ;;; gtk3
> (assoc 'border-width (frame-parameters))
> (border-width . 0)
>
> This is with 'emacs -Q' in both cases.
> I didn't change it myself.

You were right.

Thanks, martin





reply via email to

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