Re: font hardcoded

2005-05-20 Thread Edward J. Huff
On Fri, 2005-05-20 at 12:35, Derek Atkins wrote: Are you working in the g2 branch? ...]$ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs/cvsroot checkout -rg2 gnucash cvs [checkout aborted]: no such tag g2 ...]$ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvs/cvsroot checkout -rgnucash-gnome2-dev

Where the cursor ends up after delete split

2005-05-20 Thread Edward J. Huff
On Thu, 2005-05-19 at 22:48, Edward J. Huff wrote: [...] So I made a bunch of splits with the credit field already filled in so they wouldn't move. At the end, I had a bunch of blank splits I wanted to delete, so I selected the split, clicked delete, answered the dialog, selected

New register action: forward the current transaction.

2005-05-19 Thread Edward J. Huff
I am about to implement a Forward Transaction command in the split register. I hope you would incorporate it, but I'm doing it because I want to have it myself. The name comes by analogy to Reverse Transaction: the new transaction will reverse the effect on the account of the original, but

file option-util.c: line 175: assertion `option-odb-set_selectable != NULL' failed.

2005-05-06 Thread Edward J. Huff
I'm working on this assertion failure in CVS head of two days ago, with my changes to transaction.scm. It came up after I had played around with options and was opening the options dialog of the transaction report. I've accounted for what was happening (it's not that hard to decode SCM values

gdb command to decode guile SCM words?

2005-05-05 Thread Edward J. Huff
Surely someone has written an interface from gdb into guile so that gdb can print out scheme data structures? If you google for gdb guile you find references to a plan to use scheme as a scripting language for gdb, and on the http://www.gnu.org/software/guile/ideas.html page you find GDB