all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ispell dictionaries
@ 2017-02-26 21:56 Anast Gramm
  2017-02-27  3:29 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Anast Gramm @ 2017-02-26 21:56 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I read ispell documentation and i find this function:
ispell-find-aspell-dictionaries C-h f says this:

--------
ispell-find-aspell-dictionaries is a compiled Lisp function in ‘ispell.el’.

(ispell-find-aspell-dictionaries)

Find Aspell’s dictionaries, and record in ‘ispell-dictionary-alist’.
--------

My question is how can I record them in ispell-dictionary-alist.

I tried (setq ispell-dictionary-alist 'ispell-find-aspell-dictionaries)
but it does not work. I am not familiar with lisp and I can't seem to
find any answers online.

By the way, ispell-find-aspell-dictionaries returns a different list that
ispell-dictionary-alist, and I want to use the first one since it has greek in it



^ permalink raw reply	[flat|nested] 5+ messages in thread
* ispell dictionaries
@ 2003-09-05 12:33 Kevin Dziulko
  2003-09-05 18:53 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Dziulko @ 2003-09-05 12:33 UTC (permalink / raw)


Where can I find information and descriptions about ispell dictionaries?  
Specificlly, I want to set the default dictionary to american.  I also 
want to augment it with a personal dictionary.  I pasted this from the 
readme.w32 file into my .emacs:

;;
;; ispell
;;
(setq ispell-local-dictionary-alist
  '((nil				; default (english.aff)
     "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B") nil iso-8859-1)
    ("UK-xlg"				; english large version
     "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "UK-xlg") nil iso-8859-1)
    ("US-xlg"				; american large version
     "[A-Za-z]" "[^A-Za-z]" "[']" nil ("-B" "-d" "US-xlg") nil iso-8859-1)
   )
)
;;

Thanks!!

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

end of thread, other threads:[~2017-02-27 13:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-26 21:56 ispell dictionaries Anast Gramm
2017-02-27  3:29 ` Eli Zaretskii
2017-02-27 13:30   ` Anast Gramm
  -- strict thread matches above, loose matches on Subject: below --
2003-09-05 12:33 Kevin Dziulko
2003-09-05 18:53 ` 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.