Re: [announce] sixth release of LyXWinInstaller

2006-01-04 Thread Herbert Voss
Georg Baum wrote: Am Dienstag, 3. Januar 2006 16:50 schrieb Uwe Stöhr: Bo Peng asked: 2. It is not safe to put .bst files in a path with spaces. .lyx files and all figure files are OK, as well as .bib files. Also yes. The problem is only a problem of bibtex not of LyX. I sent a bug report

[Patch] (Re: Screen update improvements)

2006-01-04 Thread Martin Vermeer
On Tue, 2006-01-03 at 21:40 +0100, Michael Gerz wrote: Martin Vermeer wrote: Yes, it works... apparently because !vi.singlerow implies select, in a way that I haven't been able to figure out. So you don't actually save anything. Still might be wise to delete select from the two places

Re: Linking failure on Mac

2006-01-04 Thread Jean-Marc Lasgouttes
Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett Most recent cvs fails to link on Mac with gcc-3.3. Any hints? It seems that libtool eats the -framework options that the mac needs. Probably related to Lars' recent update. JMarc

Re: LyX 1.4.0-pre3 on Mac

2006-01-04 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Finally, LyX-1.4.0-pre3 does not contain Martin's singlerow6.diff patch necessary for decent typing speed on the Mac. I applied that patch manually before posting a test version; should I do this for the final version of 1.4.0? (I've lost

Re: broken link on web page Internationalization Effort

2006-01-04 Thread Jean-Marc Lasgouttes
Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Tomasz ?uczak wrote: Hi Here http://www.lyx.org/devel/translation.php in section Web Pages, there is broken link http://www.lyx.org/devel/about/i18n.php instead http://www.lyx.org/about/i18n.php Angus Fixed. Angus, I see you fixed

Re: How to speed up LyXText::breakParagraph?

2006-01-04 Thread Abdel
Martin Vermeer a écrit : On Tue, Jan 03, 2006 at 07:52:13PM +0100, Abdel wrote: Hello, On windows with 1.4.0cvs on for big documents (ex: Extended.lyx), there is a big delay (~1s) before a Carriage Return is shown on screen after typing the enter key in the middle of a paragraph. The same

Math subscript deletion causes crash in 1.3

2006-01-04 Thread John C. McCabe-Dansted
I have found that under LyX 1.3.6 and 1.3.7cvs, if I follow the following steps I get a crash. 1. Enter mathmode 2. type: T_E X 3. move the cursor before the E 4. press delete 5. press the up arrow twice. This bug does not occur in 1.4.0pre3. My system: Kubuntu 5.10, gcc 4.02, QT

Re: [patch] bug 2155: Crash when undoing DEPM deletion of the first par (pit = 0)

2006-01-04 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen I have tried to enhance my witness a bit this year. Here's Juergen how I understand this case: I think the problem is in DEPM: since it deletes a paragraph, the recordUndo call should span two paragraphs (think about deleting a

Re: Math subscript deletion causes crash in 1.3

2006-01-04 Thread Juergen Spitzmueller
John C. McCabe-Dansted wrote: I have found that under LyX 1.3.6 and 1.3.7cvs, if I follow the following steps I get a crash. 1. Enter mathmode 2. type: T_E X       3. move the cursor before the E 4. press delete 5. press the up arrow twice. There's already a report for this on

Re: Screen update improvements

2006-01-04 Thread Jean-Marc Lasgouttes
Abdel == Abdel [EMAIL PROTECTED] writes: Abdel Michael Gerz a écrit : Martin, your row signature patch is excellent as it reduces screen flickering significantly (you could the flicking on Windows with qtwin). Abdel FYI, without this patch (I have not update my cvs yet), my Qt4 Abdel port

Re: [patch] bug 2155: Crash when undoing DEPM deletion of the first par (pit = 0)

2006-01-04 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: I think the problem is in DEPM: since it deletes a paragraph, the recordUndo call should span two paragraphs (think about deleting a selection that spans more than a paragraph). I propose the following patch. What do you think? I think you are right. I wonder why

Re: [patch] bug 2155: Crash when undoing DEPM deletion of the first par (pit = 0)

2006-01-04 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen Jean-Marc Lasgouttes wrote: I think the problem is in DEPM: since it deletes a paragraph, the recordUndo call should span two paragraphs (think about deleting a selection that spans more than a paragraph). I propose the

Re: Screen update improvements

