From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#17368: 24.3; Inconsistent behavior of scroll-bar-mode Date: Tue, 29 Apr 2014 17:03:02 +0300 Message-ID: <83r44gmdwp.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Trace: ger.gmane.org 1398780267 15916 80.91.229.3 (29 Apr 2014 14:04:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2014 14:04:27 +0000 (UTC) Cc: 17368@debbugs.gnu.org To: =?UTF-8?Q?S=C3=A9bastien?= Brisard Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Apr 29 16:04:20 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wf8du-0005Z2-0m for geb-bug-gnu-emacs@m.gmane.org; Tue, 29 Apr 2014 16:04:18 +0200 Original-Received: from localhost ([::1]:49962 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf8dt-0002bB-K4 for geb-bug-gnu-emacs@m.gmane.org; Tue, 29 Apr 2014 10:04:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf8dl-0002an-6K for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 10:04:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wf8df-0001D4-3G for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 10:04:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:55971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wf8de-0001Cr-WC for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 10:04:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Wf8de-0008WE-DJ for bug-gnu-emacs@gnu.org; Tue, 29 Apr 2014 10:04:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 29 Apr 2014 14:04:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17368 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 17368-submit@debbugs.gnu.org id=B17368.139878018432657 (code B ref 17368); Tue, 29 Apr 2014 14:04:02 +0000 Original-Received: (at 17368) by debbugs.gnu.org; 29 Apr 2014 14:03:04 +0000 Original-Received: from localhost ([127.0.0.1]:45089 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wf8ci-0008Ue-7Q for submit@debbugs.gnu.org; Tue, 29 Apr 2014 10:03:04 -0400 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:57834) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Wf8ce-0008Ty-9B for 17368@debbugs.gnu.org; Tue, 29 Apr 2014 10:03:01 -0400 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0N4S00600PNY6800@mtaout29.012.net.il> for 17368@debbugs.gnu.org; Tue, 29 Apr 2014 17:04:13 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N4S00M90PR1FI90@mtaout29.012.net.il>; Tue, 29 Apr 2014 17:04:13 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:88414 Archived-At: > Date: Tue, 29 Apr 2014 08:27:05 +0200 > From: Sébastien Brisard > > Hello, I wanted to customize my Emacs so as not to show scroll-bars in > any frame. Initially, I did this through custom > > (custom-set-variables > '(scroll-bar-mode nil)) > > and this works fine. I wanted to get rid of the custom-set-variables > section alltogether in my init.el file. According to the docstrings, the > only thing you have to do is call the function scroll-bar-mode > > (scroll-bar-mode -1) > > This indeed removes scroll bars in the initial frame, but *not* in > subsequent frames, which is in contradiction with the docstring. I > thought maybe this was a bug. I cannot reproduce this here. Can you show a reproducible recipe starting from "emacs -Q"?