Re: Cygwin build with cygwin/qt3?

2006-04-30 Thread Enrico Forestieri
On Sun, Apr 30, 2006 at 02:31:43PM -0500, Bo Peng wrote: Yes, uic is also broken in the same way. However, if you build a non-threaded Qt, it will work (it does for me). I will try to use a standalone qt3 as suggested by the wiki. This will certainly not be accepted as a cygwin pacakge

Re: Making lyx a standard cygwin packages?

2006-04-30 Thread Enrico Forestieri
On Sun, Apr 30, 2006 at 07:21:54PM +, Luis Rivera wrote: Bo Peng [EMAIL PROTECTED] writes: Have you ever thought of pushing lyx to the official cygwin repository? The process is not terribly complicated ( http://www.cygwin.com/setup.html ) and you sure will get a lot more users

Re: [Final-PATCH] win32 auto-view/edit

2006-04-30 Thread Enrico Forestieri
On Sun, Apr 30, 2006 at 02:55:18PM -0500, Bo Peng wrote: I tested this last patch on Cygwin and it does not work well. Specifically I have to delete userdir/lyxrc.defaults otherwise I only get PDF (dvipdfm) and PDF (pdflatex) in the View menu. I finally have my mingw+lyx+qt4 set up and

Re: Cygwin build with cygwin/qt3?

2006-04-30 Thread Enrico Forestieri
On Sun, Apr 30, 2006 at 04:31:21PM -0500, Bo Peng wrote: As regards official cygwin packages, I think that they require that the package is compilable from sources, so perhaps providing the patch to the Qt3 sources and a qt library ready for linking is maybe sufficient. It is been

Re: [Final-PATCH] win32 auto-view/edit

2006-04-30 Thread Enrico Forestieri
On Sun, Apr 30, 2006 at 07:54:22PM -0500, Bo Peng wrote: This is in the attached updated patch. Allow me to reiterate what this patch does: Under windows (including cygwin): 1. configure.py does not actually search for programs. %% is replaced by 'auto'. 2. A viewer item under the

Re: Cygwin build with cygwin/qt3?

2006-04-30 Thread Enrico Forestieri
On Sun, Apr 30, 2006 at 08:25:39PM -0500, Bo Peng wrote: I bet that you did that by hand ;-) Damn it. I googled downgrade cygwin etc and did not get this simple fact. Thanks. I will build cygwin/x tonight. Perhaps you may find useful the Cygwin Time Machine:

Re: Cygwin build with cygwin/qt3?

2006-05-01 Thread Enrico Forestieri
On Sun, Apr 30, 2006 at 10:27:19PM -0500, Bo Peng wrote: Perhaps you may find useful the Cygwin Time Machine: http://www.fruitbat.org/Cygwin/index.html#cygwincirca Maybe that is useful... I have been trying to re-install cygwin using that prev option, and setup.exe crashes several times,

Re: LyX 1.4.1 doesn't work on Win98---and doesn't matter, anyway

2006-05-01 Thread Enrico Forestieri
On Mon, May 01, 2006 at 09:09:51AM +, Angus Leeming wrote: Bo Peng [EMAIL PROTECTED] writes: Please, can you see if the attached patch can be applied to both trunk and branch? It seems to touch Bo's and Jean-Marc's work so I'll let them comment that. Since this patch is small

Re: LyX 1.4.1 doesn't work on Win98---and doesn't matter, anyway

