Re: LyX 1.3.6pre and cygwin

2005-06-18 Thread Enrico Forestieri
Paul A. Rubin <[EMAIL PROTECTED]> writes: > > Enrico Forestieri wrote: [snip] > > Actually, when I try to execute python through the symlink in a *cmd.exe* > > I get this kind of requester: > > > > > > | Sottosistema MS-DOS a 16 bit

Re: LyX 1.3.6pre and cygwin

2005-06-18 Thread Paul A. Rubin
Enrico Forestieri wrote: Angus Leeming <[EMAIL PROTECTED]> writes: Enrico Forestieri wrote: Angus Leeming ...> writes: Enrico Forestieri wrote: Hi all, [snip] The second problem is that, in cygwin, python.exe is a soft link to the real program python2.4.exe and thus it is not rec

Re: LyX 1.3.6pre and cygwin

2005-06-18 Thread Enrico Forestieri
Angus Leeming <[EMAIL PROTECTED]> writes: > > Enrico Forestieri wrote: > > > Angus Leeming ...> writes: > > > >> > >> Enrico Forestieri wrote: > >> > Hi all, > > > > [snip] > > > >> > The second problem is that, in cygwin, python.exe is a soft link to > >> > the real program python2.4.exe a

Re: LyX 1.3.6pre and cygwin

2005-06-14 Thread Andre Poenitz
On Tue, Jun 14, 2005 at 01:17:28AM +0100, Angus Leeming wrote: > However, I looked at this post, and it seems to be wrong to me.  On my > test system, windows is quite happy executing the symbolic link > "c:\cygwin\bin\python.exe".  The main problem is that since that is a > cygwin program, it n

Re: lyx 1.3.6pre/Win

2005-06-14 Thread Paul A. Rubin
jorgen johansson wrote: Hello Developers, Thanks for providing the 1.3.6/pre. I installed on a win2000 machine which had be running 1.3.3 native qt version earlier. Seem to work out of the box now. Some comments/bugs 1) "alt + letter" does not work. E.g Alt+F should open the file menu but

Re: lyx 1.3.6pre/Win

2005-06-14 Thread Uwe Stöhr
jorgen johansson wrote: Some comments/bugs "alt + letter" does not work. I'll add this to the wiki page. 3) When changing the display font to e.g. Times New Roman I get the following in the command window (I started lyx with -dbg 3) QFontEngineWin::boundingBox( glyph_t ) GetGlyphOutline:

Re: LyX 1.3.6pre and cygwin

2005-06-14 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Enrico Forestieri wrote: >> The third problem is that the perl script reLyX is not detected by >> configure if the /bin directory is not in the path. >> However, to actually use reLyX another wrapper batch file is >> needed: >> >>

lyx 1.3.6pre/Win

2005-06-14 Thread jorgen johansson
Hello Developers, Thanks for providing the 1.3.6/pre. I installed on a win2000 machine which had be running 1.3.3 native qt version earlier. Seem to work out of the box now. Some comments/bugs 1) "alt + letter" does not work. E.g Alt+F should open the file menu but nothing happens. Some sh

Re: LyX 1.3.6pre and cygwin

2005-06-14 Thread Angus Leeming
Enrico Forestieri wrote: > The third problem is that the perl script reLyX is not detected by > configure if the /bin directory is not in the path. However, to > actually use reLyX another wrapper batch file is needed: > > $ cat reLyX.bat > @echo off > perl.exe "C:/Programmi/LyX/bin/reLyX" %1 %2

Re: LyX 1.3.6pre and cygwin

2005-06-14 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> Hm. I don't suppose that it would be too terrible to always >> copy rather than link this file. Jean-Marc? Angus> Ping! Yes, the patch is OK. I committed the two following versions. JMarc Index: lib/ChangeLog ==

Re: LyX 1.3.6pre and cygwin

2005-06-14 Thread Angus Leeming
Angus Leeming wrote: >> $ diff configure.orig configure >> 1189,1190c1189,1190 >> < ln -s "${srcdir}"/chkconfig.ltx . >> < rmlink=true >> --- >> >>>cp "${srcdir}"/chkconfig.ltx . >>>rmcopy=true >> >> 1227c1227 >> < test -n "${rmlink}" && rm -f chkconfig.ltx >> --- >> >>> test

Re: LyX 1.3.6pre and cygwin

