From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.help Subject: Why does `ansi-color-names-vector' appear in my .emacs? Date: Tue, 14 May 2013 13:16:32 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1368508605 1997 80.91.229.3 (14 May 2013 05:16:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 14 May 2013 05:16:45 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 14 07:16:46 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uc7bR-0005OW-Dh for geh-help-gnu-emacs@m.gmane.org; Tue, 14 May 2013 07:16:45 +0200 Original-Received: from localhost ([::1]:59134 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uc7bQ-0005wc-Jf for geh-help-gnu-emacs@m.gmane.org; Tue, 14 May 2013 01:16:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uc7bG-0005wH-9W for help-gnu-emacs@gnu.org; Tue, 14 May 2013 01:16:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uc7bF-0003UN-BR for help-gnu-emacs@gnu.org; Tue, 14 May 2013 01:16:34 -0400 Original-Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:39719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uc7bF-0003UI-64 for help-gnu-emacs@gnu.org; Tue, 14 May 2013 01:16:33 -0400 Original-Received: by mail-ie0-f171.google.com with SMTP id e11so226389iej.16 for ; Mon, 13 May 2013 22:16:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=C1whfu/2bFg0qY56TV51pKuUsXdxY1dZGxsbK6kjDqI=; b=JQt2N0FXwjL6kmyTQSfzPBmYuPUA/8JI/qX+LVo6ImAn7Zt3OOHMzHJD4ZhZKw68XQ KjteU6x4KUWcj8Vo2cIaobm3duUG+5w0Mcfy+AGkD8K1FWq6Mwlv5o2NgJjvTacoCunq dr9PSFPqiEpCynDrc1LW39OLiifeDZYPa0eCPMXs2IiRmfHlby+jjyrtEdQCnd4oXrr+ kC9UUXNC8vgc6dQQjfo3YsfggdQbKa3XTpWXLGeLpeWNdbBCXbbxN4jBjNjTmzcOElJG GGSCOjAC022BO4YSLDrpqQ9N4EXjvcqxxow3SyHLunQ1vr0c1fH8qsQzNUnL2A8atQX1 ujqQ== X-Received: by 10.50.100.201 with SMTP id fa9mr897455igb.28.1368508592562; Mon, 13 May 2013 22:16:32 -0700 (PDT) Original-Received: by 10.42.153.198 with HTTP; Mon, 13 May 2013 22:16:32 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90740 Archived-At: I found this expression in my .emacs: (custom-set-variables [...] '(ansi-color-names-vector ["#2d3743" "#ff4242" "#74af68" "#dbdb95" "#34cae2" "#008b8b" "#00ede1" "#e1e1e0"]) [...]) I don't know why this expression appears in my .emacs, I'm sure I have never customized this variable directly. I have searched it in the manuals and web, but I still don't know what these colors are for and how this expression was generated. Can anyone point me in the right direction? -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/