Unicode + Emacs + PuTTY
Tagged:  •    •    •  

Nach langem hin und her klapt nun auch die eingabe von UTF-8 codierten Zeichen in meinem emacs. Dazu musste ich folgende einträge zu meiner .emacs hinzufügen:

  1. (setq keyboard-coding-system (quote utf-8))
  2. (setq current-language-environment "UTF-8")
  3. (setq x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))

Jetzt kann ich sogar ひらがな eingeben ohne größere Probleme.

Du kannst ???? eingeben ohne

Du kannst ???? eingeben ohne größere Probleme?

Timmi, du bist und bleibst ein Hengst!

Es ist ja nicht bei jedem

Es ist ja nicht bei jedem ein Fragezeichen. Bei mir sind das Hiraganazeichen. Man muss halt den richtigen Font installiert haben.

--
They that sow in tears will reap in joy.

Tja, ich scheitere bereits

Tja, ich scheitere bereits am ersten Schritt zur Installation unter windows:

c:/Dokumente und Einstellungen/rainer.DIPLAN/Anwendungsdaten/.emacs.d/wanderlust-200709210453 $ make check
emacs -batch -l WL-MK -f check-wl \
NONE NONE
Adding c:/Programme/Emacs/EmacsW32/lisp/ to load-path
Loading c:/Dokumente und Einstellungen/rainer.DIPLAN/Anwendungsdaten/.emacs.d/wanderlust-200709210453/WL-CFG...
Cannot open load file: install
make: *** [check] Error 255

Kannst Du mir sagen was hioer los ist? Gibt es eine Installationsanleitung für Windows?

Gruß

Rainer

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <ins> <del> <blockquote> <abbr> <br> <pre> <p>
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Lines and paragraphs break automatically.
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>. Beside the tag style "<foo>" it is also possible to use "[foo]".

More information about formatting options