> Note that for Emacs to recognize screen-256color, you need to add the > following into "term/screen-256color.el" in the load path (for Emacs 22): > > (defun terminal-init-screen () > "Terminal initialization function for screen." > ;; Use the xterm color initialization code. > (load "term/xterm") > (xterm-register-default-colors) > (tty-set-up-initial-frame-faces))
Thanks, this is good to know. I'll include it in the screen.README. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/