在windows下安装emacs,按照http://club.topsage.com/thread-2253070-1-1.html的方法修改.emacs配置文件之后报错Symbol's function definition is void: plist-to-alist 。只知道是配置文件的问题,找了半天也找不到哪里错误,终于在水木年华论坛发现,配置文件中的

(require 'color-theme) 
(color-theme-oswald) 

有问题,在emacs-24.2中不能使用,解决方法是直接把第二句屏蔽或者加上判断

相关文章:

  • 2022-12-23
  • 2021-12-22
  • 2021-04-10
  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
猜你喜欢
  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案