From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Agustin Martin Newsgroups: gmane.emacs.devel Subject: Re: Ispell loads dict twice. Date: Wed, 24 May 2006 13:28:46 +0200 Message-ID: <20060524112846.GA12046@agmartin.aq.upm.es> References: <87k69eyddj.fsf@lrde.org> <87fyj0r41g.fsf@lrde.org> 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 1148470287 11876 80.91.229.2 (24 May 2006 11:31:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 24 May 2006 11:31:27 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 24 13:31:25 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FiraC-0004fw-3M for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 13:31:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FiraB-00038b-Js for ged-emacs-devel@m.gmane.org; Wed, 24 May 2006 07:31:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fira0-00038M-CN for emacs-devel@gnu.org; Wed, 24 May 2006 07:31:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FirZy-00038A-AS for emacs-devel@gnu.org; Wed, 24 May 2006 07:31:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FirZy-000386-52 for emacs-devel@gnu.org; Wed, 24 May 2006 07:31:06 -0400 Original-Received: from [138.100.4.49] (helo=edison.ccupm.upm.es) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FireO-0004xd-IJ for emacs-devel@gnu.org; Wed, 24 May 2006 07:35:40 -0400 Original-Received: from mala.aq.upm.es (Agmartin.aq.upm.es [138.100.41.131]) by edison.ccupm.upm.es (8.13.6/8.13.6) with ESMTP id k4OBSkJE022562; Wed, 24 May 2006 13:28:46 +0200 Original-Received: by mala.aq.upm.es (Postfix, from userid 1000) id A3B2A77D3; Wed, 24 May 2006 13:28:46 +0200 (CEST) Original-To: emacs-devel@gnu.org Mail-Followup-To: emacs-devel@gnu.org Content-Disposition: inline In-Reply-To: <87fyj0r41g.fsf@lrde.org> User-Agent: Mutt/1.5.11+cvs20060403 X-MIME-Autoconverted: from 8bit to quoted-printable by edison.ccupm.upm.es id k4OBSkJE022562 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:55191 Archived-At: On Tue, May 23, 2006 at 08:26:19PM +0200, Micha=EBl Cadilhac wrote: > I don't want to be ... rude, I'm really a pacifist actually, but why > not just delete-process it ? >=20 > I often have some flyspellized buffers in English and some others in > French, the time I have to wait on every C-x o is kind of > disturbing... >=20 > I propose the following change: I had some problems when testing it by switching flyspellized buffers: - I activate flyspell mode in both files. - Select american as language for one and leave default for the other. When toggling repeteatedly between both buffers with the mouse, at some p= oint I get the error ... Ispell process killed Starting new Ispell process [default] ... Ispell process killed Starting new Ispell process [american] ... Ispell process killed Starting new Ispell process [default] ... Error in post-command-hook: (error ispell exited with signal Killed) Starting new Ispell process [default] ... Ispell process killed Starting new Ispell process [american] ... Error in post-command-hook: (error ispell exited with signal Killed) --=20 Agustin