From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: MelloBob Newsgroups: gmane.emacs.help Subject: Re: color-theme in emacs 24 Date: Wed, 11 Oct 2017 10:38:44 -0700 (PDT) Message-ID: References: <684614eb-381f-4f18-97c1-3fcb5afc90eb@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1507743636 19575 195.159.176.226 (11 Oct 2017 17:40:36 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 11 Oct 2017 17:40:36 +0000 (UTC) Injection-Date: Wed, 11 Oct 2017 17:38:44 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 11 19:40:25 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1e2KzT-000322-JV for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Oct 2017 19:40:20 +0200 Original-Received: from localhost ([::1]:42042 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2Kza-00044w-PP for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Oct 2017 13:40:26 -0400 X-Received: by 10.200.57.229 with SMTP id v92mr15087137qte.20.1507743524436; Wed, 11 Oct 2017 10:38:44 -0700 (PDT) X-Received: by 10.31.32.210 with SMTP id g201mr260153vkg.4.1507743524404; Wed, 11 Oct 2017 10:38:44 -0700 (PDT) Original-Path: usenet.stanford.edu!k31no141991qta.1!news-out.google.com!r5ni227qtc.1!nntp.google.com!z50no142630qtj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=104.193.104.27; posting-account=ABEwJgoAAAC1F6nSxfugvLwMw0aH_wrF Original-NNTP-Posting-Host: 104.193.104.27 Original-Xref: usenet.stanford.edu gnu.emacs.help:220445 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:114552 Archived-At: On Tuesday, October 10, 2017 at 7:11:57 PM UTC-7, Mario Castel=C3=A1n Castr= o wrote: > On 10/10/17 21:06, MelloBob wrote: > > Is there a way to save the current color-theme (accessed via M-x load-t= heme), not the older color-theme stuff. The only way I've found is to manua= lly edit my .emacs file and add the line: > > =20 > > (load-theme 'theme-name t) > >=20 > > Works fine ... until you really can't recall which theme you selected := ) >=20 > Try M-x customize-color-theme. Maybe you will find it listed there. >=20 >=20 > --=20 > Do not eat animals; respect them as you respect people. > https://duckduckgo.com/?q=3Dhow+to+(become+OR+eat)+vegan The older I get the more confused I get (not only about emacs :) ). But I'm just trying to set this in my .emacs file without having to manuall= y edit that file. I've gone back to using color-theme and have "discovered"= that the names to use in the final line of: =20 (require 'color-theme) (color-theme-initialize) (color-theme-feni) can be derived from M-x color-theme- . Trying to do this from color-th= eme-select gives the "English" names of the themes ... but they can't be us= ed in the above .emacs commands.