From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Spellcheck against multiple dictionaries? Date: Thu, 19 Mar 2009 16:34:19 +0100 Message-ID: References: <49C09110.9010105@gmx.at> <5f0660120903181236g3714f647ia568e3d02ae4fe56@mail.gmail.com> <957727de-bc65-4e5a-867f-32215d0896f8@b38g2000prf.googlegroups.com> <87eiwtfuvx.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1237479929 17490 80.91.229.12 (19 Mar 2009 16:25:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Mar 2009 16:25:29 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Miles Bader Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 19 17:26:46 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LkL4f-0000Zt-Lx for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Mar 2009 17:26:29 +0100 Original-Received: from localhost ([127.0.0.1]:55005 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkL3I-0007dS-L2 for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Mar 2009 12:25:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LkKGK-0001tV-Cy for help-gnu-emacs@gnu.org; Thu, 19 Mar 2009 11:34:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LkKGE-0001q4-Le for help-gnu-emacs@gnu.org; Thu, 19 Mar 2009 11:34:26 -0400 Original-Received: from [199.232.76.173] (port=53161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LkKGE-0001pu-B3 for help-gnu-emacs@gnu.org; Thu, 19 Mar 2009 11:34:22 -0400 Original-Received: from mail-fx0-f166.google.com ([209.85.220.166]:51572) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LkKGD-0001Kk-0C; Thu, 19 Mar 2009 11:34:21 -0400 Original-Received: by fxm10 with SMTP id 10so508617fxm.42 for ; Thu, 19 Mar 2009 08:34:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=lVUM5edkmXJH4tlpr+H3neB9IBeObqNheqebYaRy0DQ=; b=HD8RFnjp7L850OUtjvyEJYfngHUsjpqiZXcG104cn3wPOuzGGLlK8YYYsmIAkSchJy jbThA4Crmr3mDiNcWydSt2L3ZIkcQ7fdMwgDq7+8PCH89WND9zfpeqjcAXlpyFymlOTq 3IXNMBwbd8hlH8eOYooIGMZ5HOBSrvYhUZYik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Llf2qefyrMnQ8RPEqYhZPOTZ1Ittj6Grrxy1x/iEsQ2mb7u3zg1+EwjYQyw1JrAFm6 bDiMrshWVooYxyDz81piARGgSJIqokJGY6NJ1loGQjrQt6+IvTDlbygejI4l16G6CSQ/ ryxeeYgMBY81LlJKcKpQilyGp/2MJMNARoZ0s= Original-Received: by 10.223.108.75 with SMTP id e11mr2193796fap.97.1237476859073; Thu, 19 Mar 2009 08:34:19 -0700 (PDT) In-Reply-To: <87eiwtfuvx.fsf@catnip.gol.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:63097 Archived-At: On Thu, Mar 19, 2009 at 3:29 PM, Miles Bader wrote: > Potentially, it seems that you could keep multiple ispell processes > around, and feed each word to _all_ active processes. I think Peter Heslin implemented something like that here: http://www.dur.ac.uk/p.j.heslin/Software/Emacs/ (Wasn't there a discussion about getting this into Emacs? Or am I just dreaming?)