From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: lanas Newsgroups: gmane.emacs.help Subject: Re: Flyspell: changing the language 'on the fly' Date: Sun, 13 Sep 2009 12:27:51 -0400 Message-ID: <20090913122751.3d84eef8@mistral.stie> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1252859377 13210 80.91.229.12 (13 Sep 2009 16:29:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Sep 2009 16:29:37 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Sep 13 18:29:30 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 1MmrxA-0003nc-RD for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Sep 2009 18:29:29 +0200 Original-Received: from localhost ([127.0.0.1]:59794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mmrx9-0005om-Po for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Sep 2009 12:29:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mmrvn-00056S-Cq for help-gnu-emacs@gnu.org; Sun, 13 Sep 2009 12:28:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mmrvi-00055D-4r for help-gnu-emacs@gnu.org; Sun, 13 Sep 2009 12:28:02 -0400 Original-Received: from [199.232.76.173] (port=50129 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mmrvh-000558-Rd for help-gnu-emacs@gnu.org; Sun, 13 Sep 2009 12:27:57 -0400 Original-Received: from ms.securenet.net ([205.236.147.20]:59232 helo=mail.securenet.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mmrvh-0005Hc-JQ for help-gnu-emacs@gnu.org; Sun, 13 Sep 2009 12:27:57 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.securenet.net (Postfix) with ESMTP id 4AD7AC525 for ; Sun, 13 Sep 2009 12:27:57 -0400 (EDT) X-Virus-Scanned: by f-prot anti-virus, and clamav anti-virus at SecureNet Inc. Original-Received: from mail.securenet.net ([127.0.0.1]) by localhost (ms.securenet.net [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id jOv2HDHFZN1S for ; Sun, 13 Sep 2009 12:27:52 -0400 (EDT) Original-Received: from mistral.stie (mtl-pppoe-adsl448.securenet.net [66.38.237.193]) by mail.securenet.net (Postfix) with ESMTP id 3E71CC4C6 for ; Sun, 13 Sep 2009 12:27:52 -0400 (EDT) In-Reply-To: X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.8; x86_64-redhat-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:68113 Archived-At: On 13 Sep 2009 15:17:37 GMT, Joost Kremers wrote : > doesn't flyspell use ispell-* for spell-checking? in that case, you > can use M-x ispell-change-dictionary to set a local dictionary for a > buffer. Thanks. That was the missing link. Works well now.