recognize aspell
svn: r1341
This commit is contained in:
parent
630824bb58
commit
816a172e8d
|
@ -107,7 +107,11 @@
|
||||||
'("/sw/bin/ispell"
|
'("/sw/bin/ispell"
|
||||||
"/usr/bin/ispell"
|
"/usr/bin/ispell"
|
||||||
"/bin/ispell"
|
"/bin/ispell"
|
||||||
"/usr/local/bin/ispell")))])
|
"/usr/local/bin/ispell"))
|
||||||
|
(find-executable-path (if (eq? (system-type) 'windows)
|
||||||
|
"aspell.exe"
|
||||||
|
"aspell")
|
||||||
|
#f))])
|
||||||
(if (not existing)
|
(if (not existing)
|
||||||
(set! has-ispell? #f)
|
(set! has-ispell? #f)
|
||||||
(begin
|
(begin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user