Re: mathcursor invalidation?

2001-04-25 Thread Allan Rae
On Wed, 25 Apr 2001, Garst R. Reese wrote: When I do: bash$ cvs update -dP lyx-devel I get: 'Directory' missingE protocol error: directory '/usr/local/lyx/cvsroot/lyx-devel' not within root '/cvs/lyx' Thanks, Garst What do I need to change? You're trying to update from a different

Re: mathcursor invalidation?

2001-04-25 Thread Garst R. Reese
Allan Rae wrote: The other way to fix this is to checkout a new copy from kayvans site. Thanks Allan Garst

xforms tabbed dialog shortcuts

2001-04-25 Thread Allan Rae
Good News: They work! Bad News:They only work for the deepest tabfolder that has shortcuts. What this means is that if we define shortcuts for the inner tab folder we can't switch to a different outer tab using shortcuts. Try the attached patch for an example. Allan. (ARRae) Index:

Re: mathcursor invalidation?

2001-04-25 Thread Lars Gullik Bjønnes
Kayvan A. Sylvan [EMAIL PROTECTED] writes: | On Tue, Apr 24, 2001 at 10:29:32PM +0200, Lars Gullik Bjønnes wrote: | Kayvan A. Sylvan [EMAIL PROTECTED] writes: | | | I will set up anon cvs if it won't get too much traffic. | | I can't imagine the amount of traffic to be huge. | | Okay. I

Re: StateMachineEngine

2001-04-25 Thread Lars Gullik Bjønnes
Allan Rae [EMAIL PROTECTED] writes: | On 24 Apr 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: | class Macro { | [...] | }; | | See, didn't I say that with addition-order and a simple class we could | have macro-recording! | | So have you added it yet? No... but when somebody do so (You or

Re: SUN CC 6.0 Update 1 compiles !!! (almost)

2001-04-25 Thread Michael Schmitt
Hmmm, you never stop learning new options. Enclosed please find the output of cvs diff -u. Michael == Michael Schmittphone: +49 451 500 3725 Institute for Telematics secretary:

Re: mathcursor invalidation?

2001-04-25 Thread Kayvan A. Sylvan
On Wed, Apr 25, 2001 at 09:17:04AM +0200, Lars Gullik Bjønnes wrote: | Okay. I have set up the anoncvs using rsync. Works great. | | This anon CVS repository is set up to sync from baywatch.lyx.org | every 15 minutes. That was a bit often... can you use every other hour or something

math_hash

2001-04-25 Thread Andre Poenitz
Aehm.. how do I add new keywords there? Looks like I have to run 'gperf' on something, but I really don't know on waht. Would it hurt if I changed this whole thing to use std::map? It's only 250 entries or so after all... Andre' -- André Pönitz .

Re: mathcursor invalidation?

2001-04-25 Thread Lars Gullik Bjønnes
Kayvan A. Sylvan [EMAIL PROTECTED] writes: | On Wed, Apr 25, 2001 at 09:17:04AM +0200, Lars Gullik Bjønnes wrote: | | | Okay. I have set up the anoncvs using rsync. Works great. | | | | This anon CVS repository is set up to sync from baywatch.lyx.org | | every 15 minutes. | | That was a

Re: math_hash

2001-04-25 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | Aehm.. how do I add new keywords there? | | Looks like I have to run 'gperf' on something, but I really don't know on | waht. Would it hurt if I changed this whole thing to use std::map? It's | only 250 entries or so after all... fine for me, as this

How to put something in the preamble?

2001-04-25 Thread Andre Poenitz
What is the recommended way to put something in the preamble that gets written to a .tex file? - Has anybody strong feelings on how a 'macro pool' should be implemented? I.e. currently we write macro definitions to the .lyx/.tex file according to their position in the document. This does

Re: mathcursor invalidation?

2001-04-25 Thread Kayvan A. Sylvan
On Wed, Apr 25, 2001 at 11:27:17AM +0200, Lars Gullik Bjønnes wrote: | | Why? The most time-consuming sync is the first one. After that, we are only | passing around relatively small files. but you are not the only one using rsync. also remember that the old anoncvs had a only 30 minutes

