all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* set dictionary for a file
@ 2005-10-12 17:28 Fabian Braennstroem
  2005-10-12 18:38 ` Kevin Rodgers
       [not found] ` <mailman.11056.1129142547.20277.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Fabian Braennstroem @ 2005-10-12 17:28 UTC (permalink / raw)


Hi,

I would like to set/change dictionary for certain files,
which I would declare in .emacs. I tried the
ispell-multi.el, but it somehow didn't work for me. In my
Gnus I had

   (add-hook 'gnus-select-group-hook
    (lambda ()
     (cond
      ((string-match
        "^de\\." (gnus-group-real-name gnus-newsgroup-name))
       (ispell-change-dictionary "deutsch8"))

which worked a while ago. 
Does something similar (file-load-hook?) exist for ordinary files?

Greetings, Fabian

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

end of thread, other threads:[~2005-10-13 19:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-12 17:28 set dictionary for a file Fabian Braennstroem
2005-10-12 18:38 ` Kevin Rodgers
     [not found] ` <mailman.11056.1129142547.20277.help-gnu-emacs@gnu.org>
2005-10-13  4:40   ` Fabian Braennstroem
2005-10-13 16:58     ` Kevin Rodgers
     [not found]     ` <mailman.11235.1129223467.20277.help-gnu-emacs@gnu.org>
2005-10-13 19:29       ` Fabian Braennstroem

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.