On 2007-09-13 00:09:41 +0200, Agustin Martin wrote:
> One additional thing wrt this code, apart from the en->english change.
> It seems to change dictionary for the whole buffer when you only want
> it changed for the given region. Something like
> 
> (defun ispell-region-en (reg-start reg-end)
>   "Interactively check a region for spelling errors, in English."
>   (interactive "r")
>   (let ((ispell-local-dictionary "english"))
>     (ispell-region reg-start reg-end)))
> 
> might work better.

Thanks for the idea. However, the dictionary for the whole buffer
is often incorrect anyway, and some of my files use mixed language
(English/French). I wonder if something can be done on the Emacs
side. I reported the following wishlit bug in the past:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=185488

but as you can see, ispell is no longer maintained in Debian (latest
maintainer change in early 2004), and I now use aspell from Emacs.
Perhaps a change in ispell.el could be sufficient, though.

-- 
Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


Reply via email to