Re: \.{32} in black : time to fix it.

1999-10-27 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | OK, the bug with \.{32} appearing in the text is due to the following | function in tex-accents.C: | | string DoAccent(char c,tex_accent accent) | { | return DoAccent(tostr(c),accent); | } | | Currently, I have changed it to | | string

Re: \.{32} in black : time to fix it.

1999-10-27 Thread Jean-Marc Lasgouttes
OK, the bug with \.{32} appearing in the text is due to the following function in tex-accents.C: string DoAccent(char c,tex_accent accent) { return DoAccent(tostr(c),accent); } Currently, I have changed it to string DoAccent(char c,tex_accent accent) { return DoAccent(string(1

Re: \.{32} in black

1999-10-27 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> Duh, yes, for reasons too bizarre, I am studying your language, Garst> so I set up my lyxrc with francais as an alternate, and forgot Garst> all about it. Apparently I hit the pause key by mistake. Sorry Garst> for all the dumb noi

Re: \.{32} in black

1999-10-27 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > > > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: > > Garst> Jean-Marc Lasgouttes wrote: > >> > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: > It seems that you have a keyboard map active, and that . acts as a > dead key. Could you check thi

Re: \.{32} in black

1999-10-27 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> Jean-Marc Lasgouttes wrote: >> > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: >> Garst> This is showing up typing in doc type letter when I type my Garst> middle initial. I presume it is supposed to be ERT. I can bksp

Re: \.{32} in black

1999-10-26 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > > "Garst R. Reese" <[EMAIL PROTECTED]> writes: > > | I was just using Document Layout letter to write a letter. In the from > | address and the signature, when I hit the period in Garst R. Reese, I > | got \.{32}. > > This looks as if we have a tostr to many somep

Re: \.{32} in black

1999-10-26 Thread Garst R. Reese
"Kayvan A. Sylvan" wrote: > > On Tue, Oct 26, 1999 at 05:27:05PM -0300, Garst R. Reese wrote: > > > > I was just using Document Layout letter to write a letter. In the from > > address and the signature, when I hit the period in Garst R. Reese, I > > got \.{32}. > > I tried to reproduce your ste

Re: \.{32} in black

1999-10-26 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | "Garst R. Reese" <[EMAIL PROTECTED]> writes: | | | I was just using Document Layout letter to write a letter. In the from | | address and the signature, when I hit the period in Garst R. Reese, I | | got \.{32}. | | This looks as if we have a to

Re: \.{32} in black

1999-10-26 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | I was just using Document Layout letter to write a letter. In the from | address and the signature, when I hit the period in Garst R. Reese, I | got \.{32}. This looks as if we have a tostr to many someplace. Someplace where we want to output a spac

Re: \.{32} in black

1999-10-26 Thread Kayvan A. Sylvan
On Tue, Oct 26, 1999 at 05:27:05PM -0300, Garst R. Reese wrote: > > I was just using Document Layout letter to write a letter. In the from > address and the signature, when I hit the period in Garst R. Reese, I > got \.{32}. I tried to reproduce your steps but don't get this at all. I have no LA

Re: \.{32} in black

1999-10-26 Thread Garst R. Reese
Jean-Marc Lasgouttes wrote: > > > "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: > > Garst> This is showing up typing in doc type letter when I type my > Garst> middle initial. I presume it is supposed to be ERT. I can bkspc > Garst> over it and type a period and goes away, but I supp

Re: \.{32} in black

1999-10-26 Thread Jean-Marc Lasgouttes
> "Garst" == Garst R Reese <[EMAIL PROTECTED]> writes: Garst> This is showing up typing in doc type letter when I type my Garst> middle initial. I presume it is supposed to be ERT. I can bkspc Garst> over it and type a period and goes away, but I suppose then the Garst> spacing is not correc

\.{32} in black

1999-10-25 Thread Garst R. Reese
This is showing up typing in doc type letter when I type my middle initial. I presume it is supposed to be ERT. I can bkspc over it and type a period and goes away, but I suppose then the spacing is not correct for purists. Garst testing lyx-devel