From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Davison Newsgroups: gmane.emacs.devel Subject: M-x scroll-bar-mode does not remove scroll bar Date: Tue, 11 May 2010 22:54:26 -0400 Message-ID: <87fx1xesnx.fsf@stats.ox.ac.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273633000 851 80.91.229.12 (12 May 2010 02:56:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 May 2010 02:56:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 12 04:56:39 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 1OC27i-0006Fe-St for ged-emacs-devel@m.gmane.org; Wed, 12 May 2010 04:56:39 +0200 Original-Received: from localhost ([127.0.0.1]:34037 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OC27i-0006S5-BJ for ged-emacs-devel@m.gmane.org; Tue, 11 May 2010 22:56:38 -0400 Original-Received: from [140.186.70.92] (port=40891 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OC25f-00069U-7c for emacs-devel@gnu.org; Tue, 11 May 2010 22:54:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OC25d-0002YN-PH for emacs-devel@gnu.org; Tue, 11 May 2010 22:54:31 -0400 Original-Received: from markov.stats.ox.ac.uk ([163.1.210.1]:34349) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OC25d-0002YH-HA for emacs-devel@gnu.org; Tue, 11 May 2010 22:54:29 -0400 Original-Received: from blackcap.stats.ox.ac.uk (blackcap.stats [163.1.210.5]) by markov.stats.ox.ac.uk (8.13.6/8.13.6) with ESMTP id o4C2sSYa003575 for ; Wed, 12 May 2010 03:54:28 +0100 (BST) Original-Received: by blackcap.stats.ox.ac.uk (Postfix, from userid 5158) id 86E16206EE; Wed, 12 May 2010 03:54:28 +0100 (BST) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Solaris 8 (1) X-Mailman-Approved-At: Tue, 11 May 2010 22:56:30 -0400 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:124715 Archived-At: Using emacs from the development repo, the command scroll-bar-mode does not remove the scroll bar despite emitting a message saying it has been disabled. Neither does setting scroll-bar-mode to either of -1 or nil. However this does work[1] (custom-set-variables '(scroll-bar-mode nil)) Dan GNU Emacs 24.0.50.3 (i686-pc-linux-gnu, GTK+ Version 2.18.3) of 2010-05-11 on Luscinia Ubuntu 9.10 [1] As pointed out by cvandusen on #emacs