Author: Bernardo BacicBernardo Bacic Date: Sep 10, 2008 04:16
it was a dark and stormy night when Allan said,
> Bernardo Bacic pobox.com> writes:
>
>>> d:\Program Files\GNU\GNU Emacs\emacs-22.3\etc\emacs.py:24:
>>> DeprecationWarning: the sets module is deprecated from sets import Set
>> that looks suspiciously like a python and not an emacs error
> It is indeed an error from the Python 2.6b2 interpreter but `emacs.py'
> is now included with the emacs 22.3 Windows binaries. It used to be an
> optional download from :
> http://www.loveshack.ukfsn.org/emacs/
> (along with `emacs.el' and `sym-comp.el'). Now only `sym-comp.el' is not
> included with the most recent Emacs Windows binaries distribution.
did you try replacing Set with built in set [1] in emacs.py?
if that didn't work file a bug with M-x submit-emacs-bug
(which may not be a bad idea one way or the other)
[1] http://docs.python.org/lib/types-set.html
|