From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Julian Graham Newsgroups: gmane.lisp.guile.devel Subject: Re: trace examples broken in master Date: Fri, 14 Aug 2009 13:21:06 -0400 Message-ID: <2bc5f8210908141021v1a93011ar3fb6bd3e30157a0b@mail.gmail.com> References: <2bc5f8210907091222v6d3a3b8cqd91050a02b9d4f9c@mail.gmail.com> <87r5wj6626.fsf@arudy.ossau.uklinux.net> <87skfu49fk.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1250270484 12709 80.91.229.12 (14 Aug 2009 17:21:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Aug 2009 17:21:24 +0000 (UTC) Cc: Andy Wingo , guile-devel To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Aug 14 19:21:17 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Mc0Sr-00075f-0D for guile-devel@m.gmane.org; Fri, 14 Aug 2009 19:21:17 +0200 Original-Received: from localhost ([127.0.0.1]:50315 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mc0Sq-0007VZ-EK for guile-devel@m.gmane.org; Fri, 14 Aug 2009 13:21:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mc0Sj-0007VN-8Z for guile-devel@gnu.org; Fri, 14 Aug 2009 13:21:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mc0Si-0007VB-RG for guile-devel@gnu.org; Fri, 14 Aug 2009 13:21:08 -0400 Original-Received: from [199.232.76.173] (port=42093 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mc0Si-0007V8-LQ for guile-devel@gnu.org; Fri, 14 Aug 2009 13:21:08 -0400 Original-Received: from ey-out-1920.google.com ([74.125.78.144]:41100) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mc0Si-0007Qi-BL for guile-devel@gnu.org; Fri, 14 Aug 2009 13:21:08 -0400 Original-Received: by ey-out-1920.google.com with SMTP id 5so487243eyb.24 for ; Fri, 14 Aug 2009 10:21:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=VIgHOn706WKLQ2a/not+hFdeftDuJxBO9S8LyvoOECI=; b=Y13aCYLjgrGCCJEZ922Oz4+nKmRpqjv3HIE+xO8+5T7/MYZiTmAfJ2KvxLcijvbXGD 7JUghyDRgkfCcINfePySZ0R/zoGPd1agOwQFrtrYrO2mx92ZWXju0H3jXlojyIBH74GG NpdG10vgZNKXZ9OVOQegFc1cc/vmLflL6ITqw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=HPqNOHu3SiIcvJ5vtBbOUcZ9J4jGo3AEc5io4FvJpYUlGz284A2zBMxkewt4oWPkaw QTtrMQ8L4ZQ4mVRCLpTKB9zDzQsywQ0XtduFWjA6LCif9b3gjMoWhO/eXClpeYvK3eH2 T9aWfq0zmKleCXIv0Pxd5QsALg7YMPXNWnWmc= Original-Received: by 10.210.118.14 with SMTP id q14mr3498652ebc.31.1250270466817; Fri, 14 Aug 2009 10:21:06 -0700 (PDT) In-Reply-To: <87skfu49fk.fsf@arudy.ossau.uklinux.net> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9111 Archived-At: Hey Neil, Thanks for addressing this. Looking forward to trying it out -- it'll be a great help. Regards, Julian On Fri, Aug 14, 2009 at 1:00 PM, Neil Jerram wrote: > Andy Wingo writes: > >> On Tue 14 Jul 2009 10:07, Neil Jerram writes: >> >>> but the right thing to do is to fix the scm_set_source_properties_x () >>> code. >> >> Yes, this would be better. > > Here are my proposed changes for that, for master. =A0Please let me know > of any comments. > > Unfortunately too late now for 1.9.2, but I'll commit (subject to > comments) after that release. > > =A0 =A0Neil > >