From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Fran=E7ois?= Gannaz Newsgroups: gmane.emacs.help Subject: Re: enhance flyspell for german language (+TeX) Date: Thu, 9 Feb 2006 12:37:53 +0100 Message-ID: <20060209113752.GA6532@free.fr> References: <200602081612.10150.sebastianmeisel@web.de> <20060209003836.GA21712@free.fr> <200602091115.59268.sebastianmeisel@web.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1139498653 26293 80.91.229.2 (9 Feb 2006 15:24:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 9 Feb 2006 15:24:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 09 16:24:12 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F7DeT-0007GT-R5 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Feb 2006 16:24:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7DBb-0000KA-W6 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Feb 2006 09:54:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7BBW-0005Gm-7a for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 07:46:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7AM0-00069B-Fv for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 06:52:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7ABA-0005Wt-07 for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 06:41:40 -0500 Original-Received: from [194.158.104.223] (helo=relay-em.club-internet.fr) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7AEg-0001CY-TN for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 06:45:19 -0500 Original-Received: from pandion (d02m-62-34-200-1.d4.club-internet.fr [62.34.200.1]) by relay-em.club-internet.fr (Postfix) with ESMTP id 2918225612 for ; Thu, 9 Feb 2006 12:41:39 +0100 (CET) Original-Received: from zamansky by pandion with local (Exim 4.52) id 1F7A7V-0001jo-9x for help-gnu-emacs@gnu.org; Thu, 09 Feb 2006 12:37:53 +0100 Original-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: <200602091115.59268.sebastianmeisel@web.de> User-Agent: Mutt/1.5.11 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33102 Archived-At: Le jeu 09 f=E9v 11:15, Sebastian Meisel a =E9crit : > Not only does aspell have the same problems, but for me it made flyspe= ll=20 > crash very often. I also don't think, that a word-by-word spell-program= is=20 > the place were that problem can be solved, as flyspell would only give = part=20 > of the word to the spell programm, if I use "-. Or can I make flyspell=20 > provide the whole word to the spell programm. I could then write a=20 > perl-script as a pipe, which does the job, I'd like flyspell to do. All= though=20 > I think that flyspell would be the better place, an probably the faster= =20 > solution. Modifying flyspell is too big a task for me, so I just thought it was worth to try if aspell behaved better on combined words. There is a flyspell-incorrect-hook, so you might use it to forward the word (or the sentence) to perl. It could also be used to enhance flyspell in lisp, I guess. By the way, I saw this in flyspell.el : (defcustom flyspell-dictionaries-that-consider-dash-as-word-delimiter '("francais" "deutsch8" "norsk") But I don't know if it's useful. -- Fran=E7ois