Re: [PATCH] Bug 2011: Pasting text with middle mouse button is not undoable

2005-09-16 Thread Juergen Spitzmueller
Michael Gerz wrote: > >Please test. > >   > > Works like a charm! Thank you! Thanks for testing! Can this one pass? Jürgen

Re: Python version of configure script (preview version)

2005-09-16 Thread Angus Leeming
Bo Peng wrote: >> Here's the output from my linux box together with a small fix. >> >> $ diff -u -Bbw ../build/lib/lyxrc.defaults . > lyxrc.diff >> $ diff -u configure_orig.py configure.py > configure.diff > > How do you like the attached new version? checkProg() now > handles rc file and all in

no->nb transition complete, how do I make "diff" pick up the new filenames?

2005-09-16 Thread Helge Hafting
I now have a working lyx-1.4cvs which uses nb instead of no. I get translated text with LANG=nb_NO, and I get the freshly renamed nb_Intro.lyx from the help menu. This was less work than expected. Just a few renames, makefile changes, and changelog updates. How to I submit a patch with renamed

Re: no->nb transition complete, how do I make "diff" pick up the new filenames?

2005-09-16 Thread Georg Baum
Helge Hafting wrote: > Should I send a diff for the changed files and let one of you > do the rename in cvs, or is there a way of making a patch > that removes the "no" files and add the "nb" files? rename is not possible in cvs. You need to do cvs remove no.po cvs add nb.po and the the diff wo

Re: [PATCH] Bug 2011: Pasting text with middle mouse button is not undoable

2005-09-16 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Michael Gerz wrote: >> >Please test. >   >> >> Works like a charm! Thank you! Juergen> Thanks for testing! Juergen> Can this one pass? Sure. You understand more about undo that I do now :) JMarc

Re: no->nb transition complete, how do I make "diff" pick up the new filenames?

2005-09-16 Thread Lars Gullik Bjønnes
Helge Hafting <[EMAIL PROTECTED]> writes: | I now have a working lyx-1.4cvs which uses nb instead of no. | I get translated text with LANG=nb_NO, and I get the | freshly renamed nb_Intro.lyx from the help menu. | | This was less work than expected. Just a few renames, | makefile changes, and cha

Re: bugs in CVS build of 1.4.0

2005-09-16 Thread Jean-Marc Lasgouttes
> "Mike" == Mike Meyer <[EMAIL PROTECTED]> writes: Mike> Details on my environment: A small offtopic remark: Mike> --with-pspell This does nothing, since pspell is autodiscovered. Only --without-pspell matters. Mike> --with-extra-libs=/usr/opt/lib --with-extra-inc=/usr/opt/include You ca

Re: Python version of configure script (preview version)

2005-09-16 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Bo Peng wrote: >>> Here's the output from my linux box together with a small fix. >>> >>> $ diff -u -Bbw ../build/lib/lyxrc.defaults . > lyxrc.diff $ diff >>> -u configure_orig.py configure.py > configure.diff >> How do you like t

Web pages problem...

2005-09-16 Thread Angus Leeming
There appears to be a problem with some of the web pages. Eg http://www.lyx.org/about/credits.php http://www.lyx.org/about/blanket-permission.php Warning: Directory system set up for just ONE level ofsubdirectories. See main start.php3 file This page used to display properly. Anybody know what's

Re: Python version of configure script (preview version)

2005-09-16 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Concerning Bo's remark that a lot of win32/mac specific code is > going to be added, we should think a bit about that before actually > doing it. > > One solution would be to add code at LyX level to use OS-provided > hooks for opening documents. Then we could decide

Re: [PATCH] Bug 2011: Pasting text with middle mouse button is not undoable

2005-09-16 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> Can this one pass? > > Sure. You understand more about undo that I do now :) I don't claim to understand the internals, but I think I'm beginning to understand how it is meant to be used (which is not much, but enough to fix this bug). Anyway, it will be i

Re: Web pages problem...

