I'm not sure how it happened, but calc no longer works. Whenever I try to start it, I get:
Autoloading failed to define function calc-dispatch
It was working fine last week and I am using the built-in calc, so I have no idea what changed to prevent it from working. I ran lgrep on a copy of the calc directory searching for calc-dispatch and it found calc-dispatch just fine. Could my .elc files have gotten corrupted?
When I tried to recompile them, I got stuff like:
calc-fin.el:29:1:Error: Required feature `calc' was not provided
load-path. But I'd be surprised if anything was working if that were the case, unless the filesystem has changed while Emacs was running? I assume this is happening when starting a new instance of Emacs, though? I guess you should check for permissions issues on the calc* files. – phils Mar 5 '12 at 21:04