GNU bug report logs - #23550
25.0.93; cl.texi (for var on list by func): Fix documentation

Previous Next

Package: emacs;

Reported by: Tino Calancha <f92capac <at> gmail.com>

Date: Mon, 16 May 2016 15:47:02 UTC

Severity: minor

Tags: patch

Found in version 25.0.93

Done: Tino Calancha <tino.calancha <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: npostavs <at> users.sourceforge.net
To: Tino Calancha <tino.calancha <at> gmail.com>
Cc: Tino Calancha <f92capac <at> gmail.com>, 23550 <at> debbugs.gnu.org
Subject: bug#23550: 25.0.93; cl.texi (for var on list by func): Fix documentation
Date: Wed, 29 Mar 2017 10:08:14 -0400
Tino Calancha <tino.calancha <at> gmail.com> writes:

> It might be useful rewrite that part to make it more clear, but i don't
> have a clear proposal.

Actually, looking at this some more, I think you should just apply your
patch that removes this stuff completely.  It's much clearer to write
that sort of example as

    (cl-loop for y = "lion" then (next-prey y)
             while y collect y)

And looking down the page, `for VAR = EXPR1 then EXPR2' is already
explained well enough (as well as the equivalence to the `for VAR on
LIST by FUNCTION' form).




This bug report was last modified 8 years and 55 days ago.

Previous Next


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