Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-24 Thread christian . ridderstrom
On Wed, 24 Jan 2007, Joost Verburg wrote: Bo Peng wrote: So you have your hidec.exe working? I think people are talking about more command line options to pass rc options and language settings. All command line parameters are passed to LyX itself, so things that are added to LyX will work

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-24 Thread Joost Verburg
Bo Peng wrote: So you have your hidec.exe working? I think people are talking about more command line options to pass rc options and language settings. The official installer includes a lyx.exe that handles the environment variables and everything else. A GUI with a debug log is provided in c

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-24 Thread Bo Peng
On 1/25/07, Joost Verburg <[EMAIL PROTECTED]> wrote: I already got rid of lyx.bat in the official installer a few months ago. This is why we need a single official installer: doing duplicate work is a waste of time. So you have your hidec.exe working? I think people are talking about more co

getting rid of lyx.bat - Aiksaurus problem

2007-01-24 Thread Joost Verburg
I already got rid of lyx.bat in the official installer a few months ago. This is why we need a single official installer: doing duplicate work is a waste of time. Joost

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-24 Thread Enrico Forestieri
On Wed, Jan 24, 2007 at 12:05:01AM +0100, Andre Poenitz wrote: > On Mon, Jan 22, 2007 at 03:40:52AM +0100, Enrico Forestieri wrote: > > On Mon, Jan 22, 2007 at 01:33:31AM +0100, Uwe Stöhr wrote: > > > > > Now I implemented in the installer that Aiksaurus is registered as

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-24 Thread Andre Poenitz
On Mon, Jan 22, 2007 at 03:40:52AM +0100, Enrico Forestieri wrote: > On Mon, Jan 22, 2007 at 01:33:31AM +0100, Uwe Stöhr wrote: > > > Now I implemented in the installer that Aiksaurus is registered as > > standalone program. The installer sets the needed environment >

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-23 Thread Enrico Forestieri
On Wed, Jan 24, 2007 at 02:01:37AM +0100, Uwe Stöhr wrote: > I wrote: > > > > Do you mean that you directly set the variable in HKCU\Environment? > > > > Yes. > > > > > Instead, why don't you try setting the path to the Aiksaurus directory &g

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-23 Thread Uwe Stöhr
Michael Gerz schrieb: What do you mean by "standalone" program? Aiksaurus is used as a library and it should stay as such! I haven't said that I changed this, it's the way it's registered, see my and Enrico's posts in this thread. Uwe

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-23 Thread Uwe Stöhr
I wrote: > Do you mean that you directly set the variable in HKCU\Environment? Yes. > Instead, why don't you try setting the path to the Aiksaurus directory > through "HKCU\Software\Aiksaurus\Data Path" (according to the patch in > development/Win32/patches)?

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-23 Thread Michael Gerz
Uwe Stöhr schrieb: Now I implemented in the installer that Aiksaurus is registered as standalone program. The installer sets the needed environment variable. What do you mean by "standalone" program? Aiksaurus is used as a library and it should stay as such! Michael

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-23 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: Enrico Forestieri wrote: On Mon, Jan 22, 2007 at 10:56:25AM +0100, Jean-Marc Lasgouttes wrote: "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: @echo off SET LANG=de_DE start "LyX" "lyx.exe" %* Enrico> Are you aware that the console hidi

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-23 Thread Enrico Forestieri
On Tue, Jan 23, 2007 at 08:48:02AM +1800, Bo Peng wrote: > > Seems that it has > > disappeared from the repository, though... > > Joost said that he was writing a *better* hidec.exe... For some definition of "better", I think. I suppose this is development/Win32/launcher/launcher.nsi, but I don'

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Uwe Stöhr
> Do you mean that you directly set the variable in HKCU\Environment? Yes. > Instead, why don't you try setting the path to the Aiksaurus directory > through "HKCU\Software\Aiksaurus\Data Path" (according to the patch in > development/Win32/patches)? I wasn't aw

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Enrico Forestieri
On Mon, Jan 22, 2007 at 04:47:27PM +0100, Abdelrazak Younes wrote: > What is the problem of embedding the icon into the lyx.exe executable > directly? You can also do that, of course, but the .lyx files should be associated with the application deputed to open them. If this is a .bat file, you h

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Peter Kümmel
Abdelrazak Younes wrote: > Enrico Forestieri wrote: >> On Mon, Jan 22, 2007 at 10:56:25AM +0100, Jean-Marc Lasgouttes wrote: >> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > @echo off SET LANG=de_DE start "LyX" "lyx.exe" %* >>> Enrico> Are you aware that the console hidin

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> Of course it does, it is just a matter of re-directing the >> stdout/stderr thanks to pipes. Bo> Then we should replace all system() calls with QProcess. This was Bo> not an option when I was writing hidec.exe, but we are allowed to Bo> use non

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Bo Peng
Even if lyx itself can be made cout-free, scripts such as > lyx2lyx called by lyx may force a black command window when it is > started from a lyx.exe without stdout and try to get one from the OS. I'm not sure about that but I will try. You need to compile lyx as a windows (rather than console

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Abdelrazak Younes
José Matos wrote: On Monday 22 January 2007 5:43:26 pm Jean-Marc Lasgouttes wrote: Yes, or rather -pref (since people do not know what this rc thing is). Let us make --pref then. We should be consistent in the options naming, we use one dash for one letter option and two dashes for word opt

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread José Matos
On Monday 22 January 2007 5:43:26 pm Jean-Marc Lasgouttes wrote: > Yes, or rather -pref (since people do not know what this rc thing is). Let us make --pref then. We should be consistent in the options naming, we use one dash for one letter option and two dashes for word options. > JMarc --

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Abdelrazak Younes
Bo Peng wrote: > A black command window will be started with lyx. This is useful for > debugging, but annoying for normal users. The debug output could be redirected to an editor on Window (and optionally on other platforms too). I have investigated this approach. Lyx relies on stdout/cout in

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Jean-Marc Lasgouttes wrote: >>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> Abdelrazak> We could perhaps implement this new feature: >> Abdelrazak> lyx -xxx yyy >> Abdelrazak> will override set

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Bo Peng
> A black command window will be started with lyx. This is useful for > debugging, but annoying for normal users. The debug output could be redirected to an editor on Window (and optionally on other platforms too). I have investigated this approach. Lyx relies on stdout/cout in many places. Eve

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Abdelrazak Younes
Bo Peng wrote: What is the problem of embedding the icon into the lyx.exe executable directly? You are not answering to this question here but to the previous one I guess. A black command window will be started with lyx. This is useful for debugging, but annoying for normal users. The debu

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> We could perhaps implement this new feature: Abdelrazak> lyx -xxx yyy Abdelrazak> will override setting xxx with value yyy, for example: Abdelrazak> lyx -gui_language french Yes, but may

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> We could perhaps implement this new feature: Abdelrazak> lyx -xxx yyy Abdelrazak> will override setting xxx with value yyy, for example: Abdelrazak> lyx -gui_language french Yes, but maybe with another syn

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: @echo off SET LANG=de_DE start "LyX" "lyx.exe" %* Enrico> Are you aware that the console hiding code is no more in Enrico> place, such that using a lyx.bat doesn't hide the cmd window Enrico> anymore? And

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Bo Peng
What is the problem of embedding the icon into the lyx.exe executable directly? A black command window will be started with lyx. This is useful for debugging, but annoying for normal users. Bo

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Abdelrazak Younes
Enrico Forestieri wrote: On Mon, Jan 22, 2007 at 10:56:25AM +0100, Jean-Marc Lasgouttes wrote: "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: @echo off SET LANG=de_DE start "LyX" "lyx.exe" %* Enrico> Are you aware that the console hiding code is no more in Enrico> place, such that

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Bo Peng
Seems that it has disappeared from the repository, though... Joost said that he was writing a *better* hidec.exe... Bo

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Enrico Forestieri
On Mon, Jan 22, 2007 at 10:56:25AM +0100, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > >> @echo off SET LANG=de_DE start "LyX" "lyx.exe" %* > > Enrico> Are you aware that the console hiding code is no more in > Enrico> place, such that using a

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-22 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: >> @echo off SET LANG=de_DE start "LyX" "lyx.exe" %* Enrico> Are you aware that the console hiding code is no more in Enrico> place, such that using a lyx.bat doesn't hide the cmd window Enrico> anymore? And I guess this also means

