From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Michael D. Vose" Newsgroups: gmane.emacs.help Subject: Re: Cannot open load file: ispell Date: Mon, 28 Jan 2008 10:18:54 -0500 Message-ID: References: <4a402892-3cc5-4818-b77c-e9ffab78f3c4@m34g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1201545697 3567 80.91.229.12 (28 Jan 2008 18:41:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jan 2008 18:41:37 +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 Mon Jan 28 19:41:58 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 1JJYvF-0005U7-0i for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jan 2008 19:41:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJYuo-0006Un-1d for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jan 2008 13:41:06 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJVlU-0006DX-MW for help-gnu-emacs@gnu.org; Mon, 28 Jan 2008 10:19:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJVlT-0006Ct-7W for help-gnu-emacs@gnu.org; Mon, 28 Jan 2008 10:19:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJVlT-0006Cq-30 for help-gnu-emacs@gnu.org; Mon, 28 Jan 2008 10:19:15 -0500 Original-Received: from gandalf.cs.utk.edu ([160.36.59.7]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JJVlT-0005ag-CD for help-gnu-emacs@gnu.org; Mon, 28 Jan 2008 10:19:15 -0500 Original-Received: from vose by gandalf.cs.utk.edu with local (Exim 4.68) (envelope-from ) id 1JJVl8-0001Dc-KQ; Mon, 28 Jan 2008 10:18:54 -0500 In-reply-to: <4a402892-3cc5-4818-b77c-e9ffab78f3c4@m34g2000hsf.googlegroups.com> (message from Ulrich Scholz on Fri, 25 Jan 2008 15:07:01 -0800 (PST)) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-Mailman-Approved-At: Mon, 28 Jan 2008 13:37:43 -0500 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:51035 Archived-At: I don't know beans about fixing emacs... but the following is in my .emacs file and I do recall that putting it there seemed to concide with having some problems go away... (autoload 'ispell-word "ispell" "Check the spelling of word in buffer." t) (autoload 'ispell-region "ispell" "Check the spelling of region." t) (autoload 'ispell-buffer "ispell" "Check the spelling of buffer." t) Good luck, Michael