2005-09-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | There appears to be a problem with some of the web pages. Eg | http://www.lyx.org/about/credits.php | http://www.lyx.org/about/blanket-permission.php | | Warning: Directory system set up for just ONE level ofsubdirectories. | See main start.php3 file |

Re: Python version of configure script (preview version)

2005-09-16 Thread Angus Leeming
Angus Leeming wrote: > As for python's abilities in this regard, googling on "python search > registry" turns up lots of stuff. Eg > http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/174627 Also http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/146305 -- Angus

Re: no->nb transition complete, how do I make "diff" pick up the new filenames?

2005-09-16 Thread Helge Hafting
Lars Gullik Bjønnes wrote: Helge Hafting <[EMAIL PROTECTED]> writes: [...] | Should I send a diff for the changed files and let one of you | do the rename in cvs, or is there a way of making a patch | that removes the "no" files and add the "nb" files? Send it to me with a list of what needs to

Re: no->nb transition complete, how do I make "diff" pick up the new filenames?

2005-09-16 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> I noticed that "cvs diff" skipped three files: * po/Makefile Is Helge> this one autogenerated with languages from po/LINGUAS? Helge> * lib/doc/Makefile * lib/doc/Makefile.in Autogenerated from Helge> lib/doc/Makefile.am ? These fi

Re: Web pages problem...

2005-09-16 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | There appears to be a problem with some of the web pages. Eg > | http://www.lyx.org/about/credits.php > | http://www.lyx.org/about/blanket-permission.php > | > | Warning: Directory system set up for just ONE level > | o

Re: no->nb transition complete, how do I make "diff" pick up the new filenames?

2005-09-16 Thread Lars Gullik Bjønnes
Helge Hafting <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | >Helge Hafting <[EMAIL PROTECTED]> writes: | >[...] | >| Should I send a diff for the changed files and let one of you | >| do the rename in cvs, or is there a way of making a patch | >| that removes the "no" files and ad

Re: Web pages problem...

2005-09-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > Angus Leeming <[EMAIL PROTECTED]> writes: | > | > | There appears to be a problem with some of the web pages. Eg | > | http://www.lyx.org/about/credits.php | > | http://www.lyx.org/about/blanket-permission.php | > | |

Re: no->nb transition complete, how do I make "diff" pick up the new filenames?

2005-09-16 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: | | Helge> I noticed that "cvs diff" skipped three files: * po/Makefile Is | Helge> this one autogenerated with languages from po/LINGUAS? | | Helge> * lib/doc/Makefile * lib/doc/Makefil

Re: bug 1765 (was: Re: Cut & Paste in tables is broken!)

2005-09-16 Thread Martin Vermeer
On Thu, 2005-09-15 at 14:10 +0200, Juergen Spitzmueller wrote: > Martin Vermeer wrote: > > > Please post the patch to bugzilla. I'll be happy to test it once my tree > > > is ready for it (i.e., my tabular changes are in). > > > > So done. > > The patch fixes the bug, as far a can tell from my tes

Re: Web pages problem...

2005-09-16 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > | > They all neet a goot look over to work properly with php 5. > | > | > | Lars, sometimes your upgrading is just half-baked, y'know! Upgrade > | by all means, but get people on board before you do it and they'll > | be willing and able to help you resolve these prob

Re: Web pages problem...

2005-09-16 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | Angus Leeming <[EMAIL PROTECTED]> writes: | | | Lars Gullik Bjønnes wrote: | | | | > Angus Leeming <[EMAIL PROTECTED]> writes: | | > | | > | There appears to be a problem with some of the web pages. Eg | | > | http://www.lyx.org/about/credits.ph

Re: Web pages problem...

2005-09-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | That's my point. I wasn't even aware that there had been an upgrade | two years ago. You have head me wanting to get rid of the php3 extension right? Did you think I pulled that out of thin air? | Communicate more! | Ask for help more! | | Can you sum

Re: no->nb transition complete, how do I make "diff" pick up the new filenames?

