unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Eli Zaretskii <eliz@elta.co.il>
Subject: Re: Aspell and .emacs
Date: 03 Feb 2004 07:49:50 +0200	[thread overview]
Message-ID: <u3c9sk8zl.fsf@elta.co.il> (raw)
In-Reply-To: <M6ATb.15795$Q_4.14014@okepread03> (fswoyer@cox.net)

> From: "Chris Swoyer" <fswoyer@cox.net>
> Newsgroups: gnu.emacs.help
> Date: Mon, 2 Feb 2004 16:24:51 -0600
> Organization: Cox Communications
> Xref: shelby.stanford.edu gnu.emacs.help:120636
> Sender: help-gnu-emacs-bounces+eliz=elta.co.il@gnu.org
> 
> 'I've  moved to a mac (OS 10.3.2) and have installed aspell (which I
> only use for Emacs, and usually LaTeXing). I have
> 
> 
> (setq ispell-program-name
> "/Library/PreferencePanes/Spelling.prefPane/Contents/MacOS/cocoAspell")
> 
>      (add-hook 'LaTeX-mode-hook 'flyspell-mode)
> 
> in my .emacs, which works fine, but I'd like to be able to check
> word by word, region by region, easily add words to the dictionary
> while spell checking (and from my old ispell_words file). Is there
> a way to get some counterpart of this (from my _emacs under
> Windows) to work (obviously it will need path changes, but that
> hasn't been enough):

I think, once you've told Emacs where to find the speller program via
ispell-program-name, the other ispell-* commands should just work.
ispell-word, for example, already has a standard Emacs binding, M-$,
so just try it and see if it does what you want.  As for the other
spelling commands, all you need is to bind them to keys with
define-key.

> (autoload 'ispell-word "ispell4"

This is something you should _not_ do: ispell4 is a very old
interface to an old version of Ispell program.  You simply no longer
need all these autoload lines, Emacs does that automatically.

      reply	other threads:[~2004-02-03  5:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-02 22:24 Aspell and .emacs Chris Swoyer
2004-02-03  5:49 ` Eli Zaretskii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=u3c9sk8zl.fsf@elta.co.il \
    --to=eliz@elta.co.il \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).