2006-05-01 Thread Enrico Forestieri
On Sat, Apr 29, 2006 at 07:26:55PM +0200, Andre Poenitz wrote: On Fri, Apr 28, 2006 at 09:46:14PM +0200, Enrico Forestieri wrote: On Fri, Apr 28, 2006 at 06:43:14PM +, Luis Rivera wrote: case RC_TEX_ALLOWS_SPACES: if (lexrc.next

Re: Cygwin build with cygwin/qt3?

2006-05-01 Thread Enrico Forestieri
On Mon, May 01, 2006 at 07:29:25AM -0500, Bo Peng wrote: Maybe this is related to your handcrafting... I removed everything and started from scratch. It is just that the prev feature is so rarely used (I guess), so the package dependency handling is still buggy. It must be so. It is not

Re: Cygwin build with cygwin/qt3?

2006-05-01 Thread Enrico Forestieri
On Mon, May 01, 2006 at 08:11:16AM -0500, Bo Peng wrote: All because a bug in cygwin :-( I am using the time machine now, but that server is really slow (5-8k/s) so I have been waiting for 10 hours... and I do not know whether or not setup.exe will crash. Anyway, you have been playing

Re: [Final-PATCH] win32 auto-view/edit

2006-05-01 Thread Enrico Forestieri
On Mon, May 01, 2006 at 09:10:09AM -0500, Bo Peng wrote: I have changed again the cygwin part. After thinking about it I moved the code syncing the cygwin and windows environment to os::init, where IMO it belongs. I hope that this one is the last one for this patch. Otherwise, Lars (or

Re: [patch] fix bug 1473: Implement phantom in math

2006-05-01 Thread Enrico Forestieri
On Mon, May 01, 2006 at 03:08:06PM +0200, Georg Baum wrote: Am Donnerstag, 27. April 2006 14:12 schrieb Enrico Forestieri: Please, someone should have a look at QDelimiterDialogBase.ui as I managed to break it wrt resizing and don't know what else (Abdel?). Sorry guys, but I have never

Re: [Final-PATCH] win32 auto-view/edit

2006-05-01 Thread Enrico Forestieri
of the LyX sources suitable for compilation # of a X11 build using the cygwin compiler. # author Angus Leeming, modified by Enrico Forestieri Error () { test $# -gt 0 { echo $* 2 echo 2 } echo Expecting \`basename $0` dir [buildtype]\ 2 echo where dir is 'devel','13x

Re: [Final-PATCH] win32 auto-view/edit

2006-05-01 Thread Enrico Forestieri
On Mon, May 01, 2006 at 12:25:52PM -0500, Bo Peng wrote: Yes, and I can also test it with my home grown qt3. Why don't you try to build qt3 following http://wiki.lyx.org/LyX/LyXOnCygwin ? I was afraid of the potential configuration/link differences between cygwin/qt3 and standalone qt3.

Re: [Final-PATCH] win32 auto-view/edit

2006-05-01 Thread Enrico Forestieri
On Mon, May 01, 2006 at 12:50:22PM -0500, Bo Peng wrote: I understand, but they are exactly the same: only QTDIR changes ;-) please, compare lyconfig-x11 (used for the standalone qt3) and lyxconfig-qt3-x11 (which I wrote for the cygwin qt3). At least cygwin/qt3 relies on cygwin1.dll,

Re: [patch] fix bug 1473: Implement phantom in math

2006-05-01 Thread Enrico Forestieri
On Mon, May 01, 2006 at 07:54:05PM +0200, Georg Baum wrote: Am Montag, 1. Mai 2006 18:23 schrieb Enrico Forestieri: There is a small problem with the \ delimiter as it isn't recognized. Please find attached an updated patch fixing that. The problem with \ is also in 1.4. I attach a patch

Re: [patch] fix bug 1473: Implement phantom in math

2006-05-01 Thread Enrico Forestieri
On Mon, May 01, 2006 at 08:09:05PM +0200, Enrico Forestieri wrote: On Mon, May 01, 2006 at 07:54:05PM +0200, Georg Baum wrote: Am Montag, 1. Mai 2006 18:23 schrieb Enrico Forestieri: There is a small problem with the \ delimiter as it isn't recognized. Please find attached

Re: Cygwin build with cygwin/qt3?

2006-05-01 Thread Enrico Forestieri
On Mon, May 01, 2006 at 09:41:37PM +0200, Jean-Marc Lasgouttes wrote: Enrico == Enrico Forestieri [EMAIL PROTECTED] writes: Enrico Jean-Marc suggested using something like GGI_CHECK_LIB here: Enrico http://cvs.sourceforge.net/viewcvs.py/*checkout*/ggi/tools/buildframework/m4

Re: [Final-PATCH] win32 auto-view/edit

2006-05-02 Thread Enrico Forestieri
On Tue, May 02, 2006 at 05:50:27PM +0200, Abdelrazak Younes wrote: Abdelrazak Younes a écrit : Bo Peng a écrit : Apparently they won't be set correctly as I need to reconfigure after an initial startup. See my previous mail. That was exactly what puzzled me. I do not have a windows

Re: Cygwin build with cygwin/qt3?

2006-05-02 Thread Enrico Forestieri
On Mon, May 01, 2006 at 08:55:43PM -0500, Bo Peng wrote: The cygwin time-machine works and I am able to compile lyx. Problems: 1. line 121-125 (_POSIX_THREAD_SAFE_FUNCTIONS_) in -boost/libs/filesystem/src/operations_posix_windows.cpp causes compile error, so I have to comment them out.

Re: [PATCH] do not configure in system_support directory

2006-05-02 Thread Enrico Forestieri
On Tue, May 02, 2006 at 09:23:20AM -0400, Bennett Helm wrote: On Apr 26, 2006, at 11:13 AM, Jean-Marc Lasgouttes wrote: BTW, did you see the small patch about locale detection? Could you try it out? It seems to work fine, though accents do not show up properly. (That's been a

Re: Call for Windows developers

2006-05-02 Thread Enrico Forestieri
On Tue, May 02, 2006 at 10:58:09AM +0200, Edwin Leuven wrote: Enrico Forestieri wrote: Please, have a look here: http://sources.redhat.com/ml/cygwin/2005-09/msg00945.html just for the record: after doing some registry tweaks as suggested on the microsoft website my windows partition

Re: Cygwin build with cygwin/qt3?

2006-05-02 Thread Enrico Forestieri
On Tue, May 02, 2006 at 12:02:38PM -0500, Bo Peng wrote: Problems: 1. line 121-125 (_POSIX_THREAD_SAFE_FUNCTIONS_) in -boost/libs/filesystem/src/operations_posix_windows.cpp causes compile error, so I have to comment them out. What kind of error? I get none. The error message is that

Re: Cygwin build with cygwin/qt3?

2006-05-02 Thread Enrico Forestieri
On Tue, May 02, 2006 at 12:37:21PM +0200, Jean-Marc Lasgouttes wrote: Enrico == Enrico Forestieri [EMAIL PROTECTED] writes: Enrico I would say yes. I attach here the prl file I obtain when Enrico buiding qt for a mingw target. What is needed is Enrico QMAKE_PRL_LIBS, but do we need to write

Re: Cygwin build with cygwin/qt3?

2006-05-02 Thread Enrico Forestieri
On Tue, May 02, 2006 at 10:03:49PM +0200, Enrico Forestieri wrote: On Tue, May 02, 2006 at 12:37:21PM +0200, Jean-Marc Lasgouttes wrote: Enrico == Enrico Forestieri [EMAIL PROTECTED] writes: Enrico I would say yes. I attach here the prl file I obtain when Enrico buiding qt for a mingw

Re: Cygwin build with cygwin/qt3?

2006-05-02 Thread Enrico Forestieri
On Tue, May 02, 2006 at 02:20:08PM -0500, Bo Peng wrote: Please, report the exact error message about the Resource directory above. I do not have access to that machine now. I will report the details tonight. I have good news. With the qt.m4 patch I was able to configure lyx using the

Re: Cygwin build with cygwin/qt3?

2006-05-03 Thread Enrico Forestieri
of the LyX sources suitable for compilation # of a X11 build using the cygwin compiler. # author Angus Leeming, modified by Enrico Forestieri Error () { test $# -gt 0 { echo $* 2 echo 2 } echo Expecting \`basename $0` dir [buildtype]\ 2 echo where dir is 'devel','13x

Re: LyXWinInstaller with LyX 1.4.1 - multiple answers

2006-05-03 Thread Enrico Forestieri
On Wed, May 03, 2006 at 08:28:10PM +, Angus Leeming wrote: Andre Poenitz [EMAIL PROTECTED] writes: I have lived without jpg-ps and gif-pdf conversions for the bigger part of my life and did not really miss that functionality. Ahhh, but that's because you're all of: * clever * a

Re: LyXWinInstaller with LyX 1.4.1 - multiple answers

2006-05-03 Thread Enrico Forestieri
On Wed, May 03, 2006 at 11:22:52PM +0200, Enrico Forestieri wrote: On Wed, May 03, 2006 at 08:28:10PM +, Angus Leeming wrote: Andre Poenitz [EMAIL PROTECTED] writes: I have lived without jpg-ps and gif-pdf conversions for the bigger part of my life and did not really miss

Re: config.h analysis (was Re: Fix --without-included-boost?)

2006-05-04 Thread Enrico Forestieri
On Thu, May 04, 2006 at 07:29:11AM -0500, Bo Peng wrote: I will be able to provide a working scons environment for myself (Linux) in about a week and post the result here. Abdel and/or Enrico can try it on their windows machine and make it work for win/cygwin. This will make our *own* lives

Re: All templates and examples are in format 243

2006-05-04 Thread Enrico Forestieri
On Thu, May 04, 2006 at 03:34:59PM +0100, Jose' Matos wrote: Hi, I have just noticed something that made me smile. :-) All templates and examples that lyx carries are in format 243. That means that since nobody complained lyx2lyx is working almost everywhere. Except for the

Re: config.h analysis (was Re: Fix --without-included-boost?)

2006-05-04 Thread Enrico Forestieri
On Thu, May 04, 2006 at 10:08:28AM -0500, Bo Peng wrote: I personally never had big problems with auto tools on Windows. I guess you have a reasonably quick machine. Looking the results coming line by line from ./configure has been killing me, especially when I know many of them are *not*

Re: Cygwin build with cygwin/qt3?

2006-05-04 Thread Enrico Forestieri
On Tue, May 02, 2006 at 11:56:29PM -0500, Bo Peng wrote: I was able to configure LyX on Cygwin for the official qt3 by simply ../configure --with-frontend=qt --with-qt-dir=/usr/lib/qt3 \ --with-qt-includes=/usr/include/qt3 Qt is indeed found. However, with this simple configure, I

Re: Cygwin build with cygwin/qt3?

2006-05-05 Thread Enrico Forestieri
On Thu, May 04, 2006 at 11:37:22PM -0500, Bo Peng wrote: I just tried compiling with that simple configure and it succeeded. I suggest that you update your cygwin installation to the latest release as, IMHO, that is your problem. I guess that is cygwin's problem. I did basically a fresh

Re: [PATCH]

2006-05-05 Thread Enrico Forestieri
On Fri, May 05, 2006 at 02:59:17PM +0200, Jean-Marc Lasgouttes wrote: Unix is aging stuff. Heresy! You lost my esteem! -- Enrico

Re: [PATCH]

2006-05-05 Thread Enrico Forestieri
On Fri, May 05, 2006 at 05:57:12PM +0100, Jose' Matos wrote: On Friday 05 May 2006 17:21, Enrico Forestieri wrote: On Fri, May 05, 2006 at 02:59:17PM +0200, Jean-Marc Lasgouttes wrote: Unix is aging stuff. Heresy! You lost my esteem! You are the one who is pretending to use it, how

Re: [PATCH]

2006-05-05 Thread Enrico Forestieri
On Fri, May 05, 2006 at 06:17:29PM +0100, Jose' Matos wrote: On Friday 05 May 2006 18:02, Enrico Forestieri wrote: You are the one who is pretending to use it, how can you tell that about Jean-Marc? Because today is Friday? Surely I know that and my question was in the same

Re: LyX 1.4 and Windows 98/ME

2006-05-05 Thread Enrico Forestieri
On Fri, May 05, 2006 at 07:34:28PM +0200, Joost Verburg wrote: Angus Leeming wrote: I guess that depends on what you mean by supported. LyX on Win98/ME *has* worked in the past thanks to the diligent efforts of Luis Rivera in showing me what needed to be donw. It *has* worked with Q../Free

Re: [PATCH]

2006-05-05 Thread Enrico Forestieri
On Fri, May 05, 2006 at 05:38:35PM +, Angus Leeming wrote: Enrico Forestieri [EMAIL PROTECTED] writes: I have been using Unix since when you still were learning the difference between an int and a char! Do I hear someone competing for the oldest developer on this list prize? Pay

Re: [PATCH]

2006-05-05 Thread Enrico Forestieri
On Fri, May 05, 2006 at 07:10:14PM +0100, Jose' Matos wrote: On Friday 05 May 2006 18:27, Enrico Forestieri wrote: I have been using Unix since when you still were learning the difference between an int and a char! That is more like it should. FWIW I did learn that in 1987

Re: [PATCH]

2006-05-05 Thread Enrico Forestieri
On Fri, May 05, 2006 at 09:52:22PM +0300, Martin Vermeer wrote: On Fri, May 05, 2006 at 08:20:28PM +0200, Enrico Forestieri wrote: On Fri, May 05, 2006 at 07:10:14PM +0100, Jose' Matos wrote: On Friday 05 May 2006 18:27, Enrico Forestieri wrote: I have been using Unix since when you

Re: [patch] fix bug 1473: Implement phantom in math

2006-05-06 Thread Enrico Forestieri
On Sat, May 06, 2006 at 02:18:47PM +0200, Georg Baum wrote: Am Montag, 1. Mai 2006 20:21 schrieb Enrico Forestieri: I just discovered another small problem. When using the GUI for fixed size delimiters and there is a selection: 1) if the left delimiter is empty, hitting insert

Re: LyX150Experimental Updated!

2006-05-06 Thread Enrico Forestieri
On Sat, May 06, 2006 at 07:41:03PM +0200, Abdelrazak Younes wrote: For those who want to try latest and greatest SVN for windows, point your browser to: http://wiki.lyx.org/Windows/LyX150Experimental Still crashes for me when I try to load a file. This time the file dialog appears

Re: LyX150Experimental Updated!

2006-05-06 Thread Enrico Forestieri
On Sat, May 06, 2006 at 09:33:50PM +0200, Abdelrazak Younes wrote: Enrico Forestieri a écrit : On Sat, May 06, 2006 at 07:41:03PM +0200, Abdelrazak Younes wrote: For those who want to try latest and greatest SVN for windows, point your browser to: http://wiki.lyx.org/Windows

Re: Debut of the scons-based build system for lyx

2006-05-07 Thread Enrico Forestieri
On Sun, May 07, 2006 at 06:00:42PM -0500, Bo Peng wrote: Windows troubles: 1. the ...rdata file used to build cygwin seems to be a libtool thing, I have tried to pass script=... option to g++ but failed. I guess one can run till the last step, get the link command from scons_lyx.log and

Re: Moving gettex.[Ch] and messages.[Ch] to src/support/

2006-05-08 Thread Enrico Forestieri
On Mon, May 08, 2006 at 10:30:06AM +0200, Joost Verburg wrote: Abdelrazak Younes wrote: It is already generating it my friend. I was trying to improve the present build system which is close to sxxxt as far as I am concerned with windows. You say you are caring about portability across

Re: Debut of the scons-based build system for lyx

2006-05-08 Thread Enrico Forestieri
On Sun, May 07, 2006 at 11:19:15PM -0500, Bo Peng wrote: Attached is a log file, using cygwin, cygwin boost, cygwin qt with replaced moc.exe and uic.exe. I get a bunch of link errors. If possible, please help me identify the problem. BTW, 1. the vtable error, according to qt faq, is a

Re: Debut of the scons-based build system for lyx

2006-05-08 Thread Enrico Forestieri
On Mon, May 08, 2006 at 11:13:23AM -0500, Bo Peng wrote: Notice that gcc can figure out by itself that it is compiling a C++ source. Quoting the gcc man page: Scons do some tricks depending on extension. For example, qt4.py will scan .cpp file for Q_OBJECT and moc them. It simply ignore

Re: Debut of the scons-based build system for lyx

2006-05-08 Thread Enrico Forestieri
On Mon, May 08, 2006 at 07:32:31PM +0200, Lars Gullik Bjønnes wrote: Bo Peng [EMAIL PROTECTED] writes: | PS. Praeterea censeo Sconsiem esse de lendam | | Can anyone translate this for me? This does not read like 'good | morning'. I may have to fight back in Chinese here. It is my

Re: Debut of the scons-based build system for lyx

2006-05-08 Thread Enrico Forestieri
On Mon, May 08, 2006 at 07:01:10PM +0200, Georg Baum wrote: Enrico Forestieri wrote: Then I also see that it is also trying to compile uic_ModuleName.cc and this is completely new to me... Then have a look at builddir/src/frontends/qt3/ui/moc in a autotools build tree. You're right

Re: Debut of the scons-based build system for lyx

2006-05-08 Thread Enrico Forestieri
On Mon, May 08, 2006 at 12:10:41PM -0500, Bo Peng wrote: I mean that gcc is able to figure out the capitalization, so if SCons can't do the same, it is to be blamed on this. On Windows you should know that you can't do access(foo.c) to ascertain the presence of foo.C. It is lame for SCons

Re: Debut of the scons-based build system for lyx

2006-05-08 Thread Enrico Forestieri
On Mon, May 08, 2006 at 12:10:41PM -0500, Bo Peng wrote: I am letting the current build to be completed before doing anything else. I notice that the moc'ed files are being compiled but they are called moc_ModuleName.cc instead of ModuleName_moc.C as I was used with the auto tools. I hope

Re: Debut of the scons-based build system for lyx

2006-05-09 Thread Enrico Forestieri
On Tue, May 09, 2006 at 01:34:36PM +0200, Abdelrazak Younes wrote: Enrico Forestieri a écrit : On Mon, May 08, 2006 at 12:10:41PM -0500, Bo Peng wrote: I am letting the current build to be completed before doing anything else. I notice that the moc'ed files are being compiled

Re: Fwd: Debut of the scons-based build system for lyx

2006-05-09 Thread Enrico Forestieri
On Tue, May 09, 2006 at 08:56:52AM -0500, Bo Peng wrote: It is utterly ridiculous that they are not able to spot the difference between .c and .C on Cygwin and they are able to on native Windows. The .C and .c problem has been handled. So, is the problem with undefined reference to vtable

Re: Math metrics bug

2007-05-10 Thread Enrico Forestieri
On Fri, May 04, 2007 at 12:42:20AM +0200, Enrico Forestieri wrote: When changing the zoom factor in preferences, math metrics are not updated. To reproduce, load the attached mathmetrics.lyx and then change the zoom % in Tools-Preferences-Screen fonts from 150 to 300. I also attach here

Re: 1.5.0beta2 test: opening/closing files

2007-05-11 Thread Enrico Forestieri
On Thu, May 10, 2007 at 04:27:27PM +, Jean-Pierre Chrétien wrote: Jean-Pierre Chrétien [EMAIL PROTECTED] writes: I cannot reproduce this here (Solaris 10/Qt 4.2.2). Solaris 8/Qt 4.2.1 here, rather Qt than Sun I guess. I will check with 4.2.2 My admin compiled 4.2.3, same

Re: 1.5.0beta2 test: opening/closing files

2007-05-14 Thread Enrico Forestieri
On Mon, May 14, 2007 at 08:50:23AM +, Jean-Pierre Chrétien wrote: Enrico Forestieri [EMAIL PROTECTED] writes: On Thu, May 10, 2007 at 04:27:27PM +, Jean-Pierre Chrétien wrote: Jean-Pierre Chrétien chretien at ... writes: [...] In addition, after Open-Examples, I

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Enrico Forestieri
On Mon, May 21, 2007 at 05:21:51PM +0200, Jean-Marc Lasgouttes wrote: Darren == Darren Freeman [EMAIL PROTECTED] writes: Darren On Mon, 2007-05-21 at 16:16 +0200, Herbert Voss wrote: {Ge}^3 is different to Ge^3 and G^3 and e^3, which have all the same vertical height. Darren So how

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Enrico Forestieri
On Mon, May 21, 2007 at 05:26:19PM +0200, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: Darren == Darren Freeman [EMAIL PROTECTED] writes: Darren On Mon, 2007-05-21 at 16:16 +0200, Herbert Voss wrote: {Ge}^3 is different to Ge^3 and G^3 and e^3, which have all the same

Re: Mathed sub/superscripts highlighting

2007-05-21 Thread Enrico Forestieri
On Mon, May 21, 2007 at 07:28:40PM +0200, Andre Poenitz wrote: On Mon, May 21, 2007 at 11:12:33PM +1000, Darren Freeman wrote: On Mon, 2007-05-21 at 14:52 +0200, Abdelrazak Younes wrote: Darren Freeman wrote: Is this sensible? Does it have meaning at the LaTeX level but perhaps

Re: Mathed sub/superscripts highlighting

2007-05-22 Thread Enrico Forestieri
On Tue, May 22, 2007 at 07:49:44PM +0200, Andre Poenitz wrote: On Tue, May 22, 2007 at 02:11:08AM +0200, Enrico Forestieri wrote: On Mon, May 21, 2007 at 07:28:40PM +0200, Andre Poenitz wrote: As I was asking, does this really mean anything? Sure. Just look at the output of {Ge}^1

Re: htlatex and Windows

2007-05-22 Thread Enrico Forestieri
On Tue, May 22, 2007 at 04:35:11PM -0400, Richard Heck wrote: So does this seem to be the pathname problem? You can run htlatex file.tex. Can you run htlatex path/file.tex? Can you run htlatex c:/path/file.tex? If you can run the former, this is fixable, because we can use the relative

Re: crash tex2lyx

2007-05-22 Thread Enrico Forestieri
On Mon, May 21, 2007 at 07:47:31PM +0200, Andre Poenitz wrote: On Mon, May 21, 2007 at 10:32:47AM -0400, xxx wrote: what a weird bug. nice work. yyy wrote: great detective work!! zzz wrote: ... Could we at least on lyx-devel try to avoid top posting with full quotes

Re: [patch] fix bug 3672 - better one

2007-05-22 Thread Enrico Forestieri
On Wed, May 23, 2007 at 01:19:03AM +0200, Uwe Stöhr wrote: Shouldn't it be Limits Styles with a capital S? And should it be Limits Styles or Limit Styles? I was expecting for some developer with English (or some variant ;-) ) as mother tongue to chime in and bless this. I

Re: htlatex and Windows

2007-05-22 Thread Enrico Forestieri
On Tue, May 22, 2007 at 09:20:33PM -0400, RGH wrote: Enrico Forestieri wrote: On Tue, May 22, 2007 at 04:35:11PM -0400, Richard Heck wrote: So does this seem to be the pathname problem? You can run htlatex file.tex. Can you run htlatex path/file.tex? Can you run htlatex c:/path

Re: [patch] fix bug 3672 - better one

2007-05-23 Thread Enrico Forestieri
On Wed, May 23, 2007 at 02:52:38PM +0200, Uwe Stöhr wrote: I don't like this. Both the old tooltip and icon were correct. It is not correct, please look at the bugreport. The user thinks when clicking on this button that these settings are about sums or limits but both is incorrect. You

Re: [patch] fix bug 3672 - better one

2007-05-23 Thread Enrico Forestieri
On Wed, May 23, 2007 at 03:17:14PM +0200, Jean-Marc Lasgouttes wrote: Uwe == Uwe Stöhr [EMAIL PROTECTED] writes: I don't like this. Both the old tooltip and icon were correct. Uwe It is not correct, please look at the bugreport. The user thinks Uwe when clicking on this button that these

Re: UTF8-UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-23 Thread Enrico Forestieri
On Wed, May 23, 2007 at 03:40:08PM +0200, Jean-Marc Lasgouttes wrote: This seems to point to a problem with using widen/narrow on a facet like std::ctypewchar_t. Of course, I know next to nothing about that. Enrico, would you have some ideas about whether freebsd has the needed support? I

Re: [patch] fix bug 3672 - better one

2007-05-23 Thread Enrico Forestieri
On Wed, May 23, 2007 at 05:38:21PM +0200, Jean-Marc Lasgouttes wrote: Enrico == Enrico Forestieri [EMAIL PROTECTED] writes: Enrico Going further in your reasoning we should also make difficult Enrico the use of tables as many people misuse them, too! I know you could find a better example

Re: UTF8-UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-23 Thread Enrico Forestieri
On Wed, May 23, 2007 at 05:20:52PM +0200, Jean-Marc Lasgouttes wrote: Enrico == Enrico Forestieri [EMAIL PROTECTED] writes: Enrico When sizeof(wchar_t) != 4 or wchar_t is not present, then our Enrico facets implementation should kick in. I use it with no Enrico problems in both cygwin

Re: htlatex and Windows

2007-05-23 Thread Enrico Forestieri
On Wed, May 23, 2007 at 12:00:58PM -0400, Richard Heck wrote: Enrico Forestieri wrote: Unfortunately, htlatex on Windows only works when you call it with a simple filename without a path (either absolute or relative), so the tempdir approach will not work the way you thought it. However

Re: [patch] fix bug 3672 - better one

2007-05-23 Thread Enrico Forestieri
On Wed, May 23, 2007 at 10:39:56PM +0200, Jean-Marc Lasgouttes wrote: Enrico == Enrico Forestieri [EMAIL PROTECTED] writes: I know you could find a better example, if you tried harder ;) The \foostyle commands are about forcing TeX to do what it does not want to do. Enrico Even

Re: [patch] fix bug 3672 - better one

2007-05-23 Thread Enrico Forestieri
On Wed, May 23, 2007 at 10:43:54PM +0200, Herbert Voss wrote: Enrico Forestieri wrote: On Wed, May 23, 2007 at 05:38:21PM +0200, Jean-Marc Lasgouttes wrote: Enrico == Enrico Forestieri [EMAIL PROTECTED] writes: Enrico Going further in your reasoning we should also make difficult Enrico

Re: [PATCH] HTML Export

2007-05-23 Thread Enrico Forestieri
On Wed, May 23, 2007 at 06:04:59PM -0400, Richard Heck wrote: Enrico (and anyone else who is interested), Can you try one and let me know if it works properly on Windows? I believe it should, even with the broken htlatex. The idea is to copy whatever files we need to the temporary

Re: UTF8-UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-24 Thread Enrico Forestieri
On Thu, May 24, 2007 at 02:15:35PM +0200, Jean-Marc Lasgouttes wrote: Abdelrazak == Abdelrazak Younes [EMAIL PROTECTED] writes: Abdelrazak Maybe Koji could try to enable that unconditionally: Abdelrazak - #if SIZEOF_WCHAR_T != 4 defined(__GNUC__) Abdelrazak defined(__GNUC_MINOR__)

Re: [PATCH] HTML Export Bugs

2007-05-24 Thread Enrico Forestieri
On Thu, May 24, 2007 at 11:55:35AM -0400, Richard Heck wrote: Georg Baum wrote: Richard Heck wrote: That's the approach I'm now taking, more or less, as Enrico found yet further problems. He also suggested a simpler way, namely: note the time when we start the conversion; then look

Re: UTF8-UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-28 Thread Enrico Forestieri
On Mon, May 28, 2007 at 10:20:57AM +0900, Koji Yokota wrote: Peter Kümmel wrote: Hasn't Abdel fixed it today? Maybe updating helps. Yeah, right. With a newer version, Lyx at least proceeds with a successful initialization and its GUI appears. However, trial of File - New, File - Open,

Re: [patch] request for permission to add more symbols to unicodesymbols file

2007-05-28 Thread Enrico Forestieri
On Mon, May 28, 2007 at 11:00:24AM +0200, Georg Baum wrote: Am Montag, 28. Mai 2007 10:48 schrieb Jürgen Spitzmüller: Georg Baum wrote: Note that adding the symbols in question to the unicodesymbols file will automatically solve the problem of broken latex export for greek

Re: UTF8-UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-29 Thread Enrico Forestieri
On Tue, May 29, 2007 at 11:20:45AM +0900, Koji Yokota wrote: Enrico Forestieri wrote: I don't understand. Seems that you are still using wchar_t ... This crash is very similar to the one I was getting on cygwin after the switch to unicode. I remember that someway I was able to fix

Re: [patch] request for permission to add more symbols to unicodesymbols file

2007-05-29 Thread Enrico Forestieri
On Wed, May 30, 2007 at 02:24:15AM +0200, Uwe Stöhr wrote: \newcommand*\LyXrightangle{{\usefont{U}{msa}{m}{n}\char120}} Many thanks. Where is a table to look what number corresponds to what character in the font files? I seared for a code chart table for msam and msbm but couldn't found

Re: [PATCH] Properly support the full unicode range in GuiFontMetrics (fix bug 3759)

2007-06-01 Thread Enrico Forestieri
On Fri, Jun 01, 2007 at 10:51:43AM +0200, Jean-Marc Lasgouttes wrote: Andre == Andre Poenitz [EMAIL PROTECTED] writes: That way it the bug will be fixed for Qt = 4.2 and later another fix can be committed to fix the Qt 4.1 case. Andre Another option would be to require Qt 4.2. Any

Re: [PATCH] Bug 3800 -- Confusing Adapt Output

2007-06-04 Thread Enrico Forestieri
On Mon, Jun 04, 2007 at 11:38:26AM -0400, Richard Heck wrote: Herbert == Herbert Voss [EMAIL PROTECTED] writes: Herbert sorry, I cannot follow here Herbert dvips -Pabc file uses a config.abc file which declares Herbert resolution, font using and paper sizes, and when I print my

Re: [PATCH] Bug 3800 -- Confusing Adapt Output

2007-06-04 Thread Enrico Forestieri
On Mon, Jun 04, 2007 at 07:03:58PM +0200, Herbert Voss wrote: Richard Heck wrote: Herbert Voss wrote: Richard Heck wrote: [EMAIL PROTECTED] src]$ find /usr/share/texmf/dvips/ -name 'config.*' /usr/share/texmf/dvips/tetex/config.www /usr/share/texmf/dvips/tetex/config.download35

