all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* "Book-like" text rendering
@ 2013-09-25 13:42 Dmitry Antipov
  2013-09-25 14:00 ` David Engster
  2013-09-25 14:00 ` Teemu Likonen
  0 siblings, 2 replies; 6+ messages in thread
From: Dmitry Antipov @ 2013-09-25 13:42 UTC (permalink / raw)
  To: Emacs development discussions

With modern wide (16:9 or 16:10) screens, there is the following question:
is it reasonable/usable to have a feature to render the text in two horizontally
adjacent windows like it's "rendered" in the book?

I.e. with the following window layout (both A and B has, say, 50 lines):

+-----------+-----------+
| A         | B         |
|           |           |
|           |           |
|           |           |
|           |           |
|           |           |
+-----------+-----------+

1000-lines text is initially 1..50 lines in A and 51..100 lines in B, with
current window A. When the cursor is at line 50 of A and moved to next line,
it goes to window B, line 1 (of window B and so line 51 of the text); when
the cursor is at line 50 of window B and moved to next line, it goes back to
line 1 of window A, and text is scrolled in both windows so A shows lines
101..150 and B shows lines 151..200, etc.

Dmitry



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-09-27 15:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-25 13:42 "Book-like" text rendering Dmitry Antipov
2013-09-25 14:00 ` David Engster
2013-09-25 14:29   ` Dmitry Antipov
2013-09-25 17:04     ` Stefan Monnier
2013-09-27 15:16     ` William Xu
2013-09-25 14:00 ` Teemu Likonen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.