`emacs --daemon' `emacsclient -t' fails to start with a no matching method error *ERROR*: No applicable method: frame-creation-function, ((vertical-scroll-bars) (height . 32) (width . 80) (client . #>) [...] (window-system) (tty . "/dev/pts/3") (tty-type . "xterm-256color")) The following patch might fix it, but it behaves strangely. After the fix (without recompiling the emacs binary) if I stick in a (load-library "frame") in my .emacs, the method does not appear to be patched. - I have to use a graphical `emacsclient -n -c' and then compile/load frame.el again.