2005-09-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> you are including the patch "inline" and not as attachment. "K b" is your friend in GNUS in such cases. JMarc

Re: no->nb transition complete, how do I make "diff" pick up the new filenames?

2005-09-16 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | Do we want to do the same for 1.3.7? Lars> I'd say no. but your call. Well, I'll do what Norwegian guys tell me to do. So I have one "no" vote. JMarc

Re: bug 1765 (was: Re: Cut & Paste in tables is broken!)

2005-09-16 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Thu, 2005-09-15 at 14:10 +0200, Juergen Spitzmueller wrote: | > Martin Vermeer wrote: | > > > Please post the patch to bugzilla. I'll be happy to test it once my tree | > > > is ready for it (i.e., my tabular changes are in). | > > | > > So done. | >

Re: bug 1765 (was: Re: Cut & Paste in tables is broken!)

2005-09-16 Thread Martin Vermeer
On Fri, 2005-09-16 at 11:59 +0200, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | On Thu, 2005-09-15 at 14:10 +0200, Juergen Spitzmueller wrote: > | > Martin Vermeer wrote: > | > > > Please post the patch to bugzilla. I'll be happy to test it once my > tree > | > >

Re: Web pages problem...

2005-09-16 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | | | Angus Leeming <[EMAIL PROTECTED]> writes: | | | | | Lars Gullik Bjønnes wrote: | | | | | | > Angus Leeming <[EMAIL PROTECTED]> writes: | | | > | | | > | There appears to be a problem with so

Re: Web pages problem...

2005-09-16 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > | That's my point. I wasn't even aware that there had been an > | upgrade two years ago. > > You have head me wanting to get rid of the php3 extension right? > Did you think I pulled that out of thin air? I have no idea what goes on inside that head of yours :) > | C

Re: no->nb transition complete, how do I make "diff" pick up the new filenames?

2005-09-16 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> you are including the patch "inline" and not as attachment. | | "K b" is your friend in GNUS in such cases. nice to know -- Lgb

Re: Web pages problem...

2005-09-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > | That's my point. I wasn't even aware that there had been an | > | upgrade two years ago. | > | > You have head me wanting to get rid of the php3 extension right? | > Did you think I pulled that out of thin air? | | I ha

[PATCH] mathed cut crashes (1960, 1981)

2005-09-16 Thread Juergen Spitzmueller
Martin, what is this fix for bug 1981 supposed to do? case LFUN_CUT: + cur.pos() = 0; // Prevent stale position >= size crash cutSelection(cur, true, true); cur.message(_("Cut")); break; It is the cause of a rather silly behavio

Re: [PATCH] mathed cut crashes (1960, 1981)

2005-09-16 Thread Martin Vermeer
On Fri, 2005-09-16 at 12:46 +0200, Juergen Spitzmueller wrote: > Martin, > what is this fix for bug 1981 supposed to do? > case LFUN_CUT: > + cur.pos() = 0; // Prevent stale position >= size crash > cutSelection(cur, true, true); > cur.message(_("Cut"))

Re: Web pages problem...

2005-09-16 Thread Angus Leeming
> | | | > | There appears to be a problem with some of the web pages. > | | | > | Eg http://www.lyx.org/about/credits.php > | | | > | http://www.lyx.org/about/blanket-permission.php > | | | > | > | | | > | Warning: Directory system set up for just ONE level > | | | > | ofsubdirectories. See main s

Re: Web pages problem...

2005-09-16 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > | > | That's my point. I wasn't even aware that there had been an > | > | upgrade two years ago. > | > > | > You have head me wanting to get rid of the php3 extension right? > | > Did you think I pulled that out of thin air? > | > | I have no idea what goes on inside

[PATCH] bug 1987: Crash when switching to different document class

2005-09-16 Thread Jean-Marc Lasgouttes
This pair of patches is for http://bugzilla.lyx.org/show_bug.cgi?id=1987 Test case: 1. New document 2. Change layout of empty paragraph to "Date" 3. Change document class to "Broadway" => Crash I began by trying to move more code (in particular the LFUN_TEXTCLASS_APPLY) into LFUN_

