From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Mike Newsgroups: gmane.emacs.help Subject: color-browser: Undefined Custom theme Date: Sun, 12 Jul 2020 13:40:40 +0200 Message-ID: <20200712114040.GA29854@local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3944"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jul 12 13:43:50 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1juaOc-0000x4-7Y for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 12 Jul 2020 13:43:50 +0200 Original-Received: from localhost ([::1]:57638 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1juaOb-0002TA-AJ for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 12 Jul 2020 07:43:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52954) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1juaOF-0002S5-5S for help-gnu-emacs@gnu.org; Sun, 12 Jul 2020 07:43:27 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:33111) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1juaOC-0007TV-Em for help-gnu-emacs@gnu.org; Sun, 12 Jul 2020 07:43:26 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 09A202400FF for ; Sun, 12 Jul 2020 13:43:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.nl; s=2017; t=1594554202; bh=NNc7+wAI3Bk1pZDfkoS60ZsGzgd801dBfBfWsu1bnkk=; h=Date:From:To:Subject:From; b=euZ+C+VL6nNf9/DDVxny9eDKdRusUp/WApETk9rMGq3gpEw6v7Z7poUleSJi8N4y4 pcJ6KAPoHUCENsZzW7VxONEIybCZKkBRgtz/jqmVDUAxP0ZnHetaWbwJ4PiqjOI6b1 a3aiE7VnFK3urcePNvAX5UfgmfsGHej21zHz+JdJZognu0sQp2Zgb8gWTmi6bU45+R MFjywzaAWj2ruWZu+vOyERw8/dKi4fiO6LPzgqlX/pAZ9TCmrZsrYBG/Ad1/m9AEW2 eS9omNkX4g38iAwxCRti7za2DJeCqZ4vrMzQgEnDiVvphTdmF7uF+z/MtlSsVdJT8y 2okPqotTjUddQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4B4Pzs4QSrz6tmH for ; Sun, 12 Jul 2020 13:43:21 +0200 (CEST) Original-Received: by gentoo.schubbi-net.local (Postfix, from userid 1000) id 16CA483934; Sun, 12 Jul 2020 13:40:40 +0200 (CEST) Content-Disposition: inline Received-SPF: pass client-ip=185.67.36.66; envelope-from=mike9@posteo.nl; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/12 07:43:22 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:123533 Archived-At: Hi, I'm new to emacs and took color-browser to generate a custom color theme. The theme has been written to ...-theme.el which I copied to ~/.emacs.d/themes/. I added the line (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") to my .emacs. Giving M-x customize-themes the new theme shows up in the menu. But klicking it I get Undefined Custom theme ... What am I missing? Mike