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

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

bug#17163: 24.3.50; default-frame-alist: scroll-bar-width not used


From: Peter Münster
Subject: bug#17163: 24.3.50; default-frame-alist: scroll-bar-width not used
Date: Tue, 01 Apr 2014 21:10:20 +0200

Hi,

The value of scroll-bar-width is used only in the first frame.

1.) Create file /tmp/init.el:

--8<---------------cut here---------------start------------->8---
(set-face-attribute 'default nil :height 150)
(setq default-frame-alist '((scroll-bar-width . 10)))
(make-frame-command)
(print default-frame-alist)
--8<---------------cut here---------------end--------------->8---

2.) Start emacs:

emacs -Q -l /tmp/init.el

3.) Compare the widths of the scroll-bars.


Further details:

In GNU Emacs 24.3.50.2 (x86_64-suse-linux-gnu, GTK+ Version 3.10.4)
 of 2014-03-16 on micropit
Repository revision: 116774 rudalics@gmx.at-20140316092658-lcj8z20iwmnoshm3
Windowing system distributor `The X.Org Foundation', version 11.0.11403901
System Description:     openSUSE 13.1 (Bottle) (x86_64)

Configured using:
 `configure --without-toolkit-scroll-bars'

Important settings:
  value of $LC_CTYPE: en_GB.utf8
  value of $XMODIFIERS: @im=ibus
  locale-coding-system: utf-8-unix

-- 
           Peter





reply via email to

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