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: Dieter Wilhelm
Subject: Re: Why doesn't Emacs have a horizontal scroll bar?
Date: Tue, 03 Jul 2007 22:51:20 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

Pascal Bourguignon <pjb@informatimago.com> writes:

> 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))

That is very nice, thanks, I adapted it to my .emacs as well.  But is
the fboundp check not a bit superfluous with this concise list?

By the way, I'm just curious whether this might be more elegant, would
you mind doing the same with a macro definition?

-- 
    Best wishes

    H. Dieter Wilhelm
    Darmstadt, Germany




reply via email to

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