[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [aspell] Followup to XEmacs message (solution)
From: |
Harry Henry Gebel |
Subject: |
Re: [aspell] Followup to XEmacs message (solution) |
Date: |
Fri, 1 Dec 2000 04:42:22 -0500 |
User-agent: |
Mutt/1.2.5i |
Okay, this fixes the problem, I don't know what ispell.el is doing with the
-vv output, but it works fine without it (at least with aspell).
--- ispell.el-3.5b Fri Dec 1 04:38:43 2000
+++ ispell.el-3.5b.aspell Fri Dec 1 04:34:40 2000
@@ -733,7 +733,7 @@
(save-excursion
(set-buffer (get-buffer-create " *ispell-tmp*"))
(erase-buffer)
- (setq status (call-process ispell-program-name nil t nil "-vv"))
+ (setq status (call-process ispell-program-name nil t nil "-v"))
(goto-char (point-min))
(if (not interactivep)
;; return library path.
--
Harry Henry Gebel, ICQ# 76308382
West Dover Hundred, Delaware
Re: [aspell] Problem running aspell with XEmacs, Trond Eivind GlomsrĂd, 2000/12/01