#883683 emacs25: ignores X resources

Package:
emacs25
Source:
emacs
Submitter:
José Luis González
Date:
2025-07-28 19:39:11 UTC
Severity:
normal
Tags:
#883683#5
Date:
2017-12-06 12:54:52 UTC
From:
To:
Emacs is ignoring at least the verticalScrollBars resource.

$ xrdb -query | grep Emacs

Emacs*bitmapIcon:	on
Emacs.font:	fixed
Emacs.geometry:	80x34
Emacs.toolBar:	off
Emacs.verticalScrollBars:	off

I get scroll bars and my window gets 79x33 geometry.

I don't have inhibit-x-resources set, only the startup message.

#883683#10
Date:
2017-12-21 02:52:08 UTC
From:
To:
I'd guess that in a GTK Emacs, the GTK scrollbar ignores X resources. Try emacs25-lucid?
#883683#13
Date:
2017-12-21 02:52:08 UTC
From:
To:
I'd guess that in a GTK Emacs, the GTK scrollbar ignores X resources. Try emacs25-lucid?
#883683#18
Date:
2019-01-04 01:46:35 UTC
From:
To:
tags 883683 moreinfo unreproducible
stop

/usr/bin/emacs --xrm 'Emacs.verticalScrollBars:off'

seems to work fine for me with GTK Emacs 26.

#883683#21
Date:
2019-01-04 01:46:35 UTC
From:
To:
tags 883683 moreinfo unreproducible
stop

/usr/bin/emacs --xrm 'Emacs.verticalScrollBars:off'

seems to work fine for me with GTK Emacs 26.