Fixing the "valid css" link on lyx.org pages

2007-01-22 Thread Angus Leeming
The w3c css validation engine can no longer find the lyx style sheets. Please adjust the html to something like: (The type attribute is currently missing.) Regards, Angus

Lyx-1.5.0svn: more bugs

2007-01-22 Thread John McCabe-Dansted
This email discusses how to replicate 3 bugs: * "Show changes in Output", does not highlight text (LyX isn't running ~/bin/dvipost) - This bug also exists in lyx 1.4 * "up" button in Table of Contents sometimes does nothing * "down" button in Table of Contents can cause LyX to crash upon merge c

Lyx-1.5.0svn bugs & suggestions

2007-01-22 Thread John McCabe-Dansted
I have tried Lyx-1.5.0svn r16816. I really liked the new features, look and feel. Are any of the following not known problems? ChkTex does not create .tex file before running chktex, causing "could not run chktex successfully" error. Even if .tex file exists (because it was generated in tmp dir

Re: Do we have to have both Installer and LyxWinInstaller?

2007-01-22 Thread Bo Peng
Maybe unrelated to this issue. One of my friends used 'some installer from wiki' and complained that his \alpha is displayed as some strange symbol. The problem disappeared after he re-installed lyx using Joost's installer. Uwe, are you aware of such problems? Bo

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Uwe Stöhr
> Do you mean that you directly set the variable in HKCU\Environment? Yes. > Instead, why don't you try setting the path to the Aiksaurus directory > through "HKCU\Software\Aiksaurus\Data Path" (according to the patch in > development/Win32/patches)? I wasn't aware of this. I used this now and

Re: Do we have to have both Installer and LyxWinInstaller?

2007-01-22 Thread Uwe Stöhr
> But what are the differences between the two installers? My impression > is that Joost's installer is techniquely advanced, and Uwe's installer > takes care of lot of issues of third-party applications. I listed the differences here: http://wiki.lyx.org/Windows/LyXWinInstaller (This is against

Re: Converters and encodings

2007-01-22 Thread Enrico Forestieri
On Mon, Jan 22, 2007 at 03:44:44PM +0100, Georg Baum wrote: > Enrico Forestieri wrote: > > > On Sun, Jan 21, 2007 at 10:41:29PM +0100, Georg Baum wrote: > >> In the past we were moving to absolute paths > >> wherever possible in order to get rid of the Path class that is simply > >> too confusing

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Enrico Forestieri
On Mon, Jan 22, 2007 at 04:47:27PM +0100, Abdelrazak Younes wrote: > What is the problem of embedding the icon into the lyx.exe executable > directly? You can also do that, of course, but the .lyx files should be associated with the application deputed to open them. If this is a .bat file, you h

Re: strange insert graphics behavior

2007-01-22 Thread Angus Leeming
Stephen Buonopane <[EMAIL PROTECTED]> writes: > 1) Open a new file in LyX 1.4. > 2) Press the insert graphics button on the toolbar > 3) Select a graphics file (anything will do) > 4) Press Apply and wait for the preview to appear in the LyX window. > Don't close the graphics window or bring the

strange insert graphics behavior

2007-01-22 Thread Stephen Buonopane
1) Open a new file in LyX 1.4. 2) Press the insert graphics button on the toolbar 3) Select a graphics file (anything will do) 4) Press Apply and wait for the preview to appear in the LyX window. Don't close the graphics window or bring the main LyX window to the foreground. 5) Now change the

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Peter Kümmel
Abdelrazak Younes wrote: > Enrico Forestieri wrote: >> On Mon, Jan 22, 2007 at 10:56:25AM +0100, Jean-Marc Lasgouttes wrote: >> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > @echo off SET LANG=de_DE start "LyX" "lyx.exe" %* >>> Enrico> Are you aware that the console hidin

Re: r16807 - in /lyx-devel/trunk/src/frontends/qt4: Action.C ...

