間違ってたので,修正

どうもです。
そろそろまじめに,ライティングの勉強をして,ライティング力アップを
目指したいなぁと考えている whitypig です。


こないだ,auto-complete.el の face の色を設定できないから,
pulldown.el の方の face を設定することで解決!!
とかぶっこいたけど,あれ間違ってたよ。
今日,WindowsUpdate して,パソを再起動したから,Meadow も再起動して,気付いた。
間違っていた点は,pulldown-default-selection-face を,pulldown-selection-face としていた点。
修正したものは以下の通り。

(custom-set-faces  '(pulldown-default-face ((t (:background "slate gray" :foreground "white"))))
                   '(pulldown-default-selection-face ((t (:background "blue" :foreground "white"))))
                   '(ac-completion-face ((t (:background "blue" :foreground "white"))))
                   '(ac-candidate-face ((t (:background "slate gray" :foreground "white"))))
                   '(ac-selection-face ((t (:background "blue" :foreground "white"))))
                   '(ac-dabbrev-menu-face ((t (:background "slate gray" :foreground "white"))))
                   '(ac-dabbrev-selection-face ((t (:background "firebrick4" :foreground "white"))))
                   '(ac-gtags-candidate-face ((t (:background "slate gray" :foreground "white"))))
                   '(ac-gtags-selection-face ((t (:background "indian red" :foreground "white")))))


ふぅ。ちょっとオレのカラライズされた Meadow 環境が崩壊したのかと,
あせっちまったぜ。