Re: getting rid of lyx.bat - Aiksaurus problem

2007-01-21 Thread Enrico Forestieri
On Mon, Jan 22, 2007 at 01:33:31AM +0100, Uwe Stöhr wrote: > Now I implemented in the installer that Aiksaurus is registered as standalone > program. The installer > sets the needed environment variable. > This has unfortunately the disadvantage that invoking the thesaurus, wh

getting rid of lyx.bat - Aiksaurus problem

2007-01-21 Thread Uwe Stöhr
environment variable for Aiksaurus. Now I implemented in the installer that Aiksaurus is registered as standalone program. The installer sets the needed environment variable. This has unfortunately the disadvantage that invoking the thesaurus, when LyX is started the first time directly after the

Qt Aiksaurus crash.

2007-01-04 Thread Bo Peng
Open Thesaurus dialog, click around and lyx will crash with error message: ASSERT failure in QVector::at: "index out of range", file ../../include/QtCore/../../src/corelib/tools/qvector.h, line 213 Abort This may be related to the instant thesaurus crash under windows. The backtrace is: #0 0x0

[PATCHes] add 'aiksaurus' to lyx_flags

2005-01-21 Thread Jean-Marc Lasgouttes
--- config/ChangeLog 12 Jan 2005 17:18:15 - 1.86.2.34 +++ config/ChangeLog 21 Jan 2005 13:45:33 - @@ -1,3 +1,8 @@ +2005-01-21 Jean-Marc Lasgouttes <[EMAIL PROTECTED]> + + * configure.in: + * configure.ac: indicate in final info whether aiksaurus is used. + 2005-01-12 Jean-Marc Lasg

