From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: emacs -q -nw --color=never Date: Sun, 28 Sep 2003 23:50:28 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <2504-Sun28Sep2003235028+0300-eliz@elta.co.il> References: <200309211848.h8LImLn02488@raven.dms.auburn.edu> <2914-Mon22Sep2003184812+0300-eliz@elta.co.il> <7137-Wed24Sep2003203552+0300-eliz@elta.co.il> <7494-Sat27Sep2003141804+0300-eliz@elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1064782476 23679 80.91.224.253 (28 Sep 2003 20:54:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 28 Sep 2003 20:54:36 +0000 (UTC) Cc: teirllm@dms.auburn.edu, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Sep 28 22:54:34 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1A3iYs-0007TE-00 for ; Sun, 28 Sep 2003 22:54:34 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1A3iYs-0007vZ-00 for ; Sun, 28 Sep 2003 22:54:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A3iYO-0002Vz-FF for emacs-devel@quimby.gnus.org; Sun, 28 Sep 2003 16:54:04 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 1A3iYC-0002Rr-DL for emacs-devel@gnu.org; Sun, 28 Sep 2003 16:53:52 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 1A3iY9-0002Qu-Af for emacs-devel@gnu.org; Sun, 28 Sep 2003 16:53:49 -0400 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.22) id 1A3iY7-0002Pd-Aw; Sun, 28 Sep 2003 16:53:47 -0400 Original-Received: from zaretski ([80.230.149.110]) by legolas.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id AKG02407; Sun, 28 Sep 2003 23:53:27 +0300 (IDT) Original-To: rms@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Richard Stallman on Sun, 28 Sep 2003 11:34:13 -0400) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16732 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16732 > From: Richard Stallman > Date: Sun, 28 Sep 2003 11:34:13 -0400 > > Do you think that negative arguments are ``special'' in the sense that > they imply that the feature is to be turned off? > > I think it is more consistent for all negative numbers to mean "off". Okay, I made that change, but in tty_setup_colors, not in set_tty_color_mode, so as to keep the intimate knowledge about supported values of the MODE argument localized to the former.