help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: deprecated Python code in Emacs 22.3 module `emacs.py'


From: Bernardo Bacic
Subject: Re: deprecated Python code in Emacs 22.3 module `emacs.py'
Date: Wed, 10 Sep 2008 21:16:05 +1000
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

it was a dark and stormy night when Allan said,
Bernardo Bacic <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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]