|
|
发表于 2006-5-3 12:37:09
|
显示全部楼层
Post by whiz
收到,谢谢pluskid,谢谢galilette。
ps. 再问一下pluskid,你的emacs 23中,table.el能用吗?
这是我的另一个有关emacs的问题贴:[求问]emacs 23用table.el时是否有特殊要求?
除了这里说的,我后来发现,只要.emacs中有(require 'table)或(require 'emacs-wiki-table)就会出现
不明白到底碰到了什么问题。
这个我不知道,我没有用table.el的,这个可能是个Bug,因为Emacs23是在开发中的,有可能有问题,或者是Emacs23版某些接口变动导致table.el不能正常工作也是可能的,那个错误信息map-char-table: Wrong type argument: integerp, (127 . 127)的意思是想要得到一个integer类型的参数,但是却得到了一个(cons 127 127),你可以输入他的源代码看看是哪儿出了问题,也可以自己改一改。Enjoy! |
|