all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Riley <rileyrgdev@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Flyspell error
Date: Sun, 02 Aug 2009 22:28:53 +0200	[thread overview]
Message-ID: <h54tc9$542$1@rileyrgdev.eternal-september.org> (raw)
In-Reply-To: f6535589-5c26-4e4f-a54d-700aa432f626@p10g2000prm.googlegroups.com

Xah Lee <xahlee@gmail.com> writes:

> On Aug 2, 12:10 am, sam jesse <rev...@gmail.com> wrote:
>> I installed Aspell and not Ispell.
>> I now have Start > Programs > Aspell ...
>> can I start this application on its own to see if it is working fine?
>
> type Win+r, then launch cmd.exe.
> cd to your aspell dir, then type aspell. It should run like that.
>
>> it
>> does not seam to provide a short cut for running the application.
>> I seam to missing the bigger picture; why the error trace says ispell when I
>> have aspell installed, I have ispell.el and ispell.elc in
>> C:\Documents and Settings\emp1\My Documents\emacs-22.3\lisp\textmodes
>
> you need to tell emacs that your spelling program is aspell not
> ispell.
>
> 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

I'm not sure what you mean by "can't find".

http://www.emacswiki.org/emacs/InteractiveSpell

http://www.emacswiki.org/emacs/InteractiveSpell#toc5

,----
| You might be interested in using a different spell checker. In
| particular, Aspell is a fairly new replacement for much of Ispell’s
| functionality. Fortunately, using Aspell with Emacs is very easy:
| 
|     (setq ispell-program-name "aspell")
| 
| (Aspell has an Ispell-emulation mode, so it behaves like ispell.el
| expects.)
| 
| For lots more information on Aspell, see the Aspell website:
| 
|     * http://aspell.net/
| 
| Compared with Ispell, Aspell is much better at coming up with suggested
| spellings, and at putting them in likely order. This is particularly
| useful when used with flyspell-auto-correct-previous-word, where you can
| iterate through suggested spellings – it’s much more useful when the
| correct spelling is near the head of the list.
| 
| The problem with using aspell with flyspell is that in its default mode,
| it it a lot slower than ispell. Fortunately, you can tell it to speed
| up, though this reduces somewhat the quality of its suggestions. So try
| this:
| 
|     (setq ispell-program-name "aspell") (setq ispell-extra-args
|     '("--sug-mode=ultra"))
| 
| According to the aspell documentation, “ultra” is the fastest mode,
| which is still twice as slow as ispell; but I don’t notice the
| difference from ispell on my machine. If your machine is fast enough, a
| better option might be to try “fast” mode, which is twice as slow as
| “ultra”, but more accurate. The “normal” mode, which is the aspell
| default, is even more accurate, but is reportedly 10 times slower than
| “fast” mode, and on my machine it makes editing and motion around the
| buffer noticeably sluggish when in flyspell-mode. YMMV, depending on how
| fast your machine is, and how big your word-lists are.
`----


  reply	other threads:[~2009-08-02 20:28 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-01  0:06 Flyspell error sam jesse
2009-08-01  7:29 ` Eli Zaretskii
2009-08-01  8:53   ` sam jesse
2009-08-01 10:01     ` Eli Zaretskii
     [not found]     ` <mailman.3634.1249120899.2239.help-gnu-emacs@gnu.org>
2009-08-01 10:13       ` Richard Riley
     [not found]   ` <mailman.3635.1249129213.2239.help-gnu-emacs@gnu.org>
2009-08-01 21:58     ` Xah Lee
2009-08-02  7:10       ` sam jesse
     [not found]       ` <mailman.3687.1249222316.2239.help-gnu-emacs@gnu.org>
2009-08-02 20:02         ` Xah Lee
2009-08-02 20:28           ` Richard Riley [this message]
2009-08-03  0:08             ` Xah Lee
2009-08-03  0:10               ` Xah Lee
2009-08-03 20:51                 ` sam jesse
2009-08-03 20:54                   ` sam jesse
2009-08-03 22:21                   ` Xah Lee
2009-08-03 23:12                     ` sam jesse
     [not found]                   ` <mailman.3801.1249343719.2239.help-gnu-emacs@gnu.org>
2009-08-04  2:17                     ` Xah Lee
2009-08-04  4:44                       ` sam jesse
2009-08-04 17:34                         ` suvayu ali
2009-08-04 18:10                         ` Eli Zaretskii
     [not found]                         ` <mailman.3862.1249407393.2239.help-gnu-emacs@gnu.org>
2009-08-04 18:57                           ` Xah Lee
     [not found]                         ` <mailman.3868.1249409494.2239.help-gnu-emacs@gnu.org>
2009-08-04 19:02                           ` Xah Lee
2009-08-04 21:29                             ` sam jesse
2009-08-04 22:06                             ` setevn PATH vs exec-path [was Re: Flyspell error] Xah Lee
2009-08-05  5:52                               ` Lennart Borgman
     [not found]                               ` <mailman.3919.1249451575.2239.help-gnu-emacs@gnu.org>
2009-08-05 12:40                                 ` Xah Lee
2009-08-05 17:14                               ` Eli Zaretskii
2009-08-05 17:25                                 ` Drew Adams
     [not found]                               ` <mailman.3953.1249492495.2239.help-gnu-emacs@gnu.org>
2009-08-05 23:51                                 ` Xah Lee
2009-08-07  9:30                                   ` Eli Zaretskii
     [not found]                                   ` <mailman.4107.1249637430.2239.help-gnu-emacs@gnu.org>
2009-08-07 11:43                                     ` Xah Lee
     [not found]                             ` <mailman.3916.1249445924.2239.help-gnu-emacs@gnu.org>
2009-08-05  7:03                               ` Flyspell error Xah Lee
2009-08-05  7:07                               ` Anselm Helbig
2009-08-05 17:46                                 ` sam jesse
2009-08-06  7:48                                   ` sam jesse
2009-08-02 21:21           ` 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='h54tc9$542$1@rileyrgdev.eternal-september.org' \
    --to=rileyrgdev@gmail.com \
    --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.