From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: changing defvars in term/tty-colors.el to defconsts Date: Mon, 19 Oct 2009 20:26:09 +0200 Message-ID: <83my3ngrzy.fsf@gnu.org> References: <200910191812.n9JICwq7018255@godzilla.ics.uci.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1255976998 22060 80.91.229.12 (19 Oct 2009 18:29:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 19 Oct 2009 18:29:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 19 20:29:48 2009 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 1MzwzH-0003Ry-WE for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2009 20:29:44 +0200 Original-Received: from localhost ([127.0.0.1]:53909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MzwzH-000878-Dz for ged-emacs-devel@m.gmane.org; Mon, 19 Oct 2009 14:29:43 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MzwyA-0007cO-Gx for emacs-devel@gnu.org; Mon, 19 Oct 2009 14:28:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mzwy5-0007aF-H4 for emacs-devel@gnu.org; Mon, 19 Oct 2009 14:28:33 -0400 Original-Received: from [199.232.76.173] (port=42328 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mzwy5-0007a5-3t for emacs-devel@gnu.org; Mon, 19 Oct 2009 14:28:29 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:40160) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mzwy4-0002yG-Lp for emacs-devel@gnu.org; Mon, 19 Oct 2009 14:28:28 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KRR00500XWILY00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Mon, 19 Oct 2009 20:28:09 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.117.47]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KRR005U6XYW6N10@a-mtaout20.012.net.il>; Mon, 19 Oct 2009 20:28:09 +0200 (IST) In-reply-to: <200910191812.n9JICwq7018255@godzilla.ics.uci.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: 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:116250 Archived-At: > Date: Mon, 19 Oct 2009 11:12:58 -0700 (PDT) > From: Dan Nicolaescu > > > Any reason not to change these defvars: > color-name-rgb-alist > tty-standard-colors > tty-color-mode-alist > tty-defined-color-alist > > to defconsts? > > This will quite a few things from GC memory to pure memory. I have no opinion on this. > Also (defvar msdos-color-values) seems unused in this file. Right, I failed to delete it a year ago, when I removed the code that used it. Sorry.