From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: Patch to have let and let* test that the arglist is a list Date: Wed, 18 Jan 2017 21:25:04 +0000 Message-ID: <20170118212504.GG4108@acm.fritz.box> References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1484774735 31982 195.159.176.226 (18 Jan 2017 21:25:35 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 18 Jan 2017 21:25:35 +0000 (UTC) User-Agent: Mutt/1.5.24 (2015-08-30) Cc: Emacs developers To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 18 22:25:30 2017 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 1cTxjU-0007pM-Ew for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2017 22:25:28 +0100 Original-Received: from localhost ([::1]:44436 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTxjZ-00082X-By for ged-emacs-devel@m.gmane.org; Wed, 18 Jan 2017 16:25:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTxjQ-00081D-Pt for emacs-devel@gnu.org; Wed, 18 Jan 2017 16:25:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTxjN-0002i3-Iw for emacs-devel@gnu.org; Wed, 18 Jan 2017 16:25:24 -0500 Original-Received: from ocolin.muc.de ([193.149.48.4]:62108 helo=mail.muc.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1cTxjN-0002fS-8V for emacs-devel@gnu.org; Wed, 18 Jan 2017 16:25:21 -0500 Original-Received: (qmail 12278 invoked by uid 3782); 18 Jan 2017 21:25:19 -0000 Original-Received: from acm.muc.de (p548C6FB5.dip0.t-ipconnect.de [84.140.111.181]) by colin.muc.de (tmda-ofmipd) with ESMTP; Wed, 18 Jan 2017 22:25:18 +0100 Original-Received: (qmail 6102 invoked by uid 1000); 18 Jan 2017 21:25:04 -0000 Content-Disposition: inline In-Reply-To: X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 193.149.48.4 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:211390 Archived-At: On Wed, Jan 18, 2017 at 06:53:22PM +0000, Philipp Stephani wrote: > Hi, > I've attached a small patch for let and let* to make them check for the > type of the argument list. It's worth noting that the byte compiler already checks this. I think the patch is a good idea. > Philipp -- Alan Mackenzie (Nuremberg, Germany).