2007-01-22 Thread Peter Kümmel
Abdelrazak Younes wrote: > [EMAIL PROTECTED] wrote: >> Author: younes >> Date: Mon Jan 22 12:31:42 2007 >> New Revision: 16807 >> >> URL: http://www.lyx.org/trac/changeset/16807 >> Log: >> Cleanup Action class: The mother should be the main window (GuiView). >> This will hopefully fix bug 3107 (Too

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> Of course it does, it is just a matter of re-directing the >> stdout/stderr thanks to pipes. Bo> Then we should replace all system() calls with QProcess. This was Bo> not an option when I was writing hidec.exe, but we are allowed to Bo> use non

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Bo Peng
Even if lyx itself can be made cout-free, scripts such as > lyx2lyx called by lyx may force a black command window when it is > started from a lyx.exe without stdout and try to get one from the OS. I'm not sure about that but I will try. You need to compile lyx as a windows (rather than console

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Abdelrazak Younes
José Matos wrote: On Monday 22 January 2007 5:43:26 pm Jean-Marc Lasgouttes wrote: Yes, or rather -pref (since people do not know what this rc thing is). Let us make --pref then. We should be consistent in the options naming, we use one dash for one letter option and two dashes for word opt

Re: [Cvslog] r16801 - /lyx-devel/trunk/src/text.C