Re: [PATCH] Bug 3800 -- Confusing Adapt Output

2007-06-04 Thread Enrico Forestieri
On Mon, Jun 04, 2007 at 12:52:25PM -0400, Richard Heck wrote: Herbert Voss wrote: Richard Heck wrote: [EMAIL PROTECTED] src]$ find /usr/share/texmf/dvips/ -name 'config.*' /usr/share/texmf/dvips/tetex/config.www /usr/share/texmf/dvips/tetex/config.download35

Re: [PATCH] Bug 3800 -- Confusing Adapt Output

2007-06-04 Thread Enrico Forestieri
On Mon, Jun 04, 2007 at 01:05:54PM -0400, Richard Heck wrote: Richard Heck wrote: Yes, I understand this now, and was inferring the opposite from the existing code. If you check the box we're discussing, what you get, as JMarc said, is: dvips -Pmy_printer lpr -Pmy_printer or

Re: [PATCH] Bug 3800 -- Confusing Adapt Output

2007-06-04 Thread Enrico Forestieri
On Mon, Jun 04, 2007 at 07:42:07PM +0200, Herbert Voss wrote: Enrico Forestieri wrote: config.printer is misleading. For example: config.pdf is a config file to use always Type 1 fonts but I can print the ps file on _every_ printer Granted. But what if you have 300, 600, and 1200 dpi

