help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Do-you Aspell for French?


From: Michaël Cadilhac
Subject: Re: Do-you Aspell for French?
Date: Tue, 29 Aug 2006 22:29:50 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

Sébastien Vauban <ewgeocaufsfb@spammotel.com> writes:

> Hi,
>
> I'm getting constant errors with my ispell checking functions
> with words separated by dashes.
>
> For example, "penses-tu" (do you think) is correct and
> constituted with words that are correct on their own, but the
> interrogative way is always flagged as erroneous. Do you know
> what to do?
>
> Thanks,
>   seb

I use a quick-n-dirty trick for that:

(defun ispell-get-otherchars ()
  (replace-regexp-in-string "-" "" (ispell-get-decoded-string 3)))

(I didn't use an advice the day I did that, wonder why...)

-- 
 |      Michaël `Micha' Cadilhac   |  Would someone please DTRT with this,  |
 |         Epita/LRDE Promo 2007   |        then ACK?                       |
 | http://www.lrde.org/~cadilh_m   |          -- Richard Stallman           |
 `--  -   JID: micha@amessage.be --'                                   -  --'

Attachment: pgp1wjrKo5U9z.pgp
Description: PGP signature


reply via email to

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