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
_______________________________________________
aspell-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/aspell-user

Reply via email to