From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: what is TERM? Date: Sun, 13 Jul 2008 07:32:04 -0700 Message-ID: <200807131432.m6DEW4Mi023437@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1215959555 19962 80.91.229.12 (13 Jul 2008 14:32:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Jul 2008 14:32:35 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 13 16:33:22 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KI2dc-0003VO-U9 for ged-emacs-devel@m.gmane.org; Sun, 13 Jul 2008 16:33:21 +0200 Original-Received: from localhost ([127.0.0.1]:39846 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KI2ck-0005HM-Tw for ged-emacs-devel@m.gmane.org; Sun, 13 Jul 2008 10:32:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KI2cg-0005GF-1Z for emacs-devel@gnu.org; Sun, 13 Jul 2008 10:32:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KI2cd-0005G3-Cg for emacs-devel@gnu.org; Sun, 13 Jul 2008 10:32:20 -0400 Original-Received: from [199.232.76.173] (port=50155 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KI2cd-0005G0-5p for emacs-devel@gnu.org; Sun, 13 Jul 2008 10:32:19 -0400 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]:64841) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1KI2cc-0003KC-QT for emacs-devel@gnu.org; Sun, 13 Jul 2008 10:32:19 -0400 X-ICS-MailScanner-Watermark: 1216564326.88271@wQC4ahhFqLCC9hKQinECpw Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m6DEW4Mi023437 for ; Sun, 13 Jul 2008 07:32:04 -0700 (PDT) Original-Lines: 11 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100639 Archived-At: Does anyone know what the #ifdef TERM code in src/s/gnu-linux.h is supposed to do? process.c has this: /* TERM is a poor-man's SLIP, used on GNU/Linux. */ #ifdef TERM #include #endif Nothing defines TERM, so can all the code that depends on it go?