aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Aspell-user] switching to ispell from aspell in XEmacs


From: Lars Aronsson
Subject: Re: [Aspell-user] switching to ispell from aspell in XEmacs
Date: Mon, 27 Jan 2003 13:03:03 +0100 (CET)

Sridhar Lavu wrote:
> "Symbol's function definition is void: setq ispell-program-name"

This error message sounds strange.  Exactly what did you do?

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.

> When I do C-h a ispell, it does not show "ispell-program-name".

C-h a (apropos-command) only shows information on commands
(interactive functions).  Most often, M-x apropos is more powerful.
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 C-h v ispell-program-name does not show you this information,
perhaps ispell.el is missing from your installation.


-- 
  Lars Aronsson (address@hidden)
  Aronsson Datateknik
  Syréngatan 14 a, SE-582 46 Linuxköping, Sweden
  tel +46-70-7891609
  http://aronsson.se/ http://elektrosmog.nu/ http://susning.nu/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]