emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 91a2748 1/3: Support de-alt dictionary with Aspell.


From: Eli Zaretskii
Subject: [Emacs-diffs] master 91a2748 1/3: Support de-alt dictionary with Aspell.
Date: Sat, 16 May 2015 09:41:13 +0000

branch: master
commit 91a274810ff17403f37bde512716b180c9ab75ef
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Support de-alt dictionary with Aspell.
    
    * lisp/textmodes/ispell.el (ispell-aspell-find-dictionary):
    Support Aspell dictionaries with names like "de-alt".  (Bug#20581)
---
 lisp/textmodes/ispell.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index 43003af..8107f79 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -1077,7 +1077,8 @@ of `ispell-dictionary-base-alist' elements."
             ;; Try xx.dat first, strip out variant, country code, etc,
             ;; then try xx_YY.dat (without stripping country code).
             (dolist (tmp-regexp (list "^[[:alpha:]]+"
-                                      "^[[:alpha:]_]+"))
+                                      "^[[:alpha:]_]+"
+                                       "^[[:alpha:]]+-\\(alt\\|old\\)"))
               (let ((fullpath
                      (concat tmp-path "/"
                              (and (string-match tmp-regexp dict-name)



reply via email to

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