Re: The Ultimate Calculation Engine...

1999-11-29 Thread Rob Browning
t's not mandatory since we can always quit if we're invoked at a "stale" time. We'd also want to add code so that when the event fires we can tell whether or not gnucash is already running, and if it is, then we just tell that instance to wake up and process the relevant jobs. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: The Ultimate Calculation Engine...

1999-11-29 Thread Rob Browning
with reports, printing, and all the other "easy" stuff working right. In the meantime, we should, as time permits, work out a design for the automatic transactions/queueing/data export/import stuff that makes us happy. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094

Re: The Ultimate Calculation Engine...

1999-11-29 Thread Rob Walker
>>>>> On 29 Nov 1999 15:48:24 -0600, Rob Browning <[EMAIL PROTECTED]> >>>>> said: Rob> If we can just set one event on gnucash shutdown that's Rob> guaranteed to run, even if the system goes down and comes back up Rob> after the event was mis

Re: The Ultimate Calculation Engine...

1999-11-29 Thread Rob Browning
Rob Walker <[EMAIL PROTECTED]> writes: > "gnucash-at", "gnucash-anacron" ?? Maybe, though if I actually put the time into this, I would make it a more general system daemon that gnucash just happened to use because I think it's a more general problem. I c

Re: A question about the engine

1999-11-29 Thread Rob Browning
dify a sub-account, the totals for the parent accounts > won't be correct. > > The engine doesn't seem to maintain the account totals of parent accounts > following a commit. Is that for efficiency reasons? Linas'll have to answer these. My impression is that the a

Re: The Ultimate Calculation Engine...

1999-11-29 Thread Rob Browning
.new when it's ready. Though this may be being a bit too defensive. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: GnuCash on Suse Linux 6.2

1999-11-29 Thread Rob Browning
al/share/gnucash/scm/path.scm:64:35: While evaluating arguments to > gnc:c > onfig-var-value-get in expression (gnc:config-var-value-get > gnc:*config-dir*): > /usr/local/share/gnucash/scm/path.scm:64:35: Unbound variable: > gnc:*config-dir* Did anyone get back to you on this? I

Re: Notification: incoming/35

1999-11-29 Thread Rob Browning
h/scm/path.scm:64:35: Unbound variable: gnc:*config-dir* > > Sadly I don't know scheme. I think this means that you don't have slib properly built/configured. Check the README for details. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

text report

1999-11-30 Thread Rob Coker
I developed a text report output for a balance sheet and income statement. They get written to the current directory. I know that Rob B. is probably going to have this capability when his scheme stuff comes out, but it's not out yet and for those of us who don't have eperl, it's

the accounts window

1999-11-30 Thread Rob Walker
I have the Expenses category, it is of type expense, and it only has categories underneath it, no data for itself. When I 2x click on it, I get a register. I would like 2x click to expand or contract the list, as if I had clicked on the + or - sign. Does this make sense? rob -- Gnucash

more accounts window stuff

1999-11-30 Thread Rob Walker
within them are sorted, as well. However, they were not sorted upon entry. There, _that_ is the bug that I am trying to mention. :-) rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

register questions.

1999-11-30 Thread Rob Walker
start up gnucash. open an expense account which has no transactions in it. click on the 'rebate' column, type in a value. click on _R_egister, _C_lose. Note that the transaction was saved. Why? rob -- "There is a certain 'market' driven by people mostly too stup

even more accounts stuff

1999-11-30 Thread Rob Walker
ire heirarchy of the account name (maybe including the type) in the title bar of the register window? e.g. Expenses:Household:Insurance rob -- Good, Fast, Cheap: Pick any two. (RFC 1925) -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: register questions.

1999-11-30 Thread Rob Walker
it only seemed to be doing it on the opening balance of a register. Dave> arguably incorrect. We should probably have a dialog that agreed, incorrect. Dave> queries the user to see if they really want to make the change. well, if they didn't hit record, I guess we can't au

Re: register questions.

