GNU bug report logs -
#19229
ispell-phaf: No matching entry for ...
Previous Next
Full log
Message #20 received at 19229 <at> debbugs.gnu.org (full text, mbox):
> Date: Mon, 01 Dec 2014 03:50:50 +0800
> From: Chris Zheng <chriszheng99 <at> gmail.com>
> Cc: haroogan <at> gmail.com
>
> I think I have wasted more time than you. :( I have a way to
> workaround this problem. See the below diff. I don't know whether
> this affect *nix users, so it just stays in my init files.
>
> *** a Mon Dec 1 03:40:31 2014
> --- b Mon Dec 1 03:40:31 2014
> ***************
> *** 27,33 ****
> (error "ispell-fhd: Default dict already defined as %s. Not using %s.\n"
> hunspell-default-dict dict)
> (setq affix-file dict)
> ! (setq hunspell-default-dict (list basename affix-file)))
> (if (and (not (assoc basename ispell-hunspell-dict-paths-alist))
> (file-exists-p affix-file))
> ;; Entry has an associated .aff file and no previous value.
> --- 27,35 ----
> (error "ispell-fhd: Default dict already defined as %s. Not using %s.\n"
> hunspell-default-dict dict)
> (setq affix-file dict)
> ! (setq hunspell-default-dict (list basename affix-file))
> ! (add-to-list 'ispell-hunspell-dict-paths-alist
> ! (list basename affix-file)))
> (if (and (not (assoc basename ispell-hunspell-dict-paths-alist))
> (file-exists-p affix-file))
> ;; Entry has an associated .aff file and no previous value.
Please see my comments. If what I wrote there still doesn't work for
you, please describe the details of the failure. (Are you also using
the MSYS2 port of Hunspell 1.3.3? if so, please try the ezwinports
port instead.)
This bug report was last modified 4 years and 257 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.