GNU Emacs 23.1.1
I've noticed that if I run Emacs and M-x server-start, I can use the emacsclient program as usual, but if if I start Emacs using emacs --daemon and then try to use emacsclient the new frame locks up and the shell outputs *ERROR*: Arithmetic error.
This issue doesn't happen if I use the -t flag to force terminal mode when running emacsclient.
Has anyone run into this before? Anyone know what's going on and/or how to fix it?
emacs --deamon -qto skip your .emacs, oremacs --deamon -Qto skip site file. If it work with the first one, then the problem is in the .emacs, if only the second one work, then the problem is with one of the package installed on your distribution, if both failed, the problem is with your version of .emacs. – Rémi May 10 '10 at 9:09