From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Phil Sainty Newsgroups: gmane.emacs.devel Subject: Re: simplifying windmove-frame-edges Date: Thu, 24 Oct 2019 22:12:55 +1300 Message-ID: References: <6ac9e01d-83f2-cb1a-b09b-a5a8c8cc7b44@gmx.at> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="66203"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 Cc: martin rudalics , Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 24 11:47:56 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iNZim-000H5t-7s for ged-emacs-devel@m.gmane.org; Thu, 24 Oct 2019 11:47:56 +0200 Original-Received: from localhost ([::1]:36972 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNZik-0000Jv-Vc for ged-emacs-devel@m.gmane.org; Thu, 24 Oct 2019 05:47:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44453) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iNZB2-00045X-FL for emacs-devel@gnu.org; Thu, 24 Oct 2019 05:13:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iNZB1-0005fP-2e for emacs-devel@gnu.org; Thu, 24 Oct 2019 05:13:04 -0400 Original-Received: from smtp-1.orcon.net.nz ([60.234.4.34]:53287) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iNZB0-0005cW-O6 for emacs-devel@gnu.org; Thu, 24 Oct 2019 05:13:03 -0400 Original-Received: from [116.251.203.173] (port=65288 helo=[192.168.20.103]) by smtp-1.orcon.net.nz with esmtpa (Exim 4.90_1) (envelope-from ) id 1iNZAu-0005ak-0P; Thu, 24 Oct 2019 22:12:56 +1300 In-Reply-To: Content-Language: en-GB X-GeoIP: NZ X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 60.234.4.34 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:241380 Archived-At: On 24/10/19 7:10 AM, Juanma Barranquero wrote: > I don't think any package out there is calling > `windmove-reference-loc' because it just happened to be *the* > function it needed. Just to save anyone else from checking framemove.el, that only touches `windmove-do-window-select', which is not one of the deprecated functions; so that's not a problem. https://www.emacswiki.org/emacs/framemove.el