Pymacs 0.8

François Pinard pinard at iro.umontreal.ca
Tue Sep 25 19:31:40 EDT 2001


Hi!  A new release of Pymacs is available as:

    http://www.iro.umontreal.ca/~pinard/pymacs/pymacs.tar.gz

Pymacs allows Emacs users to extend Emacs using Python, where they might have
traditionally used Emacs LISP.  Pymacs runs on systems having sub-processes.
Reports and comments are welcome!  Thanks to all people who gave feedback.

With this release, older Emacses, those without hash tables, should be able
to run Pymacs.  A memory leak has been corrected on the Python side.  There
is a new `pymacs.Let' class to build temporary dynamic binding assignments,
some fine tuning might still be necessary before it gets fully satisfying.
See the `README' file for details.  Here are some examples of possible usage:

    let = pymacs.Let(transient_mark_mode=None)
    ... USER CODE ...

or even:

    let = pymacs.Let()
    let.push_excursion()
    ... USER CODE ...

-- 
François Pinard   http://www.iro.umontreal.ca/~pinard




More information about the Python-list mailing list