* Use ispell-aspell instead of ispell?
@ 2005-12-08 20:14 Paminu
2005-12-09 2:23 ` Joe Fineman
2005-12-09 16:10 ` Chris McMahan
0 siblings, 2 replies; 3+ messages in thread
From: Paminu @ 2005-12-08 20:14 UTC (permalink / raw)
Is there someway to make emacs use ispel-aspell instead of ispell?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Use ispell-aspell instead of ispell?
2005-12-08 20:14 Use ispell-aspell instead of ispell? Paminu
@ 2005-12-09 2:23 ` Joe Fineman
2005-12-09 16:10 ` Chris McMahan
1 sibling, 0 replies; 3+ messages in thread
From: Joe Fineman @ 2005-12-09 2:23 UTC (permalink / raw)
Paminu <jadajada@asd.com> writes:
> Is there someway to make emacs use ispel-aspell instead of ispell?
(setq-default ispell-program-name "aspell")
is what I got from somewhere.
--
--- Joe Fineman joe_f@verizon.net
||: The difference between people & cats is that cats know what :||
||: people are for. :||
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Use ispell-aspell instead of ispell?
2005-12-08 20:14 Use ispell-aspell instead of ispell? Paminu
2005-12-09 2:23 ` Joe Fineman
@ 2005-12-09 16:10 ` Chris McMahan
1 sibling, 0 replies; 3+ messages in thread
From: Chris McMahan @ 2005-12-09 16:10 UTC (permalink / raw)
Here's what I have to use aspell.
;;;======================================================================
;;; ispell:
;;;======================================================================
; use aspell, which provides a much richer set of suggested
; replacements than does ispell
(setq ispell-program-name "aspell.exe")
Paminu <jadajada@asd.com> writes:
> Is there someway to make emacs use ispel-aspell instead of ispell?
--
(. .)
=ooO=(_)=Ooo=====================================
Chris McMahan | first_initiallastname@one.dot.net
=================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-12-09 16:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-08 20:14 Use ispell-aspell instead of ispell? Paminu
2005-12-09 2:23 ` Joe Fineman
2005-12-09 16:10 ` Chris McMahan
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).