Re: [GNC] postpone reconciliation broken: ignores my changes

2019-02-07 Thread John Ralls
That means that it didn't actually crash, it quit "normally" where "normally" is what the OS thinks is normal, not necessarily what the rest of us do. Regards, John Ralls > On Feb 7, 2019, at 4:40 PM, Michael Hendry wrote: > >> On 7 Feb 2019, at 17:22, John Ralls wrote: >> >> >> >>> On Fe

Re: [GNC] postpone reconciliation broken: ignores my changes

2019-02-07 Thread Michael Hendry
> On 7 Feb 2019, at 17:22, John Ralls wrote: > > > >> On Feb 7, 2019, at 12:52 AM, Colin Law wrote: >> >> On Thu, 7 Feb 2019 at 07:37, Michael Hendry >> wrote: >> On 3 Feb 2019, at 14:59, Jamestk wrote: Ira me again, this seems to be happening on v3.4 Changes mad

Re: [GNC] I just need a line feed

2019-02-07 Thread Richard Marmor
Thank you for the prompt reply! It worked! After a couple of failed tries, I found that it works if the is inserted inside of the closing quotes: (string-append "%s %s " Much appreciated. At 01:45 PM Thursday, Derek Atkins wrote: Content-Transfer-Encoding: 8bit

Re: [GNC] Debian Files for GnuCash 3.4-x

2019-02-07 Thread Stephen M. Butler
On 2/7/19 1:18 PM, Colin Law wrote: > > On Thu, 7 Feb 2019 at 21:15, David Carlson > mailto:david.carlson@gmail.com>> wrote: > > On Thu, Feb 7, 2019 at 11:09 AM Steve Cohen > wrote: > > > Thank you for this! > > On 1/28/19 1:55 PM, Stephen M. Butler

Re: [GNC] I just need a line feed

2019-02-07 Thread David Carlson
I am faced with inserting linefeeds into OFX files at certain critical locations to make them more palatable to libofx. In that context I have found that I can open them with LibreOffice, turn on Formatting Marks (Ctrl F10) then place the curser wherever I want a linefeed and press Shift-Enter. L

Re: [GNC] Debian Files for GnuCash 3.4-x

2019-02-07 Thread Stephen M. Butler
On 2/7/19 1:12 PM, David Carlson wrote: > > > On Thu, Feb 7, 2019 at 11:09 AM Steve Cohen > wrote: > > Thank you for this! > On 1/28/19 1:55 PM, Stephen M. Butler wrote: > > Here are the three debian files for 3.4 (as released): > > https://drive.google.

Re: [GNC] Debian Files for GnuCash 3.4-x

2019-02-07 Thread Colin Law
Further to my previous post they are actually zip files containing the deb files, but hopefully that is self evident. Colin On Thu, 7 Feb 2019 at 21:18, Colin Law wrote: > > On Thu, 7 Feb 2019 at 21:15, David Carlson > wrote: > >> On Thu, Feb 7, 2019 at 11:09 AM Steve Cohen wrote: >> >> > Tha

Re: [GNC] Debian Files for GnuCash 3.4-x

2019-02-07 Thread Colin Law
On Thu, 7 Feb 2019 at 21:15, David Carlson wrote: > On Thu, Feb 7, 2019 at 11:09 AM Steve Cohen wrote: > > > Thank you for this! > > On 1/28/19 1:55 PM, Stephen M. Butler wrote: > > > Here are the three debian files for 3.4 (as released): > > > https://drive.google.com/open?id=1fV_fURy6c77e7gf6S

Re: [GNC] Debian Files for GnuCash 3.4-x

2019-02-07 Thread David Carlson
On Thu, Feb 7, 2019 at 11:09 AM Steve Cohen wrote: > Thank you for this! > On 1/28/19 1:55 PM, Stephen M. Butler wrote: > > Here are the three debian files for 3.4 (as released): > > https://drive.google.com/open?id=1fV_fURy6c77e7gf6S41lTacM7dFyy7VD > > > > And here are the three for 3.4-45: > >

Re: [GNC] I just need a line feed

2019-02-07 Thread Derek Atkins
Hi, On Thu, February 7, 2019 3:51 pm, Stephen M. Butler wrote: > > I'm slowly learning Scheme.  I general a is a decimal 10 or 0x0A in > the ASCII collating sequence.  In the Nix world you can use an \n to > represent it. This wont help because it's being parsed by an HTML parser. > Try changin

Re: [GNC] I just need a line feed

2019-02-07 Thread Derek Atkins
Hi, On Thu, February 7, 2019 3:47 pm, Steve Cohen wrote: > I'm not a developer of gnucash so take this with a grain of salt, but > putting a '\n' where you want the line feed might work. If you're on > windows, you might need to do '\n\r'. Try it, maybe it's a help to you, > but no guarantees.

Re: [GNC] I just need a line feed

2019-02-07 Thread Stephen M. Butler
On 2/7/19 12:34 PM, Richard Marmor wrote: >On 1/27 I posted the request for help below to which there have been >no replies. Is there no one out there who understands .SCM files? >Help . . . >--- >-

Re: [GNC] I just need a line feed

2019-02-07 Thread Steve Cohen
I'm not a developer of gnucash so take this with a grain of salt, but putting a '\n' where you want the line feed might work. If you're on windows, you might need to do '\n\r'. Try it, maybe it's a help to you, but no guarantees. On 2/7/19 2:34 PM, Richard Marmor wrote: On 1/27 I posted

Re: [GNC] I just need a line feed

2019-02-07 Thread Derek Atkins
Hi, On Thu, February 7, 2019 3:34 pm, Richard Marmor wrote: [snip] >(gnc:html-document-set-title! > doc (sprintf #f > (string-append "%s %s " <-- add here > (_ "For Period Covering %s to %s")) > company-name report-title >

[GNC] I just need a line feed

2019-02-07 Thread Richard Marmor
On 1/27 I posted the request for help below to which there have been no replies. Is there no one out there who understands .SCM files? Help . . . --- -- In Gnucash 2.6.21, the standard report titl

Re: [GNC] "Non-sticky" scroll bars in gnucash registers

2019-02-07 Thread Steve Cohen
On 2/5/19 3:42 PM, Colin Law wrote: On Tue, 5 Feb 2019 at 21:20, Steve Cohen > wrote: ... Getting rid of this file ~/.config/gtk-3.0.gtk.css which I had created and restarting the system got me back the awful scroll bar behavior I had instantly hated a

Re: [GNC] postpone reconciliation broken: ignores my changes

2019-02-07 Thread John Ralls
> On Feb 7, 2019, at 12:52 AM, Colin Law wrote: > > On Thu, 7 Feb 2019 at 07:37, Michael Hendry > wrote: > >>> On 3 Feb 2019, at 14:59, Jamestk wrote: >>> >>> Ira me again, this seems to be happening on v3.4 >>> >>> Changes made by ticking entries are no longer saved after opting to >>> po

Re: [GNC] "Non-sticky" scroll bars in gnucash registers

2019-02-07 Thread Steve Cohen
On 2/7/19 2:11 AM, Liz wrote: On Tue, 5 Feb 2019 17:21:35 -0500 (EST) Robert Heller wrote: *Part* of what is going on is the whole "touch screen" mania, coupled with a bitofscroll-wheelmania.ManyUI people (the ones making design choices for thevariouswidgetlibraries,includingGTK3), seem to f

Re: [GNC] Debian Files for GnuCash 3.4-x

2019-02-07 Thread Steve Cohen
Thank you for this! On 1/28/19 1:55 PM, Stephen M. Butler wrote: Here are the three debian files for 3.4 (as released): https://drive.google.com/open?id=1fV_fURy6c77e7gf6S41lTacM7dFyy7VD And here are the three for 3.4-45: https://drive.google.com/open?id=1v-AWCWxbETqsXsmQ7jYX8wurL6HKASBF Downlo

Re: [GNC] Multi currency income

2019-02-07 Thread Tommy Trussell
On Wed, Feb 6, 2019 at 2:44 AM JB wrote: > Hi, > > I am using gnu-cash 2.6.12 on ubuntu. I used it for more that 5 years. > > I think it was updated at some point this year and since them multi > currency feature does not work as it use to be. > Comparing the version information you posted to ht

[GNC] Backup recovery

2019-02-07 Thread Finbar Mahon
Hi, I know this has been asked before and I have read some of the the threads, however... I am trying out Backblaze, the continuous backup to the cloud service. I wanted to check if my files were recoverable and I found - and more, all dated the day before yesterday, when I did the backu

Re: [GNC] postpone reconciliation broken: ignores my changes

2019-02-07 Thread Colin Law
On Thu, 7 Feb 2019 at 07:37, Michael Hendry wrote: > > On 3 Feb 2019, at 14:59, Jamestk wrote: > > > > Ira me again, this seems to be happening on v3.4 > > > > Changes made by ticking entries are no longer saved after opting to > > postpone, anyone else noticed this? > > > A slightly different (

Re: [GNC] "Non-sticky" scroll bars in gnucash registers

2019-02-07 Thread Liz
On Tue, 5 Feb 2019 17:21:35 -0500 (EST) Robert Heller wrote: > > *Part* of what is going on is the whole "touch screen" mania, coupled > with a bitofscroll-wheelmania.ManyUI people (the ones making design > choices for thevariouswidgetlibraries,includingGTK3), seem to feel > that nobody really