开发者

Pymacs lisp version rarities

开发者 https://www.devze.com 2023-03-18 06:33 出处:网络
I am running Ubuntu Natty and install Emacs and pymacs and ropemacs all from the repos. So when I add to my .emacs file the script to load ropemacs and pymacs I get the following error:

I am running Ubuntu Natty and install Emacs and pymacs and ropemacs all from the repos. So when I add to my .emacs file the script to load ropemacs and pymacs I get the following error:

File mode specification error: (error "Pymacs Lisp version is 0.23, Python is 0.24-beta2"

I've been reading the docs and readmes but I haven't found out what 开发者_如何学编程is happening here. So I turn to you. Any ideas? Thanks!


All I had to do to fix this was install this package https://launchpad.net/~portis25/+archive/emacs/+build/2287757 Ubuntu automatically upgrades it and it worked great.


I think the error message indicates that the Elisp and Python sides of Pymacs aren't in synch.

Perhaps this is some sort of packaging problem. The Pymacs version in Ubuntu Natty is 0.23, according to http://packages.ubuntu.com/natty/pymacs.

I use Pymacs 0.24-beta2 downloaded from https://github.com/pinard/Pymacs/downloads.

The Elisp part of Pymacs is in pymacs.el. In my copy of that file it says:

Pymacs Lisp version is 0.24-beta2... 

In pymacs.py, it says:

lisp._protocol.send('version', '"0.24-beta2"')


I install pymacs manually the python part,and i use the pymacs package in the elpa's python-mode (it contains pymacs.el),then this two conflict,i remove the pymacs in python-mode,it works well.maybe you are the same error.Or you should check your python version.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号