From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: display-buffer-alist simplifications Date: Mon, 01 Aug 2011 11:23:43 +0300 Organization: JURTA Message-ID: <87ipqhzg7g.fsf@mail.jurta.org> References: <4E2C9245.1030106@gmx.de> <4E2D34DD.2000607@gmx.at> <4E2D51E5.9020400@gmx.de> <87r55dwomo.fsf@mail.jurta.org> <4E300D81.8080900@gmx.de> <87y5zga125.fsf@mail.jurta.org> <4E35793F.5020509@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1312188089 8442 80.91.229.12 (1 Aug 2011 08:41:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 1 Aug 2011 08:41:29 +0000 (UTC) Cc: martin rudalics , emacs-devel@gnu.org To: grischka Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 01 10:41:24 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qno3t-0002G1-CQ for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2011 10:41:21 +0200 Original-Received: from localhost ([::1]:55740 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qno3s-0002L2-Pz for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2011 04:41:20 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qno3m-00024M-Dl for emacs-devel@gnu.org; Mon, 01 Aug 2011 04:41:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qno3j-000519-BM for emacs-devel@gnu.org; Mon, 01 Aug 2011 04:41:14 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]:46596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qno3i-00050B-PM for emacs-devel@gnu.org; Mon, 01 Aug 2011 04:41:10 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 3F15A6E806F; Mon, 1 Aug 2011 01:41:10 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 1F62C451C114; Mon, 1 Aug 2011 01:41:08 -0700 (PDT) In-Reply-To: <4E35793F.5020509@gmx.de> (grischka's message of "Sun, 31 Jul 2011 17:48:15 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.113.175.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142624 Archived-At: > 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.