Robert Graham Merkel writes:
> Is there something incredibly clever going on here that I'm not
> understanding, or is this code just crufty:
>
> src/gnome/window-main.c:
>
> static void
> gnc_account_cb(GNCMainWinAccountList *tree, Account *account, gpointer
> data)
> /* why the extra argument *
On Tue, 28 Nov 2000 12:04:51 PST, the world broke into rejoicing as
Dave Peticolas <[EMAIL PROTECTED]> said:
> James LewisMoss writes:
> > Dave> I tend to think of abstract dates as functions from absolute
> > Dave> dates to absolute dates. So, "last monday in a month" would be
> > Dave> a fun
Is there something incredibly clever going on here that I'm not
understanding, or is this code just crufty:
src/gnome/window-main.c:
static void
gnc_account_cb(GNCMainWinAccountList *tree, Account *account, gpointer
data)
/* why the extra argument */
{
gboolean sensitive;
account = gnc_main
On Mon, 27 Nov 2000, you wrote:
> OK.
>
> I need some complex time/date manipulation functions to deal with
> budgeting.
>
> So far it looks like there are two scheme files in the dist that deal
> with dates:
>
> src/scm/date-utilities.scm
> src/scm/srfi/srfi-19.scm
>
> srfi-19.scm doesn't con
It's been rumoured that Conrad Canterford said:
> > Is gnucash going to become a business accounting package, then ?
There is tremendous interest in a good linux-based business accounting
package.
> > May I request that you please take great care to keep the interface for
> > personal users as s
Poldi Winkler writes:
> Hello,
> I'd like to get your help again.
> I am using gnucash 1.4.8 and KDE2 with SuSE 7.0. My language is (was) German
> and the formatting of numbers is (was) 1.234,56.
> After I have played with gnome and afterstep and fvwm2 in gnucash my language
>
> is English and
"Christopher B. Browne" wrote:
> Richard -Gilligan- Uschold writes:
> > I have an html report that I want to call up from a link in the sgml
> > help system. I do not want to convert the html to sgml first, not by
> > hand, anyway, as it was generated by directly by scheme. Can this be
> >
Hello,
I'd like to get your help again.
I am using gnucash 1.4.8 and KDE2 with SuSE 7.0. My language is (was) German
and the formatting of numbers is (was) 1.234,56.
After I have played with gnome and afterstep and fvwm2 in gnucash my language
is English and the format is 1,234.56 (the other pro
Richard -Gilligan- Uschold writes:
> I have an html report that I want to call up from a link in the sgml
> help system. I do not want to convert the html to sgml first, not by
> hand, anyway, as it was generated by directly by scheme. Can this be
> done?
I've got a DSSSL script [attached