Getting Aiksaurus to Work on LyX/Mac

2004-06-01 Thread Bennett Helm
I posted this before, but with inadequate debugging information, so I thought I'd try again. To recap, I'm trying to get aiksaurus to work with lyx-1.4.0-cvs on the Mac. My aim is to place the aiksaurus files in the LyX.app bundle so that LyX/Mac can be easily distributed with

Re: Getting Aiksaurus to Work on LyX/Mac

2004-05-05 Thread Bennett Helm
The trouble I'm having is that if the LyX.app bundle is moved from /Applications (which Mac users normally are used to being able to do), accessing the thesaurus from within LyX causes a crash. Any suggestions for how to get this to work? Post a backtrace so that we can see where it is crashing. (

Re: Getting Aiksaurus to Work on LyX/Mac

2004-05-04 Thread Angus Leeming
Bennett Helm wrote: > The trouble I'm having is that if the LyX.app bundle is moved from > /Applications (which Mac users normally are used to being able to > do), accessing the thesaurus from within LyX causes a crash. Any > suggestions for how to get this to work? Post a backtrace so that we can

Getting Aiksaurus to Work on LyX/Mac

2004-05-04 Thread Bennett Helm
I'm trying to get aiksaurus to work with lyx-1.4.0-cvs on the Mac. My aim is to place the aiksaurus files in the LyX.app bundle so that LyX/Mac can be easily distributed with aiksaurus support. I've configured aiksaurus with "--prefix=/Applications/LyX.app/Contents/Resources&

Re: aiksaurus rpm for Fedora Core 1

2004-02-26 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Mon, Feb 23, 2004 at 06:34:37PM +0100, Jean-Marc Lasgouttes John> wrote: Well, it would be nice if somebody would fix John> /pub/lyx/incoming then :) >> Can you tell me what's wrong with it? John> That anonymous ftp cannot write int

Re: aiksaurus rpm for Fedora Core 1

2004-02-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > John> BTW, I'm away from my house for 3 weeks so if > John> you can't retrieve the RPMs from /incoming, > John> you'll have to find someone else to remake them > OK, I did it. Which? Grabbed it from /pub/lyx/incoming or remade it? Ie, do you now have access rights

Re: aiksaurus rpm for Fedora Core 1

2004-02-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: John> BTW, I'm away from my house for 3 weeks so if you can't retrieve John> the RPMs from /incoming, you'll have to find someone else to John> remake them >> OK, I did it. Angus> Which? Grabbed it from

Re: aiksaurus rpm for Fedora Core 1

2004-02-23 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Feb 23, 2004 at 05:24:34PM +, John Levon wrote: >> On Mon, Feb 23, 2004 at 12:45:55PM +0100, Jean-Marc Lasgouttes wrote: >> >> > >> I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload

