Pymacs icon indicating copy to clipboard operation
Pymacs copied to clipboard

Emacs to Python interface

Results 25 Pymacs issues
Sort by recently updated
recently updated
newest added

sys.exc_info is a function, but is used as a property. ``` *** Pymacs/Pymacs.py.in --- # *************** *** 233,239 **** action = 'raise' if lisp.debug_on_error.value() is None: value = traceback.format_exception_only( !...

i use ubuntu, and i try to lots of times install pymacs, but failed. The message is ''Compiling file /usr/share/emacs/site-lisp/Pymacs/pymacs.el at Tue Aug 21 23:42:08 2012 Entering directory `/usr/share/emacs/site-lisp/Pymacs/' pymacs.el:82:13:Warning:...

The command make check fails under Windows, due to the DOS-style line endings. For example, the first error received is: ``` python Summary: one FAILED test, 166 good in 0.25...

I normally run Python from a virtualenv and have had no problems with packages. However, with Pymacs, I've tried installing using `easy_install` and `pip` and neither way installs in a...

I'd like to be able to set a directory local value of `pymacs-python-command`, open that directory via TRAMP, and have Pymacs use a Python interpreter executing on a remote machine....