From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: gtk narrow scrollbars (no trough) Date: Fri, 28 Oct 2011 23:22:31 +0800 Message-ID: <87fwiduonc.fsf@gnu.org> References: <4EA8F77E.5090802@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1319815380 16967 80.91.229.12 (28 Oct 2011 15:23:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 28 Oct 2011 15:23:00 +0000 (UTC) Cc: Scott Jaderholm , emacs-devel@gnu.org To: "Jan D." Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 28 17:22:56 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RJoGk-00028h-Td for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2011 17:22:55 +0200 Original-Received: from localhost ([::1]:59128 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJoGk-0000rV-AR for ged-emacs-devel@m.gmane.org; Fri, 28 Oct 2011 11:22:54 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:44798) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJoGg-0000r7-1b for emacs-devel@gnu.org; Fri, 28 Oct 2011 11:22:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJoGX-0000Ua-Hs for emacs-devel@gnu.org; Fri, 28 Oct 2011 11:22:49 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:46303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJoGX-0000UV-Dy for emacs-devel@gnu.org; Fri, 28 Oct 2011 11:22:41 -0400 Original-Received: from bb116-14-207-132.singnet.com.sg ([116.14.207.132]:56885 helo=furball) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1RJoGW-0004Kt-6f; Fri, 28 Oct 2011 11:22:40 -0400 In-Reply-To: <4EA8F77E.5090802@swipnet.se> (Jan D.'s message of "Thu, 27 Oct 2011 08:17:34 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:145716 Archived-At: "Jan D." writes: > Can you give a screenshot? I think scrollbar width must be the same > width as character width. This simplifies things when you have two > windows next to each other and a scroll bar between them. You should be able to see the issue with (set-frame-parameter nil 'scroll-bar-width 100) (set-frame-parameter nil 'scroll-bar-width 10) Emacs 23 appears to have the same problem.