Re: [PATCH] bug 1987: Crash when switching to different document class

2005-09-16 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> The result is classcrash.diff below, which contains several Jean-Marc> contents telling where more cleanup can/should be done. Jean-Marc> Then it occurred to me that it is enough to just set the Jean-Marc> textclass

Re: Top labels are not printed correctly

2005-09-16 Thread Jean-Marc Lasgouttes
> "michael" == michael gerz <[EMAIL PROTECTED]> writes: michael> Hello, in a "g-brief-de" document, the top label "Brieftext" michael> (letter text) is printed too low (BUG!). Yesterday, I looked michael> at the LyX code and discovered the reason. The problem is michael> that RowPainter::paint

Re: Python version of configure script (preview version)

2005-09-16 Thread Bo Peng
One problem with the rc approach is that re-configuration is required whenever users change a filetype association. Also, opening a file with its associated application is quite easy under windows. (There are APIs.) Bo

Re: Python version of configure script (preview version)

2005-09-16 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> One problem with the rc approach is that re-configuration is Bo> required whenever users change a filetype association. Not if you use "start" as viewer of any file that is supported by windows (the problem is to discover that). Bo> Also, op

Bugs in 1.4.0CVS for Mac OS X

2005-09-16 Thread Mike Meyer
Readme.MacOSX refers to ftp://ftp.lyx.org/pub/lyx/stable/lyx-mac-1.3.5-skeleton.tar.gz. That file doesn't exist - it's actually a .zip file. Configure ignores (some of) the --datadir, --bindir and --mandir options. I set them all to /Users/mwm/Applications/LyX.app/Contents/... to install 1.4.0CVSi

[patch] fix broken documents in lib/doc

2005-09-16 Thread Georg Baum
Due to a lyx2lyx bug we have broken documents in lib/doc. See http://bugzilla.lyx.org/show_bug.cgi?id=2027 for details. This patch repairs the documents, but does not fix the original lyx2lyx bug. OK to apply? GeorgIndex: lib/doc/ChangeLog

Re: Python version of configure script (preview version)

2005-09-16 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Bo Peng <[EMAIL PROTECTED]> typed: > One problem with the rc approach is that re-configuration is required > whenever users change a filetype association. Also, opening a file > with its associated application is quite easy under windows. (There are APIs.) Since Bo Peng d

Re: request for help with CVS access to LyX sources

2005-09-16 Thread Georg Baum
Lars Gullik Bjønnes wrote: > We can keep them separate from the users pov, but have them in the > same cvs module, and in the same virtual host on the web server. Is somebody working on this? If it is just a matter of copying the files to the www-user cvs module and adjusting links etc. I could d

Re: Bugs in 1.4.0CVS for Mac OS X

2005-09-16 Thread Jean-Marc Lasgouttes
> "Mike" == Mike Meyer <[EMAIL PROTECTED]> writes: Mike> Readme.MacOSX refers to Mike> ftp://ftp.lyx.org/pub/lyx/stable/lyx-mac-1.3.5-skeleton.tar.gz. Mike> That file doesn't exist - it's actually a .zip file. This will need to be updated (actually put in CVS like we did for 1.3.x). Mike> Co

[patch] bug 1921: lyxbreaker is still asserting...

