From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Adding ispell-multi.el and friends to Emacs Date: Sat, 16 Jun 2007 13:55:48 +0300 Message-ID: References: <87zm32k7zl.fsf@dur.ac.uk> <46725A27.4070406@gmx.at> <87ir9ohlt1.fsf@heslin.eclipse.co.uk> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1181991356 28333 80.91.229.12 (16 Jun 2007 10:55:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Jun 2007 10:55:56 +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:55:55 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 1HzVwg-00042P-NT for ged-emacs-devel@m.gmane.org; Sat, 16 Jun 2007 12:55:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzVwg-0000Zc-9C for ged-emacs-devel@m.gmane.org; Sat, 16 Jun 2007 06:55:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzVwc-0000X7-Mn for emacs-devel@gnu.org; Sat, 16 Jun 2007 06:55:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzVwb-0000Wu-Bb for emacs-devel@gnu.org; Sat, 16 Jun 2007 06:55:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzVwb-0000Wr-6P for emacs-devel@gnu.org; Sat, 16 Jun 2007 06:55:49 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HzVwa-0005KO-M3 for emacs-devel@gnu.org; Sat, 16 Jun 2007 06:55:48 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-245-228.inter.net.il [83.130.245.228]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GZQ10007 (AUTH halo1); Sat, 16 Jun 2007 13:55:52 +0300 (IDT) In-reply-to: <87ir9ohlt1.fsf@heslin.eclipse.co.uk> (message from Peter Heslin on Fri, 15 Jun 2007 23:53:14 +0100) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:73057 Archived-At: > From: Peter Heslin > Date: Fri, 15 Jun 2007 23:53:14 +0100 > > 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. In some situations it could actually be a misfeature. Imagine that I tell flyspell to accept words that are special to some programming language. For example, in a Texinfo buffer, I might allow some @-commands. Another similar case is that some rare acronyms or personal names turn up frequently in some text, so I want to allow them in that one buffer. So it sounds like this feature should be optional, although I don't mind it being on by default.