Change in treatment of \jobname in LyX2.1.2 from 2.1.0

2014-10-29 Thread aparsloe
The treatment of \jobname in LyX 2.1.2 has changed compared with 2.1.0 -- although I'm having to rely on memory for that claim since I've uninstalled 2.1.0. But some latex code that worked with 2.1.0 no longer works with 2.1.2. If you create a LyX document, call it test.lyx, and in it in ERT

Re: Problem with copy

2014-10-29 Thread Richard Heck
On 10/29/2014 05:43 PM, Georg Baum wrote: Richard Heck wrote: My problem is that I don't really know how to read the valgrind output. But from what you've said, my guess would be that the problem is in putClipboard, in CutAndPaste.cpp. You will see that a static Buffer does get created there, s

Re: Problem with copy

2014-10-29 Thread Georg Baum
Richard Heck wrote: > My problem is that I don't really know how to read the valgrind output. > But from what you've said, my guess would be that the problem is in > putClipboard, in CutAndPaste.cpp. You will see that a static Buffer does > get created there, so you could try modifying the static

Re: Coding practice: OK to leave dangling pointer if not currently used?

2014-10-29 Thread Georg Baum
Scott Kostyshak wrote: > My solution is to simply refresh the pointer (I can get it from > currentBufferView()). However, this got me thinking: shouldn't we set > the pointer to null every time we know that it was destroyed? What if > we don't use that pointer again (as was the case before my comm

Re: Help with patch for "word selection mode" on double click

2014-10-29 Thread Scott Kostyshak
On Wed, Oct 29, 2014 at 4:30 AM, Jerry wrote: > > On Oct 28, 2014, at 11:13 PM, Scott Kostyshak wrote: > >> On Tue, Oct 28, 2014 at 11:24 PM, Jerry wrote: >>> >>> On Oct 28, 2014, at 4:03 AM, Scott Kostyshak wrote: >>> I have a patch that enables "word selection mode" on double click. It >

Re: Help with patch for "word selection mode" on double click

2014-10-29 Thread Stephan Witt
Am 29.10.2014 um 09:35 schrieb Jerry : > On Oct 29, 2014, at 1:33 AM, Jerry wrote: > On Oct 29, 2014, at 1:30 AM, Jerry wrote: >> On Oct 28, 2014, at 11:13 PM, Scott Kostyshak wrote: >>> On Tue, Oct 28, 2014 at 11:24 PM, Jerry wrote: > On Oct 28, 2014, at 4:03 AM, Scott Kostyshak wrote: >

Re: Help with patch for "word selection mode" on double click

2014-10-29 Thread Jerry
On Oct 29, 2014, at 1:33 AM, Jerry wrote: > > On Oct 29, 2014, at 1:30 AM, Jerry wrote: > >> >> On Oct 28, 2014, at 11:13 PM, Scott Kostyshak wrote: >> >>> On Tue, Oct 28, 2014 at 11:24 PM, Jerry wrote: On Oct 28, 2014, at 4:03 AM, Scott Kostyshak wrote: > I have a p

Re: Help with patch for "word selection mode" on double click

2014-10-29 Thread Jerry
On Oct 29, 2014, at 1:30 AM, Jerry wrote: > > On Oct 28, 2014, at 11:13 PM, Scott Kostyshak wrote: > >> On Tue, Oct 28, 2014 at 11:24 PM, Jerry wrote: >>> >>> On Oct 28, 2014, at 4:03 AM, Scott Kostyshak wrote: >>> I have a patch that enables "word selection mode" on double click. It

Re: Help with patch for "word selection mode" on double click

2014-10-29 Thread Jerry
On Oct 28, 2014, at 11:13 PM, Scott Kostyshak wrote: > On Tue, Oct 28, 2014 at 11:24 PM, Jerry wrote: >> >> On Oct 28, 2014, at 4:03 AM, Scott Kostyshak wrote: >> >>> I have a patch that enables "word selection mode" on double click. It >>> seems to work well. The patch is here: >>> >>> htt

Re: Help with patch for "word selection mode" on double click

2014-10-29 Thread Jerry
On Oct 28, 2014, at 11:13 PM, Scott Kostyshak wrote: > On Tue, Oct 28, 2014 at 11:24 PM, Jerry wrote: >> >> On Oct 28, 2014, at 4:03 AM, Scott Kostyshak wrote: >> >>> I have a patch that enables "word selection mode" on double click. It >>> seems to work well. The patch is here: >>> >>> htt