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

[xyzzy:06949] Jscript-mode,html+-mode の初期化



前田さん、亀井さん、KaTeXの件ではお世話になりました。

nhaです。。
今回もよろしくお願いします。
________________________
今度は、Jscript-modeに関する質問です。

kia's website(
http://www.geocities.co.jp/SiliconValley-PaloAlto/5042/index.html )
から持ってきた、Jscript-modeを、KaTeX同様に自動読み込みを
(*.jsを開いたときにJscript-modeに自動で移行する。)させたいのですが、
HTML+-modeの読み込み(初期化時)で「html+-modeが無効なキーワードです。」
という内容のダイアログボックスが表示され、xyzzyが起動せず終了してしまいま
す。

尚、siteinit.lのバイトコンパイルは成功しています。

どなたか、お助けください!

参考)
;; HTML+-Mode(これは優れものですね!)
(export 'ed::html+-mode "ed")
(autoload 'html+-mode "html+-mode" t)
(push '("\\.html?$" . html+-mode) *auto-mode-alist*)

;; Jscript Mode(ぜひ、使いたい!!)
(autoload "jscript-mode")
(push '("\\.js$" . jscript-mode) *auto-mode-alist*)
(setq c-indent-level 4)
(setq *jscript-indent-tabs-mode* t)

Index Home