From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Yates Newsgroups: gmane.emacs.help Subject: Re: Turning scrollbar off in emacsclient frames Date: Wed, 9 Sep 2015 08:56:45 -0400 Message-ID: References: <20150909032413.22406.0B023AE6@ahiker.mooo.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1441803577 30264 80.91.229.3 (9 Sep 2015 12:59:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Sep 2015 12:59:37 +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 14:59:35 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 1ZZeyI-0001ER-OA for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Sep 2015 14:59:30 +0200 Original-Received: from localhost ([::1]:42424 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZeyI-00023l-R3 for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Sep 2015 08:59:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZevg-0007mC-JO for help-gnu-emacs@gnu.org; Wed, 09 Sep 2015 08:56:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZZevf-0000cN-JA for help-gnu-emacs@gnu.org; Wed, 09 Sep 2015 08:56:48 -0400 Original-Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:34598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZZevf-0000UL-4q for help-gnu-emacs@gnu.org; Wed, 09 Sep 2015 08:56:47 -0400 Original-Received: by padhy16 with SMTP id hy16so9956195pad.1 for ; Wed, 09 Sep 2015 05:56:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=iX/YW+E0iIoR/3kyj0WcOlDPlO198CUHWssPbGjIUwA=; b=pShmuMi0x4F5akR0zEttds5I64IbeAh8Zc8eQTOhbfvu9vHYnmRCeKWmgVoS1jSNIC /6e6bntMolxyXhHBwpFANXqiowA8fIvt5aXmKo4dMtq/lu666f9cLwWL13Y2VhuEp97A NQS80wNwnXTrj1wdNAvKyO8JsxH0Kq80P+QoVoqdxQOaI9MNKkGNuFEX63KbgJQ2whDa x7hqv7G7V/VViY2C598zMP2c8l71K7EREQ+F382jcywNMA/Raogw41PpJzA3zfVZZH9W UB0F8MKjVbyO3PiYf26Q5DlOKaAaL87RGVd2D24u2UIRNNLP4DvtNUJqMeXj9jFv4Jdu ZeVA== X-Received: by 10.66.145.74 with SMTP id ss10mr61909900pab.28.1441803405707; Wed, 09 Sep 2015 05:56:45 -0700 (PDT) Original-Received: by 10.66.159.101 with HTTP; Wed, 9 Sep 2015 05:56:45 -0700 (PDT) In-Reply-To: <20150909032413.22406.0B023AE6@ahiker.mooo.com> X-Google-Sender-Auth: YgH0QsB6tojB2XBROzWPn9DvECs X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22b X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:107102 Archived-At: On Tue, Sep 8, 2015 at 11:25 PM, Ian Zimmerman wrote: > Customize default-frame-alist and as one of the parameters include > vertical-scroll-bars = nil. > Alternatively, if you are on running under X you can customize your ~/.Xresources. Here is mine: Emacs.font: Dina-13 Emacs.fullscreen: maximized Emacs.background: black Emacs.foreground: white Emacs.menuBar: off Emacs.toolBar: off Emacs.horizontalScrollBars: off Emacs.verticalScrollBars: off This seems to avoid a lot of flashing and frame resizing before emacs settles into its initial configuration.