From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Maikol Newsgroups: gmane.emacs.help Subject: Re: Ispell doesn't show all dictionaries Date: Wed, 26 Jun 2013 13:52:51 +0200 Message-ID: References: <19B34F81-F0AD-4590-9272-4F716D004AB1@Web.DE> <08F86E29-AE20-4624-A3A9-E692120B8B39@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1372247637 13591 80.91.229.3 (26 Jun 2013 11:53:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Jun 2013 11:53:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Peter Dyballa Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 26 13:53:59 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UroIQ-0007aN-Lf for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Jun 2013 13:53:58 +0200 Original-Received: from localhost ([::1]:33281 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UroIQ-0002S0-G7 for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Jun 2013 07:53:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UroI5-0002H0-Ij for help-gnu-emacs@gnu.org; Wed, 26 Jun 2013 07:53:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UroI1-0005dL-1d for help-gnu-emacs@gnu.org; Wed, 26 Jun 2013 07:53:37 -0400 Original-Received: from mail-ee0-x232.google.com ([2a00:1450:4013:c00::232]:36416) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UroI0-0005d3-QW for help-gnu-emacs@gnu.org; Wed, 26 Jun 2013 07:53:32 -0400 Original-Received: by mail-ee0-f50.google.com with SMTP id d49so7256594eek.37 for ; Wed, 26 Jun 2013 04:53:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=J/gvJCP5jsVuuJz3ZzDB8HeRogy73C1OK9U/B9yKAE0=; b=a1CoFZ38o1xv2tdSrqyvW0dEpjC7lClM9CqWOrEv0+mRWctePE7a0MqD0BX5d6lDfX EilkRAGwEbfjEdit3H0m9btvfseq5UhA6LIIvMPtzLb65PeKsDVdRm403dD3Bek/l4C/ ieni0fC3IygoWUiQRkFjKGl677Rmu24KzUXrDE8j9aVko8GGtueFyG73Jh2fFrfSyxaB Zd2MifE8SuPsekBdZKzgqE4uQqPZ4I5whd9mymwP9jT7SZCYgHZiiXYNC7oi2+snuvtY zqR8zr7Zz9gUpWXi2hTFKSsHCDzxXD/e/l9Y25z6oMPXyqTZTKqJSvN5Crduy44PlSMg GdOQ== X-Received: by 10.14.219.129 with SMTP id m1mr3591275eep.147.1372247611954; Wed, 26 Jun 2013 04:53:31 -0700 (PDT) Original-Received: by 10.15.36.9 with HTTP; Wed, 26 Jun 2013 04:52:51 -0700 (PDT) In-Reply-To: <08F86E29-AE20-4624-A3A9-E692120B8B39@web.de> X-Google-Sender-Auth: TsogAeopb8xQvW3v5xQqMalZmbA X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c00::232 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91729 Archived-At: I f ound it in /usr/share/emacs/site-lisp/site-start.el. It seems that the problem is in these lines, ;; > ;; Preload dynamic (i)Spell menu > ;; ----------------------------- > (if (not (load "/usr/lib/ispell/ispell-emacs-menu.el" t t)) > (let ((aspells (file-expand-wildcards "/usr/lib/aspell*"))) > (dolist (aspell aspells) > (if (and (stringp aspell) > (file-exists-p aspell)) > (load "ispell" nil t))))) > What do you think? B est regards.