2006-01-04 Thread Abdel
Jean-Marc Lasgouttes a écrit : Abdel == Abdel [EMAIL PROTECTED] writes: Abdel Michael Gerz a écrit : Martin, your row signature patch is excellent as it reduces screen flickering significantly (you could the flicking on Windows with qtwin). Abdel FYI, without this patch (I have not update

[Patch] (Re: Bugs status)

2006-01-04 Thread Martin Vermeer
On Mon, Jan 02, 2006 at 08:52:06PM +0200, Martin Vermeer wrote: On Mon, Jan 02, 2006 at 06:17:31PM +0200, Martin Vermeer wrote: ... Bugzilla has a fix which simply disables font attribute editing inside a charstyle inset; see above theory. Problem solved :-) ... See attached, tested and

Re: [Patch] (Re: Bugs status)

2006-01-04 Thread Georg Baum
Martin Vermeer wrote: On Mon, Jan 02, 2006 at 08:52:06PM +0200, Martin Vermeer wrote: On Mon, Jan 02, 2006 at 06:17:31PM +0200, Martin Vermeer wrote: ... Bugzilla has a fix which simply disables font attribute editing inside a charstyle inset; see above theory. Problem solved :-) ...

Re: [Patch] (Re: Bugs status)

2006-01-04 Thread Martin Vermeer
On Wed, Jan 04, 2006 at 01:48:15PM +0100, Georg Baum wrote: Martin Vermeer wrote: On Mon, Jan 02, 2006 at 08:52:06PM +0200, Martin Vermeer wrote: On Mon, Jan 02, 2006 at 06:17:31PM +0200, Martin Vermeer wrote: ... Bugzilla has a fix which simply disables font attribute editing

Re: How to speed up LyXText::breakParagraph?

