Re: Lyx Menu under LyX-Mac [was; LyX 1.4.2 on Intel]

2006-07-26 Thread Georg Baum
Jens Noeckel wrote: > These GUI hacks are not at all transparent to me, so I think someone > else (maybe Georg or JMarc) should have a look at this. Apart from > the LyX menu, everything else works perfectly (as far as I can tell). I don't know at all how that code works, I only know that it exis

Re: LyX Mac Intel installation

2006-07-26 Thread Georg Baum
Jens Noeckel wrote: > I suspect it would be fine if one just allowed version 2.60 for > autoconf in the autogen.sh script, but instead of that I simply Autoconf 2.60 is broken, so we don't allow it: http://svn.haxx.se/dev/archive-2006-07/0613.shtml Georg

Re: a question about configure.py's check for LaTeX-packages

2006-07-26 Thread Bo Peng
I will see what I can do. Please test the attached patch, which reads output from latex immediately after they are available. Cheers, Bo Index: lib/configure.py === --- lib/configure.py (revision 14498) +++ lib/configure.py (workin

Re: a question about configure.py's check for LaTeX-packages

2006-07-26 Thread Bo Peng
The old configure script (for the sh-shell) printed out which LaTeX-package is currently cecked for so that the user got a feedback. configure.py only prints "+checking list of textclasses... " but not the name of the currently checked package. Why was this feature not implemented in configure.p

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Andreas Vox
Am 26.07.2006 um 21:37 schrieb Bo Peng: scons: Configure: Checking for C function setenv()... .sconf_temp/conftest_61.c <- | | |#include | |#ifdef __cplusplus |extern "C" |#endif |char setenv(); | |int main() { |#if defined (__stub_setenv) || defined (__stub___

Urgent reply

2006-07-26 Thread Bimsod Industiral Limited
goodday friend compliment of the season my name is nelson freeman,i an the financial manager in ATandCNET note book company in USA . And also i have my company paypal account information which contain a very huge amount of money in it and i also have the paypal of six of our business partne

a question about configure.py's check for LaTeX-packages

2006-07-26 Thread Uwe Stöhr
Hi Bo, When I install LyX on a fresh LaTeX (in my case MiKTeX) system, configure.py checks for LaTeX-packages. This check invokes MiKTeX to automatically install missing packages - a nice feature that could cost some time when you only have a slow internet conection. The problem is that the us

Re: Lyx Menu under LyX-Mac [was; LyX 1.4.2 on Intel]

2006-07-26 Thread Andreas Vox
Am 26.07.2006 um 22:34 schrieb Jens Noeckel: There was this additional suggestion quoted below - but I couldn't find any menubar_mac.cpp in my lyx source tree, so I'm not sure how to try this suggestion. Maybe you can point me to where that function "qt_mac_set_no_menubar_merge" should be

LyX Mac Intel installation

2006-07-26 Thread Jens Noeckel
Hi, compiling LyX 1.4.2 on Mac Intel yesterday, I encountered one little snag which is worth pointing out - the version of automake required by autogen.sh was not in /usr/bin. It's very simple to fix, but I want to write it out clearly. Here is what I have: % /usr/bin/automake --version au

Lyx Menu under LyX-Mac [was; LyX 1.4.2 on Intel]

2006-07-26 Thread Jens Noeckel
On Jul 26, 2006, at 12:13 AM, Georg Baum wrote: Jens Noeckel wrote: Hi, with the help of Bennett's install instructions, I compiled LyX 1.4.2 on my Intel Mac using gcc 4.0 and Qt 3.3.6. Great. When the problems are resolved it would be very nice if you couild provide an installer for int

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Jens Noeckel
On Jul 26, 2006, at 8:39 AM, Bo Peng wrote: On 7/26/06, Angus Leeming <[EMAIL PROTECTED]> wrote: Andreas Vox <[EMAIL PROTECTED]> writes: > Now I tried to compile Lars's unicode branch on Mac but found out there are > some configure (scons) quirks: > * it didn't set HAVE_MKSTEMP and some oth

Re: Graphical Diff

2006-07-26 Thread Jose' Matos
On Wednesday 26 July 2006 18:34, Martin Vermeer wrote: > This is a perfect job for an external (Python) utility. Most of the > work seems already done in ldiff. It is my todo list such a script. Before I have a paper deadline next Monday. :-) I intend to wrap the functionality around LyX pyt

Re: Graphical Diff

2006-07-26 Thread Martin Vermeer
On Wed, Jul 12, 2006 at 03:45:45PM +0200, Jean-Marc Lasgouttes wrote: > > "Jeremy" == Jeremy Stashluk <[EMAIL PROTECTED]> writes: > > Jeremy> I would like to see a graphical diff so that you can compare > Jeremy> two arbitrary lyx files. It looks like the rendering of this > Jeremy> has been f

