Re: #6326: Bindings deleted if not immediately accessible

2009-11-17 Thread Ben M.
How are the bindings stored? I'm envisioning a tree where edges correspond to keypresses and leaves correspond to bindings. In my example, M-r replaces that branched node with a leaf? I assume changing this would require a substantial rewrite of the bindings code? BTW Bo, I really like your bin

Re: LyX crashes if preview svg

2009-11-17 Thread Waluyo Adi Siswanto
> > > > How I can fix this ? > > it looks the qt libraries are messed up in your system. try reinstalling them. > the last possibility would be to compile qt locally in your home and link > lyx against them (some proper arg for configure). > Thanks Pavel I really appreciate it I tried to find d

Re: [RFC] RefStepCounter for LyX

2009-11-17 Thread Andre Poenitz
On Tue, Nov 17, 2009 at 05:35:20PM -0500, rgheck wrote: > OK. I'll do that. > > Why is std::stack based on std::deque? std::stack is a container adapter, std::deque is just the default container. You could as well use std::stack > to base a stack on std::vector. _Why_ it is based on deque I don't

Re: [RFC] RefStepCounter for LyX

2009-11-17 Thread rgheck
On 11/17/2009 05:08 PM, Andre Poenitz wrote: On Tue, Nov 17, 2009 at 04:52:58PM -0500, rgheck wrote: On 11/17/2009 03:43 PM, Andre Poenitz wrote: On Mon, Nov 16, 2009 at 05:46:03PM -0500, rgheck wrote: @@ -172,6 +195,11 @@ std::string current_float_; /// Are

Re: LyX 1.6.4.2

2009-11-17 Thread Pavel Sanda
Stephan Witt wrote: > I guess my problem is caused by the server upgrade... bad luck for me. few days old tree http://wiki.lyx.org/Devel/Git git clone git://repo.or.cz/lyx.git switch to branch can be done via git checkout origin/BRANCH_1_6_X pavel

Re: [RFC] RefStepCounter for LyX

2009-11-17 Thread Andre Poenitz
On Tue, Nov 17, 2009 at 04:52:58PM -0500, rgheck wrote: > On 11/17/2009 03:43 PM, Andre Poenitz wrote: >> On Mon, Nov 16, 2009 at 05:46:03PM -0500, rgheck wrote: >> >> >>> @@ -172,6 +195,11 @@ >>> std::string current_float_; >>> /// Are we in a subfloat? >>> bool subfloat_; >>> +

Re: LyX 1.6.4.2

2009-11-17 Thread Stephan Witt
Am 17.11.2009 um 18:06 schrieb Jean-Marc Lasgouttes: Stephan Witt writes: Ok, this weekend I had the time to work on it and can confirm that my checkout of BRANCH_-1_6_X revision 31956(?) with Jean-Marc's latest patch applied is working. Autosave is ok and spell checking too (with ispell I

Re: [RFC] RefStepCounter for LyX

2009-11-17 Thread rgheck
On 11/17/2009 03:43 PM, Andre Poenitz wrote: On Mon, Nov 16, 2009 at 05:46:03PM -0500, rgheck wrote: @@ -172,6 +195,11 @@ std::string current_float_; /// Are we in a subfloat? bool subfloat_; + /// Used to keep track of active counters when going through +

Re: [RFC] RefStepCounter for LyX

2009-11-17 Thread Andre Poenitz
On Mon, Nov 16, 2009 at 05:46:03PM -0500, rgheck wrote: > Index: src/Counters.h > === > --- src/Counters.h(revision 32054) > +++ src/Counters.h(working copy) > @@ -18,11 +18,13 @@ > #include "support/docstring.h" > > #inclu

Re: #6275: Confusing prompts during recover document process

2009-11-17 Thread Pavel Sanda
> Fair enough; sorry I don't have time to track down an exact recipe for > reproducing the problem. > > sanda - Have you received my emails regarding fatal crashes, or do I need to > submit bug reports for those? yes, and i have responded to them also afair. it looked like already fixed bugs f

RE: #6275: Confusing prompts during recover document process

2009-11-17 Thread Matthew
Fair enough; sorry I don't have time to track down an exact recipe for reproducing the problem. sanda - Have you received my emails regarding fatal crashes, or do I need to submit bug reports for those? -Original Message- From: LyX Ticket Tracker [mailto:t...@lyx.org] Sent: Tuesday,

Re: #6326: Bindings deleted if not immediately accessible

2009-11-17 Thread Bo Peng
> btw can i still CC you on bugs related to keybindings/inset-info business or > you don't like to be spammed about this stuff anymore? I provide limited lifetime support for the code I wrote. :-) Bo

Re: #6326: Bindings deleted if not immediately accessible

2009-11-17 Thread Bo Peng
> > Comment: > >  i never heard of bpeng.bind. Bo? > This ticket refers to a bindfile I posted on the wiki a while ago, which has a lot of Greek and mathematical symbols. I proposed to include some of the shortcuts in the standard binding files but people felt that we should not add too many short

Re: LyX crashes if preview svg

2009-11-17 Thread Pavel Sanda
Waluyo Adi Siswanto wrote: > >> > >> Here below: there is a message cannot mix incompatible Qt libraries? > > > > It appears so... Did you compile your own Qt? There is no backtrace here > > because gdb does not know which Qt to use apparently... > > > > I compiled LyX from the source to install

