unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: henri-biard@francemel.fr
Cc: 49039@debbugs.gnu.org
Subject: bug#49039: Aspell in Emacs
Date: Tue, 15 Jun 2021 18:26:19 +0300	[thread overview]
Message-ID: <83fsxj409w.fsf@gnu.org> (raw)
In-Reply-To: <ea-mime-60c8c2ac-289a-784776e8@www-7.mailo.com> (henri-biard@francemel.fr)

> From: henri-biard@francemel.fr
> Cc: 49039@debbugs.gnu.org
> Date: Tue, 15 Jun 2021 17:09:32 +0200 (CEST)
> 
> Currently, I can only find a brief mention in
> 
> 16.4 Checking and Correcting Spelling

It isn't a brief mention, it's a whole section dedicated to
spell-checking commands.

> It is unfortunate that emacs are still uses the name "ispell" because it erroneously
> makes believe that one is making use of ispell, even thogh one in using ispell.

If you read that section, you will realize that "ispell" is the name
of the Lisp package, and does not mean we only use "ispell" the
program.  That section says so at its very beginning.

> Would you seriously consider have a generic spell framework for emacs that
> one can set up to use ispell, aspell etc.

We already have such a generic framework.

> In my opinion, the default should be set
> to use aspell because its manual says that it ought to do a superior job and is intended
> to replace ispell. 

The default is already aspell:

  (defcustom ispell-program-name
    (or (executable-find "aspell")
	(executable-find "ispell")
	(executable-find "hunspell")
	"ispell")

As you see, Emacs looks for a program in the order shown above, with
aspell being the first one.

> Does one use the command this way
> 
> (setq ispell-program-name "aspell)
> 
> or this way
> 
> (setq ispell-program-name "/usr/bin/aspell")

If aspell is on PATH, it doesn't matter which form you use.  If it is
not on PATH, then you should use the absolute file name.





  reply	other threads:[~2021-06-15 15:26 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15 13:41 bug#49039: Aspell in Emacs henri-biard
2021-06-15 14:24 ` Eli Zaretskii
2021-06-15 15:05   ` Lars Ingebrigtsen
2021-06-15 15:09   ` henri-biard
2021-06-15 15:26     ` Eli Zaretskii [this message]
2021-06-15 17:00       ` henri-biard
2021-06-15 17:30         ` Eli Zaretskii
2021-06-15 17:51           ` Eli Zaretskii
2021-06-15 18:09             ` henri-biard
2021-06-15 18:03           ` henri-biard
2021-06-15 18:12             ` Eli Zaretskii
2021-06-15 19:20               ` henri-biard
2021-06-15 19:25               ` henri-biard

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=83fsxj409w.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=49039@debbugs.gnu.org \
    --cc=henri-biard@francemel.fr \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).