/usr/share/doc/pymacs/TODO is in pymacs 0.25-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | ===============
TODO for Pymacs
===============
Actual bugs
===========
+ Work around multi-byte and Unicode
+ DOS line endings problem
+ XEmacs problems (like pop-excursion) and support
Internal problems
=================
+ User interrupts on the Emacs side
+ Usability of Emacs hooks
+ Remaining rpymacs solutions
+ Possible memory leaks
+ Verbosity of ``(pymacs-eval "dir()")``
Documentation (more about…)
===========================
+ Recent installation procedure
+ Contrib issues (like XMLRPC)
+ Examples
+ Emacs Lisp / Python deep differences
+ Speed issues
New features (to ponder)
========================
+ Expose various close operatios
+ Better support of special forms
+ Real multi-byte and Unicode
+ Relate Lisp hash tables to Python dicts, maybe?
+ Automatic conversion of alists
+ Implement pseudo-primitives for indexing
+ Allow iterating over vectors
+ Jython and IronPython support
+ Loading, and Emacs file handlers
+ Comply to some Python standards (PEP 8?)
+ Emulator for Vim support
+ Emacs started and driven from Python
+ Emacsclient/gnuclient support
+ Allowing of threads
Debugging
=========
+ Enhancements to *Pymacs*
+ Indent
+ Interpret numbers
+ Highlight
+ Python shell link to helper
+ Python traceback on Lisp generated errors
+ Have tests/pytest use cProfile if available
|