Do you have any Arc-specific configuration in your .emacs? It may be helpful to share that in case somebody spots something wrong with it.
(push '("\\.arc$" . lisp-mode) auto-mode-alist) (modify-coding-system-alist 'file "\\.arc$" 'utf-8)
-----