From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: Adding ispell-multi.el and friends to Emacs Date: Sat, 16 Jun 2007 12:03:19 +0200 Message-ID: <4673B567.5040602@gmx.at> References: <87zm32k7zl.fsf@dur.ac.uk> <46725A27.4070406@gmx.at> <87ir9ohlt1.fsf@heslin.eclipse.co.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181988202 20095 80.91.229.12 (16 Jun 2007 10:03:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Jun 2007 10:03:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Peter Heslin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 16 12:03:21 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HzV7n-0004UJ-Oq for ged-emacs-devel@m.gmane.org; Sat, 16 Jun 2007 12:03:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzV7m-0007pJ-Sw for ged-emacs-devel@m.gmane.org; Sat, 16 Jun 2007 06:03:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzV7k-0007om-19 for emacs-devel@gnu.org; Sat, 16 Jun 2007 06:03:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzV7i-0007oG-EI for emacs-devel@gnu.org; Sat, 16 Jun 2007 06:03:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzV7i-0007oB-9y for emacs-devel@gnu.org; Sat, 16 Jun 2007 06:03:14 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HzV7h-0005ao-ES for emacs-devel@gnu.org; Sat, 16 Jun 2007 06:03:13 -0400 Original-Received: (qmail invoked by alias); 16 Jun 2007 10:03:12 -0000 Original-Received: from M3109P008.adsl.highway.telekom.at (EHLO [88.117.36.136]) [88.117.36.136] by mail.gmx.net (mp031) with SMTP; 16 Jun 2007 12:03:12 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/lt3wMv+Tl/9N2IwSXzaRVxdXmtSje/3AD6i+BNY FsKBBp+m6bHEu+ User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: de-DE, de, en-us, en In-Reply-To: <87ir9ohlt1.fsf@heslin.eclipse.co.uk> X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:73052 Archived-At: > I wasn't aware of the problem and I haven't looked into it closely, but > a quick test seems to indicate that loading ispell-multi.el makes this > bug go away. This would make sense, since ispell-multi tries to stop > the killing and restarting of ispell processes that would cause the > words accepted for the session to be lost. A corollary is that with > ispell-multi, words accepted for the session are also accepted for the > session in other buffers in the same language. I would tend to regard > that as a feature rather than a bug. Sounds reasonable. BTW, what happens when you "accept a word for the buffer" and there's a shared process for the current and another buffer? > Could you confirm that loading ispell-multi fixes the problem for you? FWIW it does but I can't test reliably. I don't use multiple languages with `ispell-word' because it usually complains about different character maps. `flyspell-mode' is a real pain on my system since it makes my cursor crawl. I wrote my own mode to avoid all that hassle.