1999-11-30 Thread Rob Walker
Dave> the change should still be there. ah, yes, you are right. You found another one! I was talking about when you edit a blank entry in the register. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: Whole lotta hashin' goin' on...

1999-12-01 Thread Rob Browning
Christopher Browne <[EMAIL PROTECTED]> writes: > I have come to understand how Guile handles hashing; Rob Browning > was looking, in .../scm/prefs.scm for a "hash-for-each." > > I have some code in transit that handles this; that will also fairly > substantively c

Re: Whole lotta hashin' goin' on...

1999-12-01 Thread Rob Browning
Rob Browning <[EMAIL PROTECTED]> writes: > I've finally gotten around to looking at this, and are you sure it's > correct? It seems to assume that hashes will always be founded on > vectors of empty lists, and I don't think that's guaranteed. In fact >

Re: Patches between versions

1999-12-01 Thread Rob Browning
ot;alpha" status soon, but I'm very happy to let Linas handle that end of things. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Change semantics of gnc:load, or switch to gnc:depend?

1999-12-01 Thread Rob Browning
change it so that we have a separate search path for reports, with something like (gnc:load-report "balance-sheet.scm"), which will be implemented something like this: (define (gnc:load-report name) (gnc:load name gnc:*report-path*)) but for now, I'm just doing the

Re: Change semantics of gnc:load, or switch to gnc:depend?

1999-12-01 Thread Rob Browning
Rob Browning <[EMAIL PROTECTED]> writes: > So I'm planning to add (gnc:depend "filename") and (gnc:support > "filename"). You call the former if your source needs the code > provided by the other file and the latter if the file supports it. > This

Re: currency of CVS?

1999-12-01 Thread Rob Browning
s a set of outstanding patches like the one I posted to [EMAIL PROTECTED] earlier today. It'll probably get incorporated in a few days. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: Hmmmm... Compile issue?

1999-12-02 Thread Rob Walker
>>>>> On Wed, 01 Dec 1999 22:33:50 -0600, Christopher Browne >>>>> <[EMAIL PROTECTED]> said: Christopher> With the latest updates, and Rob Browning's reporting Christopher> patch, I get the following: Christopher> ../../src/register/gnom

Re: Hmmmm... Compile issue?

1999-12-02 Thread Rob Walker
>>>>> On Wed, 01 Dec 1999 21:46:11 -0800, Dave Peticolas >>>>> <[EMAIL PROTECTED]> said: >> With the latest updates, and Rob Browning's reporting patch, I get >> the following: Dave> Did you run autoconf and then configure? I just ran au

Re: Hmmmm... Compile issue?

