From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: changing defvars in term/tty-colors.el to defconsts Date: Wed, 21 Oct 2009 02:57:30 +0300 Organization: JURTA Message-ID: <877hupbuet.fsf@mail.jurta.org> References: <200910191812.n9JICwq7018255@godzilla.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 1256086969 30604 80.91.229.12 (21 Oct 2009 01:02:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Oct 2009 01:02:49 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 21 03:02:39 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 1N0Pb0-0005vX-81 for ged-emacs-devel@m.gmane.org; Wed, 21 Oct 2009 03:02:34 +0200 Original-Received: from localhost ([127.0.0.1]:37017 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0Paz-0002EI-QM for ged-emacs-devel@m.gmane.org; Tue, 20 Oct 2009 21:02:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N0PaI-0001vx-JZ for emacs-devel@gnu.org; Tue, 20 Oct 2009 21:01:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N0PaD-0001v2-Mn for emacs-devel@gnu.org; Tue, 20 Oct 2009 21:01:50 -0400 Original-Received: from [199.232.76.173] (port=46804 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N0PaD-0001uz-Ft for emacs-devel@gnu.org; Tue, 20 Oct 2009 21:01:45 -0400 Original-Received: from smtp-out2.starman.ee ([85.253.0.4]:47704 helo=mx2.starman.ee) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N0PaC-00062P-Sd for emacs-devel@gnu.org; Tue, 20 Oct 2009 21:01:45 -0400 X-Virus-Scanned: by Amavisd-New at mx2.starman.ee Original-Received: from mail.starman.ee (62.65.211.211.cable.starman.ee [62.65.211.211]) by mx2.starman.ee (Postfix) with ESMTP id DF2493F412F; Wed, 21 Oct 2009 04:01:36 +0300 (EEST) In-Reply-To: <200910191812.n9JICwq7018255@godzilla.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 19 Oct 2009 11:12:58 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-pc-linux-gnu) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:116276 Archived-At: > Any reason not to change these defvars: > color-name-rgb-alist > tty-standard-colors > tty-color-mode-alist I have no opinion on these three. > tty-defined-color-alist `tty-defined-color-alist' is nil by default, and gets filled during startup by `tty-register-default-colors', so it is not a constant. > to defconsts? -- Juri Linkov http://www.jurta.org/emacs/