Re: again: Umlauts in mathed [long]

2002-02-07 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Apropos of this, the following comment patch. Please review. It cannot hurt. Applied. JMarc

Re: again: Umlauts in mathed

2002-02-07 Thread Martin Vermeer
On Wed, Feb 06, 2002 at 09:27:26AM +0100, Lars Gullik Bjønnes wrote: > Andre Poenitz <[EMAIL PROTECTED]> writes: > > | On Tue, Feb 05, 2002 at 07:32:45PM +0100, Herbert Voss wrote: > >> Thanks, it works :-) > > > | So since it seems to work and nobody explained why the current > | latinkeys.bin

Re: again: Umlauts in mathed [long]

2002-02-06 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> It looks to me that nobody fully understands this code, nobody Andre> _really_ needs it, and - that's the most important part for me Andre> - it makes it pretty difficult to get superscript handling Andre> right in mathed. I thin

Re: again: Umlauts in mathed [long]

2002-02-06 Thread Andre Poenitz
On Wed, Feb 06, 2002 at 03:35:08PM +0100, Jean-Marc Lasgouttes wrote: > Andre> What is the reason for this 'let LyX handle deadkeys' thing > Andre> anyway? When is it used? Who uses it? > > It is needed if you want a \v accent and only have latin1 fonts (for > quoting the name of some author, for

Re: again: Umlauts in mathed [long]

2002-02-06 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Wed, Feb 06, 2002 at 02:34:09PM +0100, Jean-Marc Lasgouttes Andre> wrote: >> >> then we should just remove it. >> >> No Lars, we should make it work again :) Andre> What is the reason for this 'let LyX handle deadkeys' thing A

Re: again: Umlauts in mathed [long]

2002-02-06 Thread Andre Poenitz
On Wed, Feb 06, 2002 at 02:34:09PM +0100, Jean-Marc Lasgouttes wrote: > >> then we should just remove it. > > No Lars, we should make it work again :) What is the reason for this 'let LyX handle deadkeys' thing anyway? When is it used? Who uses it? For me it looks like just another source of pr

Re: again: Umlauts in mathed [long]

2002-02-06 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Tue, Feb 05, 2002 at 11:58:53PM +0100, Lars Gullik Bjønnes Martin> wrote: >> Martin Vermeer <[EMAIL PROTECTED]> writes: >> >> | Wrong answer ;-) >> > >> | Being the academic you are, you should | (a) wonder how something >>

Re: again: Umlauts in mathed [long]

2002-02-05 Thread Martin Vermeer
Apropos of this, the following comment patch. Please review. Martin Index: lyxfunc.C === RCS file: /cvs/lyx/lyx-devel/src/lyxfunc.C,v retrieving revision 1.288 diff -u -b -B -p -r1.288 lyxfunc.C --- lyxfunc.C 2002/01/20 23:17:1

Re: again: Umlauts in mathed [long]

2002-02-05 Thread Martin Vermeer
On Tue, Feb 05, 2002 at 11:58:53PM +0100, Lars Gullik Bjønnes wrote: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | Wrong answer ;-) > > > | Being the academic you are, you should > | (a) wonder how something this simple can work this well, and > | (b) get angry why nobody steps in here to

Re: again: Umlauts in mathed

2002-02-05 Thread Andre Poenitz
On Tue, Feb 05, 2002 at 07:32:45PM +0100, Herbert Voss wrote: > Thanks, it works :-) So since it seems to work and nobody explained why the current latinkeys.bind uses accents explicitly shouldn't we simply use this new latinkeys.bind? Andre' -- André Pönitz ...

Re: again: Umlauts in mathed [long]

2002-02-05 Thread Martin Vermeer
On Tue, Feb 05, 2002 at 07:32:45PM +0100, Herbert Voss wrote: > Martin Vermeer wrote: > > > If you \bind_file the attached file, after latinkeys.bind, you will > > find that the ö and other Umlaut keys will work again both inside > > and outside mathed. I.e., you can just type German. Even en

Re: again: Umlauts in mathed

2002-02-05 Thread Herbert Voss
Martin Vermeer wrote: > If you \bind_file the attached file, after latinkeys.bind, you will > find that the ö and other Umlaut keys will work again both inside > and outside mathed. I.e., you can just type German. Even entering > \textrm allows you to enter all German characters mixed with bla

Re: again: Umlauts in mathed

2002-02-05 Thread Andre Poenitz
On Tue, Feb 05, 2002 at 10:50:18AM +0200, Martin Vermeer wrote: > As this file effectively overrides the definitions in latinkeys.bind, > this begs the following *question*: > > Why are the accented keys all defined as accent + base-letter anyway? > The only reason I can think of, is

Re: again: Umlauts in mathed

2002-02-05 Thread Martin Vermeer
On Mon, Feb 04, 2002 at 11:01:54PM +0100, Herbert Voss wrote: > > When I insert with a texteditor something like > > \textrm{größer} > > in a mathinset in a lyxfile, LyX reads this very well > and shows correct the umlaut ö in roman. Seems to be very > easy, but not from the keyboard??? > > He