From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: termcap or terminfo Date: 29 Jul 2003 08:41:30 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1059457292 6558 80.91.224.249 (29 Jul 2003 05:41:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Jul 2003 05:41:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jul 29 07:41:30 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19hNEo-0001hS-00 for ; Tue, 29 Jul 2003 07:41:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19hNDq-0006pE-Nn for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jul 2003 01:40:30 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19hNDP-0006VJ-Jk for help-gnu-emacs@gnu.org; Tue, 29 Jul 2003 01:40:03 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19hNDO-0006UB-9x for help-gnu-emacs@gnu.org; Tue, 29 Jul 2003 01:40:02 -0400 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.20) id 19hND9-0005n2-IA for help-gnu-emacs@gnu.org; Tue, 29 Jul 2003 01:39:48 -0400 Original-To: help-gnu-emacs@gnu.org In-reply-to: (message from Stanley Yao on Mon, 28 Jul 2003 12:54:54 -0700) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11433 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11433 > From: Stanley Yao > Newsgroups: gnu.emacs.help > Date: Mon, 28 Jul 2003 12:54:54 -0700 > > How could I tell if my gnu emacs 21.3.1 is using termcap or terminfo? > How to check the value of system-uses-terminfo? Evaluate it, like so: M-: system-uses-terminfo RET If it says "t", Emacs is using terminfo; otherwise, it is not.