1999-12-02 Thread Rob Walker
' >> /usr/lib/libgtkxmhtml.so: undefined reference to `XpmFreeXpmImage' >> collect2: ld returned 1 exit status >> make[3]: *** [../../gnucash.gnome] Error 1 >> make[3]: Leaving directory `/home/rob/src/cvs/gnucash/src/gnome' >> make[2]: *** [gnome] Error 2

Re: *patch*

1999-12-03 Thread Rob Browning
Dave Peticolas <[EMAIL PROTECTED]> writes: > Ok, I finally got this working. Rob, maybe you can see an > easier way. Anyway, it seems the new reporting stuff requires > slib 2c6, right? Hmm, I had no idea. We can probably eliminate the dependency on any particular version of

Re: Tab Sequence for Entering Transactions

1999-12-04 Thread Rob Browning
n fields changed. Eventually what you type into the description field might be used to suggest a default value for the transferfrom field... -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: Transaction reports

1999-12-04 Thread Rob Browning
uld hit them more than once since each split in the transaction has two "sides"). It shouldn't be too hard to use this as an example upon which to base your transaction report. Let me know if I can help. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3

Re: Transaction reports

1999-12-05 Thread Rob Walker
X... >> Suggestions? John> I don't suppose there is any chance of an option to produce John> reports in ASCII? yes! please, please get them out in ASCII. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: Transaction reports

1999-12-05 Thread Rob Browning
formation > below). > Any suggestions? It'd help to > have your report code working before I work on any new stuff . .. . It looks like you're missing src/scm/srfi/* These are a set of *very* useful implementations of the accepted schme "Scheme Request For Implemen

Re: Transaction reports

1999-12-05 Thread Rob Browning
Rob Walker <[EMAIL PROTECTED]> writes: > yes! please, please get them out in ASCII. Well, if we go with my previous suggestion, spitting out plain ASCII should be trivial, and depending on what you want to do, since the report itself would be (text) scheme forms, you could write scri

stock questions

1999-12-05 Thread Rob Walker
how can i do an import of stock data? I have the closing data information for my portfolio going a long ways back. I need to import this into my stock register. Also, I need to record a few stock splits. How is this done in the stock register? rob -- Gnucash Developer's Lis

splits

1999-12-05 Thread Rob Walker
I just went to WalMart, bought socks and an air freshener for my car, and wrote a check. This needs to be recorded as hitting two different expense categories. How do I do this in the banking register? rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: splits

1999-12-05 Thread Rob Walker
ine mode, as you hit , it adds lines, and you have to hit RET or click on record to record, and then leave the transaction. you could also leave a transaction by clicking on a different transaction. Dave> btw, the air freshener I understand, but what does your car need Dave> with socks? :)

Re: Transaction reports

1999-12-05 Thread Rob Walker
want to email them to my wife, and she has no need for all those tools which would be needed to view them in any non-ASCII format. rob -- "Three comes next, after two." -- me -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

wife found a bug....

1999-12-05 Thread Rob Walker
g register. It remained in the expenses register. oops. rob -- It is clear that the arm of criticism cannot replace the criticism of arms. Karl Marx -- Introduction to the critique of Hegel's Philosophy of the right, 1843. -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

build errors with dave's latest.

1999-12-05 Thread Rob Walker
cvs update just done. applypatch < gnucash.diff no errors displayed. $ make gnome make gnome.disabled make[1]: Entering directory `/home/rob/src/cvs/gnucash' make[1]: *** No rule to make target `gnome.disabled'. Stop. make[1]: Leaving directory `/home/rob/src/cvs/gnucash'

Re: build errors with dave's latest.

1999-12-05 Thread Rob Walker
f and then Dave> configure. I _think_ i did this. doing it again right now to be sure. any reason why the make targets now have the .real suffixes? yep, same errors as before. rob -- "If users are made to understand that the system administrator's job is to make computers run

Re: build errors with dave's latest.

1999-12-05 Thread Rob Walker
eader files properly, Heath> but not the libraries. Attached is a patch for configure.in Heath> attempting to remedy this. $ patch -p0 < !$ patch -p0 < heath.martin.configure.patch patching file `configure.in' Hunk #2 succeeded at 303 with fuzz 2. $ $ autoconf configure.in:32: warnin

Re: Scheme bug (was Re: Transaction reports)

1999-12-06 Thread Rob Browning
lib)) (require 'stdio)" works. If not (and maybe even if it does), try running this as root: guile -c "(use-modules (ice-9 slib)) (require 'new-catalog)" -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: Transaction reports

