all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* According to Emacs manual, "Aspell, Ispell or Hunspell" integrate automatically with Emacs, it doesn't with Hunspell
@ 2018-02-19 12:20 Kyaw
  2018-02-19 13:22 ` Kyaw
  2018-02-19 15:41 ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Kyaw @ 2018-02-19 12:20 UTC (permalink / raw)
  To: help-gnu-emacs

My Emacs work fine with Aspell but not with Hunspell. I installed Hunspell
and Hunspell-en_US in Arch Linux. Hunspell works fine with LibreOffice and
Firefox. Emacs doesn't detect Hunspell.
How do I make Emacs recognize Hunspell. I'm somewhat new to Emacs. I'm
reading "Learning GNU/Emacs" for now. The book also describes Hunspell will
work fine with Emacs automatically.
I check Emacs Wiki. It say so too.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: According to Emacs manual, "Aspell, Ispell or Hunspell" integrate automatically with Emacs, it doesn't with Hunspell
  2018-02-19 12:20 According to Emacs manual, "Aspell, Ispell or Hunspell" integrate automatically with Emacs, it doesn't with Hunspell Kyaw
@ 2018-02-19 13:22 ` Kyaw
  2018-02-19 15:41 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Kyaw @ 2018-02-19 13:22 UTC (permalink / raw)
  To: help-gnu-emacs

With only Hunspell, pressing M-$ says
Starting new Ispell process /usr/bin/aspell with default dictionary...
Error: No word lists can be found for the language "en_US".


On Mon, Feb 19, 2018 at 6:50 PM, Kyaw <jeckferson@gmail.com> wrote:

> My Emacs work fine with Aspell but not with Hunspell. I installed Hunspell
> and Hunspell-en_US in Arch Linux. Hunspell works fine with LibreOffice and
> Firefox. Emacs doesn't detect Hunspell.
> How do I make Emacs recognize Hunspell. I'm somewhat new to Emacs. I'm
> reading "Learning GNU/Emacs" for now. The book also describes Hunspell will
> work fine with Emacs automatically.
> I check Emacs Wiki. It say so too.
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: According to Emacs manual, "Aspell, Ispell or Hunspell" integrate automatically with Emacs, it doesn't with Hunspell
  2018-02-19 12:20 According to Emacs manual, "Aspell, Ispell or Hunspell" integrate automatically with Emacs, it doesn't with Hunspell Kyaw
  2018-02-19 13:22 ` Kyaw
@ 2018-02-19 15:41 ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2018-02-19 15:41 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Kyaw <jeckferson@gmail.com>
> Date: Mon, 19 Feb 2018 18:50:11 +0630
> 
> My Emacs work fine with Aspell but not with Hunspell. I installed Hunspell
> and Hunspell-en_US in Arch Linux. Hunspell works fine with LibreOffice and
> Firefox. Emacs doesn't detect Hunspell.
> How do I make Emacs recognize Hunspell.

First, make sure Hunspell works from the shell prompt.  E.g., type
from the shell command line "hunspell SOME-FILE" and see that you get
Hunspell's UI with the first misspelled word highlighted.

If that works, then your problem could be that by default Emacs looks
for the spellers in this order:

  . aspell
  . ispell
  . hunspell

So if you have both Aspell and Hunspell installed, customize the
variable ispell-program-name to have the value "hunspell".  You need
to perform this customization _before_ you invoke ispell-word or
ispell-buffer the first time.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* According to Emacs manual, "Aspell, Ispell or Hunspell" integrate automatically with Emacs, it doesn't with Hunspell
@ 2018-02-23 16:23 Kyaw
  0 siblings, 0 replies; 4+ messages in thread
From: Kyaw @ 2018-02-23 16:23 UTC (permalink / raw)
  To: eliz, help-gnu-emacs

Solved. Thank you, eli! From 2000 onward, you had been an active
contributor to this list.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-23 16:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19 12:20 According to Emacs manual, "Aspell, Ispell or Hunspell" integrate automatically with Emacs, it doesn't with Hunspell Kyaw
2018-02-19 13:22 ` Kyaw
2018-02-19 15:41 ` Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2018-02-23 16:23 Kyaw

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.