From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Scrollbar width not having any effect Date: Sun, 13 Jan 2008 03:35:59 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1200213405 7373 80.91.229.12 (13 Jan 2008 08:36:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Jan 2008 08:36:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: csant Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 13 09:37:08 2008 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 1JDyL2-0005vu-LZ for ged-emacs-devel@m.gmane.org; Sun, 13 Jan 2008 09:37:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDyKe-0005UI-K2 for ged-emacs-devel@m.gmane.org; Sun, 13 Jan 2008 03:36:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JDyK1-0004mm-PT for emacs-devel@gnu.org; Sun, 13 Jan 2008 03:36:01 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JDyK0-0004lh-NA for emacs-devel@gnu.org; Sun, 13 Jan 2008 03:36:01 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JDyK0-0004lM-HT for emacs-devel@gnu.org; Sun, 13 Jan 2008 03:36:00 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JDyK0-00040Y-Ah for emacs-devel@gnu.org; Sun, 13 Jan 2008 03:36:00 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JDyJz-0002Vc-QK; Sun, 13 Jan 2008 03:35:59 -0500 In-reply-to: (message from csant on Thu, 10 Jan 2008 18:29:01 +0100) X-detected-kernel: by monty-python.gnu.org: 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:86835 Archived-At: > when using Emacs latest update from CVS trunk with "native" scrollbars > --without-toolkit-scroll-bars > configuring scrollbar width either in > M-x customize-face RET scroll-bar RET > or with scroll-bar-width variable seems not to have any effect - is it > supposed to work and I am doing something wrong, or is it broken? I am still uncertain whether this is a bug, or whether I am doing something wrong. I have not received any reply, and in any case, it still isn't working. Does anybody know? The non-toolkit scroll bar code in XTset_vertical_scroll_bar (xterm.c) seems to be trying to use the width value. So I think it is a bug. However, I don't have time to try to debug it.