From: Tassilo Horn <heimdall@uni-koblenz.de>
Subject: Re: Display of text in columns?
Date: Fri, 21 Apr 2006 21:22:31 +0200 [thread overview]
Message-ID: <87vet2sphk.fsf@baldur.nicundtas.de> (raw)
In-Reply-To: mailman.725.1145645771.9609.help-gnu-emacs@gnu.org
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.
next prev parent reply other threads:[~2006-04-21 19:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-20 22:55 Display of text in columns? Jim Kalb
2006-04-21 7:34 ` Eli Zaretskii
[not found] ` <mailman.691.1145604861.9609.help-gnu-emacs@gnu.org>
2006-04-21 8:45 ` Jim Kalb
2006-04-21 8:58 ` David Kastrup
2006-04-21 18:55 ` Nikos Apostolakis
2006-04-21 19:23 ` Nikos Apostolakis
[not found] ` <mailman.725.1145645771.9609.help-gnu-emacs@gnu.org>
2006-04-21 19:22 ` Tassilo Horn [this message]
2006-04-22 1:00 ` Nikos Apostolakis
2006-05-19 12:14 ` andlind
2006-05-20 14:25 ` Nikos Apostolakis
2006-04-21 8:49 ` Oliver Scholz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vet2sphk.fsf@baldur.nicundtas.de \
--to=heimdall@uni-koblenz.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).