From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: source-properties versus set-source-properties! Date: Sat, 09 Aug 2003 09:14:48 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87ptjfbv2v.fsf@zip.com.au> References: <87n0joyduz.fsf@zip.com.au> <87adb895on.fsf@zip.com.au> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1060395012 27986 80.91.224.253 (9 Aug 2003 02:10:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 9 Aug 2003 02:10:12 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Aug 09 04:10:38 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19lJBl-0000LK-00 for ; Sat, 09 Aug 2003 04:10:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19lJ72-00048n-3v for guile-devel@m.gmane.org; Fri, 08 Aug 2003 22:05:44 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19lJ3n-0003LO-DQ for guile-devel@gnu.org; Fri, 08 Aug 2003 22:02:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19lIb6-0005nq-H9 for guile-devel@gnu.org; Fri, 08 Aug 2003 21:33:15 -0400 Original-Received: from [61.8.0.36] (helo=snoopy.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.20) id 19lGRs-0008L4-9p for guile-devel@gnu.org; Fri, 08 Aug 2003 19:15:04 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h78NF20J030713 for ; Sat, 9 Aug 2003 09:15:02 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h78NF2Ch018300 for ; Sat, 9 Aug 2003 09:15:02 +1000 (EST) Original-Received: from localhost (ppp24.dyn228.pacific.net.au [203.143.228.24]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h78NF0Ps001139 for ; Sat, 9 Aug 2003 09:15:01 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19lGRe-000385-00; Sat, 09 Aug 2003 09:14:50 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: <87adb895on.fsf@zip.com.au> (Kevin Ryde's message of "Mon, 21 Jul 2003 08:47:20 +1000") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2683 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2683 I wrote: > > * srcprop.c (scm_source_properties): Return plist from hash if it's a > list set by source-properties! rather than an SRCPROPS object, I realized I needed SCM_EOL as the default in the hash call, but otherwise I applied this, and I made an executive decision and applied it to the 1.6 branch too, so source-properties and set-source-properties! will cooperate. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel