X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_66,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew Schulman Subject: Re: Can't compile Screen: Undefined reference to __imp__ospeed Date: Thu, 19 Feb 2009 11:27:33 -0500 Lines: 11 Message-ID: <922rp452nq682lcpobk7gbukuu1glcuai9@4ax.com> References: <22103799 DOT post AT talk DOT nabble DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Archive: encrypt X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com > 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/