From: "Óscar Fuentes" <ofv@wanadoo.es>
To: help-gnu-emacs@gnu.org
Subject: Re: Horizontal scroll bars
Date: Tue, 03 Jan 2017 17:09:15 +0100 [thread overview]
Message-ID: <87shp0t9as.fsf@wanadoo.es> (raw)
In-Reply-To: CAFMGiz_PVOA=3jD2O_qYYXg9zP9oUErLf7GN8U9iu=KGwCm_Tg@mail.gmail.com
Tom Browder <tom.browder@gmail.com> writes:
> I want horizontal scroll bars on my Debian 8 emacs (loaded as a deb
> package). I tried this in my init.el file:
>
> ;;============
> (load "scroll-bar")
> (add-to-list 'initial-frame-alist
> '(horizontal-scroll-bars . t)
> )
> ;;============
>
> and get nothing.
Try
M-x horizontal-scroll-bar-mode
> I've tried:
>
> M-x horizontal-scroll-bars-available-p
>
> and get no [no-match]
That function is not interactive. You need to evaluate
(horizontal-scroll-bars-available-p)
to see its result.
> Do I have to build emacs from source to get it?
Possibly. horizontal-scroll-bars-available-p returns nil on my build
configured with
--without-toolkit-scroll-bars --with-x-toolkit=lucid
next prev parent reply other threads:[~2017-01-03 16:09 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-03 16:01 Horizontal scroll bars Tom Browder
2017-01-03 16:09 ` Óscar Fuentes [this message]
2017-01-03 19:18 ` Tom Browder
2017-01-03 19:45 ` Óscar Fuentes
2017-01-03 19:49 ` Eli Zaretskii
2017-01-03 16:26 ` Eli Zaretskii
2017-01-03 18:53 ` Tom Browder
2017-01-03 19:21 ` Eli Zaretskii
-- strict thread matches above, loose matches on Subject: below --
2017-01-03 21:11 martin rudalics
[not found] <mailman.6323.1252513755.2239.help-gnu-emacs@gnu.org>
2009-09-09 16:38 ` Horizontal Scroll bars David Kastrup
2009-09-09 15:54 Fabrizio Sidoli
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87shp0t9as.fsf@wanadoo.es \
--to=ofv@wanadoo.es \
--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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).