Re: Approaching LyX 1.6.3 [status update #2]

2009-05-21 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > Does this fit everybody? > > Fine with me. > I plan to bundle eLyXer with my installer or at least use it if it is > installed, can therefore the check for eLyXer in configure.py also go to > branch? Post a patch first. Jürgen

Re: Broken reverse search

2009-05-21 Thread Kornel Benko
Am Donnerstag, 21. Mai 2009 schrieb Enrico Forestieri: > On Thu, May 21, 2009 at 11:04:54AM +0200, Kornel Benko wrote: > > > Hi, > > both (branch and trunk) don't react correct on reverse search. > > The only thing that happens is that cursor moves to start of buffer. > > > > The sent string to l

Re: Broken reverse search

2009-05-21 Thread Ben M.
I don't see offhand how rowlist gets populated, but there's a big difference between 1.6.1 and branch. -Ben branch -- rowlist.size: '6' id: -1, pos: -1 id: -1, pos: -1 id: -1, pos: -1 id: 5, pos: 0 id: 5, pos: 0 id: 5, pos: 0 1.6.1 - rowlist.size: '1240' id: -1, pos: -1 id: -1, pos: -1

Re: Broken reverse search

2009-05-21 Thread Ben M.
This is long, so here's my summary: BLODA did indeed cause the permission denied errors while running autogen.sh. However, broken inverse search appears unrelated. As for broken inverse search, all evidence points to a regression between 1.6.1 and branch. Now for the details. As promised, here

Re: Approaching LyX 1.6.3 [status update #2]

2009-05-21 Thread Uwe Stöhr
> Does this fit everybody? Fine with me. I plan to bundle eLyXer with my installer or at least use it if it is installed, can therefore the check for eLyXer in configure.py also go to branch? regards Uwe

Re: RFC: Use Author hash value to identify tracked changes

2009-05-21 Thread Andre Poenitz
On Thu, May 21, 2009 at 05:42:00PM +0100, Gregory Jefferis wrote: > This patch identifies the author of tracked changes written out to lyx file > with a hash value constructed from author+email > > That way the author id never changes on write, allowing painless merging of > files containing track

Re: possible [patch] for bug 5909

2009-05-21 Thread Uwe Stöhr
> Well, you have added a Buffer option to latex(). Because I needed the buffer for nomenclWidest. I wasn't aware that buffer() can always be called > This cannot work, since InsetCommand::latex() has no such option. That's why I miss documentation how InsetCommand works. > the nomenclWidest >

Re: Broken reverse search

2009-05-21 Thread Ben M.
Hi Enrico, I was busy yesterday, so I'm just getting back to this now. Here are the results of your above patch when using "branch": filename: '/tmp/lyx_tmpdir.JL6636/lyx_tmpbuf0/LaTeXConfig.tex' abstmp: '/tmp/lyx_tmpdir.JL6636' realtmp: '/tmp/lyx_tmpdir.JL6636' I'd also like to mention anoth

Re: Approaching LyX 1.6.3 [status update #2]

2009-05-21 Thread Richard heck
Jürgen Spitzmüller wrote: A short message: I think we are ready. There is still one critical bug (#5046), but I cannot reproduce that ATM. Also, I think we cannot wait for the tex2lyx module fix any longer. I don't think JMarc and I really know quite what to do yet. This is in part because

RFC: Use Author hash value to identify tracked changes

2009-05-21 Thread Gregory Jefferis
This patch identifies the author of tracked changes written out to lyx file with a hash value constructed from author+email That way the author id never changes on write, allowing painless merging of files containing tracked changes. Comments very welcome - this is not final. In particular I pla

[OT] gmail settings

2009-05-21 Thread Jürgen Spitzmüller
I noticed that, when sending mails to this list via the lyx.org account, these (i.e., my own) messages never show up here. I see them in the web interface, but they are not in my inbox, and thus are not delivered via POP. How can I configure gmail to _not_treat my mails differently from others?

Approaching LyX 1.6.3 [status update #2]

2009-05-21 Thread Jürgen Spitzmüller
A short message: I think we are ready. There is still one critical bug (#5046), but I cannot reproduce that ATM. Also, I think we cannot wait for the tex2lyx module fix any longer. So if nobody comes up with really severe issues, I plan to release LyX 1.6.3 on June 1. Does this fit everybody?

Re: Approaching LyX 1.6.3 [status update #1]

2009-05-21 Thread Jürgen Spitzmüller
Stephan Witt wrote: > Personally I prefer to change the LyX source to make it compileable again. > But I cannot do it, because I don't know enough C++ (templates stuff etc.). > If nobody changes that I think the requirements should be updated. What compiler version do we require nowadays? Jürgen

Re: possible [patch] for bug 5909

2009-05-21 Thread Jürgen Spitzmüller
uwestoehr wrote: > Yes, see the attached patch. Well, you have added a Buffer option to latex(). This cannot work, since InsetCommand::latex() has no such option. Try the attached patch. I have also fixed some other things (the nomenclWidest only considered the first inset in a paragraph. This

Documentation of tex2lyx

2009-05-21 Thread Lavaud Michel
Hello, Would it be possible, for Windows users, to have tex2lyx documentation in html form in addition to Unix man form? As far as I know, there is no user-friendly man viewer for Windows (except Emacs)? I suppose the source of the doc is in texinfo, so html output could be generated automati

Re: possible [patch] for bug 5909

2009-05-21 Thread Uwe Stöhr
>> > InsetPrintNomencl is an InsetCommand. So if latex is not implemented in >> > InsetPrintNomencl itself, InsetCommand::latex is called >> >> But latex is implemented in InsetPrintNomencl but it is still not called. > > Did you change the function to an int? Yes, see the attached patch. regard

Re: Broken reverse search

2009-05-21 Thread Enrico Forestieri
On Thu, May 21, 2009 at 11:04:54AM +0200, Kornel Benko wrote: > Hi, > both (branch and trunk) don't react correct on reverse search. > The only thing that happens is that cursor moves to start of buffer. > > The sent string to lyxpipe was: > LYXCMD:revdvi:server-goto-file- > row:/tmp/lyx_tm

Show disabled OptItems

2009-05-21 Thread Vincent van Ravesteijn
This patch enables to show even disabled OptItems. I found that this is wanted sometimes. Example: An inlined equation does not have a label and thus no copy as reference, so these can be hidden. When the equation is displayed, you can insert a label. But, as long as there is no label inserted

[patch] customizable processors

2009-05-21 Thread Jürgen Spitzmüller
The attached patch implements the possibility to customize the options as well as to chose a specific program for index and bibliography generation. I have assured that this can not be misused to launch something evil (thanks to QProcess). Jürgen Index: src/LaTeX.cpp ===

Broken reverse search

2009-05-21 Thread Kornel Benko
Hi, both (branch and trunk) don't react correct on reverse search. The only thing that happens is that cursor moves to start of buffer. The sent string to lyxpipe was: LYXCMD:revdvi:server-goto-file- row:/tmp/lyx_tmpdir.T16958/lyx_tmpbuf0/NFSueberblick.tex 148 The answer was: INFO

Re: possible [patch] for bug 5909

2009-05-21 Thread Jürgen Spitzmüller
> > InsetPrintNomencl is an InsetCommand. So if latex is not implemented in > > > InsetPrintNomencl itself, InsetCommand::latex is called > > But latex is implemented in InsetPrintNomencl but it is still not called. Did you change the function to an int? > > If I got you right, you probably nee