Re: [Python-mode] Latest error

2011-01-29 Thread Andreas Röhler
Am 29.01.2011 18:52, schrieb [email protected]: >> thingatpt-highlight was the only one it complained about. Andreas> Hmm, seems I underestimated the issue. Andreas> added and pushed. I'm getting farther. Looks like thingatpt-highlight was missing (when (featurep 'xemacs)

Re: [Python-mode] Latest error

2011-01-29 Thread skip
>> thingatpt-highlight was the only one it complained about. Andreas> Hmm, seems I underestimated the issue. Andreas> added and pushed. I'm getting farther. Looks like thingatpt-highlight was missing (when (featurep 'xemacs) (require 'overlay)) so I added that to get the make-

Re: [Python-mode] Latest error

2011-01-29 Thread Andreas Röhler
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) (requ

[Python-mode] Latest error

2011-01-29 Thread skip
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) (re