From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: gtk narrow scrollbars (no trough) Date: Sun, 30 Oct 2011 21:43:23 +0100 Message-ID: <10E5AC7A-67A9-4016-BB76-A858EC081ECA@swipnet.se> References: <4EA8F77E.5090802@swipnet.se> <87fwiduonc.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1320007419 30468 80.91.229.12 (30 Oct 2011 20:43:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 30 Oct 2011 20:43:39 +0000 (UTC) Cc: Scott Jaderholm , emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 30 21:43:35 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 1RKcEA-0007V0-3F for ged-emacs-devel@m.gmane.org; Sun, 30 Oct 2011 21:43:34 +0100 Original-Received: from localhost ([::1]:41671 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKcE9-0000af-Eq for ged-emacs-devel@m.gmane.org; Sun, 30 Oct 2011 16:43:33 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:39986) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKcE7-0000aS-9t for emacs-devel@gnu.org; Sun, 30 Oct 2011 16:43:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RKcE6-0008AX-23 for emacs-devel@gnu.org; Sun, 30 Oct 2011 16:43:31 -0400 Original-Received: from smtprelay-b12.telenor.se ([62.127.194.21]:47148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RKcE4-000840-9q; Sun, 30 Oct 2011 16:43:28 -0400 Original-Received: from iph3.telenor.se (iph3.telenor.se [195.54.127.134]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id 56223DEFD; Sun, 30 Oct 2011 21:43:26 +0100 (CET) X-SENDER-IP: [85.225.45.201] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhlSAOW1rU5V4S3JPGdsb2JhbABDiT6gARkBAQEBHhkNJYFyAQEFOhwjEAsOOC0MChQGE4gEshWIIWEEmTuMMw X-IronPort-AV: E=Sophos;i="4.69,427,1315173600"; d="scan'208";a="140194646" Original-Received: from c-c92de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.201]) by iph3.telenor.se with ESMTP; 30 Oct 2011 21:43:25 +0100 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 722E87FA058; Sun, 30 Oct 2011 21:43:25 +0100 (CET) In-Reply-To: <87fwiduonc.fsf@gnu.org> X-Mailer: Apple Mail (2.1251.1) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.127.194.21 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:145806 Archived-At: Hi. 28 okt 2011 kl. 17:22 skrev Chong Yidong: > "Jan D." writes: >=20 >> 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. >=20 > You should be able to see the issue with >=20 > (set-frame-parameter nil 'scroll-bar-width 100) > (set-frame-parameter nil 'scroll-bar-width 10) >=20 > Emacs 23 appears to have the same problem. This is not the same thing as what the OP said. He changed the theme = values, the above only change the Emacs values. Most theme scroll bars can not be resized. So Emacs always use the = theme values for the scroll bars. So if the theme values changes, Emacs = should use them. But the OP didn't say which Gtk+ version, which theme and which Emacs = version he was using. This was updated when bug#8505 was fixed. Jan D.