> -----Original Message-----
> From: Lars Aronsson [mailto:[EMAIL PROTECTED]]

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



_______________________________________________
Aspell-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/aspell-user

Reply via email to