unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Kevin Dziulko <dziulko@klaatu.canisius.edu>
Subject: ispell dictionaries
Date: Fri, 5 Sep 2003 08:33:03 -0400 (EDT)	[thread overview]
Message-ID: <Pine.LNX.4.44.0309050829130.17087-100000@klaatu.canisius.edu> (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!!

             reply	other threads:[~2003-09-05 12:33 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-05 12:33 Kevin Dziulko [this message]
2003-09-05 18:53 ` ispell dictionaries Eli Zaretskii
  -- strict thread matches above, loose matches on Subject: below --
2017-02-26 21:56 Anast Gramm
2017-02-27  3:29 ` Eli Zaretskii
2017-02-27 13:30   ` Anast Gramm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0309050829130.17087-100000@klaatu.canisius.edu \
    --to=dziulko@klaatu.canisius.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).