[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tabbed buffers
From: |
Stephen J. Turnbull |
Subject: |
Re: Tabbed buffers |
Date: |
Tue, 29 Jan 2008 02:22:32 +0900 |
Stefan Monnier writes:
> Actually, I was not even thinking of adding a "tabs line" to the
> tty display. I was talking about the elisp-level.
That doesn't make any sense to me. What you're talking about then is
a (Emacs) window configuration. Tabs are a UI component.
It would make sense to have tabs available as a UI to switch window
configurations in a frame, but tabs could also be used to switch
buffers in a window, to page through a long list (as with library
catalog cards if you're old enough to remember them), etc. All of
these could be implemented as a separate display container structure
(presumably frame > tab > window > buffer), but I really don't think
the extra complexity would buy you anything more than the current
frame > window > buffer scheme. And (possibly) it would be more
restrictive than a tabs as UI scheme, where the tabs could be attached
to various display container widgets (although I suppose Emacs, like
XEmacs, doesn't really take advantage of widgets very much).
- Re: Tabbed buffers, (continued)
- Re: Tabbed buffers, Stefan Monnier, 2008/01/27
- Re: Tabbed buffers, Robert J. Chassell, 2008/01/27
- Re: Tabbed buffers, Stefan Monnier, 2008/01/27
- Re: Tabbed buffers, Richard Stallman, 2008/01/28
- Re: Tabbed buffers, Stephen J. Turnbull, 2008/01/28
- Re: Tabbed buffers, Stefan Monnier, 2008/01/28
- Re: Tabbed buffers,
Stephen J. Turnbull <=
- Re: Tabbed buffers, Stefan Monnier, 2008/01/28
- Re: Tabbed buffers, Stephen J. Turnbull, 2008/01/28
- Re: Tabbed buffers, Nick Roberts, 2008/01/28
- Re: Tabbed buffers, Stephen J. Turnbull, 2008/01/29
- Re: Tabbed buffers, Nick Roberts, 2008/01/29
- Re: Tabbed buffers, Stephen J. Turnbull, 2008/01/29
- Re: Tabbed buffers, Richard Stallman, 2008/01/28
- Re: Tabbed buffers, Bastien Guerry, 2008/01/28
- Re: Tabbed buffers, Richard Stallman, 2008/01/30
- Re: Tabbed buffers, Bastien Guerry, 2008/01/30