Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion RELEASED: Pymacs 0.16
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
François Pinard  
View profile  
 More options Jan 29 2002, 8:05 pm
Newsgroups: comp.lang.python
From: pin...@iro.umontreal.ca (François Pinard)
Date: 29 Jan 2002 20:01:49 -0500
Local: Tues, Jan 29 2002 8:01 pm
Subject: RELEASED: Pymacs 0.16
Hi!  A new release of Pymacs is available as:

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

(Beware: the capital `P' was a lower case `p' in previous announcements.)

Pymacs allows Emacs users to extend Emacs using Python, where they might have
traditionally used Emacs LISP.  Pymacs runs on systems having sub-processes.

No bugs were reported against the Pymacs proper.  So, I got to risk some
new ones :-).  There is no real need to upgrade, but testers are welcome.

As previously announced, Pymacs is now to be invoked by:

    from Pymacs import lisp, Let

instead of:

    import pymacs
    from pymacs import lisp
    Let = pymacs.Let

The goal is to turn Pymacs into a more genuine Python package, in the spirit
of Distutils.  A tiny module gets installed so the previous methods work, be
warned that this compatibility module will disappear in some later release.

The various `push' methods of the `Let' class now return the `Let' instance
they act upon.  This eases chaining pushes while creating such an instance.

Finally, the `rebox.py' example had two bugs corrected, one about unusual
argument flags, the other for older versions of Python.

                                    Keep happy!  Enjoy, enjoy! :-)

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.