From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Flyspell error Date: Sun, 2 Aug 2009 23:21:46 +0200 Message-ID: References: <83tz0souue.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249248147 14859 80.91.229.12 (2 Aug 2009 21:22:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Aug 2009 21:22:27 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Xah Lee Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 02 23:22:20 2009 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 1MXiVW-0002ZY-58 for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Aug 2009 23:22:18 +0200 Original-Received: from localhost ([127.0.0.1]:49665 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXiVV-0006EI-9D for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Aug 2009 17:22:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXiV6-0006Bg-9A for help-gnu-emacs@gnu.org; Sun, 02 Aug 2009 17:21:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXiV1-00069X-M2 for help-gnu-emacs@gnu.org; Sun, 02 Aug 2009 17:21:51 -0400 Original-Received: from [199.232.76.173] (port=35288 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXiV1-00069I-Cy for help-gnu-emacs@gnu.org; Sun, 02 Aug 2009 17:21:47 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.243]:57594) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXiV1-0003x0-4N for help-gnu-emacs@gnu.org; Sun, 02 Aug 2009 17:21:47 -0400 Original-Received: by an-out-0708.google.com with SMTP id b6so2445270ana.21 for ; Sun, 02 Aug 2009 14:21:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=+Iep4d9y6iUgbYkbaPrN8dlRlhY62CtkYHKUvedHVhI=; b=FLrmnbROIWbB8Uiw7cQ25Nv5puQrqc9rjETM2bBBNfBzOMbz1sPciXfPGpyqjJGy+n 6cQI9yFXGkiZhERRvYdlRNpPkyT0o3Kcb4sDcqoGsHq04oEdTT7RXTuvEJZGdvG7SIpu Sjv9ZIM8x7lRKK6jQnkvmzcn+7sk5YNcChGas= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ugxTtO96f+wadu5KERJm8dyfzNyJye/Ari94pByul7j2URbJaY+QuD+B5mQg43JvcX pxuARR2IYUJ7T6Tj+qJmSK+Nr1yg8ruYYRgszYH4LxuMzfnCU6YRHUdkmSVXQgEe5RYS tdsJzTUk7eGxZ8sFmpirN1e0AobpP3CPBESm8= Original-Received: by 10.100.108.2 with SMTP id g2mr174118anc.116.1249248106661; Sun, 02 Aug 2009 14:21:46 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:66681 Archived-At: On Sun, Aug 2, 2009 at 10:02 PM, Xah Lee wrote: > Richard Riley gave you this: > >> I didnt see the whole thread, but does he have: >> (setq-default ispell-program-name "aspell") > > however, i cant' find the var ispell-program-name in my emacs. Don't It is in ispell.el, if you do (require 'ispell) first you can see it. Perhaps it should be autoloaded.