Re: Scheme string-split

2008-06-05 Thread Derek Atkins
Quoting Charles Day <[EMAIL PROTECTED]>: >> At this point -- 1.6. >> But previous versions of GnuCash supported 1.3.4 and 1.4 >> However I believe we dropped versions < 1.6 in 2.0 or 2.2. >> > > A custom string-split would have been necessary for supporting Guile 1.4 and > below. If GnuCash will n

Re: Scheme string-split

2008-06-05 Thread Charles Day
On Thu, Jun 5, 2008 at 9:49 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > Quoting Charles Day <[EMAIL PROTECTED]>: > > On Thu, Jun 5, 2008 at 9:31 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: >> >> Quoting Charles Day <[EMAIL PROTECTED]>: >>> >>> Does anyone know why there is a custom string-spl

Re: Scheme string-split

2008-06-05 Thread Derek Atkins
Quoting Charles Day <[EMAIL PROTECTED]>: > On Thu, Jun 5, 2008 at 9:31 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > >> Quoting Charles Day <[EMAIL PROTECTED]>: >> >> Does anyone know why there is a custom string-split procedure in main.scm? >>> Guile 1.6 and up already includes this as a standar

Re: New Scheme string routines

2008-06-05 Thread Derek Atkins
Quoting Charles Day <[EMAIL PROTECTED]>: > On Thu, Jun 5, 2008 at 9:29 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > >> Maybe create a new file in src/scm and then you can cause >> it to get loaded by main.scm? I don't think main.scm >> is the right place for these procedures. >> > > OK. Should I

Re: New Scheme string routines

2008-06-05 Thread Charles Day
On Thu, Jun 5, 2008 at 9:29 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > Maybe create a new file in src/scm and then you can cause > it to get loaded by main.scm? I don't think main.scm > is the right place for these procedures. > OK. Should I be naming these procedures with "gnc-" in front to

Re: Scheme string-split

2008-06-05 Thread Charles Day
On Thu, Jun 5, 2008 at 9:31 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > Quoting Charles Day <[EMAIL PROTECTED]>: > > Does anyone know why there is a custom string-split procedure in main.scm? >> Guile 1.6 and up already includes this as a standard procedure. Are we >> trying to support older ve

Re: Scheme string-split

2008-06-05 Thread Derek Atkins
Quoting Charles Day <[EMAIL PROTECTED]>: > Does anyone know why there is a custom string-split procedure in main.scm? > Guile 1.6 and up already includes this as a standard procedure. Are we > trying to support older versions, or is this a leftover from days past? I *SUSPECT* it's a holdover from

Re: New Scheme string routines

2008-06-05 Thread Derek Atkins
Maybe create a new file in src/scm and then you can cause it to get loaded by main.scm? I don't think main.scm is the right place for these procedures. -derek Quoting Charles Day <[EMAIL PROTECTED]>: > To support multi-byte account separators in the QIF importer I have had to > write several ne

Scheme string-split

2008-06-05 Thread Charles Day
Does anyone know why there is a custom string-split procedure in main.scm? Guile 1.6 and up already includes this as a standard procedure. Are we trying to support older versions, or is this a leftover from days past? Cheers, Charles ___ gnucash-devel ma

New Scheme string routines

2008-06-05 Thread Charles Day
To support multi-byte account separators in the QIF importer I have had to write several new Scheme string manipulation routines. They are pretty useful variations on some of the standard routines. I have them working in the QIF importer, but is there a better place to stick them so that they can b

PGC Spain 2008

2008-06-05 Thread Gabriel Serrano
I just got the new chart of accounts for the spanisch PGC 2008 (already conver to GNUCash format. How do I submit it as a patch that everyone can use? ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnu

Re: GDA: Status

2008-06-05 Thread Derek Atkins
Quoting Phil Longstaff <[EMAIL PROTECTED]>: > Derek Atkins wrote: > to switch. Do you want to do this in the gda-dev or would you like a new branch to work from? Branches are cheap. >>> At this point, I'll work in gda-dev. >> >> Okay. I was just thinking that maybe "dbi-dev" would

Re: Guile threading

2008-06-05 Thread Charles Day
On Thu, Jun 5, 2008 at 5:41 AM, Derek Atkins <[EMAIL PROTECTED]> wrote: > "Charles Day" <[EMAIL PROTECTED]> writes: > > > For prettiness, mainly. But I was also considering whether to add some > extra > > text below the bar to show the current subtask (like shown in the HIG). > The > > ability to

Re: GDA: Status

2008-06-05 Thread Phil Longstaff
Derek Atkins wrote: to switch. >>> Do you want to do this in the gda-dev or would you like a new branch >>> to work from? Branches are cheap. >> At this point, I'll work in gda-dev. > > Okay. I was just thinking that maybe "dbi-dev" would be a more > appropriate name. But up to you. What

Re: [Patch] Enhance account renumbering dialog with 'Begin At' entry to increment from

2008-06-05 Thread Derek Atkins
"Darryl Rees" <[EMAIL PROTECTED]> writes: > By way of illustration, I wanted to do something like the following: > A000Assets > A100Fixed Assets > A110Buildings > A120Furniture and Fittings > A130Other Fixed Asset > A200Curren

Re: GDA: Status

2008-06-05 Thread Derek Atkins
Phil Longstaff <[EMAIL PROTECTED]> writes: > Derek Atkins wrote: >> Phil Longstaff <[EMAIL PROTECTED]> writes: >> >> My appologies for sounding like a broken record, but if you look at >> MythTV they show how to support both MySQL and PG in an automated >> fashion. At least I'm pretty sure they

Re: Guile threading

2008-06-05 Thread Derek Atkins
"Charles Day" <[EMAIL PROTECTED]> writes: > For prettiness, mainly. But I was also considering whether to add some extra > text below the bar to show the current subtask (like shown in the HIG). The > ability to cancel is also currently missing from the QIF importer, though the > existing popup co