Re: strange thing when exporting to latex

2007-06-04 Thread Enrico Forestieri
On Mon, Jun 04, 2007 at 05:55:39PM +0200, Leuven, E. wrote: i have a beamer presentation which contains a figure, called density2.pdf. when i export to latex (plain) lyx prompts: the file density2.eps already exists. Do you want to over-write that file? when i export to latex i don't expect

Re: [PATCH] Bug 3800 -- Confusing Adapt Output

2007-06-04 Thread Enrico Forestieri
On Mon, Jun 04, 2007 at 10:45:40PM +0200, Jean-Marc Lasgouttes wrote: Herbert == Herbert Voss [EMAIL PROTECTED] writes: Herbert these are _all_ config files and not printer files. Herbert dvips -Pconfig Herbert eg dvips -Pcmz file In the old days, it was not about brand new fonts,

Re: [PATCH] Bug 3800 -- Confusing Adapt Output

2007-06-04 Thread Enrico Forestieri
On Mon, Jun 04, 2007 at 06:12:22PM -0400, Richard Heck wrote: Enrico Forestieri wrote: On Mon, Jun 04, 2007 at 12:52:25PM -0400, Richard Heck wrote: So the question is what to do about this. Option (i): Kill the box. If a user wants to run dvips -Pwhatever, let h'er enter

