emacs にいろいろな拡張を導入していると,起動時に わざわざウィンドウ分割して "Warning: `mapcar' called for effect; use `mapc' or `dolist' instead" という文言が表示されうっとうしい思いをすることがあります。この警告を抑止する方法がわかりました。dot.emacs に以下の設定を付け加えます。 ;;Warning: `mapcar' called for effect; use `mapc' or `dolist' instead を防ぐ (setq byte-compile-warnings '(free-vars unresolved callargs redefine obsolete noruntime cl-functions interactive-only make-local)) なお,byte-co