From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [elpa] master b843370: * packages/other-frame-window/other-frame-window.el: New single-file package. Date: Tue, 18 Aug 2015 01:15:54 -0400 Message-ID: References: <20150814050452.7700.48557@vcs.savannah.gnu.org> <86vbcgtpr8.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1439899899 24428 80.91.229.3 (18 Aug 2015 12:11:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Aug 2015 12:11:39 +0000 (UTC) Cc: Stephen Leake , emacs-devel@gnu.org To: Kaushal Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 18 14:11:30 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZRfjj-0004R6-3x for ged-emacs-devel@m.gmane.org; Tue, 18 Aug 2015 14:11:27 +0200 Original-Received: from localhost ([::1]:44601 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRaYA-000414-63 for ged-emacs-devel@m.gmane.org; Tue, 18 Aug 2015 02:39:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51342) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRZFf-0005Q3-5n for emacs-devel@gnu.org; Tue, 18 Aug 2015 01:16:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRZFb-0001Gi-Ch for emacs-devel@gnu.org; Tue, 18 Aug 2015 01:15:59 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:57708) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRZFb-0001GP-9W for emacs-devel@gnu.org; Tue, 18 Aug 2015 01:15:55 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CtCwA731xV/5P+d0tcgxCEAsEMCYdLBAICgTw5FAEBAQEBAQGBCkEFg10BAQMBViMFCws0BwsUGA0kiDcIzyMBAQEBBgEBAQEeizqFBQeELQWZbgWFJJIUghSBRSOCO4FZIoJ4AQEB X-IPAS-Result: A0CtCwA731xV/5P+d0tcgxCEAsEMCYdLBAICgTw5FAEBAQEBAQGBCkEFg10BAQMBViMFCws0BwsUGA0kiDcIzyMBAQEBBgEBAQEeizqFBQeELQWZbgWFJJIUghSBRSOCO4FZIoJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="160512527" Original-Received: from 75-119-254-147.dsl.teksavvy.com (HELO ceviche.home) ([75.119.254.147]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 18 Aug 2015 01:15:54 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 95AC066110; Tue, 18 Aug 2015 01:15:54 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Mon, 17 Aug 2015 10:07:46 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:188872 Archived-At: > No. The design is for C-x 9 f to behave pretty much exactly like C-x 5 f. > But indeed, I can reproduce here (with -Q) the problem you describe, so > the problem is not in your config. Actually, I'm not sure I can reproduce it: the problem I see is that if the find-file commands prompts me with a y-or-n-p (to follow the symlink to the VCS controlled file), then I don't get a new frame, but if the file is found without prompting then I do get a new frame. Stefan