Re: [PATCH] Bug 3800 -- Confusing Adapt Output

2007-06-05 Thread Enrico Forestieri
On Tue, Jun 05, 2007 at 01:25:43PM +0200, Herbert Voss wrote: Jean-Marc Lasgouttes wrote: Herbert == Herbert Voss [EMAIL PROTECTED] writes: Herbert dvips is a driver and not a printing program. It can be seen as both IMO. absolutely not! dvips is a PostScript driver for dvi, just

Re: [PATCH] Bug 3800 -- Confusing Adapt Output

2007-06-05 Thread Enrico Forestieri
On Tue, Jun 05, 2007 at 07:07:14AM +0200, Enrico Forestieri wrote: On Mon, Jun 04, 2007 at 06:12:22PM -0400, Richard Heck wrote: Enrico Forestieri wrote: On Mon, Jun 04, 2007 at 12:52:25PM -0400, Richard Heck wrote: So the question is what to do about this. Option (i): Kill the box

Re: How to make Lyx DRAMATICALLY better.

2007-06-05 Thread Enrico Forestieri
On Tue, Jun 05, 2007 at 12:56:41PM +0200, Helge Hafting wrote: Bo Peng wrote: Note that 1.5 should support math background allowing you to have a flashy yellow background. I guess very few people know the background of mathed can be changed in 1.5.0. Can we use a color that is different

