From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Scholz Newsgroups: gmane.emacs.help Subject: Re: Error while loading 50dictionaries-common Date: Fri, 15 Feb 2008 03:25:22 -0800 (PST) Organization: http://groups.google.com Message-ID: <7dcb4fe0-aa88-46b9-8210-f8cab66dc9bc@e25g2000prg.googlegroups.com> References: <87y79pu7ms.fsf@lion.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203075659 22845 80.91.229.12 (15 Feb 2008 11:40:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Feb 2008 11:40:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 15 12:41:22 2008 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 1JPywS-0000kW-Sp for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Feb 2008 12:41:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPyvz-0006aD-4u for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Feb 2008 06:40:51 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e25g2000prg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 212.126.215.62 Original-X-Trace: posting.google.com 1203074722 20358 127.0.0.1 (15 Feb 2008 11:25:22 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 15 Feb 2008 11:25:22 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e25g2000prg.googlegroups.com; posting-host=212.126.215.62; posting-account=6nLwcwoAAACyuDWy5iNg9hYCXPlbqduH User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.25 (X11; Linux i686; U; en),gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:156178 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:51554 Archived-At: I solved the problem by putting (setq load-path (append (list "/usr/share/emacs/site-lisp/dictionaries- common") load-path)) into my .emacs This directory contains ispell.el. The hell knows why this is necessary. Thanks, Ulrich