help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why does `ansi-color-names-vector' appear in my .emacs?


From: Hongxu Chen
Subject: Re: Why does `ansi-color-names-vector' appear in my .emacs?
Date: Tue, 14 May 2013 17:46:25 +0800

I have a question: can the Emacs's customize interface ensure the variables
only be evaluated once? I guess that the answer is probably not, but is
there any way to achieve that goal while keep the original `defcustom'
expression unchanged?

Thanks.

Hongxu Chen


On Tue, May 14, 2013 at 2:51 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Tue, 14 May 2013 13:16:32 +0800
> > From: Xue Fuqiao <xfq.free@gmail.com>
> >
> > 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?
>
> In general, anything inside custom-set-variables is generated by
> "M-x customize-variable RET".
>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]