How to fix Emacs client *ERROR*: Arithmetic error
- by nocash
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?