From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Double-click opens the wrong file Date: Wed, 01 Nov 2017 21:38:28 +0200 Message-ID: <8360atssaz.fsf@gnu.org> References: <83efpislo8.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1509565163 3162 195.159.176.226 (1 Nov 2017 19:39:23 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 1 Nov 2017 19:39:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 01 20:39:17 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e9yr0-0007te-4a for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Nov 2017 20:39:10 +0100 Original-Received: from localhost ([::1]:57470 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9yr4-0007Uo-5D for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Nov 2017 15:39:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9yqg-0007UW-4N for help-gnu-emacs@gnu.org; Wed, 01 Nov 2017 15:38:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e9yqc-0007nk-4z for help-gnu-emacs@gnu.org; Wed, 01 Nov 2017 15:38:50 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e9yqc-0007nf-13 for help-gnu-emacs@gnu.org; Wed, 01 Nov 2017 15:38:46 -0400 Original-Received: from [176.228.60.248] (port=2413 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e9yqa-0006nh-5i for help-gnu-emacs@gnu.org; Wed, 01 Nov 2017 15:38:45 -0400 In-reply-to: (message from Nick Helm on Wed, 01 Nov 2017 20:27:08 +1300) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:114722 Archived-At: > From: Nick Helm > Date: Wed, 01 Nov 2017 20:27:08 +1300 > > + Launch Emacs using the GUI bundle Emacs.app > + Within Emacs, find-file ~/work/file1.org. Edit, save, kill. > + Within Emacs, find-file ~/config/file2.txt. Edit, save, kill. > + With the mouse, click on the OS desktop. Emacs loses focus. > + On the desktop, double click file3.el (~/Desktop/file3.el). > + Focus returns to Emacs. Emacs visits file1.org. > + Return to the desktop and again double click file3.el. > + Emacs gains focus and visits file2.txt. > + Double click file3.el a third time. > + Emacs gains focus and opens file3.el as expected. > > The file that actually opens following the double click is not logically > or physically close to (in file-system or GUI terms) the clicked file. > They are chronologically linked, however – that is, they are visited in > the same order as my original edits. Please report this as a bug, so that our NS experts could take care of this. Thanks.