all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: deprecated Python code in Emacs 22.3 module `emacs.py'
       [not found] <uprnendr3.fsf@earthlink.net>
@ 2008-09-09 11:53 ` Bernardo Bacic
  2008-09-09 12:00 ` Bernardo Bacic
       [not found] ` <mailman.18798.1220961442.18990.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Bernardo Bacic @ 2008-09-09 11:53 UTC (permalink / raw)
  To: help-gnu-emacs

>  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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: deprecated Python code in Emacs 22.3 module `emacs.py'
       [not found] <uprnendr3.fsf@earthlink.net>
  2008-09-09 11:53 ` deprecated Python code in Emacs 22.3 module `emacs.py' Bernardo Bacic
@ 2008-09-09 12:00 ` Bernardo Bacic
       [not found] ` <mailman.18798.1220961442.18990.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Bernardo Bacic @ 2008-09-09 12:00 UTC (permalink / raw)
  To: help-gnu-emacs

>  d:\Program Files\GNU\GNU Emacs\emacs-22.3\etc\emacs.py:24:
>  DeprecationWarning: the sets module is deprecated from sets import Set
> 
> I have Python 2.6b (RC) installed.

this url sheds some more light:  http://www.python.org/dev/peps/pep-0004/

<snip>
Module name:   sets
     Rationale:     The built-in set/frozenset types, introduced in
                    Python 2.4, supplant the module.
     Date:          12-Jan-2007
     Documentation: Documented as deprecated as of Python 2.6.
<snip>





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: deprecated Python code in Emacs 22.3 module `emacs.py'
       [not found]   ` <uabegk3jp.fsf@earthlink.net>
@ 2008-09-10 11:16     ` Bernardo Bacic
  2008-09-10 11:19       ` Bernardo Bacic
  0 siblings, 1 reply; 4+ messages in thread
From: Bernardo Bacic @ 2008-09-10 11:16 UTC (permalink / raw)
  To: help-gnu-emacs

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: deprecated Python code in Emacs 22.3 module `emacs.py'
  2008-09-10 11:16     ` Bernardo Bacic
@ 2008-09-10 11:19       ` Bernardo Bacic
  0 siblings, 0 replies; 4+ messages in thread
From: Bernardo Bacic @ 2008-09-10 11:19 UTC (permalink / raw)
  To: help-gnu-emacs

> if that didn't work file a bug with M-x submit-emacs-bug

er, the correct command is: M-x report-emacs-bug




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-09-10 11:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <uprnendr3.fsf@earthlink.net>
2008-09-09 11:53 ` deprecated Python code in Emacs 22.3 module `emacs.py' Bernardo Bacic
2008-09-09 12:00 ` Bernardo Bacic
     [not found] ` <mailman.18798.1220961442.18990.help-gnu-emacs@gnu.org>
     [not found]   ` <uabegk3jp.fsf@earthlink.net>
2008-09-10 11:16     ` Bernardo Bacic
2008-09-10 11:19       ` Bernardo Bacic

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.