Re: cursor (selection) question

2013-02-22 Thread Jean-Marc Lasgouttes
Le 20/02/2013 06:23, Scott Kostyshak a écrit : I think I am close to correctly fixing #8543, where search finds the same word twice when switching directions. See the patch here: http://www.lyx.org/trac/attachment/ticket/8543/0001-This-patch-flips-the-cursor-but-sel-is-lost.patch What about

Re: cursor (selection) question

2013-02-22 Thread Scott Kostyshak
On Thu, Feb 21, 2013 at 11:09 AM, Richard Heck rgh...@lyx.org wrote: On 02/20/2013 12:23 AM, Scott Kostyshak wrote: I think I am close to correctly fixing #8543, where search finds the same word twice when switching directions. See the patch here:

Re: cursor (selection) question

2013-02-22 Thread Scott Kostyshak
On Fri, Feb 22, 2013 at 5:08 AM, Jean-Marc Lasgouttes lasgout...@lyx.org wrote: Le 20/02/2013 06:23, Scott Kostyshak a écrit : I think I am close to correctly fixing #8543, where search finds the same word twice when switching directions. See the patch here:

Re: Re: [LyX master] Merge branch 'master' of git.lyx.org:lyx

2013-02-22 Thread Kornel Benko
Am Donnerstag, 21. Februar 2013 um 17:15:16, schrieb Jürgen Spitzmüller sp...@lyx.org Kornel Benko wrote: As said, I don't think this is correct. Instead, the current platex support should be fixed. Sorry. Also for my next commit I done. So can you please revert these commits?

Re: #7839: equation editor: cropped PDF and EPS

2013-02-22 Thread Guenter Milde
On 2013-02-21, Liviu Andronic wrote: On Thu, Feb 21, 2013 at 10:14 AM, Guenter Milde mi...@users.sf.net wrote: Please also consider view/export cropped SVG (if unicode-math is used): * with the traditional TeX math fonts, the conversion of mathematical content is buggy, because of the

Re: cursor (selection) question

2013-02-22 Thread Jean-Marc Lasgouttes
Le 22/02/2013 11:40, Scott Kostyshak a écrit : Your patch is 100x better than what I was proposing. It is much cleaner and it also fixes the problem at its source which means that the LFUNs exhibit the same behavior as GuiSearch (this was not the case for my patch). It is also better because the

Re: cursor (selection) question

2013-02-22 Thread Jean-Marc Lasgouttes
Le 22/02/2013 15:39, Jean-Marc Lasgouttes a écrit : Le 22/02/2013 11:40, Scott Kostyshak a écrit : Your patch is 100x better than what I was proposing. It is much cleaner and it also fixes the problem at its source which means that the LFUNs exhibit the same behavior as GuiSearch (this was not

Re: cursor (selection) question

2013-02-22 Thread Richard Heck
On 02/22/2013 05:40 AM, Scott Kostyshak wrote: I appreciate your comments, Richard. I was close to finishing the patch when JMarc had to come along and ruin the fun :) I learned a lot from experimenting and from your comments. And I learned a bit about anchors myself. But JMarc knows this

Re: cursor (selection) question

2013-02-22 Thread Richard Heck
On 02/22/2013 10:04 AM, Jean-Marc Lasgouttes wrote: Le 22/02/2013 15:39, Jean-Marc Lasgouttes a écrit : Le 22/02/2013 11:40, Scott Kostyshak a écrit : Your patch is 100x better than what I was proposing. It is much cleaner and it also fixes the problem at its source which means that the LFUNs

Re: [LyX master] Some fixes to parsing in tex2lyx

2013-02-22 Thread Richard Heck
On 02/22/2013 10:04 AM, Jean-Marc Lasgouttes wrote: diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp index 11ecfe1..d87ff29 100644 --- a/src/tex2lyx/Parser.cpp +++ b/src/tex2lyx/Parser.cpp @@ -131,11 +131,11 @@ bool iparserdocstream::setEncoding(std::string const e) void

Re: [LyX master] Some fixes to parsing in tex2lyx

2013-02-22 Thread Jean-Marc Lasgouttes
Le 22/02/2013 16:29, Richard Heck a écrit : On 02/22/2013 10:04 AM, Jean-Marc Lasgouttes wrote: diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp index 11ecfe1..d87ff29 100644 --- a/src/tex2lyx/Parser.cpp +++ b/src/tex2lyx/Parser.cpp @@ -131,11 +131,11 @@ bool

