From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: (next-error) and buffer popups Date: Mon, 18 May 2015 16:33:52 +0300 Message-ID: <5559EA40.6040505@yandex.ru> References: <9bbb76e9-381c-47e7-ae73-1901b493d28a@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1431956072 22164 80.91.229.3 (18 May 2015 13:34:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 May 2015 13:34:32 +0000 (UTC) To: Sam Halliday , help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 18 15:34:26 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 1YuLBZ-0001S1-PL for geh-help-gnu-emacs@m.gmane.org; Mon, 18 May 2015 15:34:25 +0200 Original-Received: from localhost ([::1]:40966 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuLBY-0004yS-Mf for geh-help-gnu-emacs@m.gmane.org; Mon, 18 May 2015 09:34:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuLBN-0004yL-PW for help-gnu-emacs@gnu.org; Mon, 18 May 2015 09:34:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuLBK-0002iJ-HY for help-gnu-emacs@gnu.org; Mon, 18 May 2015 09:34:13 -0400 Original-Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:38221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuLBK-0002gp-Am for help-gnu-emacs@gnu.org; Mon, 18 May 2015 09:34:10 -0400 Original-Received: by wicnf17 with SMTP id nf17so69876344wic.1 for ; Mon, 18 May 2015 06:33:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=dW3kcNFEJL8sQ5GO3Ph88LEtrDGbAWb28p1qCxGbOQY=; b=nvPHya7sOqC/2bqRLqqNb3I/l3HSFsOy+sNt7Vcg3SEnYhBro5EKARay4hhhRo4/oB lG1aSwyr6OQ/vvZmv6HZeOfvTuswG9T3RUH6s6LwpyH70r/8x684ZQ3jya/g+MqgQJu8 VYpl1+iw9gZbEjooQBaHKrmBaLN2Hzu8qs5tv6PGmD+T0xstpIWMq2oG0MFUyI5rjfKo hFvpM/qfa76MwB7ETz6gmnKvyrQdX4Ughddp3sUj6YwUL77PtVaoZNxAYbhwx1QYwBz3 NdPaWdKBbES3kXXVT16Y3JgTSMpNwFP8LCpdNiS6AZxa2NK5J2EO+0ISyCNmB+Oix1RC 91qQ== X-Received: by 10.194.61.171 with SMTP id q11mr38814327wjr.110.1431956038385; Mon, 18 May 2015 06:33:58 -0700 (PDT) Original-Received: from [192.168.1.2] ([82.102.93.54]) by mx.google.com with ESMTPSA id v20sm16943133wjr.49.2015.05.18.06.33.57 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 18 May 2015 06:33:58 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0 In-Reply-To: <9bbb76e9-381c-47e7-ae73-1901b493d28a@googlegroups.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22c 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:104475 Archived-At: On 05/18/2015 12:06 PM, Sam Halliday wrote: > I usually have the compile buffer open in one of the secondary frames, but the behaviour of (next-error) is a bit frustrating because it will always open the compile buffer in a new window in whatever frame I invoke it from. This results in two windows in my field of view showing the same information. I'm pretty sure this behavior is a bug which should be fixed.