Re: Boost 1.34 in trunk

2006-07-26 Thread Andre Poenitz
On Sun, Jul 23, 2006 at 08:20:43PM +0200, Lars Gullik Bjønnes wrote: > Yes, but is not "consistent" with the windows environment: > > cd c:/foo/bar > win app -> /foo/bar is c:/foo/bar Only if you happen to be on c:. Windows has per-drive 'current working directories'. If you start at d:\, cd c:\

Re: [PATCH] remove redrawGUI

2006-07-26 Thread Andre Poenitz
On Sat, Jul 22, 2006 at 06:06:39PM +0200, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > | For external use a python extension seems to be in orderi. This could > | be just a thin wrapper around the lfun interface. [This is closer to > | 'embedding LyX in Python'.] > | >

Re: Bidirectional text on Lyx-1.5-unicode

2006-07-26 Thread Andre Poenitz
On Tue, Jul 25, 2006 at 12:41:55AM +0200, Charles de Miramon wrote: > One point made by Lars Knoll in his presentation is that the difficulty when > you go down the Unicode lane is not to degradate the performance > for 'normal' users too much. With ucs-4, if I'm correct, you multiply by 4 > the me

Re: [PATCH] development/Win32/runWithHiddenConsole.c

2006-07-26 Thread Bo Peng
We could arrange things such that the program looks at its name and if it isn't called lyx.exe it behaves exactly as it does now, otherwise, after parsing the env vars, it prefixes the remaining parameters on the command line with "cmd /c lyxc.exe". It becomes too magical then. I would prefer ei

Re: [PATCH] development/Win32/runWithHiddenConsole.c

2006-07-26 Thread Enrico Forestieri
On Wed, Jul 26, 2006 at 10:29:28AM -0500, Bo Peng wrote: > > Agreed. I think the wrapper should be named lyx.exe and should internally > > call the real lyx named lyxc.exe. The wrapper should examine the command > > line for options of the form /VAR=val in order to set environment variables > > as

Re: [PATCH] development/Win32/runWithHiddenConsole.c

2006-07-26 Thread Angus Leeming
Bo Peng <[EMAIL PROTECTED]> writes: > I agree with something like > lyx.exe /var=val /var1=val1 file1.lyx file2.lyx lyx.exe /var=val /var1=val1 -dbg=4 --geometry="10x10+10-10" file1.lyx file2.lyx Yuck! LyX itself uses "-" and "--" to denote options. So should the wrapper. Other than that, I'm in

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Bo Peng
On 7/26/06, Angus Leeming <[EMAIL PROTECTED]> wrote: Andreas Vox <[EMAIL PROTECTED]> writes: > Now I tried to compile Lars's unicode branch on Mac but found out there are > some configure (scons) quirks: > * it didn't set HAVE_MKSTEMP and some other vars automatically > * it didn't add -framework

Re: Boost 1.34 in trunk

2006-07-26 Thread Jose' Matos
On Saturday 22 July 2006 23:39, Lars Gullik Bjønnes wrote: > Jose' Matos <[EMAIL PROTECTED]> writes: > | On Saturday 22 July 2006 14:13, Georg Baum wrote: > | > > What is the problem with included boost there? > | > | I am using FC-5. > | > | I had the problems that Georg and Jürgen reported, a

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Bennett Helm
On Jul 26, 2006, at 10:56 AM, A S Hodel wrote: I haven't made much progress on this problem. My original report was indeed on a PPC (G4 system) running 10.3.9. I've recently migrated to a macbook pro that displays the same problem. However, I have noticed that the problem doesn't seem to

Re: [PATCH] development/Win32/runWithHiddenConsole.c

2006-07-26 Thread Bo Peng
Agreed. I think the wrapper should be named lyx.exe and should internally call the real lyx named lyxc.exe. The wrapper should examine the command line for options of the form /VAR=val in order to set environment variables as appropriate and should pass everything else onto lyxc.exe. I agree wit

Re: [patch] Do not add auto-loaded files to last file list.

2006-07-26 Thread Bo Peng
Looking forward to the real solution then :-) The real patch is attached. :-) Please test. Note that 1. can not compile and test gtk 2. tested under linux, with qt3/4, windows, msvc/qt4 3. Scroll bar does not work (linux qt3/qt4, windows qt4), but does not seem to be related to my patch. 4. We

Re: LyX 1.4.2 on Intel

2006-07-26 Thread A S Hodel
I haven't made much progress on this problem. My original report was indeed on a PPC (G4 system) running 10.3.9. I've recently migrated to a macbook pro that displays the same problem. However, I have noticed that the problem doesn't seem to occur until after I export a document as a .pdf fi

Re: [PATCH] development/Win32/runWithHiddenConsole.c