Re: [LyX master] Some fixes to parsing in tex2lyx

2013-02-22 Thread Richard Heck
On 02/22/2013 10:37 AM, Jean-Marc Lasgouttes wrote: Le 22/02/2013 16:29, Richard Heck a écrit : On 02/22/2013 10:04 AM, Jean-Marc Lasgouttes wrote: diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp index 11ecfe1..d87ff29 100644 --- a/src/tex2lyx/Parser.cpp +++

Re: [LyX master] Some fixes to parsing in tex2lyx

2013-02-22 Thread José Matos
On 02/22/2013 05:09 PM, Richard Heck wrote: Oh, right, sorry. Blindness must have set in. rh Usually you expect that sum is a commutative operation, and fwiw in this case so did I. :-) -- José Matos

Re: cursor (selection) question

2013-02-22 Thread Scott Kostyshak
On Fri, Feb 22, 2013 at 9:39 AM, Jean-Marc Lasgouttes lasgout...@lyx.org wrote: Le 22/02/2013 11:40, Scott Kostyshak a écrit : Your patch is 100x better than what I was proposing. It is much cleaner and it also fixes the problem at its source which means that the LFUNs exhibit the same

Re: [LyX 2.0.x] Fix broken installation (typo, already fixed in 1e44661fa04896036d9).

2013-02-22 Thread Scott Kostyshak
On Fri, Feb 22, 2013 at 5:41 PM, Pavel Sanda sa...@lyx.org wrote: commit 215042720c04e430807b044ef89ff87c3e393ba9 Author: Pavel Sanda sa...@lyx.org Date: Fri Feb 22 14:33:56 2013 -0800 Fix broken installation (typo, already fixed in 1e44661fa04896036d9).

Re: [LyX 2.0.x] Fix broken installation (typo, already fixed in 1e44661fa04896036d9).

2013-02-22 Thread Pavel Sanda
Scott Kostyshak wrote: On Fri, Feb 22, 2013 at 5:41 PM, Pavel Sanda sa...@lyx.org wrote: commit 215042720c04e430807b044ef89ff87c3e393ba9 Author: Pavel Sanda sa...@lyx.org Date: Fri Feb 22 14:33:56 2013 -0800 Fix broken installation (typo, already fixed in 1e44661fa04896036d9).

Re: cursor (selection) question

2013-02-22 Thread Jean-Marc Lasgouttes
Le 20/02/2013 06:23, Scott Kostyshak a écrit : I think I am close to correctly fixing #8543, where search finds the same word twice when switching directions. See the patch here: http://www.lyx.org/trac/attachment/ticket/8543/0001-This-patch-flips-the-cursor-but-sel-is-lost.patch What about

Re: cursor (selection) question

2013-02-22 Thread Scott Kostyshak
On Thu, Feb 21, 2013 at 11:09 AM, Richard Heck wrote: > On 02/20/2013 12:23 AM, Scott Kostyshak wrote: >> >> I think I am close to correctly fixing #8543, where search finds the >> same word twice when switching directions. >> >> See the patch here: >> >>

Re: cursor (selection) question

2013-02-22 Thread Scott Kostyshak
On Fri, Feb 22, 2013 at 5:08 AM, Jean-Marc Lasgouttes wrote: > Le 20/02/2013 06:23, Scott Kostyshak a écrit : > >> I think I am close to correctly fixing #8543, where search finds the >> same word twice when switching directions. >> >> See the patch here: >> >>

Re: Re: [LyX master] Merge branch 'master' of git.lyx.org:lyx

2013-02-22 Thread Kornel Benko
Am Donnerstag, 21. Februar 2013 um 17:15:16, schrieb Jürgen Spitzmüller > Kornel Benko wrote: > > > As said, I don't think this is correct. Instead, the current platex > > > support should be fixed. > > > > Sorry. Also for my next commit I done. > > So can you please revert

Re: #7839: equation editor: cropped PDF and EPS

2013-02-22 Thread Guenter Milde
On 2013-02-21, Liviu Andronic wrote: > On Thu, Feb 21, 2013 at 10:14 AM, Guenter Milde wrote: >> Please also consider "view/export cropped SVG" (if unicode-math is used): >> * with the traditional TeX math fonts, the conversion of mathematical >> content is buggy, because

Re: cursor (selection) question

2013-02-22 Thread Jean-Marc Lasgouttes
Le 22/02/2013 11:40, Scott Kostyshak a écrit : Your patch is 100x better than what I was proposing. It is much cleaner and it also fixes the problem at its source which means that the LFUNs exhibit the same behavior as GuiSearch (this was not the case for my patch). It is also better because the