2005-06-13 Thread Angus Leeming
Enrico Forestieri wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > >> >> Enrico Forestieri wrote: >> > Hi all, > > [snip] > >> > The second problem is that, in cygwin, python.exe is a soft link to >> > the real program python2.4.exe and thus it is not recognized as an >> > executable. >>

Re: LyX 1.3.6pre and cygwin

2005-06-12 Thread Enrico Forestieri
Angus Leeming <[EMAIL PROTECTED]> writes: > > Enrico Forestieri wrote: > > Hi all, [snip] > > The second problem is that, in cygwin, python.exe is a soft link to the > > real program python2.4.exe and thus it is not recognized as an executable. > > So why would soft links exist? Or do they wor

Re: LyX 1.3.6pre and cygwin

2005-06-12 Thread Angus Leeming
Enrico Forestieri wrote: Hi all, Hello, Enrico. Many thanks for a superb piece of detective work! I tried the latest prelease of lyx 1.3.6 (version 12)using cygwin tools (i.e., sh, python, perl & co.) and it works after some tweaking. First of all, when trying to reconfigure lyx through Edit

Re: Lyx 1.3.6pre

2005-06-12 Thread Angus Leeming
Eugenio Guevara wrote: In version 1.3.5, having instant preview active, the display of math formulas on screen is done, and after checking in the temp directory, you see there some files, that generates the graphic on screen (0lyxpreview.dvi, 0lyxpreview.metrics, 0lyxpreview.ps, 0lyxpreview.lo

Re: Fw: Lyx 1.3.6pre

2005-06-11 Thread Enrico Forestieri
t lyxpreview2ppm.py an unquoted path is used, so if there are spaces in it ... A batch file can be used to overcome this bug. Find it in the "LyX 1.3.6pre and cygwin" thread, it can also be used without cygwin. The real solution would be to correct the lyx sources such as to quote that path when calling lyxpreview2ppm.py. Enrico

Fw: Lyx 1.3.6pre

2005-06-11 Thread Eugenio Guevara
is that instant preview for math formulae started to work. Conclusion is that python has problems with spaces in the path. Really? Regards - Original Message - From: "Eugenio Guevara" <[EMAIL PROTECTED]> To: Sent: Saturday, June 11, 2005 10:32 AM Subject: Re: Ly

LyX 1.3.6pre and cygwin

2005-06-11 Thread Enrico Forestieri
> Hi all, I tried the latest prelease of lyx 1.3.6 (version 12)using cygwin tools (i.e., sh, python, perl & co.) and it works after some tweaking. First of all, when trying to reconfigure lyx through Edit->Reconfigure the configure script hangs. Launching configure from the command line in /Reso

Re: Lyx 1.3.6pre

2005-06-11 Thread Eugenio Guevara
- Original Message - From: "Uwe Stöhr" <[EMAIL PROTECTED]> To: "Eugenio Guevara" <[EMAIL PROTECTED]> Cc: Sent: Saturday, June 11, 2005 5:01 AM Subject: Re: Lyx 1.3.6pre Eugenio Guevara wrote: I'm using version 12, installed before my previous q

Re: Lyx 1.3.6pre

2005-06-11 Thread Angus Leeming
Eugenio Guevara wrote: > I'm using version 12, installed before my previous questions were sended. > > With instant preview I'm referring just to the good looking math formulae > inside a document. I wasn't able to make it work (this worked well after > all the tunning, in version 1.3.5) > > My

Re: Lyx 1.3.6pre

2005-06-11 Thread Uwe Stöhr
Eugenio Guevara wrote: I'm using version 12, installed before my previous questions were sended. With instant preview I'm referring just to the good looking math formulae inside a document. > I wasn't able to make it work (this worked well after all the tunning, in version 1.3.5) I cannot r

Re: Lyx 1.3.6pre

2005-06-10 Thread Eugenio Guevara
I'm using version 12, installed before my previous questions were sended. With instant preview I'm referring just to the good looking math formulae inside a document. I wasn't able to make it work (this worked well after all the tunning, in version 1.3.5) My imcluded pictures displays as expec

Re: LyX 1.3.6pre

2005-06-09 Thread Michael Schmitt
Hi Angus, Does spell checking work for you? Incredible! Two days more or less off-line and the whole LyX universe has changed! Yes, spell checking works for me - and I think you also managed to use the spell checker in the mean-time. Unfortunately, the location of the dictionaries is har