From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Lars Brinkhoff Newsgroups: gmane.emacs.bugs Subject: Common Lisp loop clauses Date: 09 Oct 2002 14:08:01 +0200 Organization: nocrew Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <85elazerxa.fsf@junk.nocrew.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034165324 31667 127.0.0.1 (9 Oct 2002 12:08:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 9 Oct 2002 12:08:44 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17zFdo-0008EF-00 for ; Wed, 09 Oct 2002 14:08:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zFeI-0003rR-00; Wed, 09 Oct 2002 08:09:10 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17zFdF-0002r8-00 for bug-gnu-emacs@gnu.org; Wed, 09 Oct 2002 08:08:05 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17zFdD-0002q3-00 for bug-gnu-emacs@gnu.org; Wed, 09 Oct 2002 08:08:05 -0400 Original-Received: from junk.nocrew.org ([213.242.147.30]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17zFdD-0002pb-00 for bug-gnu-emacs@gnu.org; Wed, 09 Oct 2002 08:08:03 -0400 Original-Received: from lars by junk.nocrew.org with local (Exim 3.35 #1 (Debian)) for bug-gnu-emacs@gnu.org id 17zFdB-0000jj-00; Wed, 09 Oct 2002 14:08:01 +0200 Original-To: bug-gnu-emacs@gnu.org Original-Lines: 6 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3670 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3670 The function cl-parse-loop-clause in cl-macs.el doesn't recognize keyword-style loop clauses, e.g. (loop :for x :from 1 :to 10 :do (something)) Would a patch to add support for this be accepted?