From: "Martin Siegumfeldt" <msie02@kom.auc.dk>
Subject: emacs +flyspell
Date: Tue, 17 Sep 2002 18:53:34 +0200 [thread overview]
Message-ID: <am7mjn$lo3$1@sunsite.dk> (raw)
Hi there -
I am trying to make flyspell work together with my emacs. I've inserted:
(autoload 'flyspell-mode "flyspell" "On-the-fly spelling checking" t)
(autoload 'global-flyspell-mode "flyspell" "On-the-fly spelling" t)
;;(global-flyspell-mode t)
(require 'flyspell)
(defun flyspell-danish ()
(interactive)
(flyspell-mode t)
(ispell-change-dictionary "dansk")
(flyspell-buffer))
(defun flyspell-english ()
(interactive)
(flyspell-mode t)
(ispell-change-dictionary "english")
(flyspell-buffer))
(flyspell-buffer)
(autoload 'flyspell-danish "flyspell-danish" t)
in my .emacs. But i would like it to load automatically when I start emacs
(eventually when I open a .TEX file) Does anyone have an idea?
Thanks
Martin
next reply other threads:[~2002-09-17 16:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-17 16:53 Martin Siegumfeldt [this message]
2002-09-17 18:35 ` emacs +flyspell Michael A. Miller
2002-09-17 19:01 ` Hubert Chan
2002-09-17 19:08 ` Stefan Monnier <foo@acm.com>
2002-09-17 19:25 ` Michael A. Miller
2002-09-17 19:47 ` Martin Siegumfeldt
2002-09-18 5:39 ` Martin Siegumfeldt
2002-09-19 6:43 ` Colin Marquardt
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='am7mjn$lo3$1@sunsite.dk' \
--to=msie02@kom.auc.dk \
/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).