Re: Math manual compilation

2009-11-17 Thread Pavel Sanda
Uwe Stöhr wrote: > I wrote: > >> I can use the special package handling like for arydshln in the >> EmbeddedObjects manual. Then the document would always be compilable, but >> you won't see sec. 20 in the output. Should I do this? > > Of course I have to do this since mhchem is not in the standa

Re: Mac: System crash on spellcheck in branch

2009-11-17 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Jean-Marc Lasgouttes wrote: >> > I think this patch should now also go to branch and trunk. >> >> Done. > > Shall we close the bug report, then? After all, 1.6.4.2 is released. I'll do it. JMarc

Re: Mac: System crash on spellcheck in branch

2009-11-17 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > > I think this patch should now also go to branch and trunk. > > Done. Shall we close the bug report, then? After all, 1.6.4.2 is released. Jürgen

Re: Mac: System crash on spellcheck in branch

2009-11-17 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Jean-Marc Lasgouttes wrote: >> OK, here is a new patch that applies to branch (replaces nofork2). > > I think this patch should now also go to branch and trunk. Done. JMarc

Re: LyX 1.6.4.2

2009-11-17 Thread Jean-Marc Lasgouttes
Stephan Witt writes: > Ok, this weekend I had the time to work on it and can confirm that my checkout > of BRANCH_-1_6_X revision 31956(?) with Jean-Marc's latest patch applied is > working. Autosave is ok and spell checking too (with ispell I got no error > message). Thanks for testing. > A ne

Re: Access for Koji? (Re: r31865 - in lyx-devel/trunk: development/scons lib lib/doc lib/doc/ja lib/layouts lib/templates)

2009-11-17 Thread Jean-Marc Lasgouttes
"Yokota K." writes: > Looking at my current situations, I feel like my current pace (i.e. to > post from time to time) is the most I can do at this moment. So, I > think I'd better ask you for the right when not having it becomes an > obstacle... > > Thank you so much for the offer. I'm going to

Re: r32065 - in lyx-devel/branches/BRANCH_1_6_X: . lib/scripts

2009-11-17 Thread Jürgen Spitzmüller
rgheck wrote: > Author: rgheck > Date: Tue Nov 17 17:01:26 2009 > New Revision: 32065 > URL: http://www.lyx.org/trac/changeset/32065 > > Log: > Backport Guenter's layout2layout fixes. Does this deserve a status entry (it fixes a bug, no)? Jürgen

Re: layout2layout fixes for branch

2009-11-17 Thread Jürgen Spitzmüller
rgheck wrote: > Jurgen, these are Guenter's fixes. OK? If this is what José reviewed, yes. Jürgen

layout2layout fixes for branch

2009-11-17 Thread rgheck
Jurgen, these are Guenter's fixes. OK? rh Index: lib/scripts/layout2layout.py === --- lib/scripts/layout2layout.py(revision 32063) +++ lib/scripts/layout2layout.py(working copy) @@ -52,17 +52,6 @@ sys.exit(1)

Re: r32063 - lyx-devel/trunk/lib/doc

2009-11-17 Thread Jürgen Spitzmüller
rgheck wrote: > Author: rgheck > Date: Tue Nov 17 15:52:44 2009 > New Revision: 32063 > URL: http://www.lyx.org/trac/changeset/32063 > > Log: > Fix bug 5412 by updating docs. > > Should also go to branch. fine with me. Jürgen

Re: About CSS (was Re: [RFC] RefStepCounter for LyX)

2009-11-17 Thread rgheck
On 11/17/2009 03:14 AM, Abdelrazak Younes wrote: rgheck wrote: On 11/16/2009 06:02 PM, Jean-Marc Lasgouttes wrote: No, you want to have HTML/CSS compute the numbers, remember. :) Yes, I do remember that discussion, and if I ever get XHTML output working at all, then we can talk again. ;-) But

Re: layout2layout patch for bug #3605

2009-11-17 Thread rgheck
On 11/17/2009 02:40 AM, Guenter Milde wrote: My plan would be a stepwise approach, * finish the optimizations/cleanup for layout2layout, * do a similar first step for lyx2lyx, * in the process, find out what coud go into the "general library" * organize LyX's Python scripts in a "pyLyX" Python

Re: layout2layout patch for bug #3605

2009-11-17 Thread José Matos
On Tuesday 17 November 2009 07:40:24 Guenter Milde wrote: > On 2009-11-14, José Matos wrote: > > > > Some of this could be applied to lyx2lyx, could you take a look, please? > > What is the minimal Python version we have to care for with LyX 1.6.x? 2.3.4 FWIW the last .4 is related with some unic

About CSS (was Re: [RFC] RefStepCounter for LyX)

2009-11-17 Thread Abdelrazak Younes
rgheck wrote: On 11/16/2009 06:02 PM, Jean-Marc Lasgouttes wrote: No, you want to have HTML/CSS compute the numbers, remember. :) Yes, I do remember that discussion, and if I ever get XHTML output working at all, then we can talk again. ;-) But this won't help with InsetRef, since XHTML has n

Re: [patch] fix bug 2585 (correct toolbar button for \emph)

2009-11-17 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > The other idea is to use i18nLibFileSearch in iconName > (GuiApplication.cpp) qnd have > files like de/font-emph.png with the proper localized letter. This is > the word-like solution. > Both solutions are feasible easily, we just have to decide whih one is > bes