unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Window configurations
@ 2010-05-06 11:18 grischka
  0 siblings, 0 replies; 163+ messages in thread
From: grischka @ 2010-05-06 11:18 UTC (permalink / raw)
  To: rudalics; +Cc: emacs-devel

 > I don't think that dedicated windows suck and even went so far as to
 > give them an entire section in the Elisp manual ;-)

I guess if the feature would dedicate buffers to windows (rather than
windows to buffers) it would be much more useful (and less suck).

--- grischka





^ permalink raw reply	[flat|nested] 163+ messages in thread
* Re: Window configurations
@ 2010-05-11 13:54 grischka
  2010-05-12  9:28 ` martin rudalics
  0 siblings, 1 reply; 163+ messages in thread
From: grischka @ 2010-05-11 13:54 UTC (permalink / raw)
  To: rudalics; +Cc: emacs-devel

Maybe a matter of taste but I would not count on more conclusive behavior
from even more new options that allow packages to do what you want in case
anyone bothers to understand the complex specifications.  Instead it might
be much more effective to implement conclusive behavior in a simple algorithm
and remove any options for packages to circumvent it.

For instance, one could have a buffer stack for each window, such that each
buffer displayed is added on top of the window's buffer stack.  If a buffer is
killed or hidden, then the window's next buffer is displayed.  If there is
no "next", then the window is deleted (including the frame if it's the last
window).

--- grischka

From: martin rudalics
>    The `quit-restore' parameter tells how to proceed with a window when
> the user "quits" it by invoking `quit-restore-window', see *Note
> Displaying Buffers::.  The following non-`nil' values of this parameter
> have a special meaning.
>
> `t'
>      This means to delete the associated window.  By default, `t' is
>      used for a "temporary" window that was obtained by splitting an
>      existing window.
>
> `frame'
>      This means to delete the associated window's frame.  This value
>      indicates that the associated windows was obtained by popping up a
>      new frame showing just this window.  If the window is no more
>      needed, it should be deleted together with the containing frame.
>
> A list
>      This option is useful when the associated window was borrowed to
>      temporarily display some buffer and quitting shall "restore" the
>      previous contents of the window.  The first three elements of the
>      list must specify a buffer, a window start position, and a window
>      point.  Quitting the window will then try to display the indicated
>      buffer with the given start position and point in that window.
>
>      The fourth element, if non-`nil', must denote a live buffer.  If
>      specified, quitting will restore the previous window contents if
>      and only if the buffer shown in the window is the buffer named by
>      this element.
>
>      The fifth element, if non-`nil', should specify the desired height
>      of the window when its buffer is restored.  This value is applied
>      if the buffer temporarily shown in the window was in
>      `temp-buffer-resize-mode' to restore the original height of the
>      window.
>



^ permalink raw reply	[flat|nested] 163+ messages in thread
* Re: Window configurations
@ 2010-05-05 13:31 grischka
  2010-05-05 18:10 ` Juri Linkov
  2010-05-05 20:07 ` Drew Adams
  0 siblings, 2 replies; 163+ messages in thread
From: grischka @ 2010-05-05 13:31 UTC (permalink / raw)
  To: juri; +Cc: emacs-devel

> The point of set-window-configuration-from-sexp is to restore the
> configuration of windows, not to duplicate the functionality of
> desktop.el.

FWIW I think the introduction of window-configurations (as API) was
a mistake and let them save to file is an even bigger mistake.

Really not every kludge is a feature and in this case the best you can
do is to get rid of it.

--- grischka





