From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ning Shi Newsgroups: gmane.emacs.help Subject: Re: Turning scrollbar off in emacsclient frames Date: Wed, 09 Sep 2015 09:44:23 -0400 Message-ID: References: <20150909032413.22406.0B023AE6@ahiker.mooo.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441808597 19640 80.91.229.3 (9 Sep 2015 14:23:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Sep 2015 14:23:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 09 16:23:16 2015 Return-path: Envelope-to: geh-help-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 1ZZgGP-00062Q-MY for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Sep 2015 16:22:18 +0200 Original-Received: from localhost ([::1]:43123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZgGP-0003D5-Bk for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Sep 2015 10:22:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZffp-0003ku-Qu for help-gnu-emacs@gnu.org; Wed, 09 Sep 2015 09:44:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZffl-0008Cy-O0 for help-gnu-emacs@gnu.org; Wed, 09 Sep 2015 09:44:29 -0400 Original-Received: from mail-qg0-x22e.google.com ([2607:f8b0:400d:c04::22e]:33343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZffl-0008Cu-Jn for help-gnu-emacs@gnu.org; Wed, 09 Sep 2015 09:44:25 -0400 Original-Received: by qgev79 with SMTP id v79so7642642qge.0 for ; Wed, 09 Sep 2015 06:44:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; bh=MWOk8aQ4skfK9FAF4RXb+jY+MBaSGajn3vDtQAq9+5A=; b=n988RpFHdQb48HoqpGj2PA/XLSWuyZStDYRuSC24mId63ZIXu+9gLVU85J1Ch5OoSj 6UQtwURocc4sjZFU2USPtmMXW8JJ/GRG9zfLGPUpxxmIdZI4ymAu01EAPc/GeKwIqjxi hdHlE0RWKgTADo51ZL8pxHnWerJ/qeWBve72RtFXuMhii8Hi14DbuvKGdmT8Vj2t+Zjz fLoJtSEV0zRHW77NlKh5BMvdio5dinTLrEeW69IcfeSHMX4WHdvN9J/OMHy/v8u2ZHfZ 81VwsIQqaU/DBbf6yWRambKbHFtdq+KD9LQrs+08F2I4v7nN/S5M7zMcoYn4kPUh42CY SvyQ== X-Received: by 10.141.28.21 with SMTP id f21mr29169183qhe.13.1441806264754; Wed, 09 Sep 2015 06:44:24 -0700 (PDT) Original-Received: from localhost ([50.233.5.82]) by smtp.gmail.com with ESMTPSA id 63sm3892895qgt.12.2015.09.09.06.44.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 09 Sep 2015 06:44:24 -0700 (PDT) In-Reply-To: <20150909032413.22406.0B023AE6@ahiker.mooo.com> (Ian Zimmerman's message of "Tue, 8 Sep 2015 20:25:49 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::22e X-Mailman-Approved-At: Wed, 09 Sep 2015 10:21:56 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107103 Archived-At: Ian Zimmerman writes: > Customize default-frame-alist and as one of the parameters include > vertical-scroll-bars = nil. I tried this and it didn't work, either. However, what's interesting is that if I remove (scroll-bar-mode nil) from customize, and leave (vertical-scroll-bars) in default-frame-alist, then the scrollbar is gone. I've also tried (scroll-bar-mode -1) without setting (vertical-scroll-bars) in default-frame-alist, it didn't remove the scrollbars. It seems like scroll-bar-mode doesn't work with emacsclient frames. Not only that, putting it in customize will somehow override the (vertical-scroll-bars) setting in default-frame-alist. -- Ning