From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ilja Golshtein Newsgroups: gmane.emacs.help Subject: multi frame layout Date: Fri, 02 Sep 2011 12:09:46 +0400 Message-ID: <351651314950986@web80.yandex.ru> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1314981620 26285 80.91.229.12 (2 Sep 2011 16:40:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2011 16:40:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 02 18:40:16 2011 Return-path: Envelope-to: geh-help-gnu-emacs@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 1QzWmu-0000td-6g for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Sep 2011 18:40:16 +0200 Original-Received: from localhost ([::1]:49090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzWmt-0004fd-KL for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Sep 2011 12:40:15 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:40831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzOoy-0001fz-4w for help-gnu-emacs@gnu.org; Fri, 02 Sep 2011 04:09:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QzOow-0006eo-Vo for help-gnu-emacs@gnu.org; Fri, 02 Sep 2011 04:09:52 -0400 Original-Received: from forward6.mail.yandex.net ([77.88.60.125]:45023) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QzOow-0006ec-KJ for help-gnu-emacs@gnu.org; Fri, 02 Sep 2011 04:09:50 -0400 Original-Received: from web80.yandex.ru (web80.yandex.ru [77.88.60.147]) by forward6.mail.yandex.net (Yandex) with ESMTP id DE493F8217C for ; Fri, 2 Sep 2011 12:09:47 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1314950987; bh=EsDqPSM2glaJ+ZoOC9zYmxeVEMRuvyT7inhS8exNbZg=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=uMICBPHfEl767H8uz51wXVyIr+6ub9/tishKy9H73/x2GR4gZs37+0V137FsViw4Q OJUhKbuH2nLv6ea0eEAkDfZ6izVs5hb8XiSXrOzaXp577zmB4ed6GpePPxLCGLss0w I7coZCMX/+w0106Z6PRUrjZAFkWi1x46xRxrOPHU= Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by web80.yandex.ru (Yandex) with ESMTP id C69DFFC003B for ; Fri, 2 Sep 2011 12:09:47 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1314950987; bh=EsDqPSM2glaJ+ZoOC9zYmxeVEMRuvyT7inhS8exNbZg=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=uMICBPHfEl767H8uz51wXVyIr+6ub9/tishKy9H73/x2GR4gZs37+0V137FsViw4Q OJUhKbuH2nLv6ea0eEAkDfZ6izVs5hb8XiSXrOzaXp577zmB4ed6GpePPxLCGLss0w I7coZCMX/+w0106Z6PRUrjZAFkWi1x46xRxrOPHU= X-Yandex-Spam: 1 Original-Received: from h-195-91-155-98.ln.rinet.ru (h-195-91-155-98.ln.rinet.ru [195.91.155.98]) by web80.yandex.ru with HTTP; Fri, 02 Sep 2011 12:09:46 +0400 Envelope-From: ilejncs@yandex.ru X-Mailer: Yamail [ http://yandex.ru ] 5.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 77.88.60.125 X-Mailman-Approved-At: Fri, 02 Sep 2011 12:40:11 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82123 Archived-At: Hello. My typical layout consists of two or three frames with source code, shell buffers and something. Besides this I usually have Compilation and Grep buffers in dedicated frames because of == (setq special-display-buffer-names '("*compilation*" "*grep*" "*Bookmark List*")) == The question is how to control in which frame a new file would be opened upon, for example, compile-goto-error in Grep buffer. Thanks. -- Best regards, Ilja Golshtein.