2006-07-26 Thread Enrico Forestieri
On Wed, Jul 26, 2006 at 02:07:41PM +, Angus Leeming wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > > Further, if you're correct and /foo/bar causes problems, then why not > > > transform such paths to \foo\bar form before spawning lyx.exe? > > > This is what happens on win2k. Acc

Re: [PATCH] development/Win32/runWithHiddenConsole.c

2006-07-26 Thread Bo Peng
So why not allow the nice, friendly interface to wrapper.exe, but internally pass in "cmd.exe" to CreateProcess? I actually though about this, but I guess Uwe/Joost may want to do wrapper.exe lyx.bat which is the easiest way to fix our current installer. Anyway, I guess adding (internally) cmd

Re: [patch] Do not add auto-loaded files to last file list.

2006-07-26 Thread Georg Baum
Bo Peng wrote: >> I don't understand that. What does "is reload by the session system" >> mean? > > Start lyx, help->tutorial (no last file entry), close lyx, start lyx, > tutorial is opened if session is turned on, and you will see a last > file entry for tutorial. OK, that does indeed not make

Re: [PATCH] development/Win32/runWithHiddenConsole.c

2006-07-26 Thread Angus Leeming
Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Further, if you're correct and /foo/bar causes problems, then why not > > transform such paths to \foo\bar form before spawning lyx.exe? > This is what happens on win2k. According to Bo, lyx.exe is hidden on winxp > when use either '/' or '\' as a

Re: [patch] Do not add auto-loaded files to last file list.

2006-07-26 Thread Bo Peng
I don't understand that. What does "is reload by the session system" mean? Start lyx, help->tutorial (no last file entry), close lyx, start lyx, tutorial is opened if session is turned on, and you will see a last file entry for tutorial. And of course (as you alreday noticed) we do not want id

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Bennett Helm
On Jul 26, 2006, at 12:15 AM, Jens Noeckel wrote: Hi, with the help of Bennett's install instructions, I compiled LyX 1.4.2 on my Intel Mac using gcc 4.0 and Qt 3.3.6. However, while testing the Application, I noticed a problem with the menus and keyboard shortcuts that seems to be identi

Re: [PATCH] development/Win32/runWithHiddenConsole.c

2006-07-26 Thread Enrico Forestieri
On Wed, Jul 26, 2006 at 11:50:52AM +, Angus Leeming wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > I am using Win2k sp4. I am surprised that this makes a difference. > > However, I notice that if I use forward slashes in the path to lyx.exe, > > it indeed starts hidden and I have t

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Angus Leeming
Andreas Vox <[EMAIL PROTECTED]> writes: > Now I tried to compile Lars's unicode branch on Mac but found out there are > some configure (scons) quirks: > * it didn't set HAVE_MKSTEMP and some other vars automatically > * it didn't add -framework CoreFoundation -framework Carbon to the final > li

Re: [PATCH] development/Win32/runWithHiddenConsole.c

2006-07-26 Thread Angus Leeming
Enrico Forestieri <[EMAIL PROTECTED]> writes: > I am using Win2k sp4. I am surprised that this makes a difference. > However, I notice that if I use forward slashes in the path to lyx.exe, > it indeed starts hidden and I have to kill it from Task Manager... > Windows really drives me mad... I susp

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Andreas Vox
Georg Baum <[EMAIL PROTECTED]> writes: > > This may have something to do with some ugly tricks we are playing to stop > qt to rearrange the menus. See src/frontends/qt2/QLMenubar.C and > src/frontends/qt2/lyx_gui.C (search for code inside #ifdef Q_WS_MACX). Does > it work if you disable the speci

Re: [patch] Do not add auto-loaded files to last file list.

2006-07-26 Thread Georg Baum
Bo Peng wrote: > Dear list, > > Currently, if a help document is reload by the session system, it will > be added to lastfile list. This patch corrects this. I don't understand that. What does "is reload by the session system" mean? And of course (as you alreday noticed) we do not want identical

Re: LyX 1.4.2 on Intel

2006-07-26 Thread Georg Baum
Jens Noeckel wrote: > Hi, > > with the help of Bennett's install instructions, I compiled LyX 1.4.2 > on my Intel Mac using gcc 4.0 and Qt 3.3.6. Great. When the problems are resolved it would be very nice if you couild provide an installer for intel macs. > It would be interesting to clarify i

Re: [patch] Do not add auto-loaded files to last file list.

2006-07-26 Thread Lars Gullik Bjønnes
"Bo Peng" <[EMAIL PROTECTED]> writes: | > OK to apply? | | Note that I plan to separate the start function, put things before | load files to create_view, load files to lyx_main.C (since they are | identical across frontends). I can prepare a bigger patch if you | prefer. Please. The current pat