From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: ispell dictionaries Date: Mon, 27 Feb 2017 05:29:59 +0200 Message-ID: <83wpccpayw.fsf@gnu.org> References: <20170226215624.fuwxfkmxsiyoh44k@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1488166248 28842 195.159.176.226 (27 Feb 2017 03:30:48 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 27 Feb 2017 03:30:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 27 04:30:43 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ciC1K-0006qj-7C for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Feb 2017 04:30:42 +0100 Original-Received: from localhost ([::1]:50071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciC1Q-0005VF-7e for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Feb 2017 22:30:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciC10-0005V7-8J for help-gnu-emacs@gnu.org; Sun, 26 Feb 2017 22:30:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ciC0x-0007cg-18 for help-gnu-emacs@gnu.org; Sun, 26 Feb 2017 22:30:22 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:51103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciC0w-0007cc-V1 for help-gnu-emacs@gnu.org; Sun, 26 Feb 2017 22:30:18 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2456 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ciC0w-0001q4-39 for help-gnu-emacs@gnu.org; Sun, 26 Feb 2017 22:30:18 -0500 In-reply-to: <20170226215624.fuwxfkmxsiyoh44k@gmail.com> (message from Anast Gramm on Sun, 26 Feb 2017 23:56:24 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112383 Archived-At: > Date: Sun, 26 Feb 2017 23:56:24 +0200 > From: Anast Gramm > > I read ispell documentation and i find this function: > ispell-find-aspell-dictionaries C-h f says this: > > -------- > ispell-find-aspell-dictionaries is a compiled Lisp function in ‘ispell.el’. > > (ispell-find-aspell-dictionaries) > > Find Aspell’s dictionaries, and record in ‘ispell-dictionary-alist’. > -------- > > My question is how can I record them in ispell-dictionary-alist. Why do you need to do that? This function is called automatically by ispell.el whenever you start spell-checking using aspell. You shouldn't need to invoke it manually. > By the way, ispell-find-aspell-dictionaries returns a different list that > ispell-dictionary-alist, and I want to use the first one since it has greek in it That should happen automatically. If it doesn't work for you, I suggest to tell the details, perhaps there's some bug.