Re: cursor (selection) question

2013-02-22 Thread Jean-Marc Lasgouttes
Le 22/02/2013 15:39, Jean-Marc Lasgouttes a écrit : Le 22/02/2013 11:40, Scott Kostyshak a écrit : Your patch is 100x better than what I was proposing. It is much cleaner and it also fixes the problem at its source which means that the LFUNs exhibit the same behavior as GuiSearch (this was not

Re: cursor (selection) question

2013-02-22 Thread Richard Heck
On 02/22/2013 05:40 AM, Scott Kostyshak wrote: I appreciate your comments, Richard. I was close to finishing the patch when JMarc had to come along and ruin the fun :) I learned a lot from experimenting and from your comments. And I learned a bit about anchors myself. But JMarc knows this

Re: cursor (selection) question

2013-02-22 Thread Richard Heck
On 02/22/2013 10:04 AM, Jean-Marc Lasgouttes wrote: Le 22/02/2013 15:39, Jean-Marc Lasgouttes a écrit : Le 22/02/2013 11:40, Scott Kostyshak a écrit : Your patch is 100x better than what I was proposing. It is much cleaner and it also fixes the problem at its source which means that the LFUNs

Re: [LyX master] Some fixes to parsing in tex2lyx

2013-02-22 Thread Richard Heck
On 02/22/2013 10:04 AM, Jean-Marc Lasgouttes wrote: diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp index 11ecfe1..d87ff29 100644 --- a/src/tex2lyx/Parser.cpp +++ b/src/tex2lyx/Parser.cpp @@ -131,11 +131,11 @@ bool iparserdocstream::setEncoding(std::string const& e) void

Re: [LyX master] Some fixes to parsing in tex2lyx

2013-02-22 Thread Jean-Marc Lasgouttes
Le 22/02/2013 16:29, Richard Heck a écrit : On 02/22/2013 10:04 AM, Jean-Marc Lasgouttes wrote: diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp index 11ecfe1..d87ff29 100644 --- a/src/tex2lyx/Parser.cpp +++ b/src/tex2lyx/Parser.cpp @@ -131,11 +131,11 @@ bool

Re: [LyX master] Some fixes to parsing in tex2lyx

2013-02-22 Thread Richard Heck
On 02/22/2013 10:37 AM, Jean-Marc Lasgouttes wrote: Le 22/02/2013 16:29, Richard Heck a écrit : On 02/22/2013 10:04 AM, Jean-Marc Lasgouttes wrote: diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp index 11ecfe1..d87ff29 100644 --- a/src/tex2lyx/Parser.cpp +++

Re: [LyX master] Some fixes to parsing in tex2lyx

2013-02-22 Thread José Matos
On 02/22/2013 05:09 PM, Richard Heck wrote: > Oh, right, sorry. Blindness must have set in. > > rh Usually you expect that sum is a commutative operation, and fwiw in this case so did I. :-) -- José Matos

Re: cursor (selection) question

2013-02-22 Thread Scott Kostyshak
On Fri, Feb 22, 2013 at 9:39 AM, Jean-Marc Lasgouttes wrote: > Le 22/02/2013 11:40, Scott Kostyshak a écrit : > >> Your patch is 100x better than what I was proposing. It is much >> cleaner and it also fixes the problem at its source which means that >> the LFUNs exhibit the

Re: [LyX 2.0.x] Fix broken installation (typo, already fixed in 1e44661fa04896036d9).

2013-02-22 Thread Scott Kostyshak
On Fri, Feb 22, 2013 at 5:41 PM, Pavel Sanda wrote: > commit 215042720c04e430807b044ef89ff87c3e393ba9 > Author: Pavel Sanda > Date: Fri Feb 22 14:33:56 2013 -0800 > > Fix broken installation (typo, already fixed in 1e44661fa04896036d9). > >

Re: [LyX 2.0.x] Fix broken installation (typo, already fixed in 1e44661fa04896036d9).

2013-02-22 Thread Pavel Sanda
Scott Kostyshak wrote: > On Fri, Feb 22, 2013 at 5:41 PM, Pavel Sanda wrote: > > commit 215042720c04e430807b044ef89ff87c3e393ba9 > > Author: Pavel Sanda > > Date: Fri Feb 22 14:33:56 2013 -0800 > > > > Fix broken installation (typo, already fixed in