all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ispell/aspell personal dictionary, this time on Windows
@ 2014-03-09 19:06 djc
  2014-03-09 19:30 ` Eli Zaretskii
       [not found] ` <mailman.16816.1394393437.10748.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: djc @ 2014-03-09 19:06 UTC (permalink / raw)
  To: help-gnu-emacs

With "GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601)" and aspell 0.50.3 I'm struggling with how to define and maintain personal word lists for four different languages. I find myself swamped in the different versions of aspell, multiple ispell.el variables related to personal dictionaries, and command-line arguments passed to aspell.

The goal is to use a language-specific personal dictionary that corresponds to the language being checked, to update that dictionary routinely whenever I specify to add a word, and to be able to switch personal dictionaries when switching among languages within a buffer.

I'd love to see a unified description of how accomplish this, or a real-world example, especially from someone who has it working.

And then I want...

djc


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

* Re: ispell/aspell personal dictionary, this time on Windows
  2014-03-09 19:06 ispell/aspell personal dictionary, this time on Windows djc
@ 2014-03-09 19:30 ` Eli Zaretskii
       [not found] ` <mailman.16816.1394393437.10748.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2014-03-09 19:30 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Sun, 9 Mar 2014 12:06:59 -0700 (PDT)
> From: djc <peter.kaiser@gmail.com>
> 
> With "GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601)" and aspell 0.50.3 I'm struggling with how to define and maintain personal word lists for four different languages. I find myself swamped in the different versions of aspell, multiple ispell.el variables related to personal dictionaries, and command-line arguments passed to aspell.
> 
> The goal is to use a language-specific personal dictionary that corresponds to the language being checked, to update that dictionary routinely whenever I specify to add a word, and to be able to switch personal dictionaries when switching among languages within a buffer.
> 
> I'd love to see a unified description of how accomplish this, or a real-world example, especially from someone who has it working.

I never used aspell on Windows, but with Hunspell, this all happens
automatically: for each language XYZ the speller saves your personal
dictionary in the file ~/hunspell_XYZ (on Unix, on ~/.hunspell_XYZ).
I never needed to define any variables for that to work; the moment
you switch the dictionary to use some other language, the personal
dictionary is automatically switched as well.

AFAIR, this worked like that with Ispell as well, so I'd be surprised
to learn that aspell doesn't behave that way.



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

* Re: ispell/aspell personal dictionary, this time on Windows
       [not found] ` <mailman.16816.1394393437.10748.help-gnu-emacs@gnu.org>
@ 2014-03-09 23:14   ` djc
  2014-03-10  3:44     ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: djc @ 2014-03-09 23:14 UTC (permalink / raw)
  To: help-gnu-emacs

> AFAIR, this worked like that with Ispell as well, so I'd be surprised
> to learn that aspell doesn't behave that way.

Since I haven't yet found how to make personal dictionaries work at all with the above combination of emacs and aspell, it's a moot point.  But if hunspell solves the problem, I'd ask how to make hunspell work with emacs ispell.

djc


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

* Re: ispell/aspell personal dictionary, this time on Windows
  2014-03-09 23:14   ` djc
@ 2014-03-10  3:44     ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2014-03-10  3:44 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Sun, 9 Mar 2014 16:14:06 -0700 (PDT)
> From: djc <peter.kaiser@gmail.com>
> 
> > AFAIR, this worked like that with Ispell as well, so I'd be surprised
> > to learn that aspell doesn't behave that way.
> 
> Since I haven't yet found how to make personal dictionaries work at all with the above combination of emacs and aspell, it's a moot point.  But if hunspell solves the problem, I'd ask how to make hunspell work with emacs ispell.

Emacs already supports Hunspell, so just setting ispell-program-name
to point to the Hunspell executable should be enough.



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

end of thread, other threads:[~2014-03-10  3:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-09 19:06 ispell/aspell personal dictionary, this time on Windows djc
2014-03-09 19:30 ` Eli Zaretskii
     [not found] ` <mailman.16816.1394393437.10748.help-gnu-emacs@gnu.org>
2014-03-09 23:14   ` djc
2014-03-10  3:44     ` Eli Zaretskii

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.