Re: Emacs20: problem redefining umlaut-keys

1999-10-21 Thread Stephan Engelke
Hi Jonas, On Wed, Oct 20, 1999 at 12:46:04AM +0200, Jonas Rathert wrote: > I've got some problems using Emacs 20 with my Debian/GNU Linux system > (potato): In my .emacs I have the following lines: > > ---8<--(snip,snip)--8< > (define-key c-mode-map [?ö]

Emacs20: problem redefining umlaut-keys

1999-10-20 Thread Jonas Rathert
Hi, I've got some problems using Emacs 20 with my Debian/GNU Linux system (potato): In my .emacs I have the following lines: ---8<--(snip,snip)--8< (defun my-c-mode-common-hook () (define-key c-mode-map [?ä] "]") ; a-umlaut -> ] (define-key c-mode-m