Am 29.01.2011 18:16, schrieb [email protected]:
Looks like thingatpt-utils-base requires thingatpt-highlight which doesn't
exist in the checkout. I evaled all the (require) statements from the .el
files in a (progn) block:
(progn
(require 'easymenu)
(require 'ansi-color)
(require 'ar-comment-lor)
(require 'beg-end)
(require 'cl)
(require 'comint)
(require 'compile)
(require 'custom)
(require 'info-look)
(require 'misc-utils)
(require 'mmm-auto)
(require 'pymacs)
(require 'reporter)
(require 'sh-beg-end)
(require 'sh-script)
(require 'string-strip)
(require 'thingatpt-utils-base)
(require 'overlay)
(require 'imenu)
(require 'thing-at-point-utils)
(require 'thingatpt-highlight)
(require 'python-mode)
)
thingatpt-highlight was the only one it complained about.
Skip
Hmm, seems I underestimated the issue.
added and pushed.
Thanks being that attentive.
_______________________________________________
Python-mode mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-mode