Vine Linux バグトラッキングシステム

リビジョンを表示: 課題#1186 全リビジョン ] 課題に戻る ]
概要 0001186: [proposed-updates] emacsでyatexをloadできない
リビジョン iwamoto による 2012-10-04 13:53
説明 emacsで拡張子.texのファイルをloadしようとすると、
File mode specification error: (file-error "Cannot open load file" "yatex")
と言われます。yatexはインストールしてあります。
.emacsには次のように書いてあります。
(setq auto-mode-alist
      (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)

; 3=EUC
; 4=UTF-8
(setq YaTeX-kanji-code 4)
リビジョン anonymous による 2011-08-08 19:09
説明 emacsで拡張子.texのファイルをloadしようとすると、
File mode specification error: (file-error "Cannot open load file" "yatex")
と言われます。yatexはインストールしてあります。
.emacsには次のように書いてあります。
(setq auto-mode-alist
      (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)

; 3=EUC
; 4=UTF-8
(setq YaTeX-kanji-code 4)


Copyright © 2000 - 2024 MantisBT Team
Copyright © 2012 - 2024 Project Vine
Powered by Mantis Bugtracker