Re: [PATCH] Re: Math space completely broken

2002-10-15 Thread Andre Poenitz
On Tue, Oct 15, 2002 at 04:54:25AM +0100, John Levon wrote: > What's the status here ? Don't know. I've had no problems with spaces lately... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: [PATCH] Re: Math space completely broken

2002-10-14 Thread Martin Vermeer
On Tue, Oct 15, 2002 at 04:54:25AM +0100, John Levon wrote: > > 2002/09/16 Martin Vermeer <[EMAIL PROTECTED]> > > > > * mathed/math_spaceinset.[Ch]: > > * mathed/formulabase.C: > > * frontends/xforms/FormMathsSpace.C: > > * frontends/xforms/forms/form_math_space.fd: fixed math

Re: [PATCH] Re: Math space completely broken

2002-10-14 Thread John Levon
On Mon, Sep 16, 2002 at 02:42:20PM +0300, Martin Vermeer wrote: > 2002/09/16Martin Vermeer <[EMAIL PROTECTED]> > > * mathed/math_spaceinset.[Ch]: > * mathed/formulabase.C: > * frontends/xforms/FormMathsSpace.C: > * frontends/xforms/forms/form_math_space.fd: fixed math

Re: [PATCH] Re: Math space completely broken

2002-09-22 Thread Andre Poenitz
On Fri, Sep 20, 2002 at 11:44:17PM +0300, Martin Vermeer wrote: > On Fri, Sep 20, 2002 at 02:10:12PM +0200, Andre Poenitz wrote: > ... > > But at some point of time we have to fix meanings. > > > > Does LFUN_BOLD > > > >(a) "make it somehow thicker" > >(b) use \textbf > (c) make

Re: [PATCH] Re: Math space completely broken

2002-09-20 Thread Martin Vermeer
On Fri, Sep 20, 2002 at 02:10:12PM +0200, Andre Poenitz wrote: ... > But at some point of time we have to fix meanings. > > Does LFUN_BOLD > >(a) "make it somehow thicker" >(b) use \textbf (c) make this designate a vector > > ? > > Does LFUN_EMPH > >(a) "make it somehow

Re: [PATCH] Re: Math space completely broken

2002-09-20 Thread Dekel Tsur
On Fri, Sep 20, 2002 at 02:33:04PM +0200, Andre Poenitz wrote: > On Fri, Sep 20, 2002 at 02:32:12PM +0200, Lars Gullik Bj?nnes wrote: > > | Does LFUN_BOLD > > > > > |(a) "make it somehow thicker" > > |(b) use \textbf > > > > And we should not have an easy binding for this in normal text

Re: [PATCH] Re: Math space completely broken

2002-09-20 Thread Andre Poenitz
On Fri, Sep 20, 2002 at 02:32:12PM +0200, Lars Gullik Bjønnes wrote: > | Does LFUN_BOLD > > > |(a) "make it somehow thicker" > |(b) use \textbf > > And we should not have an easy binding for this in normal text... use > of this is discouraged. Indeed... Andre' -- Those who desire to

Re: [PATCH] Re: Math space completely broken

2002-09-20 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Fri, Sep 20, 2002 at 02:55:48PM +0300, Martin Vermeer wrote: >> Yes, but I sort-of understand Dekel's objection. "Ctrl-b for bold" is a >> Windows meme but a strong one. > | I understand that too. > | But at some point of time we have to fix meaning

Re: [PATCH] Re: Math space completely broken

2002-09-20 Thread Andre Poenitz
On Fri, Sep 20, 2002 at 02:55:48PM +0300, Martin Vermeer wrote: > Yes, but I sort-of understand Dekel's objection. "Ctrl-b for bold" is a > Windows meme but a strong one. I understand that too. But at some point of time we have to fix meanings. Does LFUN_BOLD (a) "make it somehow thicker"

Re: [PATCH] Re: Math space completely broken

2002-09-20 Thread Martin Vermeer
On Fri, Sep 20, 2002 at 01:16:02PM +0200, Andre Poenitz wrote: > > On Fri, Sep 20, 2002 at 02:19:51PM +0300, Martin Vermeer wrote: > > Until we have context sensitive bindings, consider this patch: > > This is ok, but it does not really change the concept, does it? > It saves a few keystrokes an

Re: [PATCH] Re: Math space completely broken

