From 72e4724be1aa86f97e9f656e0d266f65872a98d2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 17 Feb 2006 11:13:26 +0000 Subject: [PATCH] (ispell-local-dictionary-alist): Accept as valid any coding-system supported by emacs. (ispell-dictionary-alist-3): Esperanto dictionary's coding system changed to iso-8859-3. --- lisp/ChangeLog | 6 +++++- lisp/textmodes/ispell.el | 10 +++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e7498c0aa..4b5bb05331 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -116,9 +116,13 @@ 2006-02-17 Agustin Martin - * textmodes/ispell.el (ispell-change-dictionary): Call + * textmodes/ispell.el (ispell-change-dictionary): Call ispell-buffer-local-dict instead of ispell-accept-buffer-local-defs. + (ispell-local-dictionary-alist): Accept as valid any coding-system + supported by emacs. + (ispell-dictionary-alist-3): Esperanto dictionary's coding system + changed to iso-8859-3. 2006-02-17 Nick Roberts diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index ea112d6d87..b78ec1a8a9 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -508,11 +508,7 @@ re-start emacs." (const "~nroff") (const "~list") (const "~latin1") (const "~latin3") (const :tag "default" nil)) - (choice :tag "Coding system" - (const iso-8859-1) - (const iso-8859-2) - (const koi8-r) - (const windows-1251)))) + (coding-system :tag "Coding System"))) :group 'ispell) @@ -570,10 +566,10 @@ re-start emacs." '(("esperanto" "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" - "[-']" t ("-C") "~latin3" iso-8859-1) + "[-']" t ("-C") "~latin3" iso-8859-3) ("esperanto-tex" "[A-Za-z^\\]" "[^A-Za-z^\\]" - "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-1) + "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3) ("francais7" "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) ("francais" ; Francais.aff -- 2.20.1