Re: math_hash

2001-04-25 Thread Andre Poenitz
fine for me, as this will make it easier to add new symbols. but make sure that you will be backwards compatible. No problem, after removal of a few unused functions we only need the mappings 'name-symbol/id' and 'symbol/id-name' disguised in form of latexkey * in_word_set(string const )

Re: mathcursor invalidation?

2001-04-25 Thread John Levon
On Wed, 25 Apr 2001, Kayvan A. Sylvan wrote: On Wed, Apr 25, 2001 at 11:27:17AM +0200, Lars Gullik Bjønnes wrote: | | Why? The most time-consuming sync is the first one. After that, we are only | passing around relatively small files. but you are not the only one using rsync. also

Re: mathcursor invalidation?

2001-04-25 Thread Allan Rae
On Wed, 25 Apr 2001, John Levon wrote: can someone update the webpages then ? Is this now the permanent anoncvs location ? Feel free. I was going to but if you beat me I won't mind. Allan. (ARRae)

Re: mathcursor invalidation?

2001-04-25 Thread Lars Gullik Bjønnes
John Levon [EMAIL PROTECTED] writes: | can someone update the webpages then ? Is this now the permanent | anoncvs location ? I would've hoped that we could have a couple more anoncvs mirrors. I am not sure if Kayvan is willing to take all the anoncvs traffic (not that it is very huge) And we

Re: How to put something in the preamble?

2001-04-25 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | What is the recommended way to put something in the preamble that gets | written to a .tex file? LaTeXFeatures Validate | So for writing .tex we would need some mechanism like: | | 1. Write everything as usual, except macro definitions, if we

Re: How to put something in the preamble?

