all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs +flyspell
@ 2002-09-17 16:53 Martin Siegumfeldt
  2002-09-17 18:35 ` Michael A. Miller
  0 siblings, 1 reply; 8+ messages in thread
From: Martin Siegumfeldt @ 2002-09-17 16:53 UTC (permalink / 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2002-09-19  6:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-17 16:53 emacs +flyspell Martin Siegumfeldt
2002-09-17 18:35 ` 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

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.