emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: display-buffer-alist simplifications


From: Juri Linkov
Subject: Re: display-buffer-alist simplifications
Date: Mon, 01 Aug 2011 11:23:43 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu)

> While at it: Is it now possible with the new display-buffer-alist
> to show the SPEEDBAR in some side-window on the main frame?

This is what I'd like to know too.

>> So after assigning a name to a Emacs frame/window it should be
>> possible to refer to it in the `display-buffer-alist' specification.
>> This could be implemented as a plist like `:target "name"'.
>> In case when a frame/window is not yet created, the specification
>> could also accept additional frame/window parameters (size etc.)
>
> That sounds useful.
>
> So, assuming we have that already, how would I get this:
> http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00964.html

With a new rule like e.g.

  ((this-command . "next-error")
   :target (:frame-name "Main frame"))

This demonstrates just the necessary components of the rule,
not the final syntax.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]