2007-01-22 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Author: baum Date: Sun Jan 21 22:52:01 2007 New Revision: 16801 URL: http://www.lyx.org/trac/changeset/16801 Log: Compile fix. Michael, I guess that you need to retest this code, since the old one did obviously not do what you intended. Oh, what a shame! Oh, what a

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread José Matos
On Monday 22 January 2007 5:43:26 pm Jean-Marc Lasgouttes wrote: > Yes, or rather -pref (since people do not know what this rc thing is). Let us make --pref then. We should be consistent in the options naming, we use one dash for one letter option and two dashes for word options. > JMarc --

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Abdelrazak Younes
Bo Peng wrote: > A black command window will be started with lyx. This is useful for > debugging, but annoying for normal users. The debug output could be redirected to an editor on Window (and optionally on other platforms too). I have investigated this approach. Lyx relies on stdout/cout in

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: >>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Abdelrazak> We could perhaps implement this new feature: >> Abdelrazak> lyx -xxx yyy >> Abdelrazak> will override set

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Bo Peng
> A black command window will be started with lyx. This is useful for > debugging, but annoying for normal users. The debug output could be redirected to an editor on Window (and optionally on other platforms too). I have investigated this approach. Lyx relies on stdout/cout in many places. Eve

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Actually, I cited the wrong command ("" is for a possible line break > without hyphenation). BTW we really should support \slash. It's in the LaTeX kernel, and it's really useful. Jürgen

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Jürgen> But we are talking only about verbatim << and >> only here. I > Jürgen> don't see why this could happen. > > I am not sure what you mean here. And example (I think) is what the > text in question is inside a section heading. I mean that the code we are talking

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Abdelrazak Younes
Bo Peng wrote: What is the problem of embedding the icon into the lyx.exe executable directly? You are not answering to this question here but to the previous one I guess. A black command window will be started with lyx. This is useful for debugging, but annoying for normal users. The debu

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> We could perhaps implement this new feature: Abdelrazak> lyx -xxx yyy Abdelrazak> will override setting xxx with value yyy, for example: Abdelrazak> lyx -gui_language french Yes, but may

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Actually, I cited the wrong command ("" is for a possible line Jürgen> break without hyphenation). This is the correct one: Jürgen> [EMAIL PROTECTED]"|}{% Jürgen> [EMAIL PROTECTED] Jürgen> \allowhyphens}{}} Jürgen> Compared

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Jürgen> The corresponding shortcut for disabling ligatures? Its > Jürgen> [EMAIL PROTECTED]""[EMAIL PROTECTED] > > Jürgen> while \textcompwordmark is: > Jürgen> [EMAIL PROTECTED] > > OK, so it is almost the same. Actually, I cited the wrong command ("" is for a possib

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> We could perhaps implement this new feature: Abdelrazak> lyx -xxx yyy Abdelrazak> will override setting xxx with value yyy, for example: Abdelrazak> lyx -gui_language french Yes, but maybe with another syn

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Jean-Marc Lasgouttes wrote: >> What is the corresponfing shortcut in babel/german? I'd like to see >> how it is implemented. Jürgen> The corresponding shortcut for disabling ligatures? Its Jürgen> [EMAIL PROTECTED]""[EMAIL P

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: @echo off SET LANG=de_DE start "LyX" "lyx.exe" %* Enrico> Are you aware that the console hiding code is no more in Enrico> place, such that using a lyx.bat doesn't hide the cmd window Enrico> anymore? And

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Bo Peng
What is the problem of embedding the icon into the lyx.exe executable directly? A black command window will be started with lyx. This is useful for debugging, but annoying for normal users. Bo

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Mon, Jan 22, 2007 at 10:56:25AM +0100, Jean-Marc Lasgouttes wrote: "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: @echo off SET LANG=de_DE start "LyX" "lyx.exe" %* Enrico> Are you aware that the console hiding code is no more in Enrico> place, such that

Re: filename assert

2007-01-22 Thread Georg Baum
Jürgen Spitzmüller wrote: > When I try to compile the following testcase from bugzilla: > http://bugzilla.lyx.org/attachment.cgi?id=1416&action=view > I get an assert: > > Assertion triggered in lyx::support::FileName::FileName(const > std::string&) by failing check "!contains(name_, '\\')" in fi

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > What is the corresponfing shortcut in babel/german? I'd like to see > how it is implemented. The corresponding shortcut for disabling ligatures? Its [EMAIL PROTECTED]""[EMAIL PROTECTED] while \textcompwordmark is: [EMAIL PROTECTED] For the case in question, however,

Re: [patch] Get rid of InsetLaTeXAccent - finally

2007-01-22 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > Question: is the equivalent of \'{e} '+e or directly é (in the > internal representation)? I do not understand the stuff about > surrogate characters in the patch. lyx2lyx will convert \'{e} to é. But since '+e (or rather e+' - the accent comes after the accented cha

Re: Loading 1.5 file with LyX 1.4.4.

2007-01-22 Thread José Matos
On Monday 22 January 2007 3:16:36 pm Jean-Marc Lasgouttes wrote: > It would be nice to do it, especially since too recent format is more > often a problem than too old. lyx2lyx has support up to the first versions of LyX, so this should not ever happen. If it happens it is a bug and it should b

Re: Loading 1.5 file with LyX 1.4.4.

2007-01-22 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> I am not sure if that is enough. lyx2lyx can possibly read higher >> file formats so to know that if failed could be further detailed. Georg> I think that is an entirely different issue. I don't know how Georg> quickly translators can pic

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Jean-Marc Lasgouttes wrote: >> The question here is whether \, is really equivalent to >> \textcompwordmark. Jürgen> It's definitely not equivalent. IMO, the code in question is Jürgen> plain wrong. What is the corresponfin

Re: Looking for a stable branch maintainer

2007-01-22 Thread Georg Baum
Jürgen Spitzmüller wrote: > Abdelrazak Younes wrote: >> By the way, I think you're the perfect candidate for the stable branch >> Jurgen ;-) > > No, I don't think so. My coding skills are too limited to do this job. I don't think so. And even if you would hit problems you could always ask others

Re: [patch] Get rid of InsetLaTeXAccent - finally

2007-01-22 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> lib/unicodesymbols contains a list of ucs4 code points and Georg> LaTeX commands. This list is used to output characters that Georg> cannot be encoded in the current encoding and replaces the Georg> hardcoded stuff for euro & co in Geo

Re: Loading 1.5 file with LyX 1.4.4.

2007-01-22 Thread José Matos
On Monday 22 January 2007 2:48:01 pm Georg Baum wrote: > > > I am not sure if that is enough. lyx2lyx can possibly read higher file > > formats so to know that if failed could be further detailed. > > I think that is an entirely different issue. I don't know how quickly > translators can pick up

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Georg Baum
Jean-Marc Lasgouttes wrote: > So the advantage of \, is to produce shorter code, but the output is > different and contains more spacing. > > I would be interested to hear german writers' thought on that issue. I have no idea. I only saw that the counting was wrong, and corrected that. I use LyX

Re: Loading 1.5 file with LyX 1.4.4.

2007-01-22 Thread Georg Baum
José Matos wrote: > On Monday 22 January 2007 2:20:13 pm Jean-Marc Lasgouttes wrote: >> José> Is the return code from lyx2lyx a good alternative? >> >> José> The return code could tell lyx what had gone wrong, no? >> >> Comparing the format to LYX_FORMAT should tell us whether it >> older/newe

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Bo Peng
Seems that it has disappeared from the repository, though... Joost said that he was writing a *better* hidec.exe... Bo

Re: Bug 3062 AGAIN! (Re: [PATCH] bug 3062 and getStatus cleanup)

2007-01-22 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Your solution may be wrong because C-< should not work without Bo> buffer, but 'bookmark-goto 1/2/3' etc should work without buffer. Bo> This is why I moved 'bookmark-goto' from BufferView to lfunc. Since we now know that bookmark 0 is valid w

Re: Do we have to have both Installer and LyxWinInstaller?

2007-01-22 Thread Bo Peng
I think the problem is that Uwe hasn't been able to reach Joost But what are the differences between the two installers? My impression is that Joost's installer is techniquely advanced, and Uwe's installer takes care of lot of issues of third-party applications. Bo

Re: Converters and encodings

2007-01-22 Thread Georg Baum
Enrico Forestieri wrote: > On Sun, Jan 21, 2007 at 10:41:29PM +0100, Georg Baum wrote: >> Why non-absolute paths? > > There's a comment in converter.C about the fact that some converters can > only output files to the current directory, so makeRelPath is used with > first and second arguments as

Re: Loading 1.5 file with LyX 1.4.4.

2007-01-22 Thread José Matos
On Monday 22 January 2007 2:20:13 pm Jean-Marc Lasgouttes wrote: > José> Is the return code from lyx2lyx a good alternative? > > José> The return code could tell lyx what had gone wrong, no? > > Comparing the format to LYX_FORMAT should tell us whether it > older/newer. I am not sure if that

Re: Loading 1.5 file with LyX 1.4.4.

2007-01-22 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Monday 22 January 2007 10:56:51 am Jean-Marc Lasgouttes José> wrote: >> When I do that, I stumble on this message: >> >> Alert::error(_("Conversion script failed"), bformat(_("%1$s is from >> an earlier version" " of LyX, but the lyx

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Enrico Forestieri
On Mon, Jan 22, 2007 at 10:56:25AM +0100, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > >> @echo off SET LANG=de_DE start "LyX" "lyx.exe" %* > > Enrico> Are you aware that the console hiding code is no more in > Enrico> place, such that using a

Re: [Cvslog] r16791 - /lyx-devel/trunk/src/output_plaintext.C

2007-01-22 Thread José Matos
On Monday 22 January 2007 9:22:09 am Jean-Marc Lasgouttes wrote: > > This code should be completely rewritten to remove all layout names > hard-coding and use information from layout files instead... IMHO that should be remove completely. The convertion should be: lyx -> {docbook|latex} -> .

Re: Loading 1.5 file with LyX 1.4.4.

2007-01-22 Thread José Matos
On Monday 22 January 2007 10:56:51 am Jean-Marc Lasgouttes wrote: > When I do that, I stumble on this message: > > Alert::error(_("Conversion script failed"), > bformat(_("%1$s is from an earlier version" >" of LyX, but the lyx2lyx script

Re: Looking for a stable branch maintainer

2007-01-22 Thread christian . ridderstrom
On Mon, 22 Jan 2007, Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: That said, exactly because of his great coding skills it might be better if he concentrates on the development branch. But who am I to distribute tasks anyway? :-) Let's see who's going to stand for it. I'm looking forwar

Re: Looking for a stable branch maintainer

2007-01-22 Thread José Matos
On Monday 22 January 2007 11:04:41 am Jürgen Spitzmüller wrote: > Let's see who's going to stand for it. I'm looking forward to some flaming >   election speeches and exposing private videos on youtube ;-) You have my vote. :-) Now, who should I bash? ;-) > Jürgen -- José Abílio

Re: Looking for a stable branch maintainer

2007-01-22 Thread José Matos
On Monday 22 January 2007 11:24:24 am Jean-Marc Lasgouttes wrote: > It is to make other people forget about the overdue beta version :) I am working on it. :-) > JMarc, who should be preparing for 1.4.4 instead. And I still have one patch commit to do there (already approved by you). -- Jo

Re: r16807 - in /lyx-devel/trunk/src/frontends/qt4: Action.C ...

2007-01-22 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: younes Date: Mon Jan 22 12:31:42 2007 New Revision: 16807 URL: http://www.lyx.org/trac/changeset/16807 Log: Cleanup Action class: The mother should be the main window (GuiView). This will hopefully fix bug 3107 (Tooltips not showing on main window). I was wron

Regarding Installer and LyxWinInstaller: Add

2007-01-22 Thread Andreas K .
Using the latest LyX150svn from 15-01-2007 for Windows made available by Uwe, I noted that he had included JabRef as an external software installed together with LyX. I think it is a really good idea, and it should be included in the official installer too. Would it be possible to install LaTe

Re: mouse select problems (LyX-1.4.3)

2007-01-22 Thread Jacek M. Holeczek
Just to inform you ... The problem does not appear on LyX-1.4.3/gcc_3.2.3/qt-3.1.2/linux_x86. (I've just installed this version on all my machines.) It seems to be libforms_1.0.90 specific then. Best regards, Jacek.

Re: Looking for a stable branch maintainer

2007-01-22 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> José Matos wrote: >> On Monday 22 January 2007 10:32:22 am Abdelrazak Younes wrote: >>> This sounded very much like funeral speech indeed :-) >> What? >> >> A prosperous project is one where people don't stay fixed i

Re: Looking for a stable branch maintainer

2007-01-22 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Abdelrazak Younes wrote: >> By the way, I think you're the perfect candidate for the stable >> branch Jurgen ;-) Jürgen> No, I don't think so. My coding skills are too limited to do Jürgen> this job. I do not think so. And

Re: Looking for a stable branch maintainer

2007-01-22 Thread Abdelrazak Younes
José Matos wrote: On Monday 22 January 2007 10:32:22 am Abdelrazak Younes wrote: This sounded very much like funeral speech indeed :-) What? A prosperous project is one where people don't stay fixed in their positions. The analogy with the indoor bike racing where all team members rotat

Re: Looking for a stable branch maintainer

2007-01-22 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > That said, exactly because of his great coding skills it might be better > if he concentrates on the development branch. But who am I to distribute > tasks anyway? :-) Let's see who's going to stand for it. I'm looking forward to some flaming election speeches and expo

Re: Looking for a stable branch maintainer

2007-01-22 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Abdelrazak Younes wrote: By the way, I think you're the perfect candidate for the stable branch Jurgen ;-) No, I don't think so. My coding skills are too limited to do this job. Please don't underestimate yourself. I think you're good enough. If not you, then th

Re: Looking for a stable branch maintainer

2007-01-22 Thread José Matos
On Monday 22 January 2007 10:32:22 am Abdelrazak Younes wrote: > This sounded very much like funeral speech indeed :-) What? A prosperous project is one where people don't stay fixed in their positions. The analogy with the indoor bike racing where all team members rotate in the lead is str

Loading 1.5 file with LyX 1.4.4.

2007-01-22 Thread Jean-Marc Lasgouttes
When I do that, I stumble on this message: Alert::error(_("Conversion script failed"), bformat(_("%1$s is from an earlier version" " of LyX, but the lyx2lyx script" " failed to convert it."),

Re: Looking for a stable branch maintainer

2007-01-22 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Well, I don't want to diminish JMarc role which was really great but > 1.4svn is also stabilizing a lot because most of the bugs were solved > first in 1.5svn. Sure. But also vice versa (most bug reports we get are for the stable series, since this is what people normal

Re: mouse select problems (LyX-1.4.3)

2007-01-22 Thread Jacek M. Holeczek
One additional note ... My caption is below the picture. The problem has something to do with the eps picture itself. In the beginning, just after the LyX is started, as long as the "loadable format" of the eps picture is not yet created, I can select text in the caption without problems. Some seco

Re: Looking for a stable branch maintainer

2007-01-22 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > By the way, I think you're the perfect candidate for the stable branch > Jurgen ;-) No, I don't think so. My coding skills are too limited to do this job. > If not you, then that would probably be Jose or Georg. Maybe even > Michael... We are not short of talents here :

Re: Looking for a stable branch maintainer

2007-01-22 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> IMO a good prove that the current strategy works is the actual >> series. 1.4.0 was released with lots of bugs and flaws. Now look at >> 1.4.4svn: It's still not perfect, but it stabilized significantly >> (with any minor relea

Re: Looking for a stable branch maintainer

2007-01-22 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: I think this works well with a big team, but this is not the case here. Already setting up the schedule takes too much time on our meager development forces. I think so, too. Remember that only a handful of people are actually working on t

Re: Looking for a stable branch maintainer

2007-01-22 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: Jean-Marc Lasgouttes wrote: I think this works well with a big team, but this is not the case here. Already setting up the schedule takes too much time on our meager development forces. I think so, too. Remember that only a handful of people are actually working on t

Re: Looking for a stable branch maintainer

2007-01-22 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> On Fri, Jan 19, 2007 at 05:11:13PM +0100, Jean-Marc Lasgouttes Enrico> wrote: I have been maintaining stable branches since LyX 1.1.5. I have to admit that the fun part of it has vanished. Therefore I

Re: mouse select problems (LyX-1.4.3)

2007-01-22 Thread Jean-Marc Lasgouttes
> "Jacek" == Jacek M Holeczek <[EMAIL PROTECTED]> writes: Jacek> Hi, I've decided to ask this question ... Jacek> I use LyX-1.4.3/gcc_3.2.3/libforms_1.0.90/linux_x86. In my lyx Jacek> file, I have a picture float with a caption. When I try to Jacek> "select" a piece of text in this caption wi

Re: Looking for a stable branch maintainer

2007-01-22 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: Georg> 2) Backporting is work, not fun, therefore people tend to not Georg> do it. In fact, 1.4 and 1.5 are not too different in many areas Georg> of the code. Nevertheless Jean-Marc had to explicitly ask to Georg> backport some fixes of 1.5 to 1.4. Just look at his va

mouse select problems (LyX-1.4.3)

2007-01-22 Thread Jacek M. Holeczek
Hi, I've decided to ask this question ... I use LyX-1.4.3/gcc_3.2.3/libforms_1.0.90/linux_x86. In my lyx file, I have a picture float with a caption. When I try to "select" a piece of text in this caption with a mouse, the cursor jumps all over the file (to random places), as a result the selected

Re: Looking for a stable branch maintainer

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > I think this works well with a big team, but this is not the case > here. Already setting up the schedule takes too much time on our > meager development forces. I think so, too. Remember that only a handful of people are actually working on the stable series (far le

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: >> @echo off SET LANG=de_DE start "LyX" "lyx.exe" %* Enrico> Are you aware that the console hiding code is no more in Enrico> place, such that using a lyx.bat doesn't hide the cmd window Enrico> anymore? And I guess this also means

filename assert

2007-01-22 Thread Jürgen Spitzmüller
When I try to compile the following testcase from bugzilla: http://bugzilla.lyx.org/attachment.cgi?id=1416&action=view I get an assert: Assertion triggered in lyx::support::FileName::FileName(const std::string&) by failing check "!contains(name_, '\\')" in file filename.C:48 LyX: Attempting to sa

Re: Looking for a stable branch maintainer

2007-01-22 Thread Jean-Marc Lasgouttes
> "cmiramon" == cmiramon <[EMAIL PROTECTED]> writes: cmiramon> Peter Kümmel wrote: >> I don't know what's the best way to go, but we could start a new >> endless discussion. (Have you registered that there wasn't such a >> beast within the last months? There was more coding than >> discussin

Re: Looking for a stable branch maintainer

2007-01-22 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> These are sad news, Jean-Marc. I hope you will reconsider your >> decision, but I can understand it. This has to be fun, otherwise it >> is a job. Thank you for your commitment. Angus> Indeed. And your diplomacy ;-) Ahh, at least some

Re: Looking for a stable branch maintainer

2007-01-22 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> On Fri, Jan 19, 2007 at 05:11:13PM +0100, Jean-Marc Lasgouttes Enrico> wrote: >> I have been maintaining stable branches since LyX 1.1.5. I have to >> admit that the fun part of it has vanished. Therefore I would be >> glad to

Re: Looking for a stable branch maintainer

2007-01-22 Thread Jean-Marc Lasgouttes
> "Jürgen" == Jürgen Spitzmüller <[EMAIL PROTECTED]> writes: Jürgen> Georg Baum wrote: >> >> I have been maintaining stable branches since LyX 1.1.5. >> >> Which means that you did this for over 6 years. I think we all owe >> you a big thank you. Jürgen> Indeed. And I think you did this job

Re: Looking for a stable branch maintainer

2007-01-22 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Abdelrazak Younes wrote: >> Jean-Marc Lasgouttes wrote: >>> I have been maintaining stable branches since LyX 1.1.5. Georg> Which means that you did this for over 6 years. Actually, this was for the 1.1.4 series, so that would be 7

Re: filename with space truncated n external insets dialog

2007-01-22 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Bernhard Roider wrote: >> Hello! >> >> The attached patch fixes the problem in trunk. The problem was that >> for Georg> the filename one token was >> retrieved from the lexer instead of the whole remaining line. Georg> Thanks a lot.

Re: accept/reject all changes & undo

2007-01-22 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> ++locked_undo_ Andre> --locked_undo_ Andre> woudl scale better in the long run. What when blocked undos Andre> should becme part of an even larger blob? Actually I think now that this is not the correct way forward. I rather see

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > The question here is whether \, is really equivalent to > \textcompwordmark. It's definitely not equivalent. IMO, the code in question is plain wrong. Jürgen

Re: [Cvslog] r16785 - /lyx-devel/trunk/src/paragraph_pimpl.C

2007-01-22 Thread Jean-Marc Lasgouttes
> "baum" == baum <[EMAIL PROTECTED]> writes: baum> Author: baum Date: Sat Jan 20 18:21:52 2007 New Revision: 16785 baum> URL: http://www.lyx.org/trac/changeset/16785 Log: count baum> correctly The question here is whether \, is really equivalent to \textcompwordmark. The definitions are:

Re: [Cvslog] r16791 - /lyx-devel/trunk/src/output_plaintext.C

2007-01-22 Thread Jean-Marc Lasgouttes
> "schmitt" == schmitt <[EMAIL PROTECTED]> writes: schmitt> Author: schmitt Date: Sun Jan 21 10:46:15 2007 New Revision: schmitt> 16791 schmitt> URL: http://www.lyx.org/trac/changeset/16791 Log: * schmitt> src/output_plaintext.C: partially revert r16780 to support schmitt> RtL languages Thi

Re: [Cvslog] r16765 - /lyx-devel/trunk/src/output_plaintext.C

2007-01-22 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> And then Jean-Marc comes back and he fixes exactly the same Michael> bug that I fixed two days ago but failed to commit due to Michael> time constraints... I only saw it because I was doing some testing of Navigate menu and 1.4