From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.help Subject: RE: Frame for opening rgrep links? Date: Sun, 9 Nov 2014 14:44:36 -0800 (PST) Message-ID: <2e170ea2-4b3a-4bfc-96fa-876c375344d9@default> References: <87k334oz3c.fsf@vostro.rath.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1415573115 9855 80.91.229.3 (9 Nov 2014 22:45:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Nov 2014 22:45:15 +0000 (UTC) To: Nikolaus Rath , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 09 23:45:07 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XnbEI-0006xx-N5 for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Nov 2014 23:45:06 +0100 Original-Received: from localhost ([::1]:40264 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnbEI-0001Wh-7M for geh-help-gnu-emacs@m.gmane.org; Sun, 09 Nov 2014 17:45:06 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnbDy-0001Wa-O9 for help-gnu-emacs@gnu.org; Sun, 09 Nov 2014 17:44:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XnbDp-0006dT-Vd for help-gnu-emacs@gnu.org; Sun, 09 Nov 2014 17:44:46 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:23667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnbDp-0006dJ-Nf for help-gnu-emacs@gnu.org; Sun, 09 Nov 2014 17:44:37 -0500 Original-Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id sA9Miatk006867 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 9 Nov 2014 22:44:36 GMT Original-Received: from userz7021.oracle.com (userz7021.oracle.com [156.151.31.85]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id sA9MiYDf025317 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sun, 9 Nov 2014 22:44:35 GMT Original-Received: from abhmp0006.oracle.com (abhmp0006.oracle.com [141.146.116.12]) by userz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id sA9MiYUP025450; Sun, 9 Nov 2014 22:44:34 GMT In-Reply-To: <87k334oz3c.fsf@vostro.rath.org> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.8.2 (807160) [OL 12.0.6691.5000 (x86)] X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:100870 Archived-At: > I typically use Emacs with two frames, one "regular" frame and one > opened by ecb. >=20 > Until a little while ago, running M-x rgrep in the ecb frame and > clicking on one of the matches in the *grep* buffer opened the file > in the same (ecb) frame. >=20 > Recently, however, emacs has started to open the file in a different > frame, i.e. the ecb frame keeps showing the *grep* buffer. >=20 > I am a bit lost as to what may have caused this, or how I can change > it back. Sounds like the window for buffer *grep* is a dedicated window. Check your values of options `special-display-buffer-names' and `special-display-regexps'. Or if you use only option `display-buffer-alist' then check its value - see the doc for an explanation of this complicated option. See also the doc of `display-buffer', which you'll need to understand the doc of `display-buffer-alist' . Look for an entry that corresponds by name or regexp etc. to `*grep*' or `*compile*'.