[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Horizontal scroll bars
From: |
Tom Browder |
Subject: |
Re: Horizontal scroll bars |
Date: |
Tue, 3 Jan 2017 13:18:31 -0600 |
On Tue, Jan 3, 2017 at 10:09 AM, Óscar Fuentes <ofv@wanadoo.es> wrote:
> 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:
...
>> 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
Okay, I've built emacs 25.1 but still no horizontal scroll bars.
Here is my configuration:
--with-x-toolkit=lucid \
--without-dbus \
--without-gconf \
--without-gsettings \
--without-sound
With
Mx (horizontal-scroll-bars-available-p)
I still get no match!
Any ideas?
Thanks.
-Tom