all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Politz <politza@fh-trier.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Enabling Flyspell mode gave an error
Date: Wed, 05 Nov 2008 18:46:53 +0100	[thread overview]
Message-ID: <1225907284.763404@arno.fh-trier.de> (raw)
In-Reply-To: <e406fa5d-4eb4-452c-90bb-99dc23c74ced@p31g2000prf.googlegroups.com>

jeep wrote:
> On Nov 4, 10:37 am, jeep <jeepeter...@gmail.com> wrote:
>> Howdy all,
>>
>> I am trying to enable flyspell mode and I'm having a problem. I'm
>> using GNU Emacs 22.3.1 on Windows XP and aspell. When I try to "M-x
>> flyspell-mode" in a buffer, I get the error message:
>>     Enabling Flyspell mode gave an error
>> (I've tried it in many different major modes including text,
>> Fundamental, Lisp...)
>>
>> I don't see any other indication of what the problem could be. I can
>> us all the ispell commands (eg. I can M-$ to check the spelling of a
>> particular word). I originally thought that it might be a conflict
>> with all the configurations I've done, so I removed my _emacs file and
>> tried it from a base install and I eval'd this:
>>     (setq-default ispell-program-name "aspell")
>>
>> Then I can M-$ to check the word, but I still cannot enable flyspell-
>> mode and it gives me the same error.
>>
>> Where can I look to get more information to help me figure out this
>> problem? I've searched for it on the internet and all I find is other
>> people asking the question with no answers.
>>
>> Thanks,
>> -JEEP
>> Joe Peterson
> 
> No one has any suggestions on where I should look next? :(
> 
> -JEEP

Enable debug-on-error via 'M-x toggle-debug-on-error', then start flyspell-mode
again and examine the error.
If that does not work, try edebug. Open the file where flyspell-mode is
defined. Reeval the function with 'C-u C-M-x' and again, start flyspell-mode.
Now you are in edebug-mode. Hit Space till you get the error. Press 'i' to
enable debugging of the called function after point.

-ap


  reply	other threads:[~2008-11-05 17:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-04 18:37 Enabling Flyspell mode gave an error jeep
2008-11-05 17:29 ` jeep
2008-11-05 17:46   ` Andreas Politz [this message]
2008-11-05 22:18     ` jeep
2008-11-05 22:52       ` Andreas Politz
2008-11-06  0:12       ` jeep
2008-11-05 18:03   ` Lennart Borgman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1225907284.763404@arno.fh-trier.de \
    --to=politza@fh-trier.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.