Re: mathed65.diff

2001-04-26 Thread Andre Poenitz
I wonder if this would be a good idea: I don't know. My idea was stolen from my daytime project and is used to register commands that are implemented in modules to a central switch. (Btw something I'd recomment instead of this huge switch in lyxfunc.C at some distant point in the future) There

Re: mathed65.diff

2001-04-26 Thread Andre Poenitz
> I wonder if this would be a good idea: I don't know. My idea was "stolen" from my daytime project and is used to register "commands" that are implemented in modules to a central "switch". (Btw something I'd recomment instead of this huge switch in lyxfunc.C at some distant point in the future)

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: 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

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

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: 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

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 @@ //