| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| 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 |
| Subject: | spell checking in xemacs |
| Date: | Sat, 25 Sep 2004 21:04:36 -0500 |
| Message-ID: | <B9721831E371CD4F84C4F5E87476D356FB81D9@iu-mssg-mbx04.exchange.iu.edu> |
| X-MS-Has-Attach: | |
| X-MS-TNEF-Correlator: | |
| From: | "Koskie, Sarah" <skoskie AT iupui DOT edu> |
| To: | <cygwin AT cygwin DOT com> |
| X-OriginalArrivalTime: | 26 Sep 2004 02:04:36.0932 (UTC) FILETIME=[2CAA0840:01C4A36D] |
| 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |