From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: using aspell with ispell.el Date: Fri, 13 Jan 2006 19:00:52 +0100 Message-ID: <0388A1F2-FBB5-4EC6-8BA8-25028D2DAC3D@Web.DE> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1137183167 2272 80.91.229.2 (13 Jan 2006 20:12:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Jan 2006 20:12:47 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 13 21:12:42 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 1ExVHV-0007a7-Sj for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jan 2006 21:12:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExVJf-0007D4-3l for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jan 2006 15:14:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ExTGh-0006vv-RO for help-gnu-emacs@gnu.org; Fri, 13 Jan 2006 13:03:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ExTGe-0006tg-10 for help-gnu-emacs@gnu.org; Fri, 13 Jan 2006 13:03:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ExTGZ-0006sT-CT for help-gnu-emacs@gnu.org; Fri, 13 Jan 2006 13:03:11 -0500 Original-Received: from [217.72.192.226] (helo=smtp08.web.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1ExTJa-0001Jm-FN for help-gnu-emacs@gnu.org; Fri, 13 Jan 2006 13:06:18 -0500 Original-Received: from [84.245.180.230] (helo=[192.168.1.2]) by smtp08.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.105 #340) id 1ExTEN-0001kw-00; Fri, 13 Jan 2006 19:00:55 +0100 In-Reply-To: X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: Klaus Berndl X-Mailer: Apple Mail (2.746.2) X-Sender: Peter_Dyballa@web.de 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:32626 Archived-At: Am 13.01.2006 um 14:18 schrieb Klaus Berndl: > is there a sort description how to customize ispell.el so not =20 > ispell ut aspell > can be used (incl. using different dictionaries)? ; (setq ispell-program-name "ispell") (setq ispell-program-name "aspell") (if (string=3D "aspell" ispell-program-name) (progn ; (setq ispell-extra-args "--norm-form=3Dcomp --norm-required =20= --run-together") ; (setq ispell-dictionary "en_GB-ise-w_accents") (setq ispell-dictionary "deutsch") (set-default 'ispell-local-dictionary ispell-=20 dictionary);"deutsch") (add-hook 'TeX-language-en-hook (function (lambda () =20 (ispell-change-dictionary "british")))) (add-hook 'TeX-language-de-hook (function (lambda () =20 (ispell-change-dictionary ispell-dictionary))));"deutsch")))) (message "Alles f=FCr =ABa=BBspell") ) (setq ispell-dictionary "german8") (add-hook 'TeX-language-en-hook (function (lambda () =20 (ispell-change-dictionary "british")))) (add-hook 'TeX-language-de-hook (function (lambda () =20 (ispell-change-dictionary "deutsch8")))) (message "Alles f=FCr =BBi=ABspell") ) -- Mit friedvollen Gr=FC=DFen Pete When you meet a master swordsman, show him your sword. When you meet a man who is not a poet, do not show him your poem. -- Rinzai, ninth century Zen master