Add new comment

Ispell und Emacs

Submitted by Erik Wegner on
Body

Quelle: SuSE Support Datenbank

Der Ispell-Aufruf aus dem GNU-Emacs funktioniert nicht korrekt. An Stellen, die dt. Umlaute enthalten, tritt sinngemäß eine Fehlermeldung wie diese auf:

Ispell misalignment: word `ötige' point 9; probably incompatible versions

Zur Behebung dieses »Fehlers« müssen in der ~/.emacs folgende Zeilen (für ISO-8859-1 kodierte Texte) stehen:

(standard-display-european 1)
(set-input-mode (car   (current-input-mode))
                (nth 1 (current-input-mode))
                  0
                (nth 3 (current-input-mode)))

Ist die Kodierung UTF-8, sollten folgende Zeilen Abhilfe schaffen

(setq ispell-dictionary "german-new8")
(setq ispell-local-dictionary "german-new8")
(setq flyspell-default-dictionary "german-new8")

Quelle: http://linuxwiki.de/RechtschreibPrüfung

About text formats

Activitypub

  • Allowed HTML tags: <a href hreflang> <em> <strong> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.