* bug#13474: 24.3.50; Changing vertical-border face affects non-toolkit scroll bar
@ 2013-01-17 11:11 Stephen Berman
2013-01-17 16:37 ` Eli Zaretskii
2021-05-31 7:21 ` Lars Ingebrigtsen
0 siblings, 2 replies; 4+ messages in thread
From: Stephen Berman @ 2013-01-17 11:11 UTC (permalink / raw)
To: 13474
0. configure --without-toolkit-scroll-bars && make
1. emacs -Q
2. C-x 3
3. M-x scroll-bar-mode
4. M-: (set-face-attribute 'vertical-border nil :foreground "green")
As expected, now the border line between the windows is green.
5. M-x scroll-bar-mode
Unexpectedly, now the scroll bars are green.
6. M-: (set-face-attribute 'vertical-border nil :foreground "black")
The scroll bars are still green.
7. M-x scroll-bar-mode
Now the border line between the windows is black.
8. M-x scroll-bar-mode
Now the scroll bars are black.
This pattern changes (to the expected behavior) when scroll-bar face is
customized:
9. M-x customize-face RET scroll-bar RET, show all attributes, check the
Foreground box, change its value to "green", and set for current
session.
Now the scroll bars are green.
10. M-x scroll-bar-mode
As expected, the border line between the windows is still black.
11. M-: (set-face-attribute 'vertical-border nil :foreground "red")
Now the border line between the windows is red.
12. M-x scroll-bar-mode
As expected, the scroll bars are still green.
In GNU Emacs 24.3.50.4 (x86_64-suse-linux-gnu, GTK+ Version 3.4.4)
of 2013-01-17 on rosalinde
Bzr revision: 111542 michael.albinus@gmx.de-20130117090647-lb9mkbk6n8q142w5
Windowing system distributor `The X.Org Foundation', version 11.0.11203000
System Description: openSUSE 12.2 (x86_64)
Configured using:
`configure --without-toolkit-scroll-bars CFLAGS=-g3 -O0 --no-create
--no-recursion'
Important settings:
value of $LANG: en_US.UTF-8
value of $XMODIFIERS: @im=local
locale-coding-system: utf-8-unix
default enable-multibyte-characters: t
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13474: 24.3.50; Changing vertical-border face affects non-toolkit scroll bar
2013-01-17 11:11 bug#13474: 24.3.50; Changing vertical-border face affects non-toolkit scroll bar Stephen Berman
@ 2013-01-17 16:37 ` Eli Zaretskii
2021-05-31 7:21 ` Lars Ingebrigtsen
1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2013-01-17 16:37 UTC (permalink / raw)
To: Stephen Berman; +Cc: 13474
> From: Stephen Berman <stephen.berman@gmx.net>
> Date: Thu, 17 Jan 2013 12:11:49 +0100
>
> 0. configure --without-toolkit-scroll-bars && make
> 1. emacs -Q
> 2. C-x 3
> 3. M-x scroll-bar-mode
> 4. M-: (set-face-attribute 'vertical-border nil :foreground "green")
> As expected, now the border line between the windows is green.
> 5. M-x scroll-bar-mode
> Unexpectedly, now the scroll bars are green.
Not reproducible on my MS-Windows machine. Perhaps this is
toolkit-specific.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13474: 24.3.50; Changing vertical-border face affects non-toolkit scroll bar
2013-01-17 11:11 bug#13474: 24.3.50; Changing vertical-border face affects non-toolkit scroll bar Stephen Berman
2013-01-17 16:37 ` Eli Zaretskii
@ 2021-05-31 7:21 ` Lars Ingebrigtsen
2021-05-31 20:47 ` stephen.berman
1 sibling, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-05-31 7:21 UTC (permalink / raw)
To: Stephen Berman; +Cc: 13474
Stephen Berman <stephen.berman@gmx.net> writes:
> 0. configure --without-toolkit-scroll-bars && make
> 1. emacs -Q
> 2. C-x 3
> 3. M-x scroll-bar-mode
> 4. M-: (set-face-attribute 'vertical-border nil :foreground "green")
> As expected, now the border line between the windows is green.
> 5. M-x scroll-bar-mode
> Unexpectedly, now the scroll bars are green.
(I'm going through old bug reports that unfortunately got little response at
the time.)
I tried reproducing this with Emacs 28 on Debian/bullseye, but I was
unable to. Are you still seeing this issue in recent versions of Emacs?
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13474: 24.3.50; Changing vertical-border face affects non-toolkit scroll bar
2021-05-31 7:21 ` Lars Ingebrigtsen
@ 2021-05-31 20:47 ` stephen.berman
0 siblings, 0 replies; 4+ messages in thread
From: stephen.berman @ 2021-05-31 20:47 UTC (permalink / raw)
Cc: 13474-done
On Mon, 31 May 2021 09:21:03 +0200 Lars Ingebrigtsen <larsi@gnus.org> wrote:
> Stephen Berman <stephen.berman@gmx.net> writes:
>
>> 0. configure --without-toolkit-scroll-bars && make
>> 1. emacs -Q
>> 2. C-x 3
>> 3. M-x scroll-bar-mode
>> 4. M-: (set-face-attribute 'vertical-border nil :foreground "green")
>> As expected, now the border line between the windows is green.
>> 5. M-x scroll-bar-mode
>> Unexpectedly, now the scroll bars are green.
>
> (I'm going through old bug reports that unfortunately got little response at
> the time.)
>
> I tried reproducing this with Emacs 28 on Debian/bullseye, but I was
> unable to. Are you still seeing this issue in recent versions of Emacs?
Thanks for looking at this. No, I don't see this with Emacs 28 either,
so it was apparently fixed since Emacs 24.3 and I'm closing this bug.
Steve Berman
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-05-31 20:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-17 11:11 bug#13474: 24.3.50; Changing vertical-border face affects non-toolkit scroll bar Stephen Berman
2013-01-17 16:37 ` Eli Zaretskii
2021-05-31 7:21 ` Lars Ingebrigtsen
2021-05-31 20:47 ` stephen.berman
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.