From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Israelsson Tampe Newsgroups: gmane.lisp.guile.bugs Subject: [bug #30072] rest pattern after ellipsis Date: Thu, 09 Jun 2011 21:39:00 +0000 Message-ID: <20110609-213900.sv78157.8154@savannah.gnu.org> References: <20100607-184336.sv74648.70507@savannah.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain;charset=UTF-8 X-Trace: dough.gmane.org 1307655541 27053 80.91.229.12 (9 Jun 2011 21:39:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Jun 2011 21:39:01 +0000 (UTC) To: Szavai Gyula , Stefan Israelsson Tampe , bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Jun 09 23:38:57 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QUmwK-0005Ah-Ru for guile-bugs@m.gmane.org; Thu, 09 Jun 2011 23:38:56 +0200 Original-Received: from localhost ([::1]:59494 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUmwJ-0004cp-76 for guile-bugs@m.gmane.org; Thu, 09 Jun 2011 17:38:55 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:43266) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUmvv-0004c6-9l for bug-guile@gnu.org; Thu, 09 Jun 2011 17:38:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QUmvt-0007x4-Op for bug-guile@gnu.org; Thu, 09 Jun 2011 17:38:30 -0400 Original-Received: from colonialone.fsf.org ([140.186.70.51]:44524 helo=frontend.in.savannah.gnu.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QUmvt-0007x0-Iy for bug-guile@gnu.org; Thu, 09 Jun 2011 17:38:29 -0400 Original-Received: from www-data by frontend.in.savannah.gnu.org with local (Exim 4.72) (envelope-from ) id 1QUmwO-0000Sk-QE; Thu, 09 Jun 2011 21:39:00 +0000 X-PHP-Originating-Script: 0:sendmail.php X-Savane-Server: savannah.gnu.org:443 [10.1.0.103] X-Savane-Project: guile X-Savane-Tracker: bugs X-Savane-Item-ID: 30072 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:2.0.0) Gecko/20100101 Firefox/4.0 X-Apparently-From: 90.235.224.151 (Savane authenticated user tampe) In-Reply-To: <20100607-184336.sv74648.70507@savannah.gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.51 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5635 Archived-At: Follow-up Comment #1, bug #30072 (project guile): Tried to fix ice-9/psyntax.scm to allow for this descreptancy (define-syntax m (syntax-rules () ((_ ?x ... . ?y) (list ?x ... ?y)))) (write (m 1 2 3 . 0)) does work with supplied patch (file #23514) _______________________________________________________ Additional Item Attachment: File name: elipsis.diff Size:2 KB _______________________________________________________ Reply to this item at: _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/