From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Problem with flyspell? Date: Mon, 19 Jan 2009 21:49:59 +0100 Message-ID: <4974E777.1000405@alice.it> 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: ger.gmane.org 1232398278 18404 80.91.229.12 (19 Jan 2009 20:51:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2009 20:51:18 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 19 21:52:31 2009 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 1LP16W-0004Lu-W1 for ged-emacs-devel@m.gmane.org; Mon, 19 Jan 2009 21:52:17 +0100 Original-Received: from localhost ([127.0.0.1]:37985 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LP15G-00018H-00 for ged-emacs-devel@m.gmane.org; Mon, 19 Jan 2009 15:50:58 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LP14S-0000ow-RU for emacs-devel@gnu.org; Mon, 19 Jan 2009 15:50:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LP14Q-0000oI-Nt for emacs-devel@gnu.org; Mon, 19 Jan 2009 15:50:08 -0500 Original-Received: from [199.232.76.173] (port=50382 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LP14Q-0000o8-E2 for emacs-devel@gnu.org; Mon, 19 Jan 2009 15:50:06 -0500 Original-Received: from smtp-out113.alice.it ([85.37.17.113]:1933) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LP14P-0007Ws-LH for emacs-devel@gnu.org; Mon, 19 Jan 2009 15:50:06 -0500 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out113.alice.it with Microsoft SMTPSVC(6.0.3790.1830); Mon, 19 Jan 2009 21:50:08 +0100 Original-Received: from FBCMCL01B06.fbc.local ([192.168.69.87]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 19 Jan 2009 21:50:07 +0100 Original-Received: from [82.57.154.117] ([82.57.154.117]) by FBCMCL01B06.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Mon, 19 Jan 2009 21:50:02 +0100 User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) X-OriginalArrivalTime: 19 Jan 2009 20:50:02.0208 (UTC) FILETIME=[7FE37600:01C97A77] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:107998 Archived-At: Agustin Martin wrote: > if, as I guess, you use aspell. Indeed! > As a matter of fact, you should have found the behavior you currently find > until ispell.el 1.228 (Thu Apr 24 2008). If I have well understood, that was the reason for which I did put (I do not remember when) (setq desktop-locals-to-save (cons 'ispell-local-dictionary desktop-locals-to-save)) in my .emacs file, otherwise I had to restore the 'it' dict. each time I started Emacs. But then I noted that Emacs by default used 'it' so my theory on LANG var. was born... Thanks a lot for the detailed explanation! Angelo