GNU bug report logs - #28254
26.0.50; SRFI-2 and-let*

Previous Next

Package: emacs;

Reported by: Mark Oteiza <mvoteiza <at> udel.edu>

Date: Sun, 27 Aug 2017 20:12:02 UTC

Severity: wishlist

Found in version 26.0.50

Done: Mark Oteiza <mvoteiza <at> udel.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Heerdegen <michael_heerdegen <at> web.de>
To: Mark Oteiza <mvoteiza <at> udel.edu>
Cc: 28254 <at> debbugs.gnu.org, Noam Postavsky <npostavs <at> users.sourceforge.net>
Subject: bug#28254: 26.0.50; SRFI-2 and-let*
Date: Wed, 06 Sep 2017 14:12:48 +0200
Hi Mark,

I just had a quick look.  One detail:

> +  (cond
> +   ((null elt) (list elt))
> +   ((symbolp elt) (list elt elt))
> +   ((nlistp elt) (list elt))
> +   ((and (null (cdr elt))
> +         (atom (car elt)))
> +    (list (cl-gensym) (car elt)))
> +   ((and (null (cdr elt))
> +         (let ((form (car elt)))
> +           (or (listp form) (atom form))))
> +    (list (cl-gensym) (car elt)))
              ^^^^^^^^^

Wouldn't this mean we would have to (require 'cl-lib) (without
`eval-when-compile') in subr-x?  I'm not sure if that would be
acceptable.


Michael.




This bug report was last modified 7 years and 253 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.