分页: 1 / 1

emacs24 nxhtml 报warnings

发表于 : 2013-04-12 18:11
jesseqi
配置:
;;Nxhtml
(load "~/EmacsConfig/online/nxhtml/autostart.el")
(setq
nxhtml-global-minor-mode t
mumamo-chunk-coloring 'submode-colored
nxhtml-skip-welcome t
indent-region-mode t
rng-nxml-auto-validate-flag nil
nxml-degraded t)
(add-to-list 'auto-mode-alist '("\\.html\\.erb\\'" . eruby-nxhtml-mumamo))
环境ubuntu + emacs24总是报
Warning (mumamo-per-buffer-local-vars): Already 'permanent-local t: buffer-file-name
然后文件的buffer中是高亮显示的。折腾好长时间了,求大神帮忙,万分感谢。

Re: emacs24 nxhtml 报warnings

发表于 : 2013-04-14 15:05
jesseqi
自己顶一下 ,求教啊

Re: emacs24 nxhtml 报warnings

发表于 : 2013-05-17 20:56
bigpan
https://gist.github.com/tkf/3951163

这个可以消除掉所有讨厌的xhtml相关的warning