From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Yuri Khan Newsgroups: gmane.emacs.help Subject: Re: closing emacsclient always focuses another emacs window Date: Sat, 8 Mar 2014 21:30:41 +0700 Message-ID: References: <83pplwq0s2.fsf@gnu.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 1394289053 25538 80.91.229.3 (8 Mar 2014 14:30:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Mar 2014 14:30:53 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: Eli Zaretskii Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 08 15:31:03 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 1WMIHD-0005fN-FE for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Mar 2014 15:30:59 +0100 Original-Received: from localhost ([::1]:40798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMIHC-0000J8-SS for geh-help-gnu-emacs@m.gmane.org; Sat, 08 Mar 2014 09:30:58 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48213) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMIGy-0000Hh-Qf for help-gnu-emacs@gnu.org; Sat, 08 Mar 2014 09:30:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WMIGy-000896-38 for help-gnu-emacs@gnu.org; Sat, 08 Mar 2014 09:30:44 -0500 Original-Received: from mail-qg0-x232.google.com ([2607:f8b0:400d:c04::232]:50058) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WMIGw-00088h-RW; Sat, 08 Mar 2014 09:30:42 -0500 Original-Received: by mail-qg0-f50.google.com with SMTP id q108so6212080qgd.9 for ; Sat, 08 Mar 2014 06:30:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=TdVk2SUIocdoS6qSMaUBjgjre8x3pYnN06q1mSC3SYg=; b=mFznbtZMkvz21incZD/PjysrUAYVaSWWv0WuevTzg2701gQI4yULs/P1iEFryqRw5m 3K1YMAUC9BqKP5YIaKuZhi01jC7sjnYU2tA+SAxng0tETwcO5gDSsCi/yD5ihi1lTJbd VMxKEyo+g9bCqlc+ChPvjAkUmOeQJ5hTkvUo+0SnNeouMVgJm5qI1SDCSr44Gv0XUQV0 G8iSJn3eFVKTnLIeEUGQOawBy2ix1RgNNmmg3cQL5dRYrdxehBsc59/m9ux4rTddjFZE 7X6vMJrxjw/g7/059jqr6B5rd8Ki09c9Ew9SfmkoCVmQqfl+h4+wnyD0KiKouqviyWvG 6OTg== X-Received: by 10.140.86.51 with SMTP id o48mr27017903qgd.67.1394289042012; Sat, 08 Mar 2014 06:30:42 -0800 (PST) Original-Received: by 10.96.77.40 with HTTP; Sat, 8 Mar 2014 06:30:41 -0800 (PST) In-Reply-To: <83pplwq0s2.fsf@gnu.org> X-Google-Sender-Auth: E5umIXtTt2mP7NYrlqyoVUQzfZs X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::232 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:96308 Archived-At: On Sat, Mar 8, 2014 at 8:26 PM, Eli Zaretskii wrote: > Can you please clarify what focus change you'd like to avoid, exactly? > I couldn't understand that from your original message. When a frame > created by emacsclient is deleted, that frame no longer exists, so > it's not clear to me how could Emacs _not_ switch the focus to some > other frame. Emacs could leave it to the window manager to decide which other window to focus. Which it in fact does on my machine (Xubuntu Saucy; GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.8.2) of 2013-07-27 on roseapple, modified by Debian; i3 window manager). Apparently, not on Trygve=E2=80=99s machine.