1999-12-06 Thread Rob Browning
(report 'balance-sheet 4) (title "Balance Sheet") (description "This page shows your net worth.") (date-generated "...") ;; psuedo data, going from memory about what's in there... (account "Foo" 'expense 1002.1 1002.1 ()) (account "Ba

Re: wife found a bug....

1999-12-06 Thread Rob Walker
e Expense:Clothing part of the transaction, deleting the entire thing would not have been right (however, should I have been immediately placed back on the now half-done split and forced to finish or re-record it? I think so). However, deleting the check from the checkbook would require that both spl

Re: Scheme bug (was Re: Transaction reports)

1999-12-06 Thread Rob Browning
Robert Graham Merkel <[EMAIL PROTECTED]> writes: > Did this. Problem now solved, for me. Has someone filed a bug > against this package? Oh yeah. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscr

Re: Transaction reports

1999-12-06 Thread Rob Browning
od you suggest (I think, and correct me if I'm wrong), is that it's less geared toward those people who want to store their "report data" in a way that lets them mangle it as they please. Though perhaps that should be thought of as a separate issue, not synonymous with report

Re: wife found a bug....

1999-12-06 Thread Rob Browning
s now unbalanced, because it doesn't add up to 0. I'm with the other Rob here :> This seems like a bug (or a misfeature) unless I'm misunderstanding. If I delete a split, I expect *both sides* of the split to disappear. If I delete a transaction, I expect all the splits to disapp

Re: wife found a bug....

1999-12-06 Thread Rob Walker
its except for the one going into the account, Dave> right? Dave> I'd favor the former, as it seems more straightforward. the former is where my head was at. even though switching modes, and then switching back might be a pain, I think it is better. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: wife found a bug....

1999-12-06 Thread Rob Browning
; split line for a multi-split transaction. > If you want more splits, then just go into multi-line mode. I think > this is as intuitive, smoother, of course, *so* much easier to > implement :) Exactly. I think we should avoid ever switching modes automagically. That's too jarrin

Re: Scheduled Transactions

1999-12-06 Thread Rob Browning
ed on the at code, and not gnucash specific, that does more (lets you get globally unique job ID's, remove jobs based on that ID, specify whether or not missed jobs should be run, etc.) -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: Scheduled Transactions

1999-12-06 Thread Rob Walker
>>>>> On 06 Dec 1999 16:21:55 -0600, Rob Browning <[EMAIL PROTECTED]> >>>>> said: Rob> One thing I'm sure of is that in order for gnucash to schedule Rob> events that need to occur when it may not be running, it needs Rob> help from some extern

Re: Scheduled Transactions

1999-12-06 Thread Rob Browning
Rob Walker <[EMAIL PROTECTED]> writes: > here is how "the big Q" does it. > > There are no daemons running, the windows 95 laptop is turned off. > We turn it on to do checkbook stuffs, and start quicken. as soon as > we start quicken, it says to us, via a popu

Re: install

1999-12-06 Thread Rob Browning
rs too closely, so I'm not sure how "good" 1.2.5 is on the gnome side... FWIW -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: Transaction reports

1999-12-06 Thread Rob Browning
done, when I actually have to do them, it's turns out to be a lot harder than it looked. I suspect that some simple trial solutions would be pretty easy to whip up for text, html, and latex at least. Anyone game? -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: wife found a bug....

1999-12-06 Thread Rob Walker
anced splits should not be allowed, nor recorded, but they should be spewed forth out of our register. heck, when working with a split, i think it would be "more right" to have an automatic "misc" split entry as the last item in the split, with the amount of $$$ on that line e

Re: Scheduled Transactions

1999-12-06 Thread Rob Walker
>>>>> On 06 Dec 1999 19:29:18 -0600, Rob Browning <[EMAIL PROTECTED]> >>>>> said: Rob> The problem with this is that there are cases that people have Rob> already discussed that require that the events be scheduled and Rob> run at a particular time

Re: Scheduled Transactions

1999-12-06 Thread Rob Browning
Rob Walker <[EMAIL PROTECTED]> writes: > rats. is this one thing making it tons more difficult than it needs > to be? if i could cat the gnucash files and _understand_ them, I > would use standard tools and perl or sed or python or whatever to > get it working. is there a

Re: Scheduled Transactions

1999-12-06 Thread Rob Browning
.* Async queueing ought to be useful > at least 90% of the time, which is very much in keeping with the > UNIX Philosophy. Yep, well worth considering. We could definitely spend a lot of time on the "perfect" solution before we'd have *any* solution. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: wife found a bug....

1999-12-06 Thread Rob Browning
Rob Walker <[EMAIL PROTECTED]> writes: > I would like to be put back into the split, and forced to reconcile > it before recording the transaction. I think that allowing > unbalanced splits should not be allowed, nor recorded, but they > should be spewed forth out of our reg

Re: Account Names

1999-12-07 Thread Rob Walker
ot sorted) or (the method I have stephenbrown> resorted to) put each account name into a separate text stephenbrown> file, search for it, and then use the scroll bar to find stephenbrown> it. stephenbrown> Can I just type the account I want into the transfer stephenbrown> fiel

comments on dave's almost latest.

1999-12-07 Thread Rob Walker
lighted, just as if I had highlighted them with my mouse to replace the text. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: Scheduled Transactions

1999-12-07 Thread Rob Browning
hing for an interpreter > session, though it doesn't use the environment variable for the > bootstrap file. My next patch will fix that. If you're doing what I think you're doing, then great :> -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -

Re: Account Names

1999-12-07 Thread Rob Browning
hical? If so, we should fix that. We could just specify that some character is the heirarchy separator, and then if the name actually contains it, you'd have to escape it or something (if ":" was the separator, Foo:bar and Foo\:bar would be two different things). -- Rob B

Re: libpixmap.so??

1999-12-08 Thread Rob Walker
> On Wed, 08 Dec 1999 00:03:24 -0800, Dave Peticolas > <[EMAIL PROTECTED]> said: >> Gtk-WARNING **: Unable to locate loadable module in module_path: >> "libpixmap.s o", >> >> What am I missing? Dave> On my system (Redhat) this is contained in the gtk-engines rpm. Dave> I have version 0

Re: Configuration information

1999-12-08 Thread Rob Browning
the > options which have been registered to some configuration file that is > loaded when we startup. I think Rob B. mentioned that we could just > write out scheme code that is loaded in like any other .scm file. src/scm/startup-design.txt has some docs about the original intentions. I'm

Re: Configuration information

1999-12-08 Thread Rob Browning
a bunch of stuff in the libc docs (info libc) talking about this, (both the "lame way" and the "non-lame" way), but I'm not familiar with it. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: New date configuration patch

1999-12-12 Thread Rob Browning
27;re using a GNU system, check the libc info pages. Search for "LANG". -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: ComboBox picking your account....

1999-12-13 Thread Rob Walker
ich complicates things. what about giving the account names unique numbers upon creation? you could even have duplicately named accounts that way. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: ComboBox picking your account....

1999-12-13 Thread Rob Walker
>>>>> On Mon, 13 Dec 1999 12:23:13 -0700, Jeremy Collins >>>>> <[EMAIL PROTECTED]> said: Jeremy> Rob Walker wrote: >> what about giving the account names unique numbers upon creation? >> you could even have duplicately named accounts that way.

Re: ComboBox picking your account....

1999-12-13 Thread Rob Browning
Rob Walker <[EMAIL PROTECTED]> writes: > I was thinking of invisible account codes. Codes which gnucash > would use to internally refer to the accounts, even though we would > think of them as textual descriptions. Gnucash should already be referring to them internally by accoun

Re: ComboBox picking your account....

1999-12-13 Thread Rob Browning
harges child account of Bank. Bank\:Charges -> specifies an account named "Bank:Charges". [1] In fact this will bite me for a while (until I go through and rename my accounts). During the long migration from quicken -> cbb -> gnucash, my heirarchy was flattened via colons

g-wrap: minor source issues.

1999-12-15 Thread Rob Browning
you think about using -ko (at least) when you "cvs import" the sources in ./lib. That'll preserve the upstream RCS variables like $Id. It's a little weird for us to have our versions in there. FWIW -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64

Re: Indentation Policy

1999-12-15 Thread Rob Browning
an't really blame him, considering how often this sort of thing erupts into a flame war. If it were up to me, I'd probably just go with the gnu coding standards. I'm not completely familiar with them, but they're documented, the bits I've seen are reasonable, and I imagin

Re: Plans for 1.3/1.4 (or should it be 1.3/2.0?)

1999-12-15 Thread Rob Browning
, probably no more than a couple of nights work. This would be easy if I can get the time. Actually, I should have some free time next week, and can probably do it. In any case, unless there are bits on the motif side that I'm forgetting that people need, I think it's time to switch to th

Re: Plans for 1.3/1.4 (or should it be 1.3/2.0?)

1999-12-15 Thread Rob Walker
> On Wed, 15 Dec 1999 23:14:42 +1100 (EST), Robert Graham Merkel > <[EMAIL PROTECTED]> said: Robert> Obviously, bug fixes and wart removals must also happen before Robert> a release. I disagree here. I would like to have way way more releases, so that we can have more people working

Re: Plans for 1.3/1.4 (or should it be 1.3/2.0?)

1999-12-15 Thread Rob Browning
to do this, and the tricky bit is how to handle it in the GUI. The engine side is fairly straightforward. I had figured that I'd create a "shell" side way to do it and then let Dave work on the gui :> -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930

Re: Plans for 1.3/1.4 (or should it be 1.3/2.0?)

1999-12-15 Thread Rob Browning
Christopher Browne <[EMAIL PROTECTED]> writes: > I would think it a *very* good idea to try to arrange for there to > be two or three "trusted lieutenants" that could also submit patches > into the "official tree." That should *definitely* include Dave; &

Re: *patch*

1999-12-15 Thread Rob Walker
between executions! Dave> I thought that was pretty darn cool. okay, you options junkies, open up gnucash, highlight options, preferences, and then hit Ctrl-T. Oops! now you don't have a hotkey for _A_ccounts, _T_ransfer. Interesting. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: Your review of Gnucash 1.2.5

1999-12-15 Thread Rob Browning
osed to work, after all. I suspect that GnuCash has a pretty good future, though. Time will tell. -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: *patch*

1999-12-15 Thread Rob Walker
>>>>> On Wed, 15 Dec 1999 15:34:44 -0700, Jeremy Collins >>>>> <[EMAIL PROTECTED]> said: Jeremy> Rob Walker wrote: >> >> >> okay, you options junkies, open up gnucash, highlight options, >> preferences, and then hit Ctrl-T. >&

Re: Your review of Gnucash 1.2.5

1999-12-15 Thread Rob Browning
Dave Peticolas <[EMAIL PROTECTED]> writes: > While Moneydance seems to be very good software, it is not free in > either sense of the work. It is a shareware program, at least > according to its website. Well, then I guess I won't be working hard for them anytime soon

Re: Using append! on an empty scheme list?

1999-12-19 Thread Rob Browning
7;s a performance critical region, *and* using the destructive functions actually helps, fine, but otherwise it really may not be worth the added complexity. FWIW -- Rob Browning <[EMAIL PROTECTED]> PGP=E80E0D04F521A094 532B97F5D64E3930 -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: Using append! on an empty scheme list?

1999-12-19 Thread Rob Browning
Actually I was a little off in my assumptions, looking at r5rs again, even the result of a normal "append" shares structure with its last argument, so to get a completely structurally independent result you'd need to do this: (append x y z '()) -- Rob Browning <

register quickfill questions.

1999-12-19 Thread Rob Walker
abc. Now type in d. My description field here is now d, and not abcdefg like I expect. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

register thoughts

1999-12-19 Thread Rob Walker
the description field, which makes sense. in our double line mode, so do we. what is the field above the "transfer from" field for in our double line mode? I am not sure what it is in quicken, either. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

cvs + dave's latest and changed xactions.

1999-12-19 Thread Rob Walker
l not ask you if you want to save the edited and not-yet-saved xaction. This is not good. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: cvs + dave's latest and changed xactions.

1999-12-19 Thread Rob Walker
>>>>> On Sun, 19 Dec 1999 13:32:38 -0800 (PST), Rob Walker >>>>> <[EMAIL PROTECTED]> said: Rob> open up a register. Rob> edit a transaction, click on _A_ccount, _C_lose. It will ask you Rob> if you want to save the edited and not-yet-saved

Re: cvs + dave's latest and changed xactions.

1999-12-19 Thread Rob Walker
>>>>> On Sun, 19 Dec 1999 13:47:17 -0800 (PST), Rob Walker >>>>> <[EMAIL PROTECTED]> said: Rob> open up a register. Rob> edit a transaction, click on another transaction, but don't edit Rob> it. Click on _A_ccount, _C_lose. It will not ask y

Re: cvs + dave's latest and changed xactions.

1999-12-19 Thread Rob Walker
gint instead of int? what about the stuff which is already int, should I go through and make them all gint (under the gnome subdirectory, of course)? rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: cvs + dave's latest and changed xactions.

1999-12-19 Thread Rob Walker
see a new configuration option. "record on leaving transaction" I guess i will quit trying to 'fix' this, since it isn't broken. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

gnome register

1999-12-19 Thread Rob Walker
are not both at the top. They also don't look like they belong together in the same window. Just something about them makes me shake my head. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

date cell comments.

1999-12-19 Thread Rob Walker
erasable character. I can have 5 / characters in a row if I desire. Is this good? I love the way that we force only numbers there. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

displayed transactions

1999-12-19 Thread Rob Walker
is there a way to display all transactions? With my date editing, I am sure that some of my transactions are missing. Also, when the gnucash screen is near the bottom of the screen, and I click on the drop down to change the date, the calendar is off the screen. rob -- Gnucash Developer&#

stock splits

1999-12-19 Thread Rob Walker
history just waiting for import, here. :-) rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: found it! (now what do I do with it?)

