From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: Novice trouble with generator.el Date: Mon, 16 Nov 2015 20:16:59 -0800 Message-ID: <0F8BB159-6D54-40F5-9CA4-986D4BEFF2B0@gmail.com> References: <33a346d6-e0ae-4250-b7b1-9ddb8efab2a8@googlegroups.com> <5f74a87f-ffb4-4597-a0bd-de2d35ed4035@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1447733847 31530 80.91.229.3 (17 Nov 2015 04:17:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2015 04:17:27 +0000 (UTC) Cc: Davin Pearson To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 17 05:17:23 2015 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 1ZyXhq-0001Vt-FW for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Nov 2015 05:17:22 +0100 Original-Received: from localhost ([::1]:55585 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyXhq-000456-0h for geh-help-gnu-emacs@m.gmane.org; Mon, 16 Nov 2015 23:17:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55743) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyXhf-00044d-Eb for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 23:17:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyXhW-0000gR-7a for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 23:17:11 -0500 Original-Received: from mail-pa0-x234.google.com ([2607:f8b0:400e:c03::234]:34376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyXhW-0000fr-1s for help-gnu-emacs@gnu.org; Mon, 16 Nov 2015 23:17:02 -0500 Original-Received: by padhx2 with SMTP id hx2so197547084pad.1 for ; Mon, 16 Nov 2015 20:17:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=63eP5b4SC0ZgQqkuO4Zozzl7O43qVNir/lQKtXYqFss=; b=FJ3VGRGzxAOZpS3II3qB8okuDtcV0YXY4jQ3NFc94A86sh3f9yDmDTKVavENIrtiBk RgVWEnneRsvEfOwnuAf6lRzYTZxfhM/00zPUzFeb3PUDU90n8JOtrLz45+5GtcOw7+3F HgOW0bV0rnvG4oPaLOKszfGNyYOJlTOrgMrv0furuKRb9DsXeO1wf/QHo0tVVj7PCiUz Z51flWC1QTmC6g+bLAW++ZFygg3YSaoCYZ35ZdoAXUU9HqZnQQaladI5VSN6gA6Wvlho 9e0JgHOUjUtM1/ptlA+dKSdDllW5PGOxX5o1RE4w/kZxm+K4WnpVyUhmNzIPEATFHhaJ KpGA== X-Received: by 10.66.102.4 with SMTP id fk4mr47881521pab.85.1447733821203; Mon, 16 Nov 2015 20:17:01 -0800 (PST) Original-Received: from [10.0.1.33] (cpe-76-94-246-157.socal.res.rr.com. [76.94.246.157]) by smtp.gmail.com with ESMTPSA id hz8sm12510078pac.10.2015.11.16.20.17.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 16 Nov 2015 20:17:00 -0800 (PST) X-Mailer: iPhone Mail (13B143) In-Reply-To: <5f74a87f-ffb4-4597-a0bd-de2d35ed4035@googlegroups.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::234 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:108108 Archived-At: > When I try to execute=20 >=20 > iter-defun iterator-of-directory-files (directory &optional full match nos= ort recurse) >=20 > it gives me the following error: >=20 > Assertion failed: lexical-binding >=20 > What gives? Note that I am using Emacs 24.3.1. >=20 > Do I have to execute Emacs 25.x.y? Put a comment like this as the very first line of the file: ;;; lexical-binding: t Lexical binding is optional in Emacs but generator.el requires it.=20 --=20 john=