2006-01-04 Thread Abdel
Oups I just notice a CutPaste problem. The prototype I am proposing is as follow, sorry about that. Optionnally, insert could return a reference or a pointer to the newly inserted paragraph but I think that the get(size_t) function is cleaner. class ParagraphList { public: ///

Re: [patch] bug 2155: Crash when undoing DEPM deletion of the first par (pit = 0)

2006-01-04 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: Can you test it a little bit? I may not have thought about everything (for example the min was added after I tried to delete the last line of a paragraph with backspace). I do not have much time for testing ATM. I tested the cases that I also tested with my

Re: Bugs status

2006-01-04 Thread Jean-Marc Lasgouttes
Martin == Martin Vermeer [EMAIL PROTECTED] writes: Martin On Mon, Jan 02, 2006 at 09:21:09AM +0100, Juergen Spitzmueller Martin wrote: Martin Vermeer wrote: I believe bug 822 is fixed. Is 1561 still major? Was partly fixed by Andre. Are these (and 2155) the only major bugs left for

Re: [patch] bug 2155: Crash when undoing DEPM deletion of the first par (pit = 0)

2006-01-04 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen Jean-Marc Lasgouttes wrote: Can you test it a little bit? I may not have thought about everything (for example the min was added after I tried to delete the last line of a paragraph with backspace). Juergen I do not have much

Re: Bugs status

2006-01-04 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: Since the bug was present in 1.3.x too (wasn't it?) and we do not know of a good fix yet, we could schedule it for later... I was about to propose this too. The bug should definitely also apply to 1.3.x, so it's not a regression. We should try and implement a solid

Re: Bugs status

2006-01-04 Thread Jean-Marc Lasgouttes
Juergen == Juergen Spitzmueller [EMAIL PROTECTED] writes: Juergen Jean-Marc Lasgouttes wrote: Since the bug was present in 1.3.x too (wasn't it?) and we do not know of a good fix yet, we could schedule it for later... Juergen I was about to propose this too. The bug should definitely Juergen

Re: LyX 1.4.0-pre3 on Mac

2006-01-04 Thread Lars Gullik Bjønnes
Bennett Helm [EMAIL PROTECTED] writes: | I'm back and finally able to look at LyX-1.4.0-pre3. I notice right | off that some files relevant to the Mac are simply missing (though | they are present in CVS): I bet your tar is too old and is unable to handle the ustar format. Note that I switch to

Re: broken link on web page Internationalization Effort

2006-01-04 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Angus, I see you fixed Tomasz' name in i18n.php. This is pretty useless, since the name is extracted from pl.po by the postats.sh script. Ahh, yes. Mea culpa. I am not sure what we should do here, since I guess the L+/ character is not in latin1. So the postats.sh

Re: LyX 1.4.0-pre3 on Mac

2006-01-04 Thread Jean-Marc Lasgouttes
Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Bennett Helm [EMAIL PROTECTED] writes: | I'm back and Lars finally able to look at LyX-1.4.0-pre3. I notice right | off Lars that some files relevant to the Mac are simply missing (though | Lars they are present in CVS): Lars I bet your

Re: LyX 1.4.0-pre3 on Mac

2006-01-04 Thread Jean-Marc Lasgouttes
Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett Also, with the new requirement of automake 1.9 and the Bennett possibility of using gcc = 3.3, I've updated the Bennett INSTALL.MacOSX file (diff attached). I applied this. Concerning the rest, I agree with Lars, your tar cannot read

Re: Bugs status

2006-01-04 Thread Georg Baum
Juergen Spitzmueller wrote: So, what's left? There are bugs 2026 and 1973, for which Georg has announced fixes-to-come, I don't plan anything for 2026, because I don't know what to do (reintroduce stdletters.inc or add ObsoletedBy statements for the missing layouts). The fix for 1973 is

Re: [prerelease] LyX 1.4.0pre3 - memory for screen graphics

2006-01-04 Thread Peter Mountfort
Hi All I have compiled

Re: Bugs status

2006-01-04 Thread Juergen Spitzmueller
Georg Baum wrote: Then I sent a patch for 2153 (this is a regression) to the list which is waiting for testing/comments. I had a quick look some days ago; I have to admit that I didn't get the report down to the ground. Do does problem only occur in LaTeX export (not view DVI/PDF) and only if

Re: LyX 1.4.0-pre3 on Mac

2006-01-04 Thread Bennett Helm
On Jan 4, 2006, at 9:45 AM, Jean-Marc Lasgouttes wrote: Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett Also, with the new requirement of automake 1.9 and the Bennett possibility of using gcc = 3.3, I've updated the Bennett INSTALL.MacOSX file (diff attached). I applied this.

Re: [prerelease] LyX 1.4.0pre3 - memory for screen graphics

2006-01-04 Thread Peter Mountfort
Hi All Apologies for the incomplete post earlier. I have compiled lyx-1.4.0pre3 on SuSE 10.0 and 9.2 using the qt frontend. In both cases the memory usage of LyX and the X-server grow without bound, when editing documents containing graphics. In the simplest case, it seems that cutting and

Re: Bugs status

2006-01-04 Thread Georg Baum
Juergen Spitzmueller wrote: Georg Baum wrote: Then I sent a patch for 2153 (this is a regression) to the list which is waiting for testing/comments. I had a quick look some days ago; I have to admit that I didn't get the report down to the ground. Do does problem only occur in LaTeX export

GUI Language Problems on Mac

2006-01-04 Thread Bennett Helm
A couple users have reported to me in response to my posting of LyX/ Mac-140-pre3 that GUI languages do not display properly: accents appear before characters in the menus ('Editer instead of Éditer, for example). (I can reproduce this.) This was previously discussed in

LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Tomasz Łuczak
Hi I use TeXLive2005 and path to latex.exe is in PATH variable. After run LyXWin137preSmall-0-6.exe appear a message: No LaTeX-distribution could be found!... I see in lyx_installer-small.nsi: ReadRegStr $String HKLM SYSTEM\CurrentControlSet\Control\Session Manager\Environment Path StrCpy

Re: Bugs status

2006-01-04 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Georg I also think that 2174 would be good to have (it does not make Georg so much sense anymore after 1.4.0 is out for some time). Note that I'd like to release 1.3.7 as soon as possible, so that 1.3 people will actually be able to read 1.4 files.

Re: broken link on web page Internationalization Effort

2006-01-04 Thread Tomasz Łuczak
Jean-Marc Lasgouttes wrote: Angus == Angus Leeming [EMAIL PROTECTED] writes: Angus Tomasz ?uczak wrote: Hi Here http://www.lyx.org/devel/translation.php in section Web Pages, there is broken link http://www.lyx.org/devel/about/i18n.php instead http://www.lyx.org/about/i18n.php Angus

Re: LyX 1.4.0-pre3 on Mac

2006-01-04 Thread Jean-Marc Lasgouttes
Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett LyX-Metadata.mdimporter is the only long name, isn't it? It Bennett can certainly be renamed -- to, say, LyX.mdimporter. (The Bennett .mdimporter extension is dictated by Apple and cannot be Bennett changed, and the directory structure of

Re: Bugs status

2006-01-04 Thread Georg Baum
Jean-Marc Lasgouttes wrote: Georg == Georg Baum [EMAIL PROTECTED] writes: Georg I also think that 2174 would be good to have (it does not make Georg so much sense anymore after 1.4.0 is out for some time). Note that I'd like to release 1.3.7 as soon as possible, so that 1.3 people will

Re: Bugs status

2006-01-04 Thread Jose' Matos
On Wednesday 04 January 2006 15:20, Jean-Marc Lasgouttes wrote: Isn't it possible to define a lyx13 format, so that people can export to that? Could you give an example? If if find a reasonable call syntax it is easy to implement it... JMarc -- José Abílio

Re: Bugs status

2006-01-04 Thread Bennett Helm
On Jan 4, 2006, at 10:20 AM, Jean-Marc Lasgouttes wrote: Note that I'd like to release 1.3.7 as soon as possible, so that 1.3 people will actually be able to read 1.4 files. Note that I still cannot compile 1.3.7 on Mac (Nor, at this point, 1.4.0.) Bennett

Re: LyX 1.4.0-pre3 on Mac

2006-01-04 Thread Lars Gullik Bjønnes
Bennett Helm [EMAIL PROTECTED] writes: | On Jan 4, 2006, at 9:45 AM, Jean-Marc Lasgouttes wrote: | | Bennett == Bennett Helm [EMAIL PROTECTED] writes: | | Bennett Also, with the new requirement of automake 1.9 and the | Bennett possibility of using gcc = 3.3, I've updated the | Bennett

Re: Bugs status

2006-01-04 Thread Jean-Marc Lasgouttes
Georg == Georg Baum [EMAIL PROTECTED] writes: Isn't it possible to define a lyx13 format, so that people can export to that? Georg That is what the patch in bugzilla does :-) See Georg http://bugzilla.lyx.org/show_bug.cgi?id=2174, sorry that I Georg forgot to mention that I had a patch. I

Re: Bugs status

2006-01-04 Thread Georg Baum
Jean-Marc Lasgouttes wrote: I like it, although I do not see why you add a menu entry. Doesn't it appear in FileExport? No, because Exporter::GetExportableFormats() only considers formats that can be reached from the backends and not from .lyx directly. I am not sure whether this is a bug or a

Re: Instant preview in LyX/Win 1.4.0pre3

2006-01-04 Thread Enrico Forestieri
Angus Leeming [EMAIL PROTECTED] writes: Enrico Forestieri wrote: Perhaps you mean that the dpi variable is *proportional* to preview_scale_factor. Indeed, when not setting preview_scale_factor I obtain dpi=112, whereas setting it to 1.02 I obtain dpi=127. However, I don't know the

No automake-1.9 on mingw/msys yet...

2006-01-04 Thread Angus Leeming
The latest version of automake available at http://www.mingw.org/download.shtml is msys-automake-1.8.2.tar.bz2 There's also automake-1.9.5-mingwPORT.tar.bz2 which is essentially a script that enables one to unpack, build and install the official automake sources from

Re: Instant preview in LyX/Win 1.4.0pre3

2006-01-04 Thread Angus Leeming
Enrico Forestieri wrote: At preview_scale_factor=1.05, magically everything lines up and even the baseline of the previewed images is correctly aligned with the baseline of the surrounding text! With these settings I tried other real world lyx files and everything seems fine. Things break

Re: Bugs status

2006-01-04 Thread Jean-Marc Lasgouttes
Bennett == Bennett Helm [EMAIL PROTECTED] writes: Bennett On Jan 4, 2006, at 10:20 AM, Jean-Marc Lasgouttes wrote: Note that I'd like to release 1.3.7 as soon as possible, so that 1.3 people will actually be able to read 1.4 files. Bennett Note that I still cannot compile 1.3.7 on Mac

Re: Instant preview in LyX/Win 1.4.0pre3

2006-01-04 Thread Enrico Forestieri
Paul A. Rubin [EMAIL PROTECTED] writes: It may be the format files rather than the package database. The MiKTeX Options app has a button on the General tab, Format files section labeled Update Now. Enrico should give that a whirl. I ran into something similar, albeit not with preview,

LyX 1.3.7pre6 available

2006-01-04 Thread Angus Leeming
Dear all, I've just uploaded LyX 1.3.7pre6 to the wiki. Grab it from http://wiki.lyx.org/Windows/LyX137pre Improvements over LyX 1.3.7pre5: * Many changes to qt-mt3.dll. * Update of Danish, Hungarian and Spanish translations. * Add a Polish Translation to the Windows Installer.

LyX 1.3.7pre6 question

2006-01-04 Thread Uwe Stöhr
Hello Angus, I can't find the file exdll.h in CVS, where is it? I just compiled your latest lyx_configure.C and got two warnings that things defined in the exdll.h (a one from Juli 2005) aren't used. So no real problem but perhaps you have a more actual one. Btw. what are the changes in the

Re: LyX 1.3.7pre6 question

2006-01-04 Thread Angus Leeming
Uwe Stöhr wrote: Hello Angus, I can't find the file exdll.h in CVS, where is it? C:\Program Files\NSIS\Contrib\ExDLL\exdll.h I just compiled your latest lyx_configure.C and got two warnings that things defined in the exdll.h (a one from Juli 2005) aren't used. So no real problem but

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Uwe Stöhr
I use TeXLive2005 and path to latex.exe is in PATH variable. After run LyXWin137preSmall-0-6.exe appear a message: No LaTeX-distribution could be found!... Hmm, not good but I cannot reproduce it. My TeXLive2005 doesn't write things to the PATH variable. But anyway could you please send me

Re: LyX 1.3.7pre6 question

2006-01-04 Thread Uwe Stöhr
Angus Leeming wrote: I can't find the file exdll.h in CVS, where is it? C:\Program Files\NSIS\Contrib\ExDLL\exdll.h This file isn't part of NSIS 2.10, 2.11, and 2.12 (I don't have prior versions). But it is in NSIS' CVS: http://cvs.sourceforge.net/viewcvs.py/nsis/NSIS/Contrib/ExDLL/ So

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Herbert Voss
Uwe Stöhr wrote: TeXLive2003 had own installer, TeXLive2004 hadn't windows installer, but later appear native windows installer: tlpm.exe (text mode) + tlpmgui.exe... Several edition of TeXLive have different variables: TEXMF, TEXMFMAIN TEXMFCNF. just like with LyX, every version

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Uwe Stöhr
Herbert Voss wrote: there is no reason to support old TeXLive versions. I couldn't expect that users upgrade their TeXLive every year. - TeXLive don't have the program epstopdf so that you have to redefine the EPS - PDF converter in LyX using the program ps2pdf. eps2pdf is a shell

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Jean-Pierre Chrétien
Uwe Stöhr [EMAIL PROTECTED] writes: [...] These problems and possibly more implies that I don't give support that LyXWin works together with TeXLive. I bought the official TeXLive2005 DVD and fiddled aroud for three days after I gave up to get it to work properly. I focus now on the MiKTeX

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Angus Leeming
Uwe Stöhr wrote: - I found also incompatibilities in the programs dt2dv and dv2dt, that are used by LyX for the DVI-output. Could you expand? Angus

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Herbert Voss
Jean-Pierre Chrétien wrote: Uwe Stöhr [EMAIL PROTECTED] writes: [...] These problems and possibly more implies that I don't give support that LyXWin works together with TeXLive. I bought the official TeXLive2005 DVD and fiddled aroud for three days after I gave up to get it to work

Re: LyX 1.3.7pre6 question

2006-01-04 Thread Angus Leeming
Uwe Stöhr wrote: Angus Leeming wrote: I can't find the file exdll.h in CVS, where is it? C:\Program Files\NSIS\Contrib\ExDLL\exdll.h This file isn't part of NSIS 2.10, 2.11, and 2.12 (I don't have prior versions). But it is in NSIS' CVS:

Re: Instant preview in LyX/Win 1.4.0pre3

2006-01-04 Thread Enrico Forestieri
Angus Leeming [EMAIL PROTECTED] writes: I'd suggest that we just leave things as they are. The fix is available to you; you can fudge your script file. Angus, sorry to be a PITA, but I would like to get your attention to the fact that a regular expression in lyxpreview2bitmap.py may be needs

Re: Instant preview in LyX/Win 1.4.0pre3

2006-01-04 Thread Angus Leeming
Enrico Forestieri wrote: Angus Leeming [EMAIL PROTECTED] writes: I'd suggest that we just leave things as they are. The fix is available to you; you can fudge your script file. Angus, sorry to be a PITA, You're not. but I would like to get your attention to the fact that a regular

Re: LyX 1.3.7pre6 question

2006-01-04 Thread Uwe Stöhr
Angus Leeming wrote: C:\Program Files\NSIS\Contrib\ExDLL\exdll.h Could you ask on the NSIS forum why it was removed? (If it was removed...) I'll do so. Btw. what are the changes in the lyx_configure.C from today are for? They make it more robust. I've used it for the last several

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Uwe Stöhr
Angus Leeming wrote: - I found also incompatibilities in the programs dt2dv and dv2dt, that are used by LyX for the DVI-output. Could you expand? TeXLive has its own dt2dv versions, I expect old ones. The are called when I want to generate a DVI and give me spurious error messages. I

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Uwe Stöhr
Herbert Voss schrieb: So I would say, that MiKTeX is also powerful than a teTeX or texlive installtion. It is. Personally I like the automatic(on the fly) installation of missing LaTeX-packages, so that the user isn't bothered with LaTeX-errors that xxx.sty is missing. This feature is very

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Angus Leeming
On Wednesday 04 January 2006 19:26, Uwe Stöhr wrote: Angus Leeming wrote: - I found also incompatibilities in the programs dt2dv and dv2dt, that are used by LyX for the DVI-output. Could you expand? TeXLive has its own dt2dv versions, I expect old ones. The are called when I want to

Re: LyX-140 Crash on Quit

2006-01-04 Thread Bennett Helm
This bug has gotten lost in the shuffle, so I thought I'd repost it. (Others are now reporting the same problem when using LyX/Mac-140pre3.) Bennett On Oct 4, 2005, at 1:40 PM, Bennett Helm wrote: I've occasionally been having lyx-140 crash on quitting. It doesn't happen often enough that

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Herbert Voss
Uwe Stöhr wrote: Herbert Voss schrieb: So I would say, that MiKTeX is also powerful than a teTeX or texlive installtion. It is. Personally I like the automatic(on the fly) installation of missing LaTeX-packages, so that the user isn't bothered with LaTeX-errors that xxx.sty is missing.

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Herbert Voss
Angus Leeming wrote: On Wednesday 04 January 2006 19:26, Uwe Stöhr wrote: Angus Leeming wrote: - I found also incompatibilities in the programs dt2dv and dv2dt, that are used by LyX for the DVI-output. Could you expand? TeXLive has its own dt2dv versions, I expect old ones. The are

Re: Bugs status

2006-01-04 Thread Bennett Helm
On Jan 4, 2006, at 11:08 AM, Jean-Marc Lasgouttes wrote: Bennett Note that I still cannot compile 1.3.7 on Mac (Nor, at Bennett this point, 1.4.0.) Note that you can compile it, but it does not run ;) Thbpbpthpt! This is one of the main things that makes 1.3.7 wait, and I have run out

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Angus Leeming
Herbert Voss wrote: Herbert, do you know where I should post fixes to these files? (See attached) as I said, there is _no real_ Windows installer on TeXLive and the interest in this area is low. However, you can post to the TeXLive people, maybe that one is interesting in the Windows

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Herbert Voss
Angus Leeming wrote: Thanks. But what I really meant is: I pulled the dt2dv package off CTAN. How do I go about getting these improvements into it? to the people listed in the header, e.g. Nelson Beebe. But I do not know any person, who uses or needs this file ... Herbert

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Uwe Stöhr
Herbert Voss wrote: This feature is very useful for LyX because all missing packages are installed while LyX reconfigures. no, this works as along as Christian has build a cab file of such a package. But you can build it and send it to him. I did this in the past to have actual versions of

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Herbert Voss
Uwe Stöhr wrote: Herbert Voss wrote: This feature is very useful for LyX because all missing packages are installed while LyX reconfigures. no, this works as along as Christian has build a cab file of such a package. But you can build it and send it to him. I did this in the past to have

Re: Bugs status

2006-01-04 Thread Bo Peng
Also, if you keep the extension to .lyx, you are going to overwrite the file. What about exporting to .lyx13? Fine with me. But a more common approach is that the user is prompted for a new filename. Bo

Re: LyX 1.3.7pre6 question

2006-01-04 Thread Uwe Stöhr
I wrote: I just compiled your latest lyx_configure.C and got two warnings that things defined in the exdll.h (a one from Juli 2005) aren't used. So no real problem but perhaps you have a more actual one. I get these warnings: ExDLL/exdll.h:103: warning: 'char* getuservariable(int)' defined

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Tomasz Łuczak
Uwe Stöhr wrote: I use TeXLive2005 and path to latex.exe is in PATH variable. After run LyXWin137preSmall-0-6.exe appear a message: No LaTeX-distribution could be found!... Hmm, not good but I cannot reproduce it. My TeXLive2005 doesn't write things to the PATH variable. But anyway

Re: [Patch] (Re: Screen update improvements)

2006-01-04 Thread Michael Gerz
Martin Vermeer wrote: Could you please remove the conditions? I don't feel authorized to do so by myself... :-) Instead, consider the attached patch. What it achieves is making all inside-paragraph selecting operations, whether by keyboard or by mouse, of single-paragraph type. This

Re: No automake-1.9 on mingw/msys yet...

2006-01-04 Thread Michael Gerz
Angus Leeming wrote: I find that running autogen.sh produces the attached output. Any clues? As things stand, I'm afraid that the port of automake 1.9 to Windows isn't yet ready for prime time. (Hence it isn't part of MSYS yet). That means I can build neither LyX 1.4 nor tex2lyx on Windows

Re: No automake-1.9 on mingw/msys yet...

2006-01-04 Thread Enrico Forestieri
Michael Gerz [EMAIL PROTECTED] writes: I also noticed that MinGW no longer allows you to build 1.4.0cvs. As a workaround, I use cygwin's automake to generate the Makefiles. It works as expected but, of course, it isn't nice to have to install and use cygwin in addition to MinGW. Thank god,

Re: Instant preview in LyX/Win 1.4.0pre3

2006-01-04 Thread Enrico Forestieri
Angus Leeming [EMAIL PROTECTED] writes: Oh, that's horrid and the one that follows is worse. What I think you should do is talk to David Kastrup and Jan-Åke Larsson on the AucTeX mailing list (gmane.emacs.auc-tex) and see why they're messing up the output that they devised for us. I tried

Re: LyXWin137preSmall-0-6.exe and TeXLive2005

2006-01-04 Thread Herbert Voss
Uwe Stöhr wrote: Herbert Voss wrote: there is no reason to support old TeXLive versions. I couldn't expect that users upgrade their TeXLive every year. - TeXLive don't have the program epstopdf so that you have to anwer from Staszek (texlive): TeX Live2005 *has* epstopdf for Windows.

Re: [announce] sixth release of LyXWinInstaller

2006-01-04 Thread Herbert Voss
Georg Baum wrote: Am Dienstag, 3. Januar 2006 16:50 schrieb Uwe Stöhr: Bo Peng asked: 2. It is not safe to put .bst files in a path with spaces. .lyx files and all figure files are OK, as well as .bib files. Also yes. The problem is only a problem of bibtex not of LyX. I sent a bug report

[Patch] (Re: Screen update improvements)

2006-01-04 Thread Martin Vermeer
On Tue, 2006-01-03 at 21:40 +0100, Michael Gerz wrote: > Martin Vermeer wrote: > > >Yes, it works... apparently because !vi.singlerow implies select, in a > >way that I haven't been able to figure out. So you don't actually save > >anything. > > > >Still might be wise to delete select from the

Re: Linking failure on Mac

2006-01-04 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> Most recent cvs fails to link on Mac with gcc-3.3. Any hints? It seems that libtool eats the -framework options that the mac needs. Probably related to Lars' recent update. JMarc

Re: LyX 1.4.0-pre3 on Mac

2006-01-04 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: >> Finally, LyX-1.4.0-pre3 does not contain Martin's singlerow6.diff >> patch necessary for decent typing speed on the Mac. I applied that >> patch manually before posting a test version; should I do this for >> the final version of

Re: broken link on web page Internationalization Effort

2006-01-04 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Tomasz ?uczak wrote: >> Hi >> >> Here http://www.lyx.org/devel/translation.php in section Web Pages, >> there is broken link http://www.lyx.org/devel/about/i18n.php >> instead http://www.lyx.org/about/i18n.php Angus> Fixed.

Re: How to speed up LyXText::breakParagraph?

2006-01-04 Thread Abdel
Martin Vermeer a écrit : On Tue, Jan 03, 2006 at 07:52:13PM +0100, Abdel wrote: Hello, On windows with 1.4.0cvs on for big documents (ex: Extended.lyx), there is a big delay (~1s) before a "Carriage Return" is shown on screen after typing the "enter" key in the middle of a paragraph. The

Math subscript deletion causes crash in 1.3

2006-01-04 Thread John C. McCabe-Dansted
I have found that under LyX 1.3.6 and 1.3.7cvs, if I follow the following steps I get a crash. 1. Enter mathmode 2. type: T_E X 3. move the cursor before the E 4. press delete 5. press the up arrow twice. This bug does not occur in 1.4.0pre3. My system: Kubuntu 5.10, gcc 4.02, QT

Re: [patch] bug 2155: Crash when undoing DEPM deletion of the first par (pit = 0)

2006-01-04 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I have tried to enhance my witness a bit this year. Here's Juergen> how I understand this case: I think the problem is in DEPM: since it deletes a paragraph, the recordUndo call should span two paragraphs (think about

Re: Math subscript deletion causes crash in 1.3

2006-01-04 Thread Juergen Spitzmueller
John C. McCabe-Dansted wrote: > I have found that under LyX 1.3.6 and 1.3.7cvs, if I follow the following > steps I get a crash. > > 1. Enter mathmode > 2. type: T_E X       > 3. move the cursor before the E > 4. press delete > 5. press the up arrow twice. There's already a report for this on

Re: Screen update improvements

2006-01-04 Thread Jean-Marc Lasgouttes
> "Abdel" == Abdel <[EMAIL PROTECTED]> writes: Abdel> Michael Gerz a écrit : >> Martin, your row signature patch is excellent as it reduces screen >> flickering significantly (you could the flicking on Windows with >> qtwin). Abdel> FYI, without this patch (I have not update my cvs yet), my

Re: [patch] bug 2155: Crash when undoing DEPM deletion of the first par (pit = 0)

2006-01-04 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > I think the problem is in DEPM: since it deletes a paragraph, the > recordUndo call should span two paragraphs (think about deleting a > selection that spans more than a paragraph). > > I propose the following patch. What do you think? I think you are right. I wonder

Re: [patch] bug 2155: Crash when undoing DEPM deletion of the first par (pit = 0)

2006-01-04 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> I think the problem is in DEPM: since it deletes a paragraph, the >> recordUndo call should span two paragraphs (think about deleting a >> selection that spans more than a paragraph). >>

Re: Screen update improvements

2006-01-04 Thread Abdel
Jean-Marc Lasgouttes a écrit : "Abdel" == Abdel <[EMAIL PROTECTED]> writes: Abdel> Michael Gerz a écrit : Martin, your row signature patch is excellent as it reduces screen flickering significantly (you could the flicking on Windows with qtwin). Abdel> FYI, without this patch (I have not

[Patch] (Re: Bugs status)

2006-01-04 Thread Martin Vermeer
On Mon, Jan 02, 2006 at 08:52:06PM +0200, Martin Vermeer wrote: > On Mon, Jan 02, 2006 at 06:17:31PM +0200, Martin Vermeer wrote: > ... > Bugzilla has a fix which simply disables font attribute editing inside a > charstyle inset; see above theory. Problem solved :-) ... > See attached, tested

Re: [Patch] (Re: Bugs status)

2006-01-04 Thread Georg Baum
Martin Vermeer wrote: > On Mon, Jan 02, 2006 at 08:52:06PM +0200, Martin Vermeer wrote: >> On Mon, Jan 02, 2006 at 06:17:31PM +0200, Martin Vermeer wrote: >> > ... > >> Bugzilla has a fix which simply disables font attribute editing inside a >> charstyle inset; see above theory. Problem solved

Re: [Patch] (Re: Bugs status)

2006-01-04 Thread Martin Vermeer
On Wed, Jan 04, 2006 at 01:48:15PM +0100, Georg Baum wrote: > Martin Vermeer wrote: > > > On Mon, Jan 02, 2006 at 08:52:06PM +0200, Martin Vermeer wrote: > >> On Mon, Jan 02, 2006 at 06:17:31PM +0200, Martin Vermeer wrote: > >> > > ... > > > >> Bugzilla has a fix which simply disables font

Re: How to speed up LyXText::breakParagraph?

2006-01-04 Thread Abdel
Oups I just notice a Cut problem. The prototype I am proposing is as follow, sorry about that. Optionnally, insert could return a reference or a pointer to the newly inserted paragraph but I think that the get(size_t) function is cleaner. class ParagraphList { public: ///

Re: [patch] bug 2155: Crash when undoing DEPM deletion of the first par (pit = 0)

2006-01-04 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Can you test it a little bit? I may not have thought about everything > (for example the min was added after I tried to delete the last line > of a paragraph with backspace). I do not have much time for testing ATM. I tested the cases that I also tested with my

Re: Bugs status

2006-01-04 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Mon, Jan 02, 2006 at 09:21:09AM +0100, Juergen Spitzmueller Martin> wrote: >> Martin Vermeer wrote: > I believe bug 822 is fixed. > Is 1561 still >> major? Was partly fixed by Andre. >> > >> > Are these (and 2155) the only

  1   2   >