[Python-mode] Latest error

Andreas Röhler andreas.roehler at online.de
Sat Jan 29 18:31:02 CET 2011


Am 29.01.2011 18:16, schrieb skip at pobox.com:
>
> 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.



More information about the Python-mode mailing list