2005-09-16 Thread Juergen Spitzmueller
While thinking about the last (!) remaining critical bug in the 1.4 pipe, I stumbled over an old patch from Alfredo, which was rejected due to the feature freeze (http://marc.theaimsgroup.com/?l=lyx-devel&m=110186623406865&q=p3) The thing is, now, that this patch fixes the assert in a really ele

Re: [patch] fix broken documents in lib/doc

2005-09-16 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Due to a lyx2lyx bug we have broken documents in lib/doc. See Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2027 for details. This Georg> patch repairs the documents, but does not fix the original Georg> lyx2lyx bug. Georg> OK to app

Re: Bugs in 1.4.0CVS for Mac OS X

2005-09-16 Thread Bennett Helm
On Sep 16, 2005, at 9:33 AM, Mike Meyer wrote: Readme.MacOSX refers to ftp://ftp.lyx.org/pub/lyx/stable/lyx-mac-1.3.5-skeleton.tar.gz. That file doesn't exist - it's actually a .zip file. This file needs to be updated in at least a couple ways. First, it should be renamed to Install.MacOSX

Re: Hebrew/bidi bug 1975

2005-09-16 Thread Martin Vermeer
On Tue, 2005-08-16 at 09:05 +0200, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | On Mon, Aug 15, 2005 at 03:12:03PM +0200, Lars Gullik Bjønnes wrote: > >> > >> My main reaons for being so unwilling is the changes to the .layout > >> format. It really looks like a c

Re: [patch] bug 1921: lyxbreaker is still asserting...

2005-09-16 Thread Lars Gullik Bjønnes
Juergen Spitzmueller <[EMAIL PROTECTED]> writes: | While thinking about the last (!) remaining critical bug in the 1.4 pipe, I | stumbled over an old patch from Alfredo, which was rejected due to the | feature freeze | (http://marc.theaimsgroup.com/?l=lyx-devel&m=110186623406865&q=p3) | | The t

Re: Bugs in 1.4.0CVS for Mac OS X

2005-09-16 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> typed: > Mike> Configure ignores (some of) the --datadir, --bindir and --mandir > Mike> options. I set them all to > Mike> /Users/mwm/Applications/LyX.app/Contents/... to install > Mike> 1.4.0CVSin ~/Applications, and "make intsall" s

Is http://www.devel.lyx.org/ down?

2005-09-16 Thread Bo Peng
I can not use pserver:[EMAIL PROTECTED]:/lyx/cvs to get the latest cvs either. Bo

gettext update?

2005-09-16 Thread Michael Gerz
Hello, last time I checked LyX/Win 1.4-MinGW, it crashed right after the start. The debugger pointed to some gettext-related problem. Yesterday, I tried to recompile the whole sources and - by accident - I noticed a compiler warning in intl/printf-args.c, line 83. gcc told me that the wrong

Re: [patch] fix broken documents in lib/doc

2005-09-16 Thread Georg Baum
Jean-Marc Lasgouttes wrote: >> "Georg" == Georg Baum >> <[EMAIL PROTECTED]> >> writes: > > Georg> Due to a lyx2lyx bug we have broken documents in lib/doc. See > Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2027 for details. This > Georg> patch repairs the documents, but does not fi

Re: [patch] bug 1921: lyxbreaker is still asserting...

2005-09-16 Thread Juergen Spitzmueller
Lars Gullik Bjønnes wrote: > Test it hard, and get ok from J-M as well. Certainly. Maybe even André finds the time to review the three assert fixes over the weekend. Jürgen

Re: Is http://www.devel.lyx.org/ down?

2005-09-16 Thread Angus Leeming
Bo Peng wrote: Hi, Bo. Yes, www.devel.lyx.org is currently dead. For CVS try Try pserver:anoncvs AT anoncvs.us.lyx.org:/var/cvs Peplace " AT " with "@". -- Angus

Re: Is http://www.devel.lyx.org/ down?

2005-09-16 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Bo Peng wrote: | | Hi, Bo. Yes, www.devel.lyx.org is currently dead. For CVS try Not just currently, it will stay so. I might add a redirecting alias later. -- Lgb

Re: Is http://www.devel.lyx.org/ down?

2005-09-16 Thread Bo Peng
> Try pserver:anoncvs AT anoncvs.us.lyx.org:/var/cvs > > Peplace " AT " with "@". % cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs login Logging in to :pserver:[EMAIL PROTECTED]:2401/var/cvs CVS password: Fatal error, aborting. anoncvs: no such user Bo

[PATCH] vspace metrics/draw corrections/improvements

2005-09-16 Thread Michael Gerz
Hello, if you place the cursor in front of a vspace inset, it is displayed way too high. I had a look at method "metrics" in insetvspace.C which IMHO is a bit confusing (and partially wrong - Why is size set to 10 initially? Why do we decrease the font size twice but compute some values in b

Re: Frames for multi-columns

2005-09-16 Thread Michael Gerz
Juergen Spitzmueller wrote: => Question: How do I deactivate the line for the current cell? a.) using the tabular dialog instead of the toolbar b.) M-x m-toggle-line-top I am not sure whether the user will actually be aware of these options. Seriously, your bug report only refers to th

Re: [PATCH] vspace metrics/draw corrections/improvements

2005-09-16 Thread Georg Baum
Michael Gerz wrote: > Hello, > > if you place the cursor in front of a vspace inset, it is displayed way > too high. Did you try different vspace values (very large, very small)? I am not sure whether this behaviour is on purpose or not. > I had a look at method "metrics" in insetvspace.C which

Re: Is http://www.devel.lyx.org/ down?

2005-09-16 Thread Bo Peng
On 9/16/05, Bo Peng <[EMAIL PROTECTED]> wrote: > > Try pserver:anoncvs AT anoncvs.us.lyx.org:/var/cvs > > > > Peplace " AT " with "@". > > % cvs -d :pserver:[EMAIL PROTECTED]:/var/cvs login > Logging in to :pserver:[EMAIL PROTECTED]:2401/var/cvs > CVS password: > Fatal error, aborting. > anoncvs:

Re: [PATCH] vspace metrics/draw corrections/improvements

2005-09-16 Thread Michael Gerz
Georg Baum wrote: if you place the cursor in front of a vspace inset, it is displayed way too high. Did you try different vspace values (very large, very small)? I am not sure whether this behaviour is on purpose or not. Yes, I did. The LyX cursor is determined by the font size of the

[Patch] RtL space width bug fix

2005-09-16 Thread Martin Vermeer
The displayed width of a space on-screen is taken from the wrong position in the row... but only for RtL text. And thus the row display is messed up if it contains spaces. Patch fixes this. I believe this to be correct, but please test. Bug and patch are in bugzilla: bug 2029. - Martin Index: r

Re: Python version of configure script (preview version)

2005-09-16 Thread Bo Peng
Dear list, Attached is a python version of lib/configure for 1.4.0 cvs. It is written according to the m4 file at http://www.lyx.org/cgi-bin/viewcvs.cgi/lyx-devel/lib/configure.m4 . Since I do not have access to lyx/cvs, I can only test it against 1.4.0pre1 from ftp.lyx.org. Please test this scri

Re: Python version of configure script (preview version)

2005-09-16 Thread Kayvan A. Sylvan
On Fri, Sep 16, 2005 at 09:12:20PM -0700, Bo Peng wrote: > Since I do not have access to lyx/cvs, I can only test it against > 1.4.0pre1 from ftp.lyx.org. Well, you can always use CVSROOT=:pserver:[EMAIL PROTECTED]:/var/cvs/lyx Then "cvs login" (password is "lyx") Failing that, you can always b

Re: Python version of configure script (preview version)

2005-09-16 Thread Bo Peng
> Well, you can always use Always? devel.lyx.org died. wiki pointed me to :ext:[EMAIL PROTECTED]:/usr/local/lyx/cvsroot (http://wiki.lyx.org/DevelTips/UsingCVS), the old devel site said pserver:[EMAIL PROTECTED]:/lyx/cvs , Augus said pserver:anoncvs AT anoncvs.us.lyx.org:/var/cvs. None of them wo

Re: Python version of configure script (preview version)

2005-09-16 Thread Bo Peng
Dear list, Finally, I get the latest cvs. My configure.py generates identical lyxrc.defaults (subject to sort) and doc/Latexconfig.lyx as the bsh version, after changing the case of four characters. Anyway, the updated version is attached. This is under my linux box. No testing has been done unde