From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] When spell binary not found, point to ispell Date: Wed, 09 Jan 2008 09:31:15 -0500 Message-ID: References: <87y7azzkl1.fsf@grepfind.mwolson.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1199889108 7278 80.91.229.12 (9 Jan 2008 14:31:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jan 2008 14:31:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Olson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 09 15:32:10 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JCbyT-0005gL-OP for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 15:32:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCby6-0006Jb-EI for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 09:31:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCbxe-0005rp-7c for emacs-devel@gnu.org; Wed, 09 Jan 2008 09:31:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCbxc-0005pK-6y for emacs-devel@gnu.org; Wed, 09 Jan 2008 09:31:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCbxb-0005oy-VK for emacs-devel@gnu.org; Wed, 09 Jan 2008 09:31:16 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JCbxb-000451-N8 for emacs-devel@gnu.org; Wed, 09 Jan 2008 09:31:15 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JCbxb-0007RT-5a; Wed, 09 Jan 2008 09:31:15 -0500 In-reply-to: <87y7azzkl1.fsf@grepfind.mwolson.org> (message from Michael Olson on Tue, 08 Jan 2008 23:31:06 -0500) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:86642 Archived-At: After receiving a bug report about the spell command not being found, I wanted a nice way of redirecting new users towards ispell, which is more likely installed on their systems. Your patch is a good idea. But I wonder if we should go even further, such as mark these spell.el commands obsolete, or make them aliases for ispell.el commands.