[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Display of text in columns?
From: |
Nikos Apostolakis |
Subject: |
Re: Display of text in columns? |
Date: |
Sat, 20 May 2006 10:25:01 -0400 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) |
andlind@gmail.com writes:
> Follow-mode contains a number of functions for scrolling the display
> the way you want, see follow-scroll-up and follow-scroll-down.
>
> By default they are bound to C-c . C-v and C-c . v, but there is
> nothing that would prevent you from biniding them to C-v and M-v (in
> fact, if follow-mode is not active they will behave just like the plain
> scroll commands).
>
Great, thanks! I should have looked at the documentation.
BTW, there are a few misprints on the help texts: the key
"C-c . C-v" is not displayed when I do "C-h m", and
,----[ C-h k C-v ]
| C-v runs the command follow-scroll-up
| which is an interactive compiled Lisp function in `follow.el'.
| It is bound to C-v, <menu-bar> <tools> <follow> <follow-scroll-up>.
| (follow-scroll-up &optional arg)
|
| Scroll text in a Follow Mode window chain up.
|
| If called with no arg, the `next-screen-context-lines' last lines of
| the bottom window in the chain will be visible in the top window.
|
| If called with an argument, scroll arg lines up.
| Negative arg means scroll downward.
|
| Works like `scroll-up' when not in Follow Mode.
| ^^^^^^^^^^^
| [back]
`----
The underlined text should be `scroll-down' instead.
Thanks
--
Nikos