Re: aiksaurus rpm for Fedora Core 1

2004-02-23 Thread John Levon
On Mon, Feb 23, 2004 at 06:34:37PM +0100, Jean-Marc Lasgouttes wrote: > John> Well, it would be nice if somebody would fix /pub/lyx/incoming > John> then :) > > Can you tell me what's wrong with it? That anonymous ftp cannot write into it. BTW, I'm away from my house for 3 weeks so if you can'

Re: aiksaurus rpm for Fedora Core 1

2004-02-23 Thread Andre Poenitz
On Mon, Feb 23, 2004 at 05:24:34PM +, John Levon wrote: > On Mon, Feb 23, 2004 at 12:45:55PM +0100, Jean-Marc Lasgouttes wrote: > > > >> I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload > > >> them into ftp.lyx.org:/pub/lyx/incoming. &

Re: aiksaurus rpm for Fedora Core 1

2004-02-23 Thread Jean-Marc Lasgouttes
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Mon, Feb 23, 2004 at 12:45:55PM +0100, Jean-Marc Lasgouttes John> wrote: >> >> I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload >> >> them i

Re: aiksaurus rpm for Fedora Core 1

2004-02-23 Thread John Levon
On Mon, Feb 23, 2004 at 12:45:55PM +0100, Jean-Marc Lasgouttes wrote: > >> I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload > >> them into ftp.lyx.org:/pub/lyx/incoming. > > John> ftp:lyx.org:/incoming > > Unfortunately I _cannot_ g

Re: aiksaurus rpm for Fedora Core 1

2004-02-23 Thread Jean-Marc Lasgouttes
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Fri, Feb 20, 2004 at 05:50:38PM -0800, David Bellot wrote: >> Hi, >> >> I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload >> them into ftp.lyx.or

Re: aiksaurus rpm for Fedora Core 1

2004-02-20 Thread John Levon
On Fri, Feb 20, 2004 at 05:50:38PM -0800, David Bellot wrote: > Hi, > > I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload them into > ftp.lyx.org:/pub/lyx/incoming. > > Where could I put the files ? ftp:lyx.org:/incoming john -- "Spammers get STABBED by GOD." - Ron Echeverri

aiksaurus rpm for Fedora Core 1

2004-02-20 Thread David Bellot
Hi, I compiled aiksaurus 1.0.1 for Fedora Core 1, but I can't upload them into ftp.lyx.org:/pub/lyx/incoming. Where could I put the files ? David [EMAIL PROTECTED]

Re: Fix for Aiksaurus 1.0.0

2003-07-22 Thread John Levon
On Tue, Jul 22, 2003 at 05:28:26PM +0100, Angus Leeming wrote: > > The "Impl" means something here. I'm not grubbing in aiksaurus > > internals just to speed up the build slightly ... > > Fair enough. I was merelyx pointing out how you _could_ forward > dec

Re: Fix for Aiksaurus 1.0.0

2003-07-22 Thread Angus Leeming
John Levon wrote: > On Tue, Jul 22, 2003 at 05:15:32PM +0100, Angus Leeming wrote: > >> typedef AiksaurusImpl::Aiksaurus Aiksaurus; >> >> You could do as I did in xforms/forms_fwd.h > > The "Impl" means something here. I'm not grubbing in aik

Re: Fix for Aiksaurus 1.0.0

2003-07-22 Thread Jean-Marc Lasgouttes
ually. John> I appled it. Could you apply it to 1.3.x too? >> BTW, why do you #include Aiksaurus.h in Thesaurus.h? Wouldn't a >> class Aiksaurus; statement suffice? John> No (try it ;) OK, I believe you ;) JMarc

Re: Fix for Aiksaurus 1.0.0

2003-07-22 Thread John Levon
On Tue, Jul 22, 2003 at 05:15:32PM +0100, Angus Leeming wrote: > typedef AiksaurusImpl::Aiksaurus Aiksaurus; > > You could do as I did in xforms/forms_fwd.h The "Impl" means something here. I'm not grubbing in aiksaurus internals just to speed up the build slightly ... regards john

Re: Fix for Aiksaurus 1.0.0

