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
[EMAIL PROTECTED]
----------------------------------------------------------------
;;; 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
_______________________________________________
auctex-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/auctex-devel