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

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

Re: Display of text in columns?


From: Tassilo Horn
Subject: Re: Display of text in columns?
Date: Fri, 21 Apr 2006 21:22:31 +0200
User-agent: Gnus/5.110005 (No Gnus v0.5) Emacs/22.0.50 (gnu/linux)

Nikos Apostolakis <absent@sdf.lonestar.org> writes:

Hi Nikos,

>           |-----|-----|
>           |     |     |
>           |  A  |  B  |
>           |     |     |
>           |-----|-----|

Put this into your ~/.emacs:

,----
| (defun scroll-up-two-pages ()
|    (interactive)
|    (scroll-up)
|    (scroll-up))
| 
| (define-key follow-mode-map (kbd "C-v") 'scroll-up-two-pages)
`----

Then `C-v' in follow-mode will result in book-like scrolling.

>           |-----|-----|
>           |     |     |
>           |  C  |  D  |
>           |     |     |
>           |-----|-----|

This doesn't need a separate mode.

Bye,
Tassilo
-- 
A morning without coffee is like something without something else.


reply via email to

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