all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

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.