From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Autoloading failed to define function ispell-region Date: Wed, 13 Feb 2008 00:11:50 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1202857948 3812 80.91.229.12 (12 Feb 2008 23:12:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Feb 2008 23:12:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Ulrich Scholz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 13 00:12:51 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 1JP4Iy-0003Le-3J for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Feb 2008 00:12:48 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JP4IU-0002VL-9k for geh-help-gnu-emacs@m.gmane.org; Tue, 12 Feb 2008 18:12:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JP4IB-0002Ud-2X for help-gnu-emacs@gnu.org; Tue, 12 Feb 2008 18:11:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JP4I6-0002S5-BF for help-gnu-emacs@gnu.org; Tue, 12 Feb 2008 18:11:58 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JP4I6-0002S2-7q for help-gnu-emacs@gnu.org; Tue, 12 Feb 2008 18:11:54 -0500 Original-Received: from fmmailgate03.web.de ([217.72.192.234]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JP4I5-0006w2-V4 for help-gnu-emacs@gnu.org; Tue, 12 Feb 2008 18:11:54 -0500 Original-Received: from smtp07.web.de (fmsmtp07.dlan.cinetic.de [172.20.5.215]) by fmmailgate03.web.de (Postfix) with ESMTP id F0427CEB2CF2; Wed, 13 Feb 2008 00:11:52 +0100 (CET) Original-Received: from [195.4.205.154] (helo=[192.168.1.2]) by smtp07.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1JP4I4-0000dT-00; Wed, 13 Feb 2008 00:11:52 +0100 In-Reply-To: X-Mailer: Apple Mail (2.753) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1/9zoC74S3GBlCH7KknYxNgi6SZ9pSkdLGIk8PX ttavhOvYC/m/qrNVucsnvzh2hX29HgEqGiZeZEFMj6u2e0W41o PtO5PYRsGwcATZnUGWeA== X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 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:51469 Archived-At: Am 12.02.2008 um 18:00 schrieb Ulrich Scholz: >> Adding a >> >> (require 'ispell) >> >> into your init file? It won't get loaded twice. > > requiring ispell yields the same error as discribed in my post > > Error while loading 50dictionaries-common Sorry, I misunderstood your description! Reading it again, it might =20 help then to add the line to 50dictionaries-common.el, quite early. =20 Obviously this file does use some ispell function before everything's =20= prepared. Another thing might need to be prepared, i.e. set: ispell-=20 program-name. At some time its value was changed from ispell to =20 aspell =96 could be this triggers the error. You can check that =20 variable's value. And you can also check which dictionaries for =20 aspell and ispell are available. BTW, what is debian support doing? Obviously debian is the culprit =20 making GNU Emacs load files that don't come with GNU Emacs. -- Mit friedvollen Gr=FC=DFen Pete Programming today is a race between software engineers striving to =20 build bigger and better idiot-proof programs, and the Universe trying =20= to produce bigger and better idiots. So far, the Universe is winning. =96 Rich Cook