[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Aspell-user] switching to ispell from aspell in XEmacs
From: |
Sridhar Lavu |
Subject: |
RE: [Aspell-user] switching to ispell from aspell in XEmacs |
Date: |
Tue, 28 Jan 2003 03:33:11 -0600 |
> -----Original Message-----
> From: Lars Aronsson [mailto:address@hidden
It works! Thanks!
> ispell-program-name is an Emacs variable (not a function), and if you
> need to use it, you should typically write this in your .emacs file:
> (setq ispell-program-name "ispell")
> Be careful to use normal space or tab characters, not the
> non-breakable space, since that can be part of symbols in GNU Emacs
> Lisp, and does not separate symbols.
Yes! That was the problem. I removed the spaces and inserted normal space. I
did not realize/notice that other space characters were inserted here!
> In this case, C-h v ispell-program-name gives me the following
> explanation:
>
> ispell-program-name's value is "ispell"
> Documentation:
> Program invoked by M-$ and M-x ispell-region commands.
> You can customize this variable.
> Defined in `ispell'.
If I do a C-h v ispell-program-name, I get the following message:
'ispell-program-name' is a variable declared in Lisp.
Value: "aspell"
Documentation:
not documented as a variable.
Thanks again!
Lavu