all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: John Yates <john@yates-sheets.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Turning scrollbar off in emacsclient frames
Date: Wed, 9 Sep 2015 08:56:45 -0400	[thread overview]
Message-ID: <CAJnXXojygFx7oT1dYUJCM+S8hqzzTVgj_++8pLgEYa-FUE+cJw@mail.gmail.com> (raw)
In-Reply-To: <20150909032413.22406.0B023AE6@ahiker.mooo.com>

On Tue, Sep 8, 2015 at 11:25 PM, Ian Zimmerman <itz@buug.org> 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.


  reply	other threads:[~2015-09-09 12:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-09  2:26 Turning scrollbar off in emacsclient frames Ning Shi
2015-09-09  3:25 ` Ian Zimmerman
2015-09-09 12:56   ` John Yates [this message]
2015-09-09 13:44   ` Ning Shi
2015-09-09 11:19 ` Óscar Fuentes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJnXXojygFx7oT1dYUJCM+S8hqzzTVgj_++8pLgEYa-FUE+cJw@mail.gmail.com \
    --to=john@yates-sheets.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.