From unknown Mon Jun 23 07:48:21 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#13474 <13474@debbugs.gnu.org> To: bug#13474 <13474@debbugs.gnu.org> Subject: Status: 24.3.50; Changing vertical-border face affects non-toolkit scroll bar Reply-To: bug#13474 <13474@debbugs.gnu.org> Date: Mon, 23 Jun 2025 14:48:21 +0000 retitle 13474 24.3.50; Changing vertical-border face affects non-toolkit sc= roll bar reassign 13474 emacs submitter 13474 Stephen Berman severity 13474 minor tag 13474 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 17 06:13:02 2013 Received: (at submit) by debbugs.gnu.org; 17 Jan 2013 11:13:02 +0000 Received: from localhost ([127.0.0.1]:36282 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TvnP3-0005OY-TH for submit@debbugs.gnu.org; Thu, 17 Jan 2013 06:13:02 -0500 Received: from eggs.gnu.org ([208.118.235.92]:33507) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TvnP0-0005OD-Q6 for submit@debbugs.gnu.org; Thu, 17 Jan 2013 06:12:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvnOI-0007zo-Tw for submit@debbugs.gnu.org; Thu, 17 Jan 2013 06:12:18 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:51234) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvnOI-0007zk-RU for submit@debbugs.gnu.org; Thu, 17 Jan 2013 06:12:14 -0500 Received: from eggs.gnu.org ([208.118.235.92]:44847) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvnOC-00057y-4P for bug-gnu-emacs@gnu.org; Thu, 17 Jan 2013 06:12:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvnNx-0007wt-9a for bug-gnu-emacs@gnu.org; Thu, 17 Jan 2013 06:12:07 -0500 Received: from mout.gmx.net ([212.227.17.21]:57370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvnNx-0007wo-10 for bug-gnu-emacs@gnu.org; Thu, 17 Jan 2013 06:11:53 -0500 Received: from mailout-de.gmx.net ([10.1.76.17]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Md1TA-1Tda0o0wUM-00IDGH for ; Thu, 17 Jan 2013 12:11:52 +0100 Received: (qmail invoked by alias); 17 Jan 2013 11:11:51 -0000 Received: from i59F56905.versanet.de (EHLO rosalinde.fritz.box) [89.245.105.5] by mail.gmx.net (mp017) with SMTP; 17 Jan 2013 12:11:51 +0100 X-Authenticated: #20778731 X-Provags-ID: V01U2FsdGVkX19FzvUbAmxFEl+apnq5WsYiuH+PAgbSnY7cBYYn41 R31YwRxh5Wk+Dh From: Stephen Berman To: bug-gnu-emacs@gnu.org Subject: 24.3.50; Changing vertical-border face affects non-toolkit scroll bar Date: Thu, 17 Jan 2013 12:11:49 +0100 Message-ID: <87ehhkoyh6.fsf@rosalinde.fritz.box> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -6.9 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.9 (------) 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 From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 17 11:38:25 2013 Received: (at 13474) by debbugs.gnu.org; 17 Jan 2013 16:38:25 +0000 Received: from localhost ([127.0.0.1]:37188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TvsTx-0005Vc-1w for submit@debbugs.gnu.org; Thu, 17 Jan 2013 11:38:25 -0500 Received: from mtaout23.012.net.il ([80.179.55.175]:41888) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1TvsTu-0005VT-OH for 13474@debbugs.gnu.org; Thu, 17 Jan 2013 11:38:23 -0500 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MGS00B003E5LX00@a-mtaout23.012.net.il> for 13474@debbugs.gnu.org; Thu, 17 Jan 2013 18:37:15 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MGS00B9T3I2HG40@a-mtaout23.012.net.il>; Thu, 17 Jan 2013 18:37:14 +0200 (IST) Date: Thu, 17 Jan 2013 18:37:19 +0200 From: Eli Zaretskii Subject: Re: bug#13474: 24.3.50; Changing vertical-border face affects non-toolkit scroll bar In-reply-to: <87ehhkoyh6.fsf@rosalinde.fritz.box> X-012-Sender: halo1@inter.net.il To: Stephen Berman Message-id: <831udj935s.fsf@gnu.org> References: <87ehhkoyh6.fsf@rosalinde.fritz.box> X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: 13474 Cc: 13474@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.2 (-) > From: Stephen Berman > 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. From debbugs-submit-bounces@debbugs.gnu.org Mon May 31 03:21:14 2021 Received: (at 13474) by debbugs.gnu.org; 31 May 2021 07:21:14 +0000 Received: from localhost ([127.0.0.1]:60871 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lncEc-0000iG-8T for submit@debbugs.gnu.org; Mon, 31 May 2021 03:21:14 -0400 Received: from quimby.gnus.org ([95.216.78.240]:56692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lncEZ-0000hn-Sf for 13474@debbugs.gnu.org; Mon, 31 May 2021 03:21:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=jsjQJYrIyiJfalOayj+ljQm8HbwT/NRV2WyF4xuvYwQ=; b=pe+F9ijFDJaek3RaWqU/cQ7U8M AmDxTUGyP+r7VKkiYZ7xVbcO0TRmpMxjxmCNFN0X864QgHQCTgWCDahUxFZo4h2W4BXqozmLtJTr4 avaSrL9bf03N78Z8LDl3P1caoRi+tKsXlo9oJJiKZRFWqZdDN7X0KuKZWaNK8/xtgBxM=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lncES-0006o5-09; Mon, 31 May 2021 09:21:06 +0200 From: Lars Ingebrigtsen To: Stephen Berman Subject: Re: bug#13474: 24.3.50; Changing vertical-border face affects non-toolkit scroll bar References: <87ehhkoyh6.fsf@rosalinde.fritz.box> X-Now-Playing: Al's _LP_: "Qiyamah" Date: Mon, 31 May 2021 09:21:03 +0200 In-Reply-To: <87ehhkoyh6.fsf@rosalinde.fritz.box> (Stephen Berman's message of "Thu, 17 Jan 2013 12:11:49 +0100") Message-ID: <87pmx7id28.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Stephen Berman 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 bor [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 13474 Cc: 13474@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Stephen Berman 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 From debbugs-submit-bounces@debbugs.gnu.org Mon May 31 03:21:19 2021 Received: (at control) by debbugs.gnu.org; 31 May 2021 07:21:19 +0000 Received: from localhost ([127.0.0.1]:60874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lncEg-0000iY-Ew for submit@debbugs.gnu.org; Mon, 31 May 2021 03:21:18 -0400 Received: from quimby.gnus.org ([95.216.78.240]:56706) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lncEf-0000i4-0g for control@debbugs.gnu.org; Mon, 31 May 2021 03:21:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=I9CJlLoRIwhYWtIV6wbTgig3i8vh3/e8tumFkQUsHFQ=; b=HI931dIHfmKnP7r3NrrYWIcG/Q 2C1au4cNnFN7TbRSNq9/qXpsEznJu6lpZisuBF7f9xLmWGToYgnp2OZ/TUPVWUXZZyVx47u6uwz2H lSc3IKcYUYDKqVbVASoRDGA6cGJ4mHRJbNkMUOlR8BFplnf3BCMK9Pu9q03maJVU4u0c=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lncEX-0006oE-HR for control@debbugs.gnu.org; Mon, 31 May 2021 09:21:11 +0200 Date: Mon, 31 May 2021 09:21:09 +0200 Message-Id: <87o8crid22.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #13474 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 13474 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 13474 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Mon May 31 16:48:09 2021 Received: (at 13474-done) by debbugs.gnu.org; 31 May 2021 20:48:09 +0000 Received: from localhost ([127.0.0.1]:34999 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnopU-00017L-Ti for submit@debbugs.gnu.org; Mon, 31 May 2021 16:48:09 -0400 Received: from mout.gmx.net ([212.227.15.18]:45829) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lnopS-00016q-JR for 13474-done@debbugs.gnu.org; Mon, 31 May 2021 16:48:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1622494080; bh=8M/FYgxBQFvg0YRYToGocU8VN0r4T6IwaSPA0apo2Mc=; h=X-UI-Sender-Class:From:Cc:Subject:References:Date:In-Reply-To; b=iJ/MoFqww2MGjTzZ3Rgo/ov6qlpasxcwD5/hmZqMOzYVyb6u0k64/KNoyCEhB2KE2 aWp1SRHyIg+L7Cg7WOH/7lXcqNnCWTnb5hdLSzA8gtRDyogBY7YsXWjt8TMPaiuURz sMkXzgDqAWJntTZfer0dXzJB9tK+PpQteuswgouk= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from strobelfs ([84.61.244.184]) by mail.gmx.net (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1MG9kM-1lblca0x9Y-00GXCz for <13474-done@debbugs.gnu.org>; Mon, 31 May 2021 22:48:00 +0200 From: stephen.berman@gmx.net o: Lars Ingebrigtsen Subject: Re: bug#13474: 24.3.50; Changing vertical-border face affects non-toolkit scroll bar References: <87ehhkoyh6.fsf@rosalinde.fritz.box> <87pmx7id28.fsf@gnus.org> Date: Mon, 31 May 2021 22:47:59 +0200 In-Reply-To: <87pmx7id28.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 31 May 2021 09:21:03 +0200") Message-ID: <875yyypr40.fsf@gmx.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:nFJ9TMcEgpXs9M3s9tYuGHIdPQGI4n5Ndt9zQKSbiekbqOEYVaN VDrme+dIypKJTcx8nwJsgB/QXKDrGalPX8kHrvNUJH13ABcy7s7UOarUFs8+foGiJdEJpWQ LM873aF4IhyLIdEVrlUYwYRAY4CfbwEDmVDeITko5P9jUvQH5/Wn/XT6X6t5nqgJeq9oXZe C4ICkv9lUcUgfqZfl7dKg== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:Up4RbIwdjIE=:IfoCJNSPtrPZrEh9EP8hDD 4SNS1jJRF4GOqWW077wy3IpVG5yBgogjNd3zgweFhVTPaO0Uez3eZIpSMEERI/Pg26lCyL01V nubkZxSROabMPU2jGArpGUUe0KgTP36LqMfN9O5a51rSm7rpBucGkujIY74QbCEfJH5DyPolS Vx8AD0OOf5Nu+PrpJ5UKg0jWiiepBV9LIg2BdLezC3Rr7aMwxubAexuadzh2HC7eu4TkopuU9 YV+JpWiWYzGxR1b0N6lYfNL56LsYae7xloZcZUP/QBnMn7IFyz+3XMp4j/OMWbKCxUjjqZbL7 z59lQEh2C8VMmmnskqXhk1dW6EM+v51GCtw3U625AzDVyTpJHf7xUIrijGjOTAwCO932E9hjG ouvckKgWSO1U13qpzgZW4h0tWmpFv8snM/05HHFbzPAA8ibMb1Kd1P8uHX6UEHzp4w9qIZBvw v61TTOYLro9h3qryd4gj7rMCqS6jP8UzS9juNA4Uj1dEURAxLEHNM/2bCtebujBk16Uz9Dch4 pUYbFqi6OKpLlc5HGJkt7EbGqwBzR6h7f1xO9YI5ITL2P0HbsFK/Nh6q61NiT1YDZ7l/ggo6W A5Tczg1gIPG06MfUYQPo5i/m8qDwxhD4yv7pYltFzW0EqTHqWPOj1zBJLN76YRIX1eClRgjvF mIgSqlRSAi8wcG+Dh0gnFfgvQm+061FsjETbCdmBvvElO+fyJhnKigRpKlnuDxEv6WgfB9iqU MDi5W5CgtNQAPi/jy2J8lR2evrce9A6BRyMf4hkCQLtNabZFM4s3lQG0t+T4KeooY6o/S8bYP lKZSc5Mr377ZXP/MM0KBGHNAIxPb9KqSGg8uoF31qAuT81XXjMFDk0R3lnOe2dnEhf3mI12rV XCWgP6au79t2w9hwVDVjSZx42zf4z3hdPX3vN+JBdq5kZn2SJTplC//PPTVaJZyjbOIjlNRv/ knwMsSrcZnjalhZKeDjEoqaO5RP9H7AxMMNhkkJzviToqw/RUCblwvwT3dgZzVzsdJTYxztvq 2mmkWXe26Ig8IOaK/vsZ62BYLwVWi05VNQ1vd4QgoUO4LlVy7pwCRFFxqFhZAWM7f+ry04Jxo 7/qFQQRjTozljsShM/6eYYwHTcHDx87d3d8Nbopm7v0d7qqf4Ein0cZow== X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 13474-done Cc: 13474-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) On Mon, 31 May 2021 09:21:03 +0200 Lars Ingebrigtsen wrote: > Stephen Berman 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 From unknown Mon Jun 23 07:48:21 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 29 Jun 2021 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator