unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Charles Muller <acmuller@gol.com>
Subject: Re: flyspell
Date: Wed, 16 Oct 2002 16:06:39 +0900 (JST)	[thread overview]
Message-ID: <20021016.160639.104026845.acmuller@gol.com> (raw)
In-Reply-To: <87elarclvn.fsf@blind-bat.une.edu.au>

Tim Cross wrote:

> what am I missing? An example of a typical flyspell config would be
> helpful. 

I don't know if this is *typical* or not. I was having a heck of a time
getting flyspell to run according the instructions I had found, but finally succeeded with this configuration,
which as you can see, is added in with some other text-mode hooks.

Chuck

-----------------------------------

(require 'flyspell)

(setq default-major-mode 'text-mode)
(setq text-mode-hook
      '(lambda nil
	 (setq fill-column 76)
	 (auto-fill-mode 1)
	 (flyspell-mode 1)))

 

> 
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs
> 
---------------------------
Charles Muller  <acmuller@gol.com>
Faculty of Humanities,  Toyo Gakuen University
Digital Dictionary of Buddhism and CJKV-English Dictionary 
[http://www.acmuller.net]
Mobile Phone: 090-9310-1787

  parent reply	other threads:[~2002-10-16  7:06 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-15 23:39 flyspell Tim Cross
2002-10-16  2:15 ` flyspell Matt Armstrong
2002-10-16  7:06 ` Charles Muller [this message]
2002-10-17 22:56 ` flyspell Tim Cross
  -- strict thread matches above, loose matches on Subject: below --
2002-11-14 15:04 Flyspell Tormod Omholt-Jensen
2002-11-14 15:14 ` Flyspell Jesper Harder
2002-11-14 22:32   ` Flyspell Jason Rumney
2002-11-22 15:56     ` Flyspell Michael Hudson
2002-11-22 16:45       ` Flyspell Andrew Choi
2002-12-04 22:47       ` Flyspell Edward Dodge
2002-12-05 16:19         ` Flyspell Michael Hudson
2002-12-05 16:49           ` Flyspell Schone Mullerin
2002-12-05 17:56             ` Flyspell Michael Hudson
2002-12-06 23:17               ` Flyspell Jason Rumney
2002-12-11 13:22                 ` Flyspell Michael Hudson
2002-11-14 19:35 ` Flyspell ken
     [not found] ` <mailman.1037305366.13093.help-gnu-emacs@gnu.org>
2002-11-14 21:22   ` Flyspell Benjamin Lewis
2006-08-29  1:27 flyspell Hadron Quark
2006-08-29 13:12 ` flyspell Hadron Quark

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=20021016.160639.104026845.acmuller@gol.com \
    --to=acmuller@gol.com \
    /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).