From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Halliday Newsgroups: gmane.emacs.help Subject: Re: (next-error) and buffer popups Date: Tue, 19 May 2015 02:59:40 -0700 (PDT) Message-ID: <2264e862-b616-4fa7-ab0d-9bf3dc4cb4a1@googlegroups.com> References: <9bbb76e9-381c-47e7-ae73-1901b493d28a@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1432029631 12918 80.91.229.3 (19 May 2015 10:00:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 May 2015 10:00:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 19 12:00:27 2015 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 1YueK2-0002GG-BL for geh-help-gnu-emacs@m.gmane.org; Tue, 19 May 2015 12:00:26 +0200 Original-Received: from localhost ([::1]:44803 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YueK1-00047Y-SO for geh-help-gnu-emacs@m.gmane.org; Tue, 19 May 2015 06:00:25 -0400 X-Received: by 10.52.154.203 with SMTP id vq11mr39400429vdb.5.1432029581064; Tue, 19 May 2015 02:59:41 -0700 (PDT) X-Received: by 10.140.48.11 with SMTP id n11mr359717qga.35.1432029581039; Tue, 19 May 2015 02:59:41 -0700 (PDT) Original-Path: usenet.stanford.edu!news.glorb.com!z60no2248934qgd.0!news-out.google.com!k20ni36975qgd.0!nntp.google.com!z60no2247903qgd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.244.128.25; posting-account=kRukCAoAAAANs-vsVh9dFwo5kp5pwnPz Original-NNTP-Posting-Host: 83.244.128.25 User-Agent: G2/1.0 Injection-Date: Tue, 19 May 2015 09:59:41 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:212202 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:104486 Archived-At: On Monday, 18 May 2015 18:38:46 UTC+1, Stefan Monnier wrote: > > They are separate displays, but that shouldn't matter here because the > > behaviour is the same even if two frames are positioned to be in the same > > monitor (or, indeed, if I only have one monitor and two frames). > > It looks like it's indeed not to source of your problem. The first > thing to check is your setting for display-buffer-reuse-frames. Aha! That was it! And, of course, now that I know what to look for I'm able to find lots of other people asking the same thing http://stackoverflow.com/questions/3311577 Thank you, Sam