Re: why parse_help, parse_dbg, etc. to stderr?

2012-09-10 Thread Scott Kostyshak
On Sun, Sep 9, 2012 at 5:02 PM, Jean-Marc Lasgouttes wrote: > Le 09/09/12 22:47, Scott Kostyshak a écrit : > >> On Sun, Sep 9, 2012 at 4:21 PM, Jean-Marc Lasgouttes >> wrote: >> >>> -help and -version should probably go to standard output. For -dbg the >>> same >>> holds when no debug channel is

RE: [patch] Object::disconnect: Unexpected null parameter

2012-09-10 Thread Scott Kostyshak
From: lyx-devel@lists.lyx.org [lyx-devel@lists.lyx.org] on behalf of Pavel Sanda [sa...@lyx.org] Sent: Tuesday, August 21, 2012 5:05 AM > It looks innocent, go ahead. Pavel The commit is in. Thanks, Scott

Re: #8331: Crash when closing an open buffer

2012-09-10 Thread Scott Kostyshak
On Sun, Sep 9, 2012 at 7:50 PM, Tommaso Cucinotta wrote: > On 09/09/12 02:54, LyX Ticket Tracker wrote: >> >> I have not been able to reproduce since JMarc's fix. Have you tried on >> updated trunk? > > > Now I did, and it doesn't crash any more. Still, I'm very puzzled by the > *why* initiali

Re: [LyX master] Streamline a bit po/Rules-lyx

2012-09-10 Thread Scott Kostyshak
On Mon, Sep 10, 2012 at 5:01 PM, Jean-Marc Lasgouttes wrote: > Le 10/09/12 17:14, Stephan Witt a écrit : > >> With TAB instead of 8 spaces it works :) > > > Is it better now? Yes, it works for me now. Thank you, Scott

Re: [LyX master] Streamline a bit po/Rules-lyx

2012-09-10 Thread Jean-Marc Lasgouttes
Le 10/09/12 17:14, Stephan Witt a écrit : With TAB instead of 8 spaces it works :) Is it better now? JMarc

Re: [LyX master] Streamline a bit po/Rules-lyx

2012-09-10 Thread Jean-Marc Lasgouttes
Le 10/09/12 16:54, Scott Kostyshak a écrit : On Mon, Sep 10, 2012 at 5:59 AM, Jean-Marc Lasgouttes wrote: The branch, master, has been updated. - Log - commit a57a2d9acfc2a36084d2f322f5089203ae89fc9e Author: Jean-Marc Lasgouttes

Re: Re: [LyX master] Streamline a bit po/Rules-lyx

2012-09-10 Thread Kornel Benko
Am Montag, 10. September 2012 um 17:14:56, schrieb Stephan Witt > > Am 10.09.2012 um 16:54 schrieb Scott Kostyshak: > > > On Mon, Sep 10, 2012 at 5:59 AM, Jean-Marc Lasgouttes > > wrote: > >> The branch, master, has been updated. > >> > >> - Log ---

Re: #8332: spellcheck (F&) causes Lyx to crash

2012-09-10 Thread Robert Hayhurst
Reinstall seems to work. I just tried my damnedest to reproduce the error, and I couldn't. Thanks! On Mon, Sep 10, 2012 at 12:06 PM, Robert Hayhurst wrote: > Yes! During installation -- the very last part -- it kept stopping the > installation to "install missing components". I would hit yes

Re: #8332: spellcheck (F&) causes Lyx to crash

2012-09-10 Thread Robert Hayhurst
Yes! During installation -- the very last part -- it kept stopping the installation to "install missing components". I would hit yes and it would keep going. Eventually, I checked a box that said "don't ask me again, just do it" (or something along those lines). I bet you're on to something the

Re: [LyX master] Streamline a bit po/Rules-lyx

2012-09-10 Thread Stephan Witt
Am 10.09.2012 um 16:54 schrieb Scott Kostyshak: > On Mon, Sep 10, 2012 at 5:59 AM, Jean-Marc Lasgouttes > wrote: >> The branch, master, has been updated. >> >> - Log - >> >> commit a57a2d9acfc2a36084d2f322f5089203ae89fc9e >> Autho

Re: [LyX master] Streamline a bit po/Rules-lyx

2012-09-10 Thread Scott Kostyshak
On Mon, Sep 10, 2012 at 5:59 AM, Jean-Marc Lasgouttes wrote: > The branch, master, has been updated. > > - Log - > > commit a57a2d9acfc2a36084d2f322f5089203ae89fc9e > Author: Jean-Marc Lasgouttes > Date: Mon Sep 10 11:55:52 2012 +0

Re: Spreadsheet format issues and mime-handling

2012-09-10 Thread Scott Kostyshak
On Mon, Sep 10, 2012 at 7:17 AM, Pavel Sanda wrote: > Scott Kostyshak wrote: >> "application/x-gzip" check the extension. I wonder if this applies to other >> formats that store compressed data. If so, then at least it would not be >> hardcoded only for the specific case of gnumeric. > > Compresse

Re: Date template and ticket 4398

2012-09-10 Thread Scott Kostyshak
On Mon, Sep 10, 2012 at 7:09 AM, Pavel Sanda wrote: > Scott Kostyshak wrote: >> Is a better solution still to move the Date template to InsetInfo? > > Well, the idea was also to join this with insert->date via some preference > (or even have some formatting string). Makes sense. >Hardcoding for

Re: Spreadsheet format issues and mime-handling

2012-09-10 Thread Pavel Sanda
Scott Kostyshak wrote: > "application/x-gzip" check the extension. I wonder if this applies to other > formats that store compressed data. If so, then at least it would not be > hardcoded only for the specific case of gnumeric. Compressed dia files had the same problem and there were several excha

Re: Date template and ticket 4398

2012-09-10 Thread Pavel Sanda
Scott Kostyshak wrote: > Is a better solution still to move the Date template to InsetInfo? Well, the idea was also to join this with insert->date via some preference (or even have some formatting string). Hardcoding for NOFILE is not so nice. Pavel

Re: #8331: Crash when closing an open buffer

2012-09-10 Thread Jean-Marc Lasgouttes
Le 10/09/2012 02:12, Scott Kostyshak a écrit : On Sun, Sep 9, 2012 at 7:50 PM, Tommaso Cucinotta wrote: Now I did, and it doesn't crash any more. Still, I'm very puzzled by the *why* initializing that boolean should have fixed the crash. I would be interested in the answer to this also. Be

Re: Re: OSX LyX bundle with CMake

2012-09-10 Thread Kornel Benko
Am Montag, 10. September 2012 um 08:57:42, schrieb Benjamin Piwowarski > Because it has to be included at a latter moment: see src/CMakeLists.txt line > 109. This is > because the OS X bundle is built differently than packages for other > platforms. I see there only add_executable(${ly