I am newbie. coming from vim.
When I start emacs complains file load error: auto-save.el
Thanks for your reply
So you have something in your .emacs that causes this error (Warning: Crystal
Ball in Operation). Investigate your .emacs file. We don't have it so
we cannot help. (Crystal balls are not that powerful).
--
Maarten Bergvelt
An error has occurred while loading `/homes/jagadeesh/.emacs':
File error: Cannot open load file, auto-save
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the `--debug-init' option to view a complete error backtrace.
So either your .emacs file is trying to load auto-save, which is an
error.
For a start search your .emacs for the string auto-save.
If that fails go to the *Message* buffer and see what files were loaded
before the error occurred. If any of those are yours, check them for
auto-save.
If that fails, post your .emacs if not terribly long or give a URL where
we can find it.
hth,
allan