bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4579: marked as done ([PATCH] Emacs CVS: ispell.el (ispell-dictionar


From: Emacs bug Tracking System
Subject: bug#4579: marked as done ([PATCH] Emacs CVS: ispell.el (ispell-dictionary-base-alist): Add finnish dict)
Date: Fri, 23 Oct 2009 16:05:06 +0000

Your message dated Fri, 23 Oct 2009 12:01:25 -0400
with message-id <87aazi9k16.fsf@stupidchicken.com>
and subject line Re: [PATCH] Emacs CVS: ispell.el 
(ispell-dictionary-base-alist): Add finnish dict
has caused the Emacs bug report #4579,
regarding [PATCH] Emacs CVS: ispell.el (ispell-dictionary-base-alist): Add 
finnish dict
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4579: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4579
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: [PATCH] Emacs CVS: ispell.el (ispell-dictionary-base-alist): Add finnish dict Date: Mon, 28 Sep 2009 14:50:14 +0300
2009-09-28  Jari Aalto  <jari.aalto@cante.net>

        * textmodes/ispell.el (ispell-dictionary-base-alist): Add
        finnish dictionary entry.

>From 5ae3d1da6af5c63c179db14e408da356c83ccb3f Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@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@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


--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] Emacs CVS: ispell.el (ispell-dictionary-base-alist): Add finnish dict Date: Fri, 23 Oct 2009 12:01:25 -0400
> 2009-09-28  Jari Aalto  <jari.aalto@cante.net>
>
>         * textmodes/ispell.el (ispell-dictionary-base-alist): Add
>         finnish dictionary entry.

Checked in, thanks.

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]