From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sharon Kimble Newsgroups: gmane.emacs.help Subject: Re: Loading themes Date: Fri, 21 Feb 2014 19:12:53 +0000 Message-ID: <20140221191253.728c03ce@london> References: <20140220115812.7ab2d03d@london> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; boundary="Sig_/FCHbP=z2V8vXG79lI1N0bT0"; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1393010002 31400 80.91.229.3 (21 Feb 2014 19:13:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Feb 2014 19:13:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 21 20:13:31 2014 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 1WGvXK-0004R4-3D for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Feb 2014 20:13:26 +0100 Original-Received: from localhost ([::1]:46514 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGvXJ-0008Nu-CG for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Feb 2014 14:13:25 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGvX4-0008M6-Uf for help-gnu-emacs@gnu.org; Fri, 21 Feb 2014 14:13:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGvX0-0001xY-5L for help-gnu-emacs@gnu.org; Fri, 21 Feb 2014 14:13:10 -0500 Original-Received: from out1.ip01ir2.opaltelecom.net ([62.24.128.237]:38000) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGvWz-0001xF-QC for help-gnu-emacs@gnu.org; Fri, 21 Feb 2014 14:13:06 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuoJACKkB1NcFJMA/2dsb2JhbABagwY7gwhSpQKSY4VVgQ8WdIIlAQEEASNbCwgDDRQhAgIPSBmHfQwJqhqhGBcWjWtqgi8PMYFJBJBCh3GGcQOLNIMtPA X-IPAS-Result: AuoJACKkB1NcFJMA/2dsb2JhbABagwY7gwhSpQKSY4VVgQ8WdIIlAQEEASNbCwgDDRQhAgIPSBmHfQwJqhqhGBcWjWtqgi8PMYFJBJBCh3GGcQOLNIMtPA X-IronPort-AV: E=Sophos;i="4.97,520,1389744000"; d="asc'?scan'208";a="455783441" Original-Received: from unknown (HELO london) ([92.20.147.0]) by out1.ip01ir2.opaltelecom.net with ESMTP; 21 Feb 2014 19:13:02 +0000 In-Reply-To: <20140220115812.7ab2d03d@london> X-Mailer: Claws Mail 3.9.3-22-g0c116f (GTK+ 2.24.22; i486-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.24.128.237 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:96164 Archived-At: --Sig_/FCHbP=z2V8vXG79lI1N0bT0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, 20 Feb 2014 11:58:12 +0000 Sharon Kimble wrote: > I have the strange problem in that if I load a theme using=20 > 'M-x load-theme' and then put in a theme name when prompted like > 'brin' it only shows the theme background colour in the fringe and the > mode-line and nowhere else. Its the same whatever theme I load. The > relevant section from my .emacs is here - >=20 > ;;(add-to-list 'load-path > "/usr/share/emacs24/site-lisp/emacs-goodies-el/color-theme.el")=20 > ;;(add-to-list 'load-path > "/home/boudiccas/.emacs.d/themes/color-theme-tomorrow.el")=20 > ;;(require 'color-theme)=20 > ;;(require 'color-theme-tomorrow)=20 > ;;(eval-after-load "color-theme"=20 > ;; '(progn > ;; (color-theme-initialize) > ;; (color-theme-lethe))) > ;; (tomorrow-day-theme)) > ;;(defface popup-mouse-face nil nil) > ;;(defface ac-candidate-face nil nil) > ;; Please set your themes directory to 'custom-theme-load-path > ;;(require 'remember-theme) > (add-to-list 'custom-theme-load-path > (file-name-as-directory "/home/boudiccas/git/replace-colorthemes")) > (add-to-list 'custom-theme-load-path > "/home/boudiccas/.emacs.d/themes") (add-to-list > 'custom-theme-load-path "/home/boudiccas/.emacs.d/elpa") >=20 > ;;(require 'remember-theme) > ;; https://github.com/emacs-jp/replace-colorthemes > ;; load your favorite theme > ;;(load-theme 'solarized-light t t) > ;;(load-theme 'solarized-dark t t) > ;;(enable-theme 'solarized-dark) >=20 > The only time that the theme background colour in the main window, > where all the code is, shows is when I highlight some text. The rest > of the time there is no background colour in the main window. >=20 > I've tried removing from ELPA the theme that was continually being > called when I started up .emacs, which was "grandshell", and this > morning I've removed "remember-theme" which was calling the old theme > on every launch of .emacs.=20 >=20 > Now I have no theme loaded, but when I do load one like "brin", it > only shows as in the screen-shot attached. >=20 > How can I get it so that themes work normally and display properly > please? I've tried using an old backed-up .emacs from twenty-four > hours ago, before the problem started, but it still shows as in the > screen-shot.=20 >=20 > I have a slight memory of putting some code in my 'setup-testbed.el' > file that would draw a rectangle round the working pane of .emacs. > This would have shown round all the working code, or document that was > displayed. I no longer have this code in my 'setup-testbed', and cant > find where I got it from, but it still seems to be having an effect > and causing the problem that I now have.=20 >=20 > Can anyone help in this strange problem please? >=20 I finally solved this problem by rebuilding my .emacs, which slimmed it down from 25.2kb to 9.6kb! So there is a silver lining to the cloud :) Sharon. --=20 =EF=BB=BFA taste of linux =3D http://www.sharons.org.uk my git repo =3D https://bitbucket.org/boudiccas/dots TGmeds =3D http://www.tgmeds.org.uk Debian testing, Fluxbox 1.3.5, emacs 24.3.50.1 Registered Linux user 561944 --Sig_/FCHbP=z2V8vXG79lI1N0bT0 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBCgAGBQJTB6U+AAoJEDaBgBkK+INbW9kP/3pbTroKKHB+DsYZ4Ym4Cgz2 6CAjd8yFSyxZBaFChA82cns0ckRwdzoBf9TQj6oUb73/WLBt/U4IpPwcRqN2PhQ2 pwU331EgR0pM51xXpon0xb0XrbDcXswUeAqYc6StUDIlODTFfAXxmAT7RfsJ0Bj9 8/MYKoNxSbwwpfbLG0oGr5EP08KtcyQbtmXWia1FmS9g09pkMnJVLoMoswgFBHmx dvSdXla9n0vlEf+ptOM1Vyc6EKiLXU7Pg7zzMFVve8jpxGhuerSRfJ+aj9qlJQWe KtH1OCD5cq4cJDKIlJt+AKIqeaxyQbaj6XD5NBUsvJvtmw3GJWbOTlizw4eUB1qD 3Dg6czp4Cr9ZbIBC0NOjV99O1cOY7iBOEHx7gZCj3ZFO5HjKi91KOnybcpuch+cw ykFG0EqZsiLkKU3tL0DLu8nkmQrfrSAX5WBPhv6A+6iU/gIkf6AOCH7mBdHSodT4 LTQ3QqttfBerQJOnCfp/sjPoWtsEwDZPCfCWYXKS7iviObFhaSDwEIWh7A1eO6Or Cvl30o5oE/EM2+/e+XbVUfimrlmkH2rboWGtaDNAxtk8hIl56r0NE37sOjRGXWBT WovjV1zQYlpZAy3rAYVCP2aCBpOf5Vt6hLpos4y7ZpvakLm9B9uD6pGtBB14klzx Y8CrOkRFhxD4ddfk13QB =rbIa -----END PGP SIGNATURE----- --Sig_/FCHbP=z2V8vXG79lI1N0bT0--