GNU bug report logs -
#4579
[PATCH] Emacs CVS: ispell.el (ispell-dictionary-base-alist): Add finnish dict
Previous Next
Reported by: Jari Aalto <jari.aalto <at> cante.net>
Date: Mon, 28 Sep 2009 11:55:05 UTC
Severity: normal
Tags: patch
Done: Chong Yidong <cyd <at> stupidchicken.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
[Message part 1 (text/plain, inline)]
2009-09-28 Jari Aalto <jari.aalto <at> cante.net>
* textmodes/ispell.el (ispell-dictionary-base-alist): Add
finnish dictionary entry.
[0001-lisp-textmodes-ispell.el-ispell-dictionary-base-alis.patch (text/x-diff, inline)]
From 5ae3d1da6af5c63c179db14e408da356c83ccb3f Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto <at> cante.net>
Date: Mon, 28 Sep 2009 14:48:33 +0300
Subject: [PATCH] lisp/textmodes/ispell.el: (ispell-dictionary-base-alist): Add finnish
Signed-off-by: Jari Aalto <jari.aalto <at> cante.net>
---
lisp/textmodes/ispell.el | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 6d02cf9..f9d05d4 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -618,6 +618,10 @@ re-start Emacs."
"[-'`\"]" t ("-C" "-d" "esperanto") "~tex" iso-8859-3)
("francais7"
"[A-Za-z]" "[^A-Za-z]" "[`'^-]" t nil nil iso-8859-1)
+ ("finnish"
+ "[A-Za-z\345\344\366\305\304\326]"
+ "[^A-Za-z\345\344\366\305\304\326]"
+ "[:]" nil ("-C") "~list" iso-8859-1)
("francais" ; Francais.aff
"[A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]"
"[^A-Za-z\300\302\306\307\310\311\312\313\316\317\324\331\333\334\340\342\347\350\351\352\353\356\357\364\371\373\374]"
--
1.6.3.3
This bug report was last modified 15 years and 274 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.