Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Subject: spell checking in xemacs Date: Sat, 25 Sep 2004 21:04:36 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Koskie, Sarah" To: X-OriginalArrivalTime: 26 Sep 2004 02:04:36.0932 (UTC) FILETIME=[2CAA0840:01C4A36D] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i8Q24g2q019885 I used setup to download and install both the aspell and xemacs packages. If I click on the "Spell" button on the toolbar in xemacs, I get the message "Symbol's function definition is void: ispell-buffer". The response to M-x spell, M-x aspell, and M-x ispell is [No match]. Setup indicates that I have version 21.4.15-1 of xemacs. I've just spent hours combing the web and the mailing list archives and FAQ's trying to find out how to fix this. One person suggests (eval-after-load "ispell" '(progn (setq ispell-program-name "aspell"))) I entered this into my .xemacs/init.el file (this seems to be a replacement for the old .emacs file one used to place in one's home directory) but the behavior of xemacs described above did not change. Another person suggested (setq-default ispell-program-name "aspell") That also had no effect. I'm not even sure xemacs is reading this initialization file though I tried explicitly adding the .xemacs directory to my path. Any help would be appreciated. I second the request of the person who wrote in March asking that ispell be included with xemacs. One really shouldn't have to spend hours trying to get such a basic thing working. Also it would be helpful if aspell had man pages! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/