From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: dancol@dancol.org Newsgroups: gmane.emacs.devel Subject: Re: We should decouple focus and frame switching Date: Tue, 12 Jun 2018 20:50:24 -0700 Message-ID: <0de9f1ff39b8cc76d7b49732aa62d401.squirrel@dancol.org> References: <6d1bc582-29be-5df7-56b1-e82305ee477f@dancol.org> <726a268360567d598996f0080b71c0f8.squirrel@dancol.org> <87o9gfqrzu.fsf@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1528861765 5546 195.159.176.226 (13 Jun 2018 03:49:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2018 03:49:25 +0000 (UTC) User-Agent: SquirrelMail/1.4.23 [SVN] Cc: dancol@dancol.org, Emacs developers To: "Michael Heerdegen" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 13 05:49:21 2018 Return-path: Envelope-to: ged-emacs-devel@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 1fSwme-0001II-9f for ged-emacs-devel@m.gmane.org; Wed, 13 Jun 2018 05:49:20 +0200 Original-Received: from localhost ([::1]:59661 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSwoj-0002c9-Hr for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2018 23:51:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSwnp-0002a5-Fw for emacs-devel@gnu.org; Tue, 12 Jun 2018 23:50:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSwno-000555-PB for emacs-devel@gnu.org; Tue, 12 Jun 2018 23:50:33 -0400 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:58296) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fSwno-0004zW-GL for emacs-devel@gnu.org; Tue, 12 Jun 2018 23:50:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:To:From:Subject:Date:References:In-Reply-To:Message-ID; bh=1nIeJP6/t1ZB0R9l/gYknleDY9nRRON3GD+Alfd7RII=; b=hzSkdEaQ30ZkMhnhMYwIXikgoufoSB1zG/Jvgj39ku7ZL5GPPlIRZQFXLca8S9eDqz5MogK8VjrpC9YsspsVwt+W6q03EzzMgIXYadjqFKrwsIqKqEZ1Zi7tV9HCpKGhVWs00FzbkDutHW9gL9RvUK3AfkbudZrJCm132q3P2K10ahxUmXWNizcNZ1EOlSVvtpL44TQja/AqcCcohkAqjr/xW+9xLnamGORGla3rlm78QuFvFXat9zfVTy9HtENoK9SfAMDrQzHaxd55/MYvsmT2Uy2OwrhqZUkuhvlcmFaICDqRO5ExQX98VHq6oZR94wdgnIWaMrVNUAxRwB6Fag==; Original-Received: from localhost ([127.0.0.1] helo=dancol.org) by dancol.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fSwng-0007Cy-QE; Tue, 12 Jun 2018 20:50:24 -0700 Original-Received: from 127.0.0.1 (SquirrelMail authenticated user dancol) by dancol.org with HTTP; Tue, 12 Jun 2018 20:50:24 -0700 In-Reply-To: <87o9gfqrzu.fsf@web.de> X-Priority: 3 (Normal) Importance: Normal X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:226278 Archived-At: > dancol@dancol.org writes: > >> > Why might we not want this? >> >> First of all, I'm worried about backward compatibility with existing >> packages that rely on the current strange behavior of focus-in and >> focus-out. > > FWIW, whenever I quit an Ediff session, I get now with master > > | Quit this Ediff session? (y or n) y > | set-frame-parameter: Wrong type argument: frame-live-p, # | Ediff 0x3aafff0> > > > Michael. > > Thanks. I'll take a look.