christopherjwhite / org-toodledo

Emacs enhancement for syncing org-mode tasks with Toodledlo
83 stars 16 forks source link

assoc is obsolete(!) #10

Closed BeSlayed closed 12 years ago

BeSlayed commented 12 years ago

I get the warning "assoc is obsolete!" when I run org-toodledo under Emacs 24. Is there a fix?

christopherjwhite commented 12 years ago

Version 2.9 removes references to assoc.el, uses local variations of aput/adelete. What a pain...

BeSlayed commented 12 years ago

Thanks. Actually 24.1 doesn't seem to complain, but the snapshot versions do/did.

christopherjwhite commented 12 years ago

Yeah -- after a bit of googling, it seems assoc.el was not liked and was soon to go away. I found it a bit frustrating that there were no clear examples of how best to replace aput/adelete, as those were the ones I needed. I gathered their existing implementations were not liked because of performance. Seems some folks suggested moving to plists, but part of the problem is that alists did not actually go away, just the helper functions defined in assoc.el!

Thanks for reporting it!

...cj

On 7/21/12 8:17 PM, BeSlayed wrote:

Thanks. Actually 24.1 doesn't seem to complain, but the snapshot versions do/did.