Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 258010 - Bump app-emacs/python-mode to 5.1.0
Summary: Bump app-emacs/python-mode to 5.1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-07 11:29 UTC by Christian Faulhammer (RETIRED)
Modified: 2009-04-16 22:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Diff between pycomplete.py from Newsgroup and original 1.0 (pycomplete.py.patch,6.49 KB, patch)
2009-02-07 11:51 UTC, Christian Faulhammer (RETIRED)
Details | Diff
Diff between pycomplete+.el and original 1.0 (plus.patch,2.28 KB, patch)
2009-02-07 11:52 UTC, Christian Faulhammer (RETIRED)
Details | Diff
Diff between newsgroup version and original 1.0 (pycomplete.el) (newsgroup.patch,4.41 KB, patch)
2009-02-07 11:53 UTC, Christian Faulhammer (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Faulhammer (RETIRED) gentoo-dev 2009-02-07 11:29:30 UTC
This steps include splitting out doctest-mode (and version bump to 0.4, already in overlay), python-mode (already in overlay) and pycomplete.  Pycomplete can be included in pymacs, which will make maintenance easier.  First, it must be checked if pycomplete works with the Python mode shipped with GNU Emacs, then an integration can be done.

Upstream of doctest- and python-mode have been asked to correct warnings and maybe release a new version.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2009-02-07 11:51:40 UTC
Pycomplete has been forked:

http://groups.google.com/group/comp.lang.python/msg/048168c675ff0c68 (called newsgroup now)

http://www.emacswiki.org/emacs/pycomplete+.el
Comment 2 Christian Faulhammer (RETIRED) gentoo-dev 2009-02-07 11:51:47 UTC
Created attachment 181237 [details, diff]
Diff between pycomplete.py from Newsgroup and original 1.0
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2009-02-07 11:52:19 UTC
Created attachment 181239 [details, diff]
Diff between pycomplete+.el and original 1.0
Comment 4 Christian Faulhammer (RETIRED) gentoo-dev 2009-02-07 11:53:48 UTC
Created attachment 181240 [details, diff]
Diff between newsgroup version and original 1.0 (pycomplete.el)

Based on the diffs we have to make a choice between the versions.
Comment 5 Ulrich Müller gentoo-dev 2009-02-07 22:56:16 UTC
(In reply to comment #0)
> First, it must be checked if pycomplete works with the Python mode shipped
> with GNU Emacs, then an integration can be done.

Unfortunately it doesn't work, since it uses functions and variables defined in app-emacs/python-mode, like "py-symbol-near-point" and "py-mode-map". So it should stay with python-mode.

Or we follow python-mode upstream and drop pycomplete altogether.
Comment 6 Christian Faulhammer (RETIRED) gentoo-dev 2009-04-16 22:00:49 UTC
In the tree now.