all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: michael.cadilhac@lrde.org (Michaël Cadilhac)
Cc: help-gnu-emacs@gnu.org
Subject: Re: Do-you Aspell for French?
Date: Tue, 29 Aug 2006 22:29:50 +0200	[thread overview]
Message-ID: <873bbf9tfl.fsf@lrde.org> (raw)
In-Reply-To: <87r6yzicji.fsf@missioncriticalit.com> (Sébastien Vauban's message of "Tue, 29 Aug 2006 19:09:53 GMT")


[-- Attachment #1.1: Type: text/plain, Size: 925 bytes --]

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 #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

  reply	other threads:[~2006-08-29 20:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-29 10:31 cc mode, c offset alist Florian Kaufmann
2006-08-29 19:09 ` Do-you Aspell for French? Sébastien Vauban
2006-08-29 20:29   ` Michaël Cadilhac [this message]
     [not found]   ` <mailman.5961.1156884196.9609.help-gnu-emacs@gnu.org>
2006-08-30 19:44     ` Sébastien Vauban
2006-08-30 20:30       ` Peter Dyballa
2006-08-30 20:53         ` Michaël Cadilhac
2006-08-30 21:42           ` Peter Dyballa
2006-08-30 22:27             ` Michaël Cadilhac
     [not found]             ` <mailman.6056.1156976889.9609.help-gnu-emacs@gnu.org>
2006-08-31 21:01               ` Sébastien Vauban
2006-09-22 10:25               ` Sébastien Vauban

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=873bbf9tfl.fsf@lrde.org \
    --to=michael.cadilhac@lrde.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.