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

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

Re: Why doesn't Emacs have a horizontal scroll bar?


From: Pascal Bourguignon
Subject: Re: Why doesn't Emacs have a horizontal scroll bar?
Date: Mon, 02 Jul 2007 18:49:08 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.1.50 (gnu/linux)

"Lennart Borgman (gmail)" <lennart.borgman@gmail.com> writes:

> Peter Dyballa wrote:
>> Am 02.07.2007 um 17:01 schrieb <brianjiang@gdnt.com.cn>:
>> 
>>> Why doesn't Emacs have a horizontal scroll bar?
>> Because text is either truncated or broken into the next line. Or am
>> I missing something?
>
>
> Maybe that a horizontal scroll bar would be useful when the text is
> truncated? ;-)

But you don't need it to scroll!  Try: 

C-u 20 C-x <
C-u 20 C-x >


Here is the first form I have in by ~/.emacs:

(mapcar (lambda (f) (when (fboundp f) (funcall f -1)))
        '(scroll-bar-mode menu-bar-mode tool-bar-mode))

; yes, I've got it even before (require 'cl)



-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

NOTE: The most fundamental particles in this product are held
together by a "gluing" force about which little is currently known
and whose adhesive power can therefore not be permanently
guaranteed.


reply via email to

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