2003-07-22 Thread Angus Leeming
Aiksaurus.h in Thesaurus.h? Wouldn't a >> class Aiksaurus; >> statement suffice? > > No (try it ;) That's because it's a typedef: typedef AiksaurusImpl::Aiksaurus Aiksaurus; You could do as I did in xforms/forms_fwd.h class forms_; typedef forms_ FL_FORM;

Re: Fix for Aiksaurus 1.0.0

2003-07-22 Thread John Levon
On Tue, Jul 22, 2003 at 10:34:16AM +0200, Jean-Marc Lasgouttes wrote: > John, do you still plan to apply that (without the #incldue > , of course). It should be pretty safe, actually. I appled it. > BTW, why do you #include Aiksaurus.h in Thesaurus.h? Wouldn't a >

Re: Fix for Aiksaurus 1.0.0

2003-07-22 Thread Jean-Marc Lasgouttes
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote: >> LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location >> of John> Here's a patch that shoould

Re: Fix for Aiksaurus 1.0.0

2003-07-11 Thread Jean-Marc Lasgouttes
no. >> Also, did you test it somewhat? John> I tested it with the new aiksaurus ... Before applying to 1.3.x, I'd like someone with the old aiksaurus to try it... I do not have it myself. JMarc

Re: Fix for Aiksaurus 1.0.0

2003-07-11 Thread John Levon
On Fri, Jul 11, 2003 at 10:04:47AM +0200, Jean-Marc Lasgouttes wrote: > It seems OK for 1.3.x except for this part: > > +#include > Did you really need it?? Ah, no. > Also, did you test it somewhat? I tested it with the new aiksaurus ... regards john

Re: Fix for Aiksaurus 1.0.0

2003-07-11 Thread Jean-Marc Lasgouttes
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote: >> LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location >> of John> Here's a patch that shoould

Re: Fix for Aiksaurus 1.0.0

2003-07-10 Thread John Levon
On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote: > LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of Here's a patch that shoould be OK for 1.3.x JMarc. I'd also like to use this for 1.4, but Lars wants to insist on 1.0. Other's o

Re: Fix for Aiksaurus 1.0.0

2003-07-10 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote: | | > diff -r1.5 Thesaurus.h | > 18c18 | > < #include "Aiksaurus.h" | > --- | > > #include "Aiksaurus/Aiksaurus.h" | > | | I

Re: Fix for Aiksaurus 1.0.0

2003-07-10 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote: | | > LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of | > Aiksaurus.h has changed since the previous version. | | This is wrong, we should look fo

Re: Fix for Aiksaurus 1.0.0

2003-07-10 Thread Jean-Marc Lasgouttes
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote: >> diff -r1.5 Thesaurus.h 18c18 < #include "Aiksaurus.h" --- > >> #include "Aiksaurus/Aiksaurus.h"

Re: Fix for Aiksaurus 1.0.0

2003-07-10 Thread John Levon
On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote: > diff -r1.5 Thesaurus.h > 18c18 > < #include "Aiksaurus.h" > --- > > #include "Aiksaurus/Aiksaurus.h" > I'm rather inclined to just do this. It breaks pre-0.15 aiksaurus's, b

Re: Fix for Aiksaurus 1.0.0

2003-07-10 Thread John Levon
On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote: > LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of > Aiksaurus.h has changed since the previous version. This is wrong, we should look for Aiksaurus.h and add an -I option if needed, in the conf

Re: Fix for Aiksaurus 1.0.0

2003-07-10 Thread Michael Schmitt
John Levon wrote: On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote: LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of Aiksaurus.h has changed since the previous version. !! When was that released ? Is there a webpage again ? john Yes. The

Re: Fix for Aiksaurus 1.0.0

2003-07-10 Thread John Levon
On Thu, Jul 10, 2003 at 01:09:37PM +0200, Michael Schmitt wrote: > LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of > Aiksaurus.h has changed since the previous version. !! When was that released ? Is there a webpage again ? john

Re: Fix for Aiksaurus 1.0.0

2003-07-10 Thread Lars Gullik Bjønnes
Michael Schmitt <[EMAIL PROTECTED]> writes: | Hello, | | LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of | Aiksaurus.h has changed since the previous version. | | Please apply the following patch What about the previous version then? -- Lgb

Fix for Aiksaurus 1.0.0

2003-07-10 Thread Michael Schmitt
Hello, LyX 1.4.0cvs doesn't work with Aiksaurus 1.0.0 because the location of Aiksaurus.h has changed since the previous version. Please apply the following patch Thanks, Michael *** Index: src/Thesau

Re: Aiksaurus and latex-ttf-fonts rpm/tgz uploads

2002-12-20 Thread John Levon
On Fri, Dec 20, 2002 at 03:59:23PM +0100, Jean-Marc Lasgouttes wrote: > http://www.ctan.org/tex-archive/fonts/cm/ps-type1/bakoma/BaKoMa-CM.Fonts Humm, seems I didn't look very far. Thanks regards john -- "ALL television is children's television." - Richard Adler

Re: Aiksaurus and latex-ttf-fonts rpm/tgz uploads

2002-12-20 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: John> that's the project they're from : John> [moz@lambent .fonts.bak]$ ls John> ftp.tex.ac.uk/tex-archive/fonts/cm/ps-type1/bakoma/ttf/ So the following file is relevant and should be bundled with the fonts, isn't it? http://www.ctan.org/t

Re: Aiksaurus and latex-ttf-fonts rpm/tgz uploads

2002-12-20 Thread John Levon
On Fri, Dec 20, 2002 at 03:47:44PM +0100, Jean-Marc Lasgouttes wrote: > John> http://www.ctan.org/tex-archive/nonfree/systems/win32/bakoma/fonts/fonts.html > > John> Anyway, it would still be nice if we could find a ttf wasy font > > This is not where you got the fonts, is it? that's the projec

Re: Aiksaurus and latex-ttf-fonts rpm/tgz uploads

2002-12-20 Thread Jean-Marc Lasgouttes
> "John" == John Levon <[EMAIL PROTECTED]> writes: >> And a README explaining what are those files and who produced them >> would be basic courtesy, I think. John> Erk, indeed. John> http://www.ctan.org/tex-archive/nonfree/systems/win32/bakoma/fonts/fonts.html John> Anyway, it would still be

Re: Aiksaurus and latex-ttf-fonts rpm/tgz uploads

2002-12-20 Thread John Levon
On Fri, Dec 20, 2002 at 03:13:54PM +0100, Jean-Marc Lasgouttes wrote: > Yes, but it could be "you are free to distribute it, provided that you > keep this photograph of my dog with it". Or whatever. Well, yes, but I cannot find any info > And a README explaining what are those files and who prod

Re: Aiksaurus and latex-ttf-fonts rpm/tgz uploads

2002-12-20 Thread Jean-Marc Lasgouttes
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: John> On Fri, Dec 20, 2002 at 03:00:52PM +0100, Jean-Marc Lasgouttes John> wrote: I'm uploading to ftp.lyx.org/incoming RH8.0 RPMs and the John> original tgz's for Aiksaurus and the ttf font

Re: Aiksaurus and latex-ttf-fonts rpm/tgz uploads

2002-12-20 Thread John Levon
On Fri, Dec 20, 2002 at 03:00:52PM +0100, Jean-Marc Lasgouttes wrote: > John> I'm uploading to ftp.lyx.org/incoming RH8.0 RPMs and the > John> original tgz's for Aiksaurus and the ttf fonts needed for > John> getting math symbols. I haven't found a wasy ttf

Re: Aiksaurus and latex-ttf-fonts rpm/tgz uploads

2002-12-20 Thread Jean-Marc Lasgouttes
>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: John> I'm uploading to ftp.lyx.org/incoming RH8.0 RPMs and the John> original tgz's for Aiksaurus and the ttf fonts needed for John> getting math symbols. I haven't found a wasy ttf

Aiksaurus and latex-ttf-fonts rpm/tgz uploads

2002-12-19 Thread John Levon
I'm uploading to ftp.lyx.org/incoming RH8.0 RPMs and the original tgz's for Aiksaurus and the ttf fonts needed for getting math symbols. I haven't found a wasy ttf font alas. I've just used the necessary 10-pitch ttf fonts now. To clarify, these fonts are only for math

Re: [PATCH] 1.2.1 Aiksaurus + extra lib/inc (bug 383)

2002-05-28 Thread Jean-Marc Lasgouttes
>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> John Levon <[EMAIL PROTECTED]> writes: | Below patch moves Lars> Aiksaurus check to under extra lib/inc check so it | picks them Lars> up properly. >> Lars> | Assuming my

Re: [PATCH] 1.2.1 Aiksaurus + extra lib/inc (bug 383)

2002-05-28 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Below patch moves Aiksaurus check to under extra lib/inc check so it | picks them up properly. > | Assuming my test build completes, ok to apply to 1.2 branch ? Yes. -- Lgb

[PATCH] 1.2.1 Aiksaurus + extra lib/inc (bug 383)

2002-05-28 Thread John Levon
Below patch moves Aiksaurus check to under extra lib/inc check so it picks them up properly. Assuming my test build completes, ok to apply to 1.2 branch ? john Index: configure.in === RCS file: /usr/local/lyx/cvsroot/lyx-devel

Re: Linking AikSaurus

2001-09-03 Thread John Levon
On Mon, Sep 03, 2001 at 10:49:17AM +0100, Angus Leeming wrote: > cxx ... -lXpm /usr/local/lib/libAikSaurus.so -lbz2 -lbz2 -lbz2 -lSM ... > > Two questions: > 1. Why is AikSaurus expanded (Xpm is found in /usr/local/lib and isn't). probably because AikSaurus installs a libt

Linking AikSaurus

2001-09-03 Thread Angus Leeming
The final linking step seems a little strange: /bin/ksh ../libtool --mode=link ... -lXpm -lAikSaurus -lbz2 -lSM ... translates to: cxx ... -lXpm /usr/local/lib/libAikSaurus.so -lbz2 -lbz2 -lbz2 -lSM ... Two questions: 1. Why is AikSaurus expanded (Xpm is found in /usr/local/lib and isn'

Re: Aiksaurus

2001-08-21 Thread Garst R. Reese
I just checked my Roget's Thesaurus for `error': deviation misjudgement ignorance deception inexperience defect imperfection Aiksaurus listed ALGOL, COBOL, and FORTRAN but not C or C++ :) It also listed `bug' as part of a long list, most of which were relevant. Garst

Re: Aiksaurus

2001-08-21 Thread John Levon
'll look later. This might be a simple issue of the Gutenberg data. Hopefully one day it will be expanded to wordnet or even dict (?) > > > [schmitt@ungud ~/AikSaurus-0.09]$ ./CommandLineDemo when > > > > That's not that bad. What list would _you_ produce in this case?

Re: Aiksaurus

2001-08-21 Thread Michael Schmitt
an error. Looks like somebody came to some conclusion ;-) And the same holds for ALGOL, of course :-) Nevertheless, I wonder whether any user will ever say "Hurray! ALGOL - that is exactly the word I was looking for!" > > [schmitt@ungud ~/AikSaurus-0.09]$ ./CommandLineDemo when >

Re: Aiksaurus

2001-08-21 Thread Andre Poenitz
like somebody came to some conclusion ;-) > Another example: > > [schmitt@ungud ~/AikSaurus-0.09]$ ./CommandLineDemo when > ---D-- again > O- albeit > O- although > ---D-- anon > N--DO- but > N-JD-- even > ---DO- however > O- nevertheless > O- n

Aiksaurus

2001-08-21 Thread Michael Schmitt
Hi, after installing AikSaurus 0.09 on my Linux machine, I played a little bit with it. Are you really sure that it improves LyX??? If I search for "error", among others, I get the following words: N- ALGOL N- Arianism N- byte N- enormity ... Doesn't look very r

Aiksaurus

2001-08-21 Thread Michael Schmitt
Hi, I finally managed to install Aiksaurus (0.08c) but LyX does not recognize it. What shall I do to make it work? Michael -- == Michael Schmittphone: +49 451 500 3725 Institute for Telematics

Re: [PATCH] aiksaurus fix

2001-08-01 Thread John Levon
needed for it at all? A > singleton class with a static method would do the same work nicely. yes, I should use a singleton like that (what would be disadvantage of doing so ???) Hopefully one day Aiksaurus will support WordNet, then there will be pretty big changes to include the description

[PATCH] aiksaurus fix

2001-07-31 Thread John Levon
gt; + + * COPYING: use standard spiel for xforms + 2001-07-30 John Levon <[EMAIL PROTECTED]> * configure.in: add --without-aiksaurus, always Index: configure.in === RCS file: /usr/local/lyx/cvsroot/lyx-devel/c