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)
>> 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-
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
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