[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tei-colors.el
Boris Tobotras wrote:
> On Sat, 02 Jan 1999 16:44:05 +0700, Victor Sudakov wrote:
>
> > > (require 'tei-colors)
> >
> > Почему-то это никак себя не проявило. или это только для XEmacs (у меня
> > обычный)?
>
> Для любого. У тебя tei-colors.el лежит в load-path? require не
Вот кусочек из моего .emacs:
(setq load-path
(cons "~/elisp/psgml"
load-path))
(autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t )
(setq sgml-insert-missing-element-comment nil)
(setq auto-mode-alist (cons '("\\.html\\'" . sgml-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\\.docb\\'" . sgml-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\\.tei\\'" . sgml-mode) auto-mode-alist))
(setq load-path (cons "~/elisp" load-path))
(require 'tex-site)
(require 'tei-colors)
(add-hook 'TeX-mode-hook '(lambda () (font-lock-mode 1)))
> ругается? Да, а документы открываешь в tei-mode? Загляни в tei-colors
> глазами-то.
require не ругается. Документы открываю в sgml-mode.
--
Victor Sudakov
VAS4-RIPE, http://www.dtu.tsu.ru/~vas
PGP Public Key: finger vas@gateway.dtu.tsu.ru