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

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

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,

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

[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

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

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>

[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=110186623406865=p3) The thing is, now, that this patch fixes the assert in a really

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

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

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

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=110186623406865=p3) | | The

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"

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

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

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

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

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:

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

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

<    1   2