Re: Too big math preview in 1.5.0 orc1, solution

2007-06-05 Thread Enrico Forestieri
On Tue, Jun 05, 2007 at 03:28:48PM +0200, Jean-Marc Lasgouttes wrote: I'd be interested to know what is the effect of the following patch on linux, windows and mac. If it work, I'd propose to put it in, or even to remove this scale_factor setting. Actually, on Windows, Solaris, and Linux I

Re: [PATCH] Bug 3800 -- Confusing Adapt Output

2007-06-05 Thread Enrico Forestieri
On Tue, Jun 05, 2007 at 04:17:00PM +0200, Herbert Voss wrote: Enrico Forestieri wrote: On Tue, Jun 05, 2007 at 01:25:43PM +0200, Herbert Voss wrote: Jean-Marc Lasgouttes wrote: Herbert == Herbert Voss [EMAIL PROTECTED] writes: Herbert dvips is a driver and not a printing program

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-05 Thread Enrico Forestieri
On Tue, Jun 05, 2007 at 07:48:46PM +0200, Leuven, E. wrote: The patch itself is safe but change of mathed appearance is a sensitive issue. I would suggest that we apply the patch and let people have a look at the colors. If people do not like it, I will change both colors to background.

Re: How to make Lyx DRAMATICALLY better.