^ permalink raw reply	[flat|nested] 163+ messages in thread
* Re: Gtk tabs in emacs, new branch
@ 2010-04-01 16:52 Angelo Graziosi
  2010-04-05  8:50 ` Angelo Graziosi
  0 siblings, 1 reply; 163+ messages in thread
From: Angelo Graziosi @ 2010-04-01 16:52 UTC (permalink / raw)
  To: Emacs

Jan D. wrote:
> Hello.
>
>
> I've published a new branch...

I have build that, but when I start Emacs, I don't 'see' any tabs. How 
can we enable those? I have a desktop file which opens several file when 
I start Emacs, so I would expect to see them in tabs! :-)

Perhaps we need something like 'M-x tabs-mode' (by default possibly! :-))

When I use 'M-x tab-new', I see a single buffer in two tabs. After 
closing the tabs, switching buffer as usually, with mouse-1/-3 on mode 
line, Emas becomes very slow, perhaps it hangs...

Anyway, thanks a lot for this new 'era' in Emacs!

Ciao,
Angelo.




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

end of thread, other threads:[~2010-06-30  8:12 UTC | newest]

Thread overview: 163+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-06 11:18 Window configurations grischka
  -- strict thread matches above, loose matches on Subject: below --
2010-05-11 13:54 grischka
2010-05-12  9:28 ` martin rudalics
2010-05-12 11:12   ` grischka
2010-05-12 13:03     ` martin rudalics
2010-05-12 18:33       ` grischka
2010-05-13 10:22         ` martin rudalics
2010-05-13 11:40           ` grischka
2010-05-13 13:53             ` martin rudalics
2010-05-13 17:13               ` grischka
2010-05-13 22:57                 ` Juri Linkov
2010-05-14  6:58                 ` martin rudalics
2010-05-14 10:42                   ` grischka
2010-05-14 11:45                     ` martin rudalics
2010-05-14 13:32                       ` grischka
2010-05-13 22:54             ` Juri Linkov
2010-05-14 11:12               ` grischka
2010-05-14 11:45                 ` martin rudalics
2010-05-16 22:49               ` Juri Linkov
2010-05-17  9:06                 ` martin rudalics
2010-05-17 22:48                   ` Juri Linkov
2010-05-13 22:48   ` Juri Linkov
2010-05-14  7:00     ` martin rudalics
2010-05-05 13:31 grischka
2010-05-05 18:10 ` Juri Linkov
2010-05-05 19:47   ` grischka
2010-05-05 20:07 ` Drew Adams
2010-04-01 16:52 Gtk tabs in emacs, new branch Angelo Graziosi
2010-04-05  8:50 ` Angelo Graziosi
2010-04-10 12:44   ` Jan Djärv
2010-04-10 17:34     ` Angelo Graziosi
2010-04-10 18:03       ` Jan Djärv
2010-04-10 22:09         ` Angelo Graziosi
2010-04-11  5:45           ` Jan Djärv
2010-04-11  8:16             ` Angelo Graziosi
2010-04-11 10:52               ` Jan Djärv
2010-04-11 17:28                 ` Angelo Graziosi
2010-04-21  8:55                   ` Juri Linkov
2010-04-21 15:45                     ` Juri Linkov
2010-04-23 16:53                       ` Drew Adams
2010-04-23 18:02                         ` Juri Linkov
2010-04-23 18:28                           ` Drew Adams
2010-04-24  9:17                             ` Juri Linkov
2010-04-24 14:41                               ` Drew Adams
2010-04-24 18:49                                 ` Juri Linkov
2010-04-24 19:24                                   ` Drew Adams
2010-04-25  5:36                                     ` Juri Linkov
2010-04-25  9:15                                       ` martin rudalics
2010-04-25 18:33                                         ` Window configurations (was: Gtk tabs in emacs, new branch) Juri Linkov
2010-04-26 16:16                                           ` Window configurations martin rudalics
2010-04-27  8:54                                             ` Juri Linkov
2010-04-27 12:54                                               ` martin rudalics
2010-04-27 18:03                                                 ` Juri Linkov
2010-04-28  7:12                                                   ` martin rudalics
2010-04-28  8:27                                                     ` Juri Linkov
2010-04-27 19:55                                             ` Davis Herring
2010-04-28  7:12                                               ` martin rudalics
2010-04-28 14:50                                                 ` Stefan Monnier
2010-04-28  8:35                                               ` Juri Linkov
2010-04-28 14:15                                                 ` Davis Herring
2010-05-07 18:14                                                   ` Juri Linkov
2010-04-30  3:19                                           ` Window configurations (was: Gtk tabs in emacs, new branch) Ken Hori
2010-04-30 20:33                                             ` Window configurations Stefan Monnier
2010-05-02 20:31                                               ` Juri Linkov
2010-05-02 23:34                                                 ` Drew Adams
2010-05-03  0:50                                                   ` Stefan Monnier
2010-05-03  0:57                                                     ` Juri Linkov
2010-05-03  2:50                                                       ` Stefan Monnier
2010-05-04 16:09                                                         ` Juri Linkov
2010-05-05  6:41                                                           ` Stephen J. Turnbull
2010-05-05 13:22                                                             ` Stefan Monnier
2010-05-05 14:35                                                               ` Stephen J. Turnbull
2010-05-05 21:59                                                           ` Juri Linkov
2010-05-02 20:28                                             ` Juri Linkov
2010-05-03  3:31                                               ` Ken Hori
2010-05-04 16:12                                                 ` Juri Linkov
2010-05-05  9:19                                                   ` martin rudalics
2010-05-05 18:05                                                     ` Juri Linkov
2010-05-06  8:21                                                       ` martin rudalics
2010-05-06 20:47                                                         ` Juri Linkov
2010-05-10 19:16                                                         ` Juri Linkov
2010-05-11  7:01                                                           ` martin rudalics
2010-05-11 16:45                                                             ` Juri Linkov
2010-05-12  9:29                                                               ` martin rudalics
2010-05-13 22:46                                                                 ` Juri Linkov
2010-05-14  6:59                                                                   ` martin rudalics
2010-05-16 22:51                                                                     ` Juri Linkov
2010-05-17  9:06                                                                       ` martin rudalics
2010-05-17 22:54                                                                         ` Juri Linkov
2010-05-18 12:07                                                                           ` martin rudalics
2010-05-31 17:28                                                                       ` martin rudalics
2010-05-31 18:39                                                                         ` Stefan Monnier
2010-05-31 19:12                                                                           ` Lennart Borgman
2010-05-31 20:23                                                                             ` Juri Linkov
2010-06-01  9:24                                                                             ` martin rudalics
2010-05-31 20:19                                                                           ` Juri Linkov
2010-06-01  3:13                                                                             ` Stefan Monnier
2010-06-01  9:25                                                                               ` martin rudalics
2010-06-01 12:58                                                                                 ` Stefan Monnier
2010-06-01  9:24                                                                           ` martin rudalics
2010-06-01 13:08                                                                             ` Stefan Monnier
2010-06-01 14:02                                                                               ` Lennart Borgman
2010-06-01 16:04                                                                               ` martin rudalics
2010-06-01 19:20                                                                                 ` Stefan Monnier
2010-06-02 12:59                                                                                   ` martin rudalics
2010-06-02 14:08                                                                                     ` Stefan Monnier
2010-06-03  8:55                                                                                       ` martin rudalics
2010-06-01 19:54                                                                                 ` Juri Linkov
2010-06-02 13:00                                                                                   ` martin rudalics
2010-06-02 19:46                                                                                     ` Juri Linkov
2010-06-03  8:55                                                                                       ` martin rudalics
2010-06-03 18:55                                                                                         ` Juri Linkov
2010-06-14 17:05                                                                                   ` martin rudalics
2010-06-14 21:54                                                                                     ` Juri Linkov
2010-06-15  7:08                                                                                       ` martin rudalics
2010-06-15 21:31                                                                                         ` Juri Linkov
2010-06-16 17:25                                                                                           ` martin rudalics
2010-06-16 20:51                                                                                             ` Juri Linkov
2010-06-17  7:58                                                                                               ` martin rudalics
2010-06-17  8:42                                                                                                 ` Juri Linkov
2010-06-17 10:20                                                                                                   ` martin rudalics
2010-06-17 20:38                                                                                                     ` Juri Linkov
2010-06-17 22:55                                                                                                       ` Lennart Borgman
2010-06-18  6:34                                                                                                       ` martin rudalics
2010-06-18  8:28                                                                                                         ` Juri Linkov
2010-06-18  9:04                                                                                                           ` martin rudalics
2010-06-19  8:50                                                                                                             ` Juri Linkov
2010-06-19 13:47                                                                                                               ` martin rudalics
2010-06-19 14:12                                                                                                                 ` Juri Linkov
2010-06-19 18:56                                                                                                                   ` martin rudalics
2010-06-01 19:51                                                                             ` Juri Linkov
2010-06-02 13:00                                                                               ` martin rudalics
2010-06-02 19:49                                                                                 ` Juri Linkov
2010-06-03  8:57                                                                                   ` martin rudalics
2010-06-03 14:22                                                                                     ` Stefan Monnier
2010-06-03 15:42                                                                                       ` martin rudalics
2010-06-04 13:11                                                                                         ` Stefan Monnier
2010-06-04 14:07                                                                                           ` martin rudalics
2010-06-04 16:59                                                                                             ` Juri Linkov
2010-06-05 12:49                                                                                               ` martin rudalics
2010-06-04 10:36                                                                                       ` Richard Stallman
2010-06-04 14:06                                                                                         ` martin rudalics
2010-06-03 18:54                                                                                     ` Juri Linkov
2010-06-04  8:11                                                                                       ` martin rudalics
2010-06-04 16:57                                                                                         ` Juri Linkov
2010-06-05 12:49                                                                                           ` martin rudalics
2010-06-05 19:47                                                                                             ` Juri Linkov
2010-06-06 13:21                                                                                               ` Stefan Monnier
2010-06-07 18:31                                                                                                 ` Juri Linkov
2010-06-03 18:52                                                                             ` Juri Linkov
2010-06-04  8:11                                                                               ` martin rudalics
2010-06-04 17:09                                                                                 ` Juri Linkov
2010-06-05 12:49                                                                                   ` martin rudalics
2010-06-05 19:49                                                                                     ` Juri Linkov
2010-06-05 21:58                                                                                       ` Stefan Monnier
2010-06-07 18:30                                                                                         ` Juri Linkov
2010-06-06 10:38                                                                                       ` martin rudalics
2010-06-07  1:12                                                                                         ` Stefan Monnier
2010-06-07 13:40                                                                                           ` martin rudalics
2010-06-07 15:36                                                                                             ` Stefan Monnier
2010-06-07 17:38                                                                                               ` Lennart Borgman
2010-06-08 13:06                                                                                               ` martin rudalics
2010-06-08 20:19                                                                                                 ` Stefan Monnier
2010-06-11 13:20                                                                                                   ` martin rudalics
2010-06-11 13:52                                                                                                     ` Stefan Monnier
2010-06-11 17:12                                                                                                       ` martin rudalics
2010-05-05 18:19                                                     ` Stefan Monnier
2010-05-06  8:22                                                       ` martin rudalics
2010-05-06 13:04                                                         ` Stefan Monnier
2010-05-06 14:59                                                           ` martin rudalics
2010-05-06 16:17                                                             ` Stefan Monnier
2010-05-08  3:09                                                     ` Kevin Rodgers
2010-05-08 13:54                                                       ` martin rudalics
2010-05-08 15:42                                                         ` Lennart Borgman
2010-05-09 14:01                                                           ` martin rudalics
2010-05-09 14:21                                                             ` Lennart Borgman
2010-05-09 15:01                                                               ` martin rudalics
2010-06-29  9:01                                           ` martin rudalics
2010-06-29  9:23                                             ` Juri Linkov
2010-06-29 10:01                                               ` martin rudalics
2010-06-29 10:37                                                 ` Juanma Barranquero
2010-06-29 12:16                                                   ` martin rudalics
2010-06-29 20:14                                                     ` Juanma Barranquero
2010-06-29 20:01                                             ` Juri Linkov
2010-06-30  6:35                                               ` martin rudalics
2010-06-30  8:12                                                 ` Juri Linkov

Code repositories for project(s) associated with this public inbox

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

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).