From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jon Wilson Newsgroups: gmane.lisp.guile.user Subject: Re: guile and XML (mixp) Date: Mon, 27 Nov 2006 07:30:53 -0600 Message-ID: <456AE88D.5030504@fastmail.fm> References: <1164216402.3464.33.camel@localhost.localdomain> <87wt5nwbzo.fsf@ossau.uklinux.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1164653000 2418 80.91.229.2 (27 Nov 2006 18:43:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Nov 2006 18:43:20 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Nov 27 19:43:17 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GolRR-0003JZ-Dj for guile-user@m.gmane.org; Mon, 27 Nov 2006 19:42:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GolRR-0000bn-0v for guile-user@m.gmane.org; Mon, 27 Nov 2006 13:42:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gokyh-0002NP-Sw for guile-user@gnu.org; Mon, 27 Nov 2006 13:13:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gokyf-0002Lp-Ut for guile-user@gnu.org; Mon, 27 Nov 2006 13:13:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gokyf-0002Lc-MF for guile-user@gnu.org; Mon, 27 Nov 2006 13:13:13 -0500 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GojYz-0004wA-VQ for guile-user@gnu.org; Mon, 27 Nov 2006 11:42:38 -0500 Original-Received: from [131.225.111.11] (helo=mailgw1.fnal.gov) by mx20.gnu.org with esmtp (Exim 4.52) id 1GogcA-0004ZI-T6 for guile-user@gnu.org; Mon, 27 Nov 2006 08:33:43 -0500 Original-Received: from mailav2.fnal.gov (mailav2.fnal.gov [131.225.111.20]) by mailgw1.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) with SMTP id <0J9E00JHH5HXDU@mailgw1.fnal.gov> for guile-user@gnu.org; Mon, 27 Nov 2006 07:29:57 -0600 (CST) Original-Received: from mailgw2.fnal.gov ([131.225.111.12]) by mailav2.fnal.gov (SAVSMTP 3.1.7.47) with SMTP id M2006112707295701058 for ; Mon, 27 Nov 2006 07:29:57 -0600 Original-Received: from conversion-daemon.mailgw2.fnal.gov by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) id <0J9E00A0157IC0@mailgw2.fnal.gov> (original mail from j85wilson@fastmail.fm) for guile-user@gnu.org; Mon, 27 Nov 2006 07:29:57 -0600 (CST) Original-Received: from [192.168.0.2] (cpe-24-162-120-52.hot.res.rr.com [24.162.120.52]) by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) with ESMTPA id <0J9E00IU25HWV6@mailgw2.fnal.gov> for guile-user@gnu.org; Mon, 27 Nov 2006 07:29:57 -0600 (CST) In-reply-to: <87wt5nwbzo.fsf@ossau.uklinux.net> Original-To: guile-user@gnu.org User-Agent: Thunderbird 1.5.0.7 (X11/20060918) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5671 Archived-At: Hi Neil, > Whoever is doing (use-modules (ice-9 syncase)) needs to do (use-syntax > (ice-9 syncase)) instead. > I see this fairly often. Perhaps there should be some little widget in (ice-9 syncase) which says "If you try to use=modules me, you will actually get use-syntax instead.). Or could an argument be made for combining use-modules and use-syntax? Are there any cases where one would write a module, and then at some times want to use-modules it, and at other times want to use-syntax it, so that the user would need to specify which one was wanted? Regards, Jon _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user