"T. Kurosaka - Sun Professional Services" <kuro(a)Japan.Sun.COM> writes:
When I start up xemacs in the windowing mode (i.e. w/o -nw),
the minibuffer has the following error message:
Wrong type argument: console-tty-p #<x-console on "localhost:0" 0:
(The Input Method Status area hides the rest of the message.)
You've already discovered the problem.
I guess you have following line in .emacs
(set-terminal-coding-system 'euc-jp)
When you change this line to
(unless window-system (set-terminal-coding-system 'euc-jp))
the error message will go away.
--
Yoshiki Hayashi