1999-12-20 Thread Rob Walker
cluding the separators? Dave> You can look at newval to see what the final string is going to Dave> look like, and decide from that whether to allow another Dave> separator. yeah, that newval stuff makes it a lot easier to decide whether or not to return NULL. is way cool. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

found it! (now what do I do with it?)

1999-12-20 Thread Rob Walker
ates, and go between the characters of the month field. (I go between the 1 and the 1 of 11) Hit / 5 or so times. Then hit enter. I was just thinking that it would be better if we couldn't add or remove date separator characters. Is there a reason otherwise? rob -- Gnucash Developer's L

date range in register.

1999-12-23 Thread Rob Walker
is it possible to disable the date range in the register display? I would like to see all of my transactions. Especially since I am going to be working on the date field, I would like to be able to just say, "show them all". rob -- Gnucash Developer's List To unsubscribe s

question about "options"

1999-12-23 Thread Rob Walker
igure out if we are in agreement with the way things should work. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: question about "options"

1999-12-24 Thread Rob Walker
erences dialog works in all the programs Dave> I've tried. I have noticed that myself on programs of late. But I still don't think it is right. Apply will not do anything, so why is it active? rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: gnucash gnome register

1999-12-24 Thread Rob Walker
m toolbar to the top, even when I am just debugging things. rob -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: date range in register.

1999-12-24 Thread Rob Walker
>>>>> On Fri, 24 Dec 1999 16:37:49 +, Grant Likely >>>>> <[EMAIL PROTECTED]> said: Grant> Rob Walker wrote: >> is it possible to disable the date range in the register display? >> I would like to see all of my transactions. Especially sin

Re: *patch*

1999-12-24 Thread Rob Walker
o this? I was looking at it last night, and where I was looking looks the same as before, even though it works properly now. rob -- The good thing about standards is that there are so many to choose from. -- Andrew S. Tanenbaum -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: *patch*

1999-12-24 Thread Rob Walker
regData->style_cb_data[i].style_code = style_data[i].style_code; style_items[i].user_data = ®Data->style_cb_data[i]; } but mine wouldn't have worked, as that would have rearranged the order of the items in the drop down, right? rob -- "You know, I used to think it was awful

<    2   3   4   5   6   7   8   9   10   11   >