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:48:15 -0400 Message-ID: <87pr11esy8.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 1273632999 850 80.91.229.12 (12 May 2010 02:56:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 12 May 2010 02:56:39 +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:38 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 1OC27h-0006Ez-NQ for ged-emacs-devel@m.gmane.org; Wed, 12 May 2010 04:56:37 +0200 Original-Received: from localhost ([127.0.0.1]:34015 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OC27g-0006R1-LI for ged-emacs-devel@m.gmane.org; Tue, 11 May 2010 22:56:36 -0400 Original-Received: from [140.186.70.92] (port=40079 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OC1zo-0005Kr-Jw for emacs-devel@gnu.org; Tue, 11 May 2010 22:48:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OC1zm-0001yw-5C for emacs-devel@gnu.org; Tue, 11 May 2010 22:48:27 -0400 Original-Received: from markov.stats.ox.ac.uk ([163.1.210.1]:33583) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OC1zl-0001yo-U0 for emacs-devel@gnu.org; Tue, 11 May 2010 22:48:26 -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 o4C2mOIr003367 for ; Wed, 12 May 2010 03:48:24 +0100 (BST) Original-Received: by blackcap.stats.ox.ac.uk (Postfix, from userid 5158) id A3A18206EE; Wed, 12 May 2010 03:48:23 +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:124714 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