如何在elisp中使用defclass?

时间:2015-03-10 19:18:08

标签: emacs elisp accurev

由于我想使用emacs的accurev,我尝试使用这个.el模块: https://github.com/shellbj/vc-accurev。但是,我在emacs 23.4.1和24.3上都收到以下错误:

Debugger entered--Lisp error: (void-function defclass)
  (defclass vc-accurev-object nil ((node-name :initform ... :type symbol :allocation :class :documentation "XML node name")) :abstract t)
  eval-current-buffer()
  call-interactively(eval-current-buffer t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

我在Windows 7上运行本机emacs。有人可以帮助我进行此操作,以便我可以操作来自emacs的accurev吗?我也很好奇学习如何使用EIEIO(显然是实现这个defclass扩展的包)。 Bing / Google搜索没有透露必需声明。

由于 齐格弗里德

0 个答案:

没有答案