2002-09-20 Thread Andre Poenitz
On Fri, Sep 20, 2002 at 02:19:51PM +0300, Martin Vermeer wrote: > Until we have context sensitive bindings, consider this patch: This is ok, but it does not really change the concept, does it? It saves a few keystrokes and takes a few "free" key bindings... > It is REALLY REALLY WRONG to "overlo

Re: [PATCH] Re: Math space completely broken

2002-09-20 Thread Martin Vermeer
On Fri, Sep 20, 2002 at 01:20:39PM +0300, Dekel Tsur wrote: > On Thu, Sep 19, 2002 at 09:04:48AM +0200, Andre Poenitz wrote: > > > Also, ctrl+b in math-mode should give \mathbf. > > > > Unless we have context sensitive keybindings this wont happen. I am not > > going to hard-code this kind of dis

Re: [PATCH] Re: Math space completely broken

2002-09-20 Thread Dekel Tsur
On Fri, Sep 20, 2002 at 12:29:01PM +0200, Andre Poenitz wrote: > On Fri, Sep 20, 2002 at 01:20:39PM +0300, Dekel Tsur wrote: > > This is very bad. > > 99.99% of the times a user presses ctrl+b in math mode, he needs \mathbf. > > So a little bit of special code is small price to pay. > > But he wo

Re: [PATCH] Re: Math space completely broken

2002-09-20 Thread Andre Poenitz
On Fri, Sep 20, 2002 at 01:20:39PM +0300, Dekel Tsur wrote: > This is very bad. > 99.99% of the times a user presses ctrl+b in math mode, he needs \mathbf. > So a little bit of special code is small price to pay. But he won't notice a difference in 99.99% of the cases. Andre' -- Those who desi

Re: [PATCH] Re: Math space completely broken

2002-09-20 Thread Dekel Tsur
On Thu, Sep 19, 2002 at 09:04:48AM +0200, Andre Poenitz wrote: > > Also, ctrl+b in math-mode should give \mathbf. > > Unless we have context sensitive keybindings this wont happen. I am not > going to hard-code this kind of distinction in the LFUN_BOLD(?) handler. This is very bad. 99.99% of the

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Andre Poenitz
On Thu, Sep 19, 2002 at 04:00:07PM +0100, John Levon wrote: > So I agree they shouldn't be selectable in the UI, they are an internal > detail, right ? Yes. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread John Levon
On Thu, Sep 19, 2002 at 04:39:32PM +0200, Andre Poenitz wrote: > They insert true negative space on screen as opposed to \! which is drawn > as blue |___|. Right. > Having these things is useful to correct drawings of certain compounds as > long as LyX's own rendering differs from LaTeX's. So

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Martin Vermeer
On Thu, Sep 19, 2002 at 04:33:06PM +0200, Andre Poenitz wrote: > On Thu, Sep 19, 2002 at 05:44:27PM +0300, Martin Vermeer wrote: > > My doing... I found them in math spaces so assumed that that's what they > > were. Were would you put them, if anywhere? > > Nowhere. It's likely to go if I found

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Andre Poenitz
On Thu, Sep 19, 2002 at 03:35:39PM +0100, John Levon wrote: > What do they do ? They insert true negative space on screen as opposed to \! which is drawn as blue |___|. Having these things is useful to correct drawings of certain compounds as long as LyX's own rendering differs from LaTeX's. An

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread John Levon
On Thu, Sep 19, 2002 at 04:12:14PM +0200, Jean-Marc Lasgouttes wrote: > But users who are used to some bindings do not care about consistency. > Of course we have the right to change all bindings and menus at each > release, but we should not underestimate the amount of grumpiness this > will gen

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread John Levon
On Thu, Sep 19, 2002 at 05:35:17PM +0300, Martin Vermeer wrote: > > And as this is strictly undocumented I'd like to see your cheetah that > > managed to type \lyxnegspace ;-} > > Not any more... they are now on the math spaces sub-panel ;-} What do they do ? What have you called them ? regard

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Andre Poenitz
On Thu, Sep 19, 2002 at 05:44:27PM +0300, Martin Vermeer wrote: > My doing... I found them in math spaces so assumed that that's what they > were. Were would you put them, if anywhere? Nowhere. It's likely to go if I found some clean solution... Andre' -- Those who desire to give up Freedom in

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Martin Vermeer
On Thu, Sep 19, 2002 at 04:18:50PM +0200, Andre Poenitz wrote: > > > Not any more... they are now on the math spaces sub-panel ;-} > > Not my doing hopefully. They really should not be there. > > Andre' My doing... I found them in math spaces so assumed that that's what they were. Were would

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Andre Poenitz
On Thu, Sep 19, 2002 at 05:35:17PM +0300, Martin Vermeer wrote: > > And as this is strictly undocumented I'd like to see your cheetah that > > managed to type \lyxnegspace ;-} > > Not any more... they are now on the math spaces sub-panel ;-} Not my doing hopefully. They really should not be ther

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Martin Vermeer
On Thu, Sep 19, 2002 at 04:04:40PM +0200, Andre Poenitz wrote: > And as this is strictly undocumented I'd like to see your cheetah that > managed to type \lyxnegspace ;-} Not any more... they are now on the math spaces sub-panel ;-} Martin msg44990/pgp0.pgp Description: PGP signature

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Hmmm... you mean those that have been using the keyboard Martin> shortcut? All three of them :-) (and yes, I was one of them.) Make that 4. And remember that this is the official way documented in the tutorial. Martin> I think

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread José Abílio Oliveira Matos
On Thursday 19 September 2002 15:17, Martin Vermeer wrote: > > > - case LFUN_EMPH: handleFont(bv, cmd.argument, "mathcal"); > > > break; + case LFUN_EMPH: handleFont(bv, cmd.argument, "emph"); > > > break; > > > > I think you'll get angry users here > > Hmmm... you mean those

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Andre Poenitz
On Thu, Sep 19, 2002 at 05:17:49PM +0300, Martin Vermeer wrote: > Try inserting one of these beasts into a document from the math spaces > panel, and then latex it. Ah yes... it should probably add a \def\lyxnegspace{} in validate. But it should be only used in the second box of macro definition

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Martin Vermeer
On Thu, Sep 19, 2002 at 03:49:02PM +0200, Andre Poenitz wrote: > > On Thu, Sep 19, 2002 at 04:35:37PM +0300, Martin Vermeer wrote: > > Another thing: I ran into a bug in math_fontinset. If you have two > > fontinsets inside each other, only the outer one calls validate. > > Yes. It should call

