View previous topic :: View next topic |
Author |
Message |
GeKA n00b
Joined: 27 Sep 2002 Posts: 33 Location: Graz / Styria
|
Posted: Thu Jun 10, 2004 12:32 pm Post subject: umlaute bei emacs |
|
|
Hi!
Hab folgendes Problem: Wenn ich einen Text von wo (zB. Mozilla) kopiere, und in emacs einfüge, erscheinen statt der Umlaute Zeichenflogen (statt ü kommt "\x{00FC}").
Kann mir jemand sagen, wie man das ändern kann.
Danke |
|
Back to top |
|
|
amne Bodhisattva
Joined: 17 Nov 2002 Posts: 6378 Location: Graz / EU
|
Posted: Thu Jun 10, 2004 12:46 pm Post subject: |
|
|
Code: | (set-input-mode (car (current-input-mode))
(nth 1 (current-input-mode))
0)
|
in deiner ~/.emacs hilft hoffentlich. _________________ Dinosaur week! (Ok, this thread is so last week) |
|
Back to top |
|
|
|