From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jon Wilson Newsgroups: gmane.lisp.guile.bugs Subject: Re: 1.8.2 srfi-19 warns about current-time Date: Mon, 08 Oct 2007 17:34:44 -0400 Message-ID: <470AA274.3010509@wilsonjc.us> References: <470906BE.9050207@wilsonjc.us> <878x6esuva.fsf@chbouib.org> <877ilxfpwd.fsf@chbouib.org> NNTP-Posting-Host: lo.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 1191879326 8408 80.91.229.12 (8 Oct 2007 21:35:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Oct 2007 21:35:26 +0000 (UTC) To: bug-guile@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon Oct 08 23:35:23 2007 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1If0Fa-0007mz-GS for guile-bugs@m.gmane.org; Mon, 08 Oct 2007 23:34:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1If0FV-0001gJ-44 for guile-bugs@m.gmane.org; Mon, 08 Oct 2007 17:34:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1If0FR-0001g5-Kx for bug-guile@gnu.org; Mon, 08 Oct 2007 17:34:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1If0FP-0001fj-Up for bug-guile@gnu.org; Mon, 08 Oct 2007 17:34:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1If0FP-0001fg-Rw for bug-guile@gnu.org; Mon, 08 Oct 2007 17:34:43 -0400 Original-Received: from mailgw2.fnal.gov ([131.225.111.12]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1If0FQ-00033J-5v for bug-guile@gnu.org; Mon, 08 Oct 2007 17:34:44 -0400 Original-Received: from mailav1.fnal.gov (mailav1.fnal.gov [131.225.111.18]) by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) with SMTP id <0JPM005F03T1KP@mailgw2.fnal.gov> for bug-guile@gnu.org; Mon, 08 Oct 2007 16:34:42 -0500 (CDT) Original-Received: from mailgw2.fnal.gov ([131.225.111.12]) by mailav1.fnal.gov (SAVSMTP 3.1.7.47) with SMTP id M2007100816344105239 for ; Mon, 08 Oct 2007 16:34:41 -0500 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 <0JPM00B013329N@mailgw2.fnal.gov> (original mail from jsw@wilsonjc.us) for bug-guile@gnu.org; Mon, 08 Oct 2007 16:34:42 -0500 (CDT) Original-Received: from [192.168.1.105] (cpe-75-187-46-126.columbus.res.rr.com [75.187.46.126]) by mailgw2.fnal.gov (iPlanet Messaging Server 5.2 HotFix 2.06 (built Mar 28 2005)) with ESMTPA id <0JPM0050A3XSVB@mailgw2.fnal.gov> for bug-guile@gnu.org; Mon, 08 Oct 2007 16:34:41 -0500 (CDT) In-reply-to: User-Agent: Thunderbird 1.5.0.13 (X11/20070824) X-Detected-Kernel: Solaris 9 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:3618 Archived-At: Hi Greg, One more option is to rename all of the symbols coming in from srfi-19. I've used this myself. (use-modules ((srfi srfi-19) :renamer (symbol-prefix-proc 'tm:))) This prefixes every symbol exported by srfi-19 with tm:, so current-time becomes tm:current-time etc. Regards, Jon _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile