From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.devel Subject: Re: [patch] use proper color when drawing border of non-toolkit scroll bars Date: Thu, 01 Feb 2007 14:26:31 +0100 Organization: disorganized Message-ID: <87odoe9fg8.fsf@localhorst.mine.nu> References: <87r6tdv4rs.fsf@gate450.dyndns.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170337230 13278 80.91.229.12 (1 Feb 2007 13:40:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Feb 2007 13:40:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 01 14:40:15 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HCcAf-0007o1-5G for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2007 14:40:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCcAe-0004yp-Ks for ged-emacs-devel@m.gmane.org; Thu, 01 Feb 2007 08:40:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HCcAR-0004yP-VW for emacs-devel@gnu.org; Thu, 01 Feb 2007 08:40:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HCcAP-0004yD-L3 for emacs-devel@gnu.org; Thu, 01 Feb 2007 08:39:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCcAP-0004yA-Fo for emacs-devel@gnu.org; Thu, 01 Feb 2007 08:39:57 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HCcAP-0000x1-35 for emacs-devel@gnu.org; Thu, 01 Feb 2007 08:39:57 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HCc8x-0006K8-Gz for emacs-devel@gnu.org; Thu, 01 Feb 2007 14:38:27 +0100 Original-Received: from e178032164.adsl.alicedsl.de ([85.178.32.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Feb 2007 14:38:27 +0100 Original-Received: from david.hansen by e178032164.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 Feb 2007 14:38:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 11 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178032164.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.93 (gnu/linux) Cancel-Lock: sha1:6HJzm0oxxpJ4jVr9HkpVW79Ck3Y= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:65740 Archived-At: On Mon, 29 Jan 2007 23:37:11 +0100 Andreas Seltenreich wrote: > the border of non-toolkit scroll bars seems to ignore attempts to > customize it via the scroll-bar-foreground frame parameter or the > scroll-bar face. Attached is a trivial patch to fix it, although I'm > not really sure if it qualifies as a bug. Please someone apply it. It's just a few lines and looks so much better. David