help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Horizontal scroll bars


From: Óscar Fuentes
Subject: Re: Horizontal scroll bars
Date: Tue, 03 Jan 2017 17:09:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]