emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: textmodes/ispell.el: aspell does not support utf-8


From: Magnus Henoch
Subject: Re: textmodes/ispell.el: aspell does not support utf-8
Date: Thu, 11 Aug 2005 12:09:16 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (berkeley-unix)

Jorgen Schaefer <address@hidden> writes:

> Hello,
> since 2005-05-07, textmodes/ispell.el sets `ispell-program-name'
> to aspell if found. This is a problem when using an utf-8 locale,
> since aspell does not support utf-8.

More specifically, aspell < 0.60 does not support utf-8.

> A solution would be to use ispell in any case when
> `default-buffer-file-coding-system' is set to mule-utf-8.

A better solution might be to extend ispell-check-version to check
aspell's version as well (right now it only checks whether ispell is
really aspell), and modify the default value of ispell-program-name to
use aspell only if it is >= 0.60.  But doing it in the
straightforward way would involve a forward reference to
ispell-check-version from ispell-program-name...

Magnus





reply via email to

[Prev in Thread] Current Thread [Next in Thread]