Re: LyX new feature & bug

2009-10-23 Thread Waluyo Adi Siswanto
> > 2) I report a bug: open LyX; insert a math formula "x^2"; place the text > cursor after "2" in the superscript; press backspace; click anywhere else in > the document; LyX will crash. Deleting user settings folder (LyX recreates it > when launched) does not help. > I have the same problem (

Re: r31154 - lyx-devel/trunk/src

2009-10-23 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > For branch ? OK. Jürgen

Re: r31148 - lyx-devel/trunk/src/frontends/qt4

2009-10-23 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > For branch ? Yes. Jürgen

Re: r31108 - lyx-devel/trunk/src/frontends/qt4

2009-10-23 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > For branch ? Yes. Jürgen

LyX new feature & bug

2009-10-23 Thread 0
1) I suggest new feature: "RESET TO DEFAULT" and "RESET ALL TO DEFAULT" buttons in "Tools -> Preferences" dialog; the first one applies to current open section of preferences, and the latter resets all preferences to their default values. 2) I report a bug: open LyX; insert a math formula "x^2";

Re: [patch] fix bug 6234

2009-10-23 Thread Uwe Stöhr
>> +exts = [] #list of extensions for which we're checking > > Why are you making exts a global variable? It should be local, there is no > need to pollute the global name space. :-) This change was proposed by the Alex Fernandez and I only trusted another Python expert ;-). I reverted this cha

Re: r31154 - lyx-devel/trunk/src

2009-10-23 Thread Vincent van Ravesteijn
v...@lyx.org schreef: Author: vfr Date: Thu Aug 20 00:43:52 2009 New Revision: 31154 URL: http://www.lyx.org/trac/changeset/31154 Log: Fix the painting of the last character of a paragraph. That is either the added/deleted paragraph breaks in change tracking or the to-be introduced pilcrow mar

Re: r31148 - lyx-devel/trunk/src/frontends/qt4

2009-10-23 Thread Vincent van Ravesteijn
v...@lyx.org schreef: Author: vfr Date: Wed Aug 19 22:29:16 2009 New Revision: 31148 URL: http://www.lyx.org/trac/changeset/31148 Log: Clear the LastOpened list when choosing "Close Window". Modified: lyx-devel/trunk/src/frontends/qt4/GuiApplication.cpp Modified: lyx-devel/trunk/src/fronten

Re: r31108 - lyx-devel/trunk/src/frontends/qt4

2009-10-23 Thread Vincent van Ravesteijn
v...@lyx.org schreef: Author: vfr Date: Tue Aug 18 00:33:49 2009 New Revision: 31108 URL: http://www.lyx.org/trac/changeset/31108 Log: Close the correct tab when clicking one while the active tab is in another tabworkarea. This is also in 1.6.3. Modified: lyx-devel/trunk/src/frontends/qt4/G

Re: configure.py [patch] for branch

2009-10-23 Thread Pavel Sanda
Alex Fernandez wrote: > > now this is nothing against you personally - its true for all devs here - > > when > > one is looks on the lyx project from a wider time range developers come and > > leave and you will have hard time to find most of devs which were 10 years > > before on this list. but t

Re: configure.py [patch] for branch

