From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#9785: w32-default-color-map should be obsolete Date: Tue, 18 Oct 2011 17:56:52 +0200 Message-ID: <83pqhuuwcb.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1318953496 30606 80.91.229.12 (18 Oct 2011 15:58:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 18 Oct 2011 15:58:16 +0000 (UTC) Cc: 9785@debbugs.gnu.org To: Juanma Barranquero Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 18 17:58:12 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RGC3Q-0005rt-Hb for geb-bug-gnu-emacs@m.gmane.org; Tue, 18 Oct 2011 17:58:12 +0200 Original-Received: from localhost ([::1]:46928 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGC3Q-0005ea-61 for geb-bug-gnu-emacs@m.gmane.org; Tue, 18 Oct 2011 11:58:12 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60613) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGC3L-0005Za-1d for bug-gnu-emacs@gnu.org; Tue, 18 Oct 2011 11:58:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RGC3J-0006GV-LF for bug-gnu-emacs@gnu.org; Tue, 18 Oct 2011 11:58:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:46618) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RGC3J-0006GL-DB for bug-gnu-emacs@gnu.org; Tue, 18 Oct 2011 11:58:05 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1RGC4E-0000Xj-RE for bug-gnu-emacs@gnu.org; Tue, 18 Oct 2011 11:59:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 18 Oct 2011 15:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9785 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9785-submit@debbugs.gnu.org id=B9785.13189534872008 (code B ref 9785); Tue, 18 Oct 2011 15:59:02 +0000 Original-Received: (at 9785) by debbugs.gnu.org; 18 Oct 2011 15:58:07 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RGC3K-0000WL-T0 for submit@debbugs.gnu.org; Tue, 18 Oct 2011 11:58:07 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RGC3I-0000Vq-F3 for 9785@debbugs.gnu.org; Tue, 18 Oct 2011 11:58:05 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LT900M00QPN7900@a-mtaout20.012.net.il> for 9785@debbugs.gnu.org; Tue, 18 Oct 2011 17:56:51 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.212.197]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LT900KEGQYRUDJ0@a-mtaout20.012.net.il>; Tue, 18 Oct 2011 17:56:51 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 18 Oct 2011 11:59:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:52799 Archived-At: > From: Juanma Barranquero > Date: Tue, 18 Oct 2011 17:32:31 +0200 > > After revno:106121, the w32-specific function w32-default-color-map is > only used from C, in w32fns.c:Fx_open_connection, to initialize the > color map in case ~/rgb.txt and etc/rgb.txt are not found. > > It does not seem useful to expose it to elisp, so I suggest turning it > into an internal function, and marking the elisp interface as > obsolete. Fine with me, but please wait for a few days for possible comments from others.