Emacs Part 41
レス数が950を超えています。1000を超えると書き込みができなくなります。
0950名無しさん@お腹いっぱい。
2012/12/20(木) 01:35:32.06書いてあるのに習って
(add-to-list 'ac-dictionary-directories "~/.emacs.d/elisp/auto-complete-20121203.832/dict")
(require 'auto-complete-config)
(ac-config-default)
とやりEmacsを再起動させると
Symbol's value as variable is void: ac-dictionary-directories
と出てしまいます。
何がいけないのでしょうか。
packageでインストールする際、popupも同時にインストールされましたが
popup.el:31:1:Warning: cl package required at runtime
In popup-item-summary:
popup.el:289:11:Warning: defsubst `popup-item-summary' was used before it was
defined
In popup-isearch:
popup.el:908:34:Warning: reference to free variable
`popup-menu-show-quick-help-function'
In popup-menu*:
popup.el:1184:30:Warning: reference to free variable `popup-menu-keymap'
とも出てしまいました。
レス数が950を超えています。1000を超えると書き込みができなくなります。