From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: ispell.el doesn't work any more Date: Mon, 12 Sep 2005 12:22:54 -0400 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1126543430 2469 80.91.229.2 (12 Sep 2005 16:43:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Sep 2005 16:43:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 12 18:43:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EErNi-00021o-Tt for ged-emacs-devel@m.gmane.org; Mon, 12 Sep 2005 18:42:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EErNi-0004R0-Ca for ged-emacs-devel@m.gmane.org; Mon, 12 Sep 2005 12:42:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EErGP-0001k4-L5 for emacs-devel@gnu.org; Mon, 12 Sep 2005 12:34:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EErGD-0001eg-18 for emacs-devel@gnu.org; Mon, 12 Sep 2005 12:34:26 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EErGA-0001YT-Nq for emacs-devel@gnu.org; Mon, 12 Sep 2005 12:34:23 -0400 Original-Received: from [132.204.24.67] (helo=mercure.iro.umontreal.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EEr5F-0004tV-Ln for emacs-devel@gnu.org; Mon, 12 Sep 2005 12:23:05 -0400 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id AD5312CF4C9; Mon, 12 Sep 2005 12:23:02 -0400 (EDT) Original-Received: from asado.iro.umontreal.ca (asado.iro.umontreal.ca [132.204.24.84]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 802FB4AC00B; Mon, 12 Sep 2005 12:22:54 -0400 (EDT) Original-Received: by asado.iro.umontreal.ca (Postfix, from userid 20848) id 6BB7DE6C18; Mon, 12 Sep 2005 12:22:54 -0400 (EDT) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-4.845, requis 5, autolearn=not spam, AWL 0.06, BAYES_00 -4.90) X-MailScanner-From: monnier@iro.umontreal.ca X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:42850 Archived-At: Now whenever I try to run flyspell-mode (which I use pretty much everywhere), I get the following backtrace: Indeed, my aspell is older than 0.60, but it worked just fine until now. It's not like Fedora Core 2 is ancient. It's not the latest and greatest, but it should definitely be among the systems that we still support. Stefan Debugger entered--Lisp error: (error "aspell version 0.60 or greater is required") signal(error ("aspell version 0.60 or greater is required")) error("aspell version 0.60 or greater is required") ispell-check-version() ispell-init-process() ispell-buffer-local-words() ispell-accept-buffer-local-defs() flyspell-accept-buffer-local-defs() flyspell-mode-on() flyspell-mode(1) (if (and (fboundp ...) (fboundp ...) (executable-find "ispell")) (flyspell-mode 1)) sm-text-mode-hook() run-hooks(text-mode-hook message-mode-hook) apply(run-hooks (text-mode-hook message-mode-hook)) run-mode-hooks(message-mode-hook) message-mode() message-pop-to-buffer("*mail to emacs-devel@gnu.org*") message-mail("emacs-devel@gnu.org") gnus-post-news(post "nnimap+diro:emacs" nil nil nil nil nil) gnus-group-post-news((4)) call-interactively(gnus-group-post-news nil nil)