From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: bitten by lexical-binding Date: Sun, 22 Nov 2015 15:29:10 +0100 Message-ID: <87ziy685vt.fsf@fencepost.gnu.org> 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 X-Trace: ger.gmane.org 1448202568 16626 80.91.229.3 (22 Nov 2015 14:29:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2015 14:29:28 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 15:29: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 1a0Vdu-0004P0-7h for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 15:29:26 +0100 Original-Received: from localhost ([::1]:56250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0Vdu-0001kR-0I for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 09:29:26 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0Vdg-0001kA-UF for emacs-devel@gnu.org; Sun, 22 Nov 2015 09:29:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0Vdg-0001D0-3H for emacs-devel@gnu.org; Sun, 22 Nov 2015 09:29:12 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0Vdg-0001Cw-0B; Sun, 22 Nov 2015 09:29:12 -0500 Original-Received: from localhost ([127.0.0.1]:57184 helo=lola) by fencepost.gnu.org with esmtp (Exim 4.82) (envelope-from ) id 1a0Vde-000386-SA; Sun, 22 Nov 2015 09:29:11 -0500 Original-Received: by lola (Postfix, from userid 1000) id 77ADCDF5F8; Sun, 22 Nov 2015 15:29:10 +0100 (CET) In-Reply-To: <87y4dq3ygc.fsf@igel.home> (Andreas Schwab's message of "Sun, 22 Nov 2015 15:23:15 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:195016 Archived-At: Andreas Schwab writes: > Drew Adams writes: > >> (let ((emacs24.4+ >> (or (> emacs-major-version 24) >> (and (= emacs-major-version 24) >> (not (version< emacs-version "24.3.50")))))) >> (if emacs24.4+ >> (mouse-drag-track start-event) ; <========= > > This is the wrong condition. In 24.5 mouse-drag-track still accepts the > optional argument. And why would that make the condition wrong? -- David Kastrup