From - Wed Nov 22 10:30:22 2000 From: Michael Klingbeil Newsgroups: comp.emacs.xemacs Subject: Re: Help with Win32 XEmacs Date: 27 Oct 2000 09:30:02 +0200 Organization: Wohnzimmer Lines: 35 Message-ID: <8tbhuq.gc.1@michael.qad.org> References: <8sv6j7$87g$1@nnrp1.deja.com> <8t3ub5.a8.1@michael.qad.org> <8t838k$f71$1@nnrp1.deja.com> <8t8me5$ev3$1@rzsun03.rrz.uni-hamburg.de> <8t9846.rg.1@michael.qad.org> <8taue3$onc$1@nnrp1.deja.com> NNTP-Posting-Host: dialin26-28.lac01-nt.frankfurt.nikoma.de (213.54.28.26) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: fu-berlin.de 972634028 21191045 213.54.28.26 (16 [868]) X-Face: G+|Y;s$uU[xSTx*!fZ!3_!bcgV+:MTM]EA%yq8Mv<\;wHvZx&u4g,z,nPN+giIX [ew;L{\Qu%w;H%%gy;9OfP^Rep>C}Zs"FFZB2BwOks8hS4ZBE}vh;+|U`2.|OM/ ~>BodT=<<*02Ah#C[Obj5V[y7ev7f*.g5&ClVDbC^d^&YX%Y7thjc"IK2W^qI1o} User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.2 (Notus) Path: news.unige.ch!news-zh.switch.ch!news.ifi.unizh.ch!news.imp.ch!fu-berlin.de!uni-berlin.de!dialin26-28.lac01-nt.frankfurt.nikoma.DE!not-for-mail Xref: news.unige.ch comp.emacs.xemacs:51154 *** nickr_21045 schrieb: > In article <8t9846.rg.1@michael.qad.org>, > Michael Klingbeil wrote: > > *** "Kilian A. Foth" schrieb: > > > > I did have the path set in the autoexec.bat file still doesn't work. > > Tried (setq ispell-program-name "C:/ispell/bin/ispell.exe") in the > .emacs file. Help this? (setq ispell-program-name "C:\\ispell\\bin\\ispell.exe") My .emacs (require 'ispell) (setq ispell-command "ispell") (autoload 'ispell-word "ispell" "Check spelling of word at or before point" t) (autoload 'ispell-complete-word "ispell" "Complete word at or before point" t) (autoload 'ispell-region "ispell" "Check spelling of every word in the region" t) (autoload 'ispell-buffer "ispell" "Check spelling of every word in the buffer" t) (setq ispell-command "ispell" ;ispell-look-dictionary "e:\\ispell\\ispell.words" ispell-look-command "look" ;ispell-command-options (list "-d" "e:\\ispell\\ispell.dict") ) Or you have a wrong ispell.exe. -- Micha