2009-10-23 Thread Alex Fernandez
On Fri, Oct 23, 2009 at 11:05 PM, Pavel Sanda wrote: > at least by me this was considered and in fact was starting point of some > doubting. project, which you may not be aware of > (http://www.netmeister.org/apps/lyx2html/), was triggering in me the feeling > that history is repeating again. one

Re: configure.py [patch] for branch

2009-10-23 Thread Pavel Sanda
Alex Fernandez wrote: > But there is an additional consequence not usually considered by LyX > developers: since "eLyXer state" is independent of "LyX state", and > much simpler, eLyXer enables new uses for "LyX format" (i.e. .lyx > files) for people that won't or can't install LyX. Examples: remot

Re: configure.py [patch] for branch

2009-10-23 Thread Jean-Marc Lasgouttes
2009/10/23 rgheck : > Yes, that's exactly right. If we expect lyx2lyx to be used (more) from > outside LyX, then it (or a link) should be installed into the path. At least, LyX could set the PATH (does it already?) to add scripts/, and maybe also, the python path to add lyx2lyx/. This would allow

Re: configure.py [patch] for branch

2009-10-23 Thread Alex Fernandez
On Fri, Oct 23, 2009 at 12:36 AM, rgheck wrote: >> Producing HTML output by parsing LyX documents is what eLyXer does. It >> has so far proved to be an interesting challenge, and in my biased >> opinion the results are better than any TeX->HTML converters or than >> native HTML output from within

Re: configure.py [patch] for branch

2009-10-23 Thread rgheck
On 10/23/2009 09:57 AM, Guenter Milde wrote: On 2009-10-22, rgheck wrote: The best solution, it seems to me, would be for elyxer to read the format line and, if it is not to its liking, then it can call lyx2lyx itself. But I'd guess this would be difficult to implement, since finding lyx2ly

Re: [patch] fix bug 6234

2009-10-23 Thread rgheck
On 10/23/2009 05:11 AM, José Matos wrote: def main(argv): progname = argv[0] - -exts = [] #list of extensions for which we're checking targext = "LyXconv" #extension for target directory opts, args = getopt.getopt(sys.argv[1:], "e:t:") for o, v in opts: @@ -60,27 +

Re: [PATCHes] LyX and Snow Leopard, going forward

2009-10-23 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes writes: > The patch that disables fork() seems obvious enough to me, but an extra > pair of eyes (and testers) would help. This part is in trunk now. It will maybe make some people test it. This is all I can do unfortunately. > For the speedup part, this can indeed wait for

Re: read-only switch

2009-10-23 Thread Liviu Andronic
On 10/23/09, Pavel Sanda wrote: > you mean LFUN_BUFFER_TOGGLE_READ_ONLY ? > More or less, but yes, this is what I was looking for. Thank you for the pointer. Wouldn't this deserve a menu entry, perhaps in "View" or "Document"? Thus users could quickly switch from read-write to read-only mode, and

Re: read-only switch

2009-10-23 Thread Pavel Sanda
Liviu Andronic wrote: > Dear developers > Would it make sense to implement an OOo-style read-only switch? I have > in mind a view mode where the user can make no changes to the content you mean LFUN_BUFFER_TOGGLE_READ_ONLY ? you can also set readonly file permissions to get this. pavel

read-only switch

2009-10-23 Thread Liviu Andronic
Dear developers Would it make sense to implement an OOo-style read-only switch? I have in mind a view mode where the user can make no changes to the content of the LyX document and where the cursor would no longer be available (perhaps only as a context-menu option) and the document would be browsa

Re: configure.py [patch] for branch

2009-10-23 Thread Guenter Milde
On 2009-10-22, rgheck wrote: > On 10/22/2009 05:04 PM, Alex Fernandez wrote: >> On Thu, Oct 22, 2009 at 12:39 AM, Pavel Sanda wrote: I do remember that the last time there was some opposition to this integration, so I would prefer to hear some more opinions first. >>> i dont think you

Re: configure.py [patch] for branch

2009-10-23 Thread Guenter Milde
On 2009-10-22, rgheck wrote: > On 10/22/2009 05:53 PM, Alex Fernandez wrote: >> On Thu, Oct 22, 2009 at 10:25 AM, Jean-Marc Lasgouttes >> wrote: >>> Le 22/10/2009 09:29, Abdelrazak Younes a écrit : Right, it is different here as eLyXer cannot rely on LyX to do the conversion. But it sh

Re: configure.py [patch] for branch

2009-10-23 Thread Jean-Marc Lasgouttes
Pavel Sanda writes: > from users pov this would be regression. when its thirdparty tool, > we dont have reasponsibility for it, once we provide it officially > the complaints go to our shoulders. resolving the regression bugs > by removing the feature is not the way we want go imho. +1 JMarc

Re: configure.py [patch] for branch

2009-10-23 Thread Pavel Sanda
Alex Fernandez wrote: > > and it would be pita to adjust or check the script for every > > fileformat change we do - now this pita is yours, once we > > officially include elyxer and you disappear after two or three > > years the pita is ours :) > > But it is not a PITA, it is a rewarding job. If

RE: #6129: Show paragraph marks / pilcrows

2009-10-23 Thread Vincent van Ravesteijn - TNW
> #6129: Show paragraph marks / pilcrows > > Comment(by spitz): > >  it can go in if it happens soon. > > -- > Ticket URL: >A few months ago, I backported Richard's patch to branch. Hmmm... >Ever since, it's been working wonderfully for me. Of c

Re: [patch] fix bug 6234

2009-10-23 Thread José Matos
On Friday 23 October 2009 01:53:52 Uwe Stöhr wrote: > -- ext_copy.py (revision 31691) > +++ ext_copy.py (working copy) > @@ -5,7 +5,7 @@ > # This file is part of LyX, the document processor. > # Licence details can be found in the file COPYING. > > -# author Richard Heck > +# author Richard Hec

Re: Compiling on Mac OSX 10.6 (Snow Leopard)

2009-10-23 Thread Jean-Marc Lasgouttes
Anders Ekberg writes: > Could something like this work? I am a bit in a hurry, but a few comments on this: + ./configure --prefix=/Path/to/LyX.app --disable-concept-checks --with-version-suffix=-2.0 --with-qt4-dir=/Path/to/QT4/ --enable-optimization=-Os --without-x --with-included-gettext