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: Why can't I turn off scroll bars? Date: Sun, 23 May 2010 17:41:53 +0200 Message-ID: <4BF94CC1.5000502@swipnet.se> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274629641 24147 80.91.229.12 (23 May 2010 15:47:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 May 2010 15:47:21 +0000 (UTC) Cc: Emacs-Devel devel To: Deniz Dogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 23 17:47:18 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OGDOY-0001uQ-FL for ged-emacs-devel@m.gmane.org; Sun, 23 May 2010 17:47:18 +0200 Original-Received: from localhost ([127.0.0.1]:42298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGDOY-0002ZK-1T for ged-emacs-devel@m.gmane.org; Sun, 23 May 2010 11:47:18 -0400 Original-Received: from [140.186.70.92] (port=44556 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGDJR-0007Qt-39 for emacs-devel@gnu.org; Sun, 23 May 2010 11:42:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGDJP-0000CA-KZ for emacs-devel@gnu.org; Sun, 23 May 2010 11:42:00 -0400 Original-Received: from smtprelay-h12.telenor.se ([62.127.194.5]:46172) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGDJP-0000Bc-Dw for emacs-devel@gnu.org; Sun, 23 May 2010 11:41:59 -0400 Original-Received: from ipb1.telenor.se (ipb1.telenor.se [195.54.127.164]) by smtprelay-h12.telenor.se (Postfix) with ESMTP id 21481EB801 for ; Sun, 23 May 2010 17:41:55 +0200 (CEST) X-SENDER-IP: [85.225.45.35] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aro8AKbp+EtV4S0jPGdsb2JhbACHaZYnDAEBAQE1LbwKhRME X-IronPort-AV: E=Sophos;i="4.53,286,1272837600"; d="scan'208";a="79555971" Original-Received: from c-232de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.35]) by ipb1.telenor.se with ESMTP; 23 May 2010 17:41:55 +0200 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 1ABEE7FA05A; Sun, 23 May 2010 17:41:55 +0200 (CEST) User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; sv-SE; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:125121 Archived-At: Deniz Dogan skrev 2010-05-23 15.51: > CFLAGS="-g -O2 -fno-optimize-sibling-calls" ./configure > --without-toolkit-scroll-bars --with-x --without-kerberos > --prefix=$HOME/usr > > Now (scroll-bar-mode 0) returns nil and the scroll bars are still > there. Ugly ones at that! Attached is a screenshot. > > What did I do wrong? > "With a numeric argument, if the argument is positive turn on scroll bars; otherwise turn off scroll bars." So try -1. If you tell configure --without-toolkit-scroll-bars those are the scrollbars you get, this hasn't changed in ages. What did you expect? Jan D.