auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] icelandic.el


From: Einar Arnason
Subject: [AUCTeX-devel] icelandic.el
Date: Sat, 10 Mar 2007 17:42:34 +0000

Hi auctex team,

I'd like to request icelandic.el to be included in auctex. the
following, borrowed from danish.el, would be great
Thanks

Einar
address@hidden
----------------------------------------------------------------
;;; icelandic.el --- Setup AUCTeX for editing Icelandic text.

;;; Code:

(TeX-add-style-hook
 "icelandic"
 (lambda ()
   (setq TeX-quote-language `("icelandic" "\"`"
"\"'" ,TeX-quote-after-quote))
   (setq LaTeX-babel-hyphen-language "icelandic")
   ;; Fontification of quotation marks.
   (when (fboundp 'font-latex-add-quotes)
     (font-latex-add-quotes '("\"`" "\"'"))
     (font-latex-add-quotes '("\"<" "\">" french)))
   (run-hooks 'TeX-language-is-hook)))

;;; icelandic.el ends here






reply via email to

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