From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Drew Adams Newsgroups: gmane.emacs.devel Subject: RE: bitten by lexical-binding Date: Sun, 22 Nov 2015 07:57:58 -0800 (PST) Message-ID: <9b1d6287-0a72-49c9-b42a-a75fedec505c@default> References: <9b834ee9-4f63-42ca-98b4-c0f14986642e@default> <87y4dq3ygc.fsf@igel.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1448207919 30643 80.91.229.3 (22 Nov 2015 15:58:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2015 15:58:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 16:58:27 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 1a0X20-0001ti-TV for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 16:58:25 +0100 Original-Received: from localhost ([::1]:56521 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0X21-0008Hg-1O for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 10:58:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0X1o-0008HR-8A for emacs-devel@gnu.org; Sun, 22 Nov 2015 10:58:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0X1k-0003bB-0j for emacs-devel@gnu.org; Sun, 22 Nov 2015 10:58:12 -0500 Original-Received: from aserp1040.oracle.com ([141.146.126.69]:44794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0X1j-0003b5-Ih for emacs-devel@gnu.org; Sun, 22 Nov 2015 10:58:07 -0500 Original-Received: from userv0022.oracle.com (userv0022.oracle.com [156.151.31.74]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id tAMFw4Cx019908 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 22 Nov 2015 15:58:05 GMT Original-Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0022.oracle.com (8.13.8/8.13.8) with ESMTP id tAMFw4RF002085 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Sun, 22 Nov 2015 15:58:04 GMT Original-Received: from abhmp0019.oracle.com (abhmp0019.oracle.com [141.146.116.25]) by userv0122.oracle.com (8.13.8/8.13.8) with ESMTP id tAMFw4TI016687; Sun, 22 Nov 2015 15:58:04 GMT In-Reply-To: <87y4dq3ygc.fsf@igel.home> X-Priority: 3 X-Mailer: Oracle Beehive Extensions for Outlook 2.0.1.9 (901082) [OL 12.0.6691.5000 (x86)] X-Source-IP: userv0022.oracle.com [156.151.31.74] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 141.146.126.69 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:195030 Archived-At: > > =09(if emacs24.4+ > > =09 (mouse-drag-track start-event) >=20 > This is the wrong condition. In 24.5 mouse-drag-track still accepts the > optional argument. OK, thanks. I'll revisit/retest that 24.4+ condition. IIRC, I used that, rather that >24.5, because, although it still accepts the 2nd arg, the behavior did not reflect it. But I will check that condition. Thx.