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

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

Re: Horizontal scrolling right (towards column 0) whenever possible


From: Yevgeniy Makarov
Subject: Re: Horizontal scrolling right (towards column 0) whenever possible
Date: Tue, 18 Nov 2008 11:27:57 -0800 (PST)
User-agent: G2/1.0

OK, I found the answer.

(setq auto-fill-function (lambda () (do-auto-fill) (set-window-hscroll
(selected-window) 0)))

Evgeny


reply via email to

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