Re: [PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Andre Poenitz
On Thu, Sep 19, 2002 at 04:35:37PM +0300, Martin Vermeer wrote: > Another thing: I ran into a bug in math_fontinset. If you have two > fontinsets inside each other, only the outer one calls validate. Yes. It should call MathNestInset::validate() as well. > This will lead e.g. to a LaTeX process

[PATCH, BUG] Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Martin Vermeer
On Thu, Sep 19, 2002 at 11:18:29AM +0200, Andre Poenitz wrote: > Just use LFUN_MATH_INSERT \mathbf here and drop the new LFUNs and I'd say > it is ok until 1.4... > > Andre' Done. I did some extra clean-up in lyxfunc.C, as lines 634-663 appear to be unnecessary now... math and non-math are han

Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread John Levon
On Thu, Sep 19, 2002 at 08:33:28AM +0200, Andre Poenitz wrote: > On Wed, Sep 18, 2002 at 04:11:49PM +0100, John Levon wrote: > > So \mathsf is going to be unsupported by the GUI ? > > Yes. And so are more than 50% of all mathed features. I am not too > concerned about one of them I personally ha

Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread John Levon
On Thu, Sep 19, 2002 at 08:56:35AM +0200, Andre Poenitz wrote: > Well, than just call MATH_INSERT "mathsf" from the panel. I would not > notice, it would work as you want, and I won't care, as I type it anyway. > I just do not want to change the interpretation of LFUN_SANS. Well we agree then.

Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread John Levon
On Thu, Sep 19, 2002 at 08:16:32AM +0100, José Abílio Oliveira Matos wrote: > > > This has got to die quickly :) > > > > 1.1.6 behaviour. > > Actually IIRC this is 0.12 or even 0.10 behaviour. (Ok, I didn't used > previous versions on a regular basis. ;-) In that case its time has long since

Re: [PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Andre Poenitz
On Thu, Sep 19, 2002 at 12:07:12PM +0300, Martin Vermeer wrote: > On Thu, Sep 19, 2002 at 09:10:54AM +0200, Andre Poenitz wrote: > Okay, here is a clean solution. With this, the math panel produces the > \math?? font commands, while the familiar font commands for text mode > (found on the layout m

[PATCH] Re: [PATCH] Re: Math space completely broken

2002-09-19 Thread Martin Vermeer
On Thu, Sep 19, 2002 at 09:10:54AM +0200, Andre Poenitz wrote: > On Wed, Sep 18, 2002 at 11:30:59PM +0300, Martin Vermeer wrote: > > > On Wed, Sep 18, 2002 at 04:51:39PM +0200, Andre Poenitz wrote: > > > > > > > > I don't even use any font lfun from qt math panel. > > > > But perhaps you shoul

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread José Abílio Oliveira Matos
On Thursday 19 September 2002 08:05, Andre Poenitz wrote: > > > > UGGGH !! > > > > This has got to die quickly :) > > 1.1.6 behaviour. Actually IIRC this is 0.12 or even 0.10 behaviour. (Ok, I didn't used previous versions on a regular basis. ;-) > Andre' -- José Abílio

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Andre Poenitz
On Wed, Sep 18, 2002 at 11:30:59PM +0300, Martin Vermeer wrote: > > On Wed, Sep 18, 2002 at 04:51:39PM +0200, Andre Poenitz wrote: > > > > > > I don't even use any font lfun from qt math panel. > > But perhaps you should. Otherwise you won't be able to select a range of > characters and change t

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Andre Poenitz
On Wed, Sep 18, 2002 at 10:36:38PM +0100, John Levon wrote: > On Thu, Sep 19, 2002 at 12:38:47AM +0300, Martin Vermeer wrote: > > > No, we don't! We should, I agree, but we don't: "emphasise" from > > layout->char inserts mathcal into math (not textit), and "noun" does > > mathbb, not textbb, et

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Andre Poenitz
On Wed, Sep 18, 2002 at 11:57:29PM +0300, Dekel Tsur wrote: > On Wed, Sep 18, 2002 at 09:46:42PM +0100, John Levon wrote: > > We already have that. the math panel menus should insert the math forms, > > the others should insert the text versions. I don't get why this is such > > a big problem. > >

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Andre Poenitz
On Wed, Sep 18, 2002 at 09:46:42PM +0100, John Levon wrote: > I don't understand what we're arguing about - I can't see a good reason > that the math panel should ever insert something other than the math > forms. Well, than just call MATH_INSERT "mathsf" from the panel. I would not notice, it w

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Andre Poenitz
On Wed, Sep 18, 2002 at 05:12:49PM +0200, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> How would the user use \textsf within mathed if LFUN_SANS were > Andre> changed to insert \mathsf? > > Does any of you know what is the difference between

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Andre Poenitz
On Wed, Sep 18, 2002 at 04:11:49PM +0100, John Levon wrote: > So \mathsf is going to be unsupported by the GUI ? Yes. And so are more than 50% of all mathed features. I am not too concerned about one of them I personally have never used before. > Do you think this is a step forwards ? I don't.

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread John Levon
On Thu, Sep 19, 2002 at 12:38:47AM +0300, Martin Vermeer wrote: > No, we don't! We should, I agree, but we don't: "emphasise" from > layout->char inserts mathcal into math (not textit), and "noun" does > mathbb, not textbb, etc. UGGGH !! This has got to die quickly :) regards john -- "Please

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Martin Vermeer
On Wed, Sep 18, 2002 at 09:46:42PM +0100, John Levon wrote: > > I think the GUI should both support text?? and math?? for ?? = bf, sf, > > tt, ... > > We already have that. the math panel menus should insert the math forms, > the others should insert the text versions. I don't get why this is s

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Dekel Tsur
On Wed, Sep 18, 2002 at 09:46:42PM +0100, John Levon wrote: > We already have that. the math panel menus should insert the math forms, > the others should insert the text versions. I don't get why this is such > a big problem. > > I don't understand what we're arguing about - I can't see a good r

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread John Levon
On Wed, Sep 18, 2002 at 11:30:59PM +0300, Martin Vermeer wrote: > > > dispatch(FuncRequest(LFUN_INSERT_MATH, "\\mathbf")) > > E.g. like this. > > André: does this do font change on selection? It does. It works fine. > > > How would the user use \textsf within mathed if LFUN_SANS were change

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Martin Vermeer
On Wed, Sep 18, 2002 at 05:12:49PM +0200, Jean-Marc Lasgouttes wrote: > Does any of you know what is the difference between \textsf and > \mathsf in math mode and can he comment on their relative usefulness? > It is something I always wondered about. > > JMarc I suppose it has to do with the s

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Martin Vermeer
On Wed, Sep 18, 2002 at 04:11:49PM +0100, John Levon wrote: > On Wed, Sep 18, 2002 at 04:51:39PM +0200, Andre Poenitz wrote: > > > > I don't even use any font lfun from qt math panel. But perhaps you should. Otherwise you won't be able to select a range of characters and change them to some fo

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Wed, Sep 18, 2002 at 03:26:12PM +0100, John Levon wrote: >> On Wed, Sep 18, 2002 at 12:47:16PM +0200, Andre Poenitz wrote: >> >> > On Mon, Sep 16, 2002 at 02:42:20PM +0300, Martin Vermeer wrote: >> > > Fix attached (xforms). Fixes also the textsf/te

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> How would the user use \textsf within mathed if LFUN_SANS were Andre> changed to insert \mathsf? Does any of you know what is the difference between \textsf and \mathsf in math mode and can he comment on their relative usefulness?

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread John Levon
On Wed, Sep 18, 2002 at 04:51:39PM +0200, Andre Poenitz wrote: > > I don't even use any font lfun from qt math panel. > > > dispatch(FuncRequest(LFUN_INSERT_MATH, "\\mathbf")) > > basically reaches the same effect the same using a different way. So you're telling me this will now actual

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Andre Poenitz
On Wed, Sep 18, 2002 at 03:44:40PM +0100, John Levon wrote: > > Because the lfun does \textbf outside math and I do not want to start with > > this kind of "clever solutions" again. > > I don't even use any font lfun from qt math panel. dispatch(FuncRequest(LFUN_INSERT_MATH, "\\mathbf")

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread John Levon
On Wed, Sep 18, 2002 at 04:38:01PM +0200, Andre Poenitz wrote: > > why would \textsf be right and \mathsf be wrong ? > > Because the lfun does \textbf outside math and I do not want to start with > this kind of "clever solutions" again. I don't even use any font lfun from qt math panel. How ar

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Andre Poenitz
On Wed, Sep 18, 2002 at 03:26:12PM +0100, John Levon wrote: > On Wed, Sep 18, 2002 at 12:47:16PM +0200, Andre Poenitz wrote: > > > On Mon, Sep 16, 2002 at 02:42:20PM +0300, Martin Vermeer wrote: > > > Fix attached (xforms). Fixes also the textsf/textnormal thingy. > > > > I don't think the \tex

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread John Levon
On Wed, Sep 18, 2002 at 12:47:16PM +0200, Andre Poenitz wrote: > On Mon, Sep 16, 2002 at 02:42:20PM +0300, Martin Vermeer wrote: > > Fix attached (xforms). Fixes also the textsf/textnormal thingy. > > I don't think the \textsf behaviour is broken. Even if inserting textsf behaved correctly, wh

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Martin Vermeer
On Wed, Sep 18, 2002 at 12:47:16PM +0200, Andre Poenitz wrote: > On Mon, Sep 16, 2002 at 02:42:20PM +0300, Martin Vermeer wrote: > > Fix attached (xforms). Fixes also the textsf/textnormal thingy. > > I don't think the \textsf behaviour is broken. > > Andre' Have you tried? It is for me. ./

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | On Mon, Sep 16, 2002 at 02:42:20PM +0300, Martin Vermeer wrote: >> Fix attached (xforms). > | The spaces part looks ok. Try to get Lars' approval. Your approval will suffice for now. -- Lgb

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Andre Poenitz
On Mon, Sep 16, 2002 at 02:42:20PM +0300, Martin Vermeer wrote: > Fix attached (xforms). The spaces part looks ok. Try to get Lars' approval. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: [PATCH] Re: Math space completely broken

2002-09-18 Thread Andre Poenitz
On Mon, Sep 16, 2002 at 02:42:20PM +0300, Martin Vermeer wrote: > Fix attached (xforms). Fixes also the textsf/textnormal thingy. I don't think the \textsf behaviour is broken. Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either