Re: [patch] encoding error

2004-12-17 Thread Juergen Spitzmueller
Martin Vermeer wrote: > Ok, here is the complete patch then. To go in presently, under general > cheering. And here's what you forgot. Committing now since it breaks compiling. Jürgen Index: Makefile.am === RCS file: /usr/local/lyx/

Re: [patch] encoding error

2004-12-17 Thread Martin Vermeer
On Fri, 2004-12-17 at 14:46, Juergen Spitzmueller wrote: > Georg Baum wrote: > > IMHO a clean solution > > would be to support one of the units packages (e.g. SIunits) and remove à > > and Ã. But this is probably post 1.4 stuff. > > Agreed. > > > > Actually the attached works on-screen, but I do

Re: [patch] encoding error

2004-12-17 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Georg Baum wrote: >> IMHO a clean solution would be to support one of the units packages >> (e.g. SIunits) and remove Å and Ø. But this is probably post 1.4 >> stuff. Juergen> Agreed. [...] Juergen> Agreed too. Me too!

Re: [patch] encoding error

2004-12-17 Thread Juergen Spitzmueller
Georg Baum wrote: > IMHO a clean solution > would be to support one of the units packages (e.g. SIunits) and remove Å > and Ø. But this is probably post 1.4 stuff. Agreed. > > Actually the attached works on-screen, but I don't feel good about > > latin-1 characters embedded in text files. Better

Re: [patch] encoding error

2004-12-17 Thread Georg Baum
Martin Vermeer wrote: > On Fri, 2004-12-17 at 13:02, Martin Vermeer wrote: >> On Tue, 2004-12-14 at 08:42, Martin Vermeer wrote: >> > These are meant to be the units Ångström and Ørsted. So you need a >> > Swedish Å (\AA is OK I think) and a Danish Ø (\O). The \textrm in front of them is a hack.

Re: [patch] encoding error

2004-12-17 Thread Martin Vermeer
On Fri, 2004-12-17 at 13:02, Martin Vermeer wrote: > On Tue, 2004-12-14 at 08:42, Martin Vermeer wrote: > > On Mon, 2004-12-13 at 20:55, Juergen Spitzmueller wrote: > > > Jean-Marc Lasgouttes wrote: > > > > > > > Juergen> - "textrm ÃÂ", "textrm ÃÂ", "mathcircumflex", "_", > > > > Juergen> + "textr

Re: [patch] encoding error

2004-12-17 Thread Martin Vermeer
On Tue, 2004-12-14 at 08:42, Martin Vermeer wrote: > On Mon, 2004-12-13 at 20:55, Juergen Spitzmueller wrote: > > Jean-Marc Lasgouttes wrote: > > > > > Juergen> - "textrm ÃÂ", "textrm ÃÂ", "mathcircumflex", "_", > > > Juergen> + "textrm Ã", "textrm Ã", "mathcircumflex", "_", > > > > > > Is it rea

Re: [patch] encoding error

2004-12-16 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Juergen> Martin Vermeer wrote: > >> These are meant to be the units Ångström and Ørsted. So you need a > >> Swedish Å (\AA is OK I think) and a Danish Ø (\O). > > Juergen> Patch attached. The only

Re: [patch] encoding error

2004-12-16 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Martin Vermeer wrote: >> These are meant to be the units Ångström and Ørsted. So you need a >> Swedish Å (\AA is OK I think) and a Danish Ø (\O). Juergen> Patch attached. The only drawback is that it gets rendered as Jue

Re: [patch] encoding error

2004-12-16 Thread Juergen Spitzmueller
Martin Vermeer wrote: > These are meant to be the units Ångström and Ørsted. So you need a > Swedish Å (\AA is OK I think) and a Danish Ø (\O). Patch attached. The only drawback is that it gets rendered as "AA" and "O". I don't know how to add the commands \AA and \O to lib/symbols or whereever.

Re: [patch] encoding error

2004-12-14 Thread Martin Vermeer
On Mon, 2004-12-13 at 20:55, Juergen Spitzmueller wrote: > Jean-Marc Lasgouttes wrote: > > > Juergen> - "textrm ÃÂ", "textrm ÃÂ", "mathcircumflex", "_", > > Juergen> + "textrm Ã", "textrm Ã", "mathcircumflex", "_", > > > > Is it really a good idea to have stuff in latin1 included > > unconditiona

Re: [patch] encoding error

2004-12-13 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Juergen> - "textrm Å", "textrm Ø", "mathcircumflex", "_", > Juergen> + "textrm Å", "textrm Ø", "mathcircumflex", "_", > > Is it really a good idea to have stuff in latin1 included > unconditionally? Why not use "AA" and "emptyset"? Yes, I agree, but I think that \

Re: [patch] encoding error

2004-12-13 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> I don't know who introduced this, but it is breaking two Juergen> functions in the math panel. I'll apply if I get no Juergen> objections. Juergen> - "textrm Å", "textrm Ø", "mathcircumflex", "_", Juergen> + "textrm Å

[patch] encoding error

2004-12-13 Thread Juergen Spitzmueller
I don't know who introduced this, but it is breaking two functions in the math panel. I'll apply if I get no objections. Jürgen Index: ControlMath.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/controllers/ControlMath