2001-04-25 Thread Andre Poenitz
why not gather all the macrodefinitions during the Validate? Just add a mathmacros vector to LaTeXFeatures. Well, I have no idea what's happening there, but I could try to read the documentat^H^H^H^Hsources. Andre' -- André Pönitz . [EMAIL

mathed65.diff

2001-04-25 Thread Andre Poenitz
This patch contains the implementation of the new 'math-extern' LyX function. If you invoke 'math-extern something' (preferably by some keybinding) in a math inset, the inset will translate its contents into some normalized form, invoke 'lyx2something normalform outfilename', and replaces its

Re: the no line break bug

2001-04-25 Thread Lars Gullik Bjønnes
Garst R. Reese [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | | Reversing this patch, fixes the problem. | On my checkout for Kayvan's great new mirror, this bug is still present, | and the patch (jug-bug) does not reverse cleanly. Is there something | new? | Thanks, Garst I am

Re: the no line break bug

2001-04-25 Thread Garst R. Reese
Lars Gullik Bjønnes wrote: Garst R. Reese [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | | Reversing this patch, fixes the problem. | On my checkout for Kayvan's great new mirror, this bug is still present, | and the patch (jug-bug) does not reverse cleanly. Is there

Re: the no line break bug

2001-04-25 Thread Garst R. Reese
Lars Gullik Bjønnes wrote: Reversing this patch, fixes the problem. On my checkout for Kayvan's great new mirror, this bug is still present, and the patch (jug-bug) does not reverse cleanly. Is there something new? Thanks, Garst

Re: mathed65.diff

2001-04-25 Thread Dekel Tsur
On Wed, Apr 25, 2001 at 12:52:08PM +0200, Andre Poenitz wrote: This patch contains the implementation of the new 'math-extern' LyX function. So where is the patch ? I did try your previous patch, and I got the following error: bad option map: must be compare, first, index, last, length,

Re: mathed65.diff

2001-04-25 Thread Andre Poenitz
So where is the patch ? Oops... didn't I attach it? I'll try again. I did try your previous patch, and I got the following error: bad option map: must be compare, first, index, last, length, match, range, tolower, toupper, trim, trimleft, trimright, wordend, or wordstart while

cvs alternatives?

2001-04-25 Thread larry
Is there some alternative to (broken) cvs access, to get the latest devel sources? It seems that people are still working on the code and that changes continue to be exchanged between developers, and we're going into what, about two weeks since anon cvs went down? Where is the devel source tree

Re: Thank you!

2001-04-25 Thread Amir Karger
On Wed, Apr 25, 2001 at 10:25:43AM +1000, Allan Rae wrote: On Tue, 24 Apr 2001, Amir Karger wrote: You didn't read the second line, where I mentioned a new job, which means no more 3-hour reLyX coding sessions masquerading as long lunches. That shouldn't stop you working at night when

Re: cvs alternatives?

2001-04-25 Thread Kayvan A. Sylvan
Use my CVS mirror: export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/lyx cvs login (password is lyx) You can fix all the Root files in your old repository and do a cvs update or do a fresh get, your choice. ---Kayvan On Wed, Apr 25, 2001 at 07:22:46AM -0700, [EMAIL

Re: math_hash

2001-04-25 Thread Alejandro Aguilar Sierra
On Wed, 25 Apr 2001, Andre Poenitz wrote: Looks like I have to run 'gperf' on something, but I really don't know on waht. Would it hurt if I changed this whole thing to use std::map? It's only 250 entries or so after all... Go ahead. Alejandro

Re: mathed65.diff

2001-04-25 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | That's what I tried first, but somehow the inset got messed up... I'll | retry anyway. I wonder if this would be a good idea: --- math_hash.C Wed Apr 25 17:39:36 2001 +++ math_hash.C.new Wed Apr 25 17:38:04 2001 @@ -305,32 +305,45 @@ // helper

Math Toolbar

2001-04-25 Thread Angus Leeming
Sorry for the long silence; work has been v. busy recently and this isn't likely to change for a while... Anyway, in a few minutes of free time, I've been trying to build the bones of a Math Toolbar. The idea is that the Toolbar should become visible when an InsetFormula becomes active and

Re: LyX-1.1.6cvs libsigc++

2001-04-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | An alternative is to wait until a 0.10.37 is released. There has been | so much time since 0.10.35 that I suspect many people have been | sending patches lately. 0.10.37 is out now. -- Lgb

mathed66.diff

2001-04-25 Thread Andre Poenitz
Also known as mathed65.diff (Service Pack 1) - \frac happens to render properly again (I just noticed that I managed to break even that) - Tcl 8.0 should suffice for lyx2maple I just noticed that reading arrays is broken again, but I think I won't bother chasing that bug and rather start

Re: Thank you!

2001-04-25 Thread Kayvan A. Sylvan
On Wed, Apr 25, 2001 at 10:53:11AM -0400, Amir Karger wrote: On Wed, Apr 25, 2001 at 10:25:43AM +1000, Allan Rae wrote: On Tue, 24 Apr 2001, Amir Karger wrote: You didn't read the second line, where I mentioned a new job, which means no more 3-hour reLyX coding sessions masquerading

Re: mathed66.diff

2001-04-25 Thread Lars Gullik Bjønnes
Andre Poenitz [EMAIL PROTECTED] writes: | Also known as mathed65.diff (Service Pack 1) I already applied mathed65 so you have to redo this patch. (just let me commit first) | I just noticed that reading arrays is broken again, but I think I won't | bother chasing that bug and rather start with

Bug in mathed.

2001-04-25 Thread Dekel Tsur
If I type M-m s (for generating a square root) I don't see the root sign until a key is pressed (and also, the cursor goes outside of the screen). However, typing '\sqrt space' works OK. This bug is very recent (probably caused by mathed64.diff).

glibc2 Linux LyX 1.1.6 binary is 48MB!?

2001-04-25 Thread Jeff Blaine
Hi folks...I'm a sysadmin, and not subscribed to this list. I just need to know... Is this normal? % ls -l total 47304 -rwxr-xr-x1 jblaine wheel 0 Apr 20 10:35 listerrors* -rwxr-xr-x1 jblaine wheel48433032 Apr 20 10:35 lyx* -rwxr-xr-x1 jblaine wheel3954 Apr

Re: glibc2 Linux LyX 1.1.6 binary is 48MB!?

2001-04-25 Thread Kayvan A. Sylvan
Yes, that's normal. You probably compiled with -g (debugging). You can also use the RPMs if you don't want the hassle of compiling it yourself. ---Kayvan On Wed, Apr 25, 2001 at 03:11:13PM -0400, Jeff Blaine wrote: Hi folks...I'm a sysadmin, and not subscribed to this

Re: glibc2 Linux LyX 1.1.6 binary is 48MB!?

2001-04-25 Thread Lars Gullik Bjønnes
Jeff Blaine [EMAIL PROTECTED] writes: | Hi folks...I'm a sysadmin, and not subscribed to this list. | I just need to know... | | Is this normal? | | % ls -l | total 47304 | -rwxr-xr-x1 jblaine wheel 0 Apr 20 10:35 listerrors* | -rwxr-xr-x1 jblaine wheel48433032 Apr 20

NEW_INSETS cleanup

2001-04-25 Thread Lars Gullik Bjønnes
Unless I get a lot of protests I will begin to slowly cleanup the NEW_INSETS ifdef mess. I will begin with LyXParagraph and progressto LyXText. I will leave code that is particularly interesting or that is not quite working in the NEW_INSETS case. -- Lgb

Re: NEW_INSETS cleanup

2001-04-25 Thread Kayvan A. Sylvan
On Wed, Apr 25, 2001 at 09:24:37PM +0200, Lars Gullik Bjønnes wrote: Unless I get a lot of protests I will begin to slowly cleanup the NEW_INSETS ifdef mess. I will begin with LyXParagraph and progressto LyXText. I will leave code that is particularly interesting or that is not quite

It is not a serious bug, is it even a feature?

2001-04-25 Thread Jörg Meiforth
Hai there, it is not really a problem, more a cosmetic thing: After placing a Bibliography, the numbering of the following sections starts with zero again. This appears only in the WYSIWYM-Editor, in the DVI-File everything is fine. I've attached a very small lyx document to demonstrate it.

Mathed bug

2001-04-25 Thread Michael Schmitt
Hi, I checked the latest cvs and I would like to mention a bug that may indicate some internal memory management problem. Just create a new math formula with some indexed variable a_i. Then copy a_i (within mathed) and paste it several times (a_i a_i a_i a_i) . If you try to the change the index

Re: LDN-20010425

2001-04-25 Thread Allan Rae
On Wed, 25 Apr 2001, Allan Rae wrote: A new LDN will be available sometime in the next 30 minutes or so. So don't rush off now and then complain that the URL is broken. I've committed the changes to CVS but I want to go home by midnight if I can. Lars? It's been 12 hours and I don't see

Re: LDN-20010425

2001-04-25 Thread Allan Rae
://www.lyx.org/news/20010425.php3 but be patient. It seems that the Norwegian mirror is rather slow at updating. You can find it at the Italian mirror though: http://www.it.lyx.org/news/20010425.php3 Allan. (ARRae)

Re: Thank you!

2001-04-25 Thread Allan Rae
On Wed, 25 Apr 2001, Amir Karger wrote: On Wed, Apr 25, 2001 at 10:25:43AM +1000, Allan Rae wrote: On Tue, 24 Apr 2001, Amir Karger wrote: You didn't read the second line, where I mentioned a new job, which means no more 3-hour reLyX coding sessions masquerading as long lunches.

Changes in default.ui

2001-04-25 Thread Kayvan A. Sylvan
Looking at the default.ui file, I noticed that the following lines were recently commented out: # Item Melt|M melt # Item Open All Figures/Tables|F floats-operate openfig # Item Close All Figures/Tables|T floats-operate closefig # Item Open All Footnotes/Marginal Notes|A

LDN-20010425

2001-04-25 Thread Allan Rae
A new LDN will be available sometime in the next 30 minutes or so. So don't rush off now and then complain that the URL is broken. I've committed the changes to CVS but I want to go home by midnight if I can. Anyway, here's the URL: http://www.lyx.org/news/20010425.php3

Re: mathcursor invalidation?

2001-04-25 Thread Allan Rae
On Wed, 25 Apr 2001, Garst R. Reese wrote: > When I do: > bash$ cvs update -dP lyx-devel > > I get: > 'Directory' missingE protocol error: directory > '/usr/local/lyx/cvsroot/lyx-devel' not within root '/cvs/lyx' > Thanks, Garst > What do I need to change? You're trying to update from a

Re: mathcursor invalidation?

2001-04-25 Thread Garst R. Reese
Allan Rae wrote: > The other way to "fix" this is to checkout a new copy from kayvans site. > Thanks Allan Garst

xforms tabbed dialog shortcuts

2001-04-25 Thread Allan Rae
Good News: They work! Bad News:They only work for the deepest tabfolder that has shortcuts. What this means is that if we define shortcuts for the inner tab folder we can't switch to a different outer tab using shortcuts. Try the attached patch for an example. Allan. (ARRae) Index:

Re: mathcursor invalidation?

2001-04-25 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Tue, Apr 24, 2001 at 10:29:32PM +0200, Lars Gullik Bjønnes wrote: | > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | > | > | I will set up anon cvs if it won't get too much traffic. | > | > I can't imagine the amount of traffic to be huge.

Re: StateMachineEngine

2001-04-25 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On 24 Apr 2001, Lars Gullik [iso-8859-1] Bjønnes wrote: | > class Macro { | [...] | > }; | | See, didn't I say that with addition-order and a simple class we could | have macro-recording! | | So have you added it yet? No... but when somebody do so (You

Re: SUN CC 6.0 Update 1 compiles !!! (almost)

2001-04-25 Thread Michael Schmitt
Hmmm, you never stop learning new options. Enclosed please find the output of "cvs diff -u". Michael == Michael Schmittphone: +49 451 500 3725 Institute for Telematics

Re: mathcursor invalidation?

2001-04-25 Thread Kayvan A. Sylvan
On Wed, Apr 25, 2001 at 09:17:04AM +0200, Lars Gullik Bjønnes wrote: > | Okay. I have set up the anoncvs using rsync. Works great. > | > | This anon CVS repository is set up to sync from baywatch.lyx.org > | every 15 minutes. > > That was a bit often... can you use every other hour or

math_hash

2001-04-25 Thread Andre Poenitz
Aehm.. how do I add new keywords there? Looks like I have to run 'gperf' on something, but I really don't know on waht. Would it hurt if I changed this whole thing to use std::map? It's only 250 entries or so after all... Andre' -- André Pönitz .

Re: mathcursor invalidation?

2001-04-25 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Wed, Apr 25, 2001 at 09:17:04AM +0200, Lars Gullik Bjønnes wrote: | | > | Okay. I have set up the anoncvs using rsync. Works great. | > | | > | This anon CVS repository is set up to sync from baywatch.lyx.org | > | every 15 minutes. | > | >

Re: math_hash

2001-04-25 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Aehm.. how do I add new keywords there? | | Looks like I have to run 'gperf' on something, but I really don't know on | waht. Would it hurt if I changed this whole thing to use std::map? It's | only 250 entries or so after all... fine for me, as this

How to put something in the preamble?

2001-04-25 Thread Andre Poenitz
What is the recommended way to put something in the preamble that gets written to a .tex file? - Has anybody strong feelings on how a 'macro pool' should be implemented? I.e. currently we write macro definitions to the .lyx/.tex file according to their position in the document. This does

Re: mathcursor invalidation?

2001-04-25 Thread Kayvan A. Sylvan
On Wed, Apr 25, 2001 at 11:27:17AM +0200, Lars Gullik Bjønnes wrote: > | > | Why? The most time-consuming sync is the first one. After that, we are only > | passing around relatively small files. > > but you are not the only one using rsync. also remember that the old > anoncvs had a only 30

Re: math_hash

2001-04-25 Thread Andre Poenitz
> fine for me, as this will make it easier to add new symbols. but make > sure that you will be backwards compatible. No problem, after removal of a few unused functions we only need the mappings 'name->symbol/id' and 'symbol/id->name' disguised in form of latexkey * in_word_set(string

Re: mathcursor invalidation?

2001-04-25 Thread John Levon
On Wed, 25 Apr 2001, Kayvan A. Sylvan wrote: > On Wed, Apr 25, 2001 at 11:27:17AM +0200, Lars Gullik Bjønnes wrote: > > | > > | Why? The most time-consuming sync is the first one. After that, we are only > > | passing around relatively small files. > > > > but you are not the only one using

Re: mathcursor invalidation?

2001-04-25 Thread Allan Rae
On Wed, 25 Apr 2001, John Levon wrote: > can someone update the webpages then ? Is this now the permanent > anoncvs location ? Feel free. I was going to but if you beat me I won't mind. Allan. (ARRae)

Re: mathcursor invalidation?

2001-04-25 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | can someone update the webpages then ? Is this now the permanent | anoncvs location ? I would've hoped that we could have a couple more anoncvs mirrors. I am not sure if Kayvan is willing to take all the anoncvs traffic (not that it is very huge) And we

Re: How to put something in the preamble?

2001-04-25 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | What is the recommended way to put something in the preamble that gets | written to a .tex file? LaTeXFeatures Validate | So for writing .tex we would need some mechanism like: | | 1. Write everything as usual, except macro definitions, if we

Re: How to put something in the preamble?

2001-04-25 Thread Andre Poenitz
> why not gather all the macrodefinitions during the Validate? > Just add a mathmacros vector to LaTeXFeatures. Well, I have no idea what's happening there, but I could try to read the documentat^H^H^H^Hsources. Andre' -- André Pönitz . [EMAIL

mathed65.diff

2001-04-25 Thread Andre Poenitz
This patch contains the implementation of the new 'math-extern' LyX function. If you invoke 'math-extern something' (preferably by some keybinding) in a math inset, the inset will translate its contents into some "normalized" form, invoke 'lyx2something ', and replaces its contents with LaTeX

Re: the "no line break bug"

2001-04-25 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > | > Reversing this patch, fixes the problem. | On my checkout for Kayvan's great new mirror, this bug is still present, | and the patch (jug-bug) does not reverse cleanly. Is there something | new? | Thanks, Garst I

Re: the "no line break bug"

2001-04-25 Thread Garst R. Reese
Lars Gullik Bjønnes wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | Lars Gullik Bjønnes wrote: > | > > | > Reversing this patch, fixes the problem. > | On my checkout for Kayvan's great new mirror, this bug is still present, > | and the patch (jug-bug) does not reverse cleanly. Is

Re: the "no line break bug"

2001-04-25 Thread Garst R. Reese
Lars Gullik Bjønnes wrote: > > Reversing this patch, fixes the problem. On my checkout for Kayvan's great new mirror, this bug is still present, and the patch (jug-bug) does not reverse cleanly. Is there something new? Thanks, Garst

Re: mathed65.diff

2001-04-25 Thread Dekel Tsur
On Wed, Apr 25, 2001 at 12:52:08PM +0200, Andre Poenitz wrote: > > This patch contains the implementation of the new 'math-extern' LyX > function. So where is the patch ? I did try your previous patch, and I got the following error: bad option "map": must be compare, first, index, last,

Re: mathed65.diff

2001-04-25 Thread Andre Poenitz
> So where is the patch ? Oops... didn't I attach it? I'll try again. > I did try your previous patch, and I got the following error: > bad option "map": must be compare, first, index, last, length, match, range, >tolower, toupper, trim, trimleft, trimright, wordend, or wordstart > while

cvs alternatives?

2001-04-25 Thread larry
Is there some alternative to (broken) cvs access, to get the latest devel sources? It seems that people are still working on the code and that changes continue to be exchanged between developers, and we're going into what, about two weeks since anon cvs went down? Where is the devel source tree

Re: Thank you!

2001-04-25 Thread Amir Karger
On Wed, Apr 25, 2001 at 10:25:43AM +1000, Allan Rae wrote: > On Tue, 24 Apr 2001, Amir Karger wrote: > > > You didn't read the second line, where I mentioned a new job, which means no > > more 3-hour reLyX coding sessions masquerading as long lunches. > > That shouldn't stop you working at

Re: cvs alternatives?

2001-04-25 Thread Kayvan A. Sylvan
Use my CVS mirror: export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/lyx cvs login (password is "lyx") You can fix all the "Root" files in your old repository and do a "cvs update" or do a fresh get, your choice. ---Kayvan On Wed, Apr 25, 2001 at 07:22:46AM -0700, [EMAIL

Re: math_hash

2001-04-25 Thread Alejandro Aguilar Sierra
On Wed, 25 Apr 2001, Andre Poenitz wrote: > Looks like I have to run 'gperf' on something, but I really don't know on > waht. Would it hurt if I changed this whole thing to use std::map? It's > only 250 entries or so after all... Go ahead. Alejandro

Re: mathed65.diff

2001-04-25 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | That's what I tried first, but somehow the inset got messed up... I'll | retry anyway. I wonder if this would be a good idea: --- math_hash.C Wed Apr 25 17:39:36 2001 +++ math_hash.C.new Wed Apr 25 17:38:04 2001 @@ -305,32 +305,45 @@ //

Math Toolbar

2001-04-25 Thread Angus Leeming
Sorry for the long silence; work has been v. busy recently and this isn't likely to change for a while... Anyway, in a few minutes of free time, I've been trying to build the bones of a Math Toolbar. The idea is that the Toolbar should become visible when an InsetFormula becomes active and

Re: LyX-1.1.6cvs libsigc++

2001-04-25 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | An alternative is to wait until a 0.10.37 is released. There has been | so much time since 0.10.35 that I suspect many people have been | sending patches lately. 0.10.37 is out now. -- Lgb

mathed66.diff

2001-04-25 Thread Andre Poenitz
Also known as "mathed65.diff (Service Pack 1)" - \frac happens to render properly again (I just noticed that I managed to break even that) - Tcl 8.0 should suffice for lyx2maple I just noticed that reading arrays is broken again, but I think I won't bother chasing that bug and rather

Re: Thank you!

2001-04-25 Thread Kayvan A. Sylvan
On Wed, Apr 25, 2001 at 10:53:11AM -0400, Amir Karger wrote: > On Wed, Apr 25, 2001 at 10:25:43AM +1000, Allan Rae wrote: > > On Tue, 24 Apr 2001, Amir Karger wrote: > > > > > You didn't read the second line, where I mentioned a new job, which means no > > > more 3-hour reLyX coding sessions

Re: mathed66.diff

2001-04-25 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Also known as "mathed65.diff (Service Pack 1)" I already applied mathed65 so you have to redo this patch. (just let me commit first) | I just noticed that reading arrays is broken again, but I think I won't | bother chasing that bug and rather start

Bug in mathed.

2001-04-25 Thread Dekel Tsur
If I type M-m s (for generating a square root) I don't see the root sign until a key is pressed (and also, the cursor goes outside of the screen). However, typing '\sqrt space' works OK. This bug is very recent (probably caused by mathed64.diff).

glibc2 Linux LyX 1.1.6 binary is 48MB!?

2001-04-25 Thread Jeff Blaine
Hi folks...I'm a sysadmin, and not subscribed to this list. I just need to know... Is this normal? % ls -l total 47304 -rwxr-xr-x1 jblaine wheel 0 Apr 20 10:35 listerrors* -rwxr-xr-x1 jblaine wheel48433032 Apr 20 10:35 lyx* -rwxr-xr-x1 jblaine wheel3954 Apr

Re: glibc2 Linux LyX 1.1.6 binary is 48MB!?

2001-04-25 Thread Kayvan A. Sylvan
Yes, that's normal. You probably compiled with -g (debugging). You can also use the RPMs if you don't want the hassle of compiling it yourself. ---Kayvan On Wed, Apr 25, 2001 at 03:11:13PM -0400, Jeff Blaine wrote: > Hi folks...I'm a sysadmin, and not subscribed to

Re: glibc2 Linux LyX 1.1.6 binary is 48MB!?

2001-04-25 Thread Lars Gullik Bjønnes
Jeff Blaine <[EMAIL PROTECTED]> writes: | Hi folks...I'm a sysadmin, and not subscribed to this list. | I just need to know... | | Is this normal? | | % ls -l | total 47304 | -rwxr-xr-x1 jblaine wheel 0 Apr 20 10:35 listerrors* | -rwxr-xr-x1 jblaine wheel48433032 Apr 20

NEW_INSETS cleanup

2001-04-25 Thread Lars Gullik Bjønnes
Unless I get a lot of protests I will begin to slowly cleanup the NEW_INSETS ifdef mess. I will begin with LyXParagraph and progressto LyXText. I will leave code that is particularly interesting or that is not quite working in the NEW_INSETS case. -- Lgb

Re: NEW_INSETS cleanup

2001-04-25 Thread Kayvan A. Sylvan
On Wed, Apr 25, 2001 at 09:24:37PM +0200, Lars Gullik Bjønnes wrote: > > Unless I get a lot of protests I will begin to slowly cleanup the > NEW_INSETS ifdef mess. > > I will begin with LyXParagraph and progressto LyXText. > I will leave code that is particularly interesting or that is not >

It is not a serious bug, is it even a feature?

2001-04-25 Thread Jörg Meiforth
Hai there, it is not really a problem, more a cosmetic thing: After placing a "Bibliography", the numbering of the following sections starts with zero again. This appears only in the WYSIWYM-Editor, in the DVI-File everything is fine. I've attached a very small lyx document to demonstrate

Mathed bug

2001-04-25 Thread Michael Schmitt
Hi, I checked the latest cvs and I would like to mention a bug that may indicate some internal memory management problem. Just create a new math formula with some indexed variable "a_i". Then copy "a_i" (within mathed) and paste it several times ("a_i a_i a_i a_i") . If you try to the change the

Re: LDN-20010425

2001-04-25 Thread Allan Rae
On Wed, 25 Apr 2001, Allan Rae wrote: > A new LDN will be available sometime in the next 30 minutes or so. So > don't rush off now and then complain that the URL is broken. I've > committed the changes to CVS but I want to go home by midnight if I can. Lars? It's been 12 hours and I don't

Re: LDN-20010425

2001-04-25 Thread Allan Rae
here's the URL: > > http://www.lyx.org/news/20010425.php3 > > but be patient. It seems that the Norwegian mirror is rather slow at updating. You can find it at the Italian mirror though: http://www.it.lyx.org/news/20010425.php3 Allan. (ARRae)

Re: Thank you!

2001-04-25 Thread Allan Rae
On Wed, 25 Apr 2001, Amir Karger wrote: > On Wed, Apr 25, 2001 at 10:25:43AM +1000, Allan Rae wrote: > > On Tue, 24 Apr 2001, Amir Karger wrote: > > > > > You didn't read the second line, where I mentioned a new job, which means no > > > more 3-hour reLyX coding sessions masquerading as long

Changes in default.ui

2001-04-25 Thread Kayvan A. Sylvan
Looking at the default.ui file, I noticed that the following lines were recently commented out: # Item "Melt|M" "melt" # Item "Open All Figures/Tables|F" "floats-operate openfig" # Item "Close All Figures/Tables|T" "floats-operate closefig" # Item "Open All

LDN-20010425

2001-04-25 Thread Allan Rae
A new LDN will be available sometime in the next 30 minutes or so. So don't rush off now and then complain that the URL is broken. I've committed the changes to CVS but I want to go home by midnight if I can. Anyway, here's the URL: http://www.lyx.org/news/20010425.php3