help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

set dictionary for a file


From: Fabian Braennstroem
Subject: set dictionary for a file
Date: Wed, 12 Oct 2005 17:28:29 +0000 (UTC)
User-agent: slrn/0.9.8.1/rt (Linux)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]