diff options
| author | Eli Zaretskii | 2006-02-17 11:13:26 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-02-17 11:13:26 +0000 |
| commit | 72e4724be1aa86f97e9f656e0d266f65872a98d2 (patch) | |
| tree | a7310f9acfa2df1dd62ea138db85a47c53951c87 | |
| parent | 773e7e48217910d496eb227c4c3c3644773c1111 (diff) | |
| download | emacs-72e4724be1aa86f97e9f656e0d266f65872a98d2.tar.gz emacs-72e4724be1aa86f97e9f656e0d266f65872a98d2.zip | |
(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.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/textmodes/ispell.el | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5e7498c0aa9..4b5bb05331c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -116,9 +116,13 @@ | |||
| 116 | 116 | ||
| 117 | 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es> | 117 | 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es> |
| 118 | 118 | ||
| 119 | * textmodes/ispell.el (ispell-change-dictionary): Call | 119 | * textmodes/ispell.el (ispell-change-dictionary): Call |
| 120 | ispell-buffer-local-dict instead of | 120 | ispell-buffer-local-dict instead of |
| 121 | ispell-accept-buffer-local-defs. | 121 | ispell-accept-buffer-local-defs. |
| 122 | (ispell-local-dictionary-alist): Accept as valid any coding-system | ||
| 123 | supported by emacs. | ||
| 124 | (ispell-dictionary-alist-3): Esperanto dictionary's coding system | ||
| 125 | changed to iso-8859-3. | ||
| 122 | 126 | ||
| 123 | 2006-02-17 Nick Roberts <nickrob@snap.net.nz> | 127 | 2006-02-17 Nick Roberts <nickrob@snap.net.nz> |
| 124 | 128 | ||
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index ea112d6d877..b78ec1a8a92 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el | |||
| @@ -508,11 +508,7 @@ re-start emacs." | |||
| 508 | (const "~nroff") (const "~list") | 508 | (const "~nroff") (const "~list") |
| 509 | (const "~latin1") (const "~latin3") | 509 | (const "~latin1") (const "~latin3") |
| 510 | (const :tag "default" nil)) | 510 | (const :tag "default" nil)) |
| 511 | (choice :tag "Coding system" | 511 | (coding-system :tag "Coding System"))) |
| 512 | (const iso-8859-1) | ||
| 513 | (const iso-8859-2) | ||
| 514 | (const koi8-r) | ||
| 515 | (const windows-1251)))) | ||
| 516 | :group 'ispell) | 512 | :group 'ispell) |
| 517 | 513 | ||
| 518 | 514 | ||
| @@ -570,10 +566,10 @@ re-start emacs." | |||
| 570 | '(("esperanto" | 566 | '(("esperanto" |
| 571 | "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" | 567 | "[A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" |
| 572 | "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" | 568 | "[^A-Za-z\246\254\266\274\306\330\335\336\346\370\375\376]" |
| 573 | "[-']" t ("-C") "~latin3" iso-8859-1) | 569 | "[-']" t ("-C") "~latin3" iso-8859-3) |
| 574 | ("esperanto-tex" | 570 | ("esperanto-tex" |
| 575 | "[A-Za-z^\\]" "[^A-Za-z^\\]" | 571 | "[A-Za-z^\\]" "[^A-Za-z^\\]" |
| 576 | "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-1) | 572 | "[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3) |
| 577 | ("francais7" | 573 | ("francais7" |
| 578 | "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) | 574 | "[A-Za-z]" "[^A-Za-z]" "[`'^---]" t nil nil iso-8859-1) |
| 579 | ("francais" ; Francais.aff | 575 | ("francais" ; Francais.aff |