Can someone explain why the following scheme
code works the following way:
guile> (let ((b '())) (append! b (list 1)) b)
()
** Should be (1) shouldn't it? ***
guile> (let ((b (list))) (append! b (list 1)) b)
()
** ditto **
guile> (let ((b (list 1))) (append! b (list 1)) b)
I want to install xacc-1.0.18 on a Linux mandrake 6.1. When I try to install it I get
a error " dependency
problem: libxm.so.2 is needed by xacc-1.0.18..."
Does anyone have any idea where to find it . I search all file system and I couldn't
find it.
Please help...
Thanks
Juan Gonzalez
--
Gnucash BugTrack notification
new message incoming/43
Message summary for PR#43
From: Christopher Browne <[EMAIL PROTECTED]>
Subject: Re: Notification: incoming/42
Date: Sat, 18 Dec 1999 15:13:18 -0600
0 replies 0 followups
> ORIGINAL MESSAGE FOLLOWS <=
Gnucash BugTrack notification
new message incoming/42
Message summary for PR#42
From: [EMAIL PROTECTED]
Subject: missing quote in html
Date: unknown
0 replies 0 followups
> ORIGINAL MESSAGE FOLLOWS <
Received: (qmail 1810 invoked from network); 18
On Sat, 18 Dec 1999 19:37:29 +1100, the world broke into rejoicing as
Robert Graham Merkel <[EMAIL PROTECTED]> said:
> I'm currently working on a transaction report, which I intend to use
> as a test case for the improved reporting infrastructure discussed
> previously on the list.
>
> As it tu
> I'm currently working on a transaction report, which I intend to use
> as a test case for the improved reporting infrastructure discussed
> previously on the list.
>
> As it turns out, all I need to do is print out a list of the splits
> in a particular account - with some filterting, orderin
I'm currently working on a transaction report, which I intend to use
as a test case for the improved reporting infrastructure discussed
previously on the list.
As it turns out, all I need to do is print out a list of the splits
in a particular account - with some filterting, ordering, and
forma