2007-06-05 Thread Enrico Forestieri
On Tue, Jun 05, 2007 at 02:09:26PM -0500, Bo Peng wrote: You are right, that's it. I simply noticed that the space between the math inset and an 'a' in $1$a and $g$a seems to be bigger in the first case, but that turns out to be an optical effect. And a non-background mathbg shows the

Re: How to make Lyx DRAMATICALLY better.

2007-06-05 Thread Enrico Forestieri
On Tue, Jun 05, 2007 at 08:17:37PM +0200, Andre Poenitz wrote: On Tue, Jun 05, 2007 at 04:25:27PM +0200, Enrico Forestieri wrote: On Tue, Jun 05, 2007 at 12:56:41PM +0200, Helge Hafting wrote: Bo Peng wrote: Note that 1.5 should support math background allowing you to have a flashy

Re: How to make Lyx DRAMATICALLY better.

2007-06-05 Thread Enrico Forestieri
On Tue, Jun 05, 2007 at 11:13:11PM +0200, Jean-Marc Lasgouttes wrote: Andre == Andre Poenitz [EMAIL PROTECTED] writes: Andre There is an easy solution which is, unfortunately, not easy at Andre all: Do not reserve extra space for the corner markers, but Andre draw the corner markers outside

Re: [PATCH] Change default mathbg and add mathhoverbg.

2007-06-05 Thread Enrico Forestieri
On Tue, Jun 05, 2007 at 11:37:48PM +0200, Jean-Marc Lasgouttes wrote: Bo == Bo Peng [EMAIL PROTECTED] writes: Bo I can not imagine anything else you might want to experiment in Bo 1.6.0. Get rid of the corners and use background instead in order to avoid those extra blank pixels? What

<    1   2   3   4   5   6   7   8   9   10   >