From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ishi soichi Newsgroups: gmane.emacs.help Subject: Re: themes are not loaded properly for Emacs24 Date: Fri, 9 Nov 2012 12:57:45 +0900 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b621c744779ab04ce07f438 X-Trace: ger.gmane.org 1352433473 23731 80.91.229.3 (9 Nov 2012 03:57:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Nov 2012 03:57:53 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Shimon Cohen Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 09 04:58:03 2012 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 1TWfjH-0005En-6Z for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Nov 2012 04:58:03 +0100 Original-Received: from localhost ([::1]:47279 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWfj8-00066F-4j for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Nov 2012 22:57:54 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:42418) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWfj1-00065y-RX for help-gnu-emacs@gnu.org; Thu, 08 Nov 2012 22:57:48 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWfj0-0002FP-JY for help-gnu-emacs@gnu.org; Thu, 08 Nov 2012 22:57:47 -0500 Original-Received: from mail-ee0-f41.google.com ([74.125.83.41]:64298) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWfj0-0002FK-59 for help-gnu-emacs@gnu.org; Thu, 08 Nov 2012 22:57:46 -0500 Original-Received: by mail-ee0-f41.google.com with SMTP id c4so2322786eek.0 for ; Thu, 08 Nov 2012 19:57:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=a07hg2XV7KrXVTT4QgkVXNAvyTHLwcm7a3JMBu3i5Cs=; b=rYpIUwzPYiVm4k2jgukxI7mXrezQ/F7WYmq5m2atTQEf14PcRGra9+oT521fDqieHY jpcyFPeFB3F2yFTMM6kzoc3lbI7cR5OAmkyuHV9yTdRDaScxZi0yv6Jet0PeZ+lkB9ZH S0JF1lc0ynbOGF0rnfCo7Jl8rAuw7tuekM3sX9P1HQJIp3CBfCO/SJomF/lXhEfb8N8y FhPsblGI1b8JUfXjFTIsW4pAAl9gKu50VfDH9FXs2aQShuexkaqHWAmYgjmj9e2G7YQm oooZUbM28SLsvmyy2Alq63i7Viey29i2FgJr0sCTaonyFx8KIRpeOVR8kqLehFxuYLXr 2NmQ== Original-Received: by 10.14.178.195 with SMTP id f43mr33729865eem.44.1352433465260; Thu, 08 Nov 2012 19:57:45 -0800 (PST) Original-Received: by 10.14.213.201 with HTTP; Thu, 8 Nov 2012 19:57:45 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.83.41 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:87602 Archived-At: --047d7b621c744779ab04ce07f438 Content-Type: text/plain; charset=ISO-8859-1 I have found the part causing the problem (setq skk-server-host "localhost") (setq skk-server-portnum 1178) ;;-------------------------------------------------- (let ((default-directory (expand-file-name "~/.emacs.d/lisp"))) (add-to-list 'load-path default-directory) (if (fboundp 'normal-top-level-add-subdirs-to-load-path) (normal-top-level-add-subdirs-to-load-path))) (setq skk-large-jisyo "~/.emacs.d/share/skk/SKK-JISYO.L") (require 'skk-autoloads) (global-set-key "\C-x\C-j" 'skk-mode) (global-set-key "\C-xj" 'skk-mode) (global-set-key "\C-xt" 'skk-tutorial) SKK is Japanese input system, which is very important for me. And this setting is copied from Emacs23's. Do you see any problem? soichi 2012/11/9 ishi soichi > > How about disable-theme before loading a new one. > > thanks but it doesn't make much difference. I was guessing that old > Emacs23 settings including themes are loaded somewhere. But no, the new > setting does not include any theme at all. > > soichi > > > 2012/11/8 Shimon Cohen > >> How about disable-theme before loading a new one. >> >> >> On Wed, Nov 7, 2012 at 2:19 AM, ishi soichi wrote: >> >>> Emacs Version 24.2 (9.0) >>> MacOSX SnowLeopard 10.6.8 >>> >>> From my understanding, Emacs24 has the build-in theme functionality. >>> but after Emacs is booted up, I cannot change the theme as I want it to. >>> >>> For the initial setup, I put >>> >>> (load-theme 'tango-dark t) >>> >>> then the first screenshot shows the Emacs window. >>> After that, I implement M-x load-theme dark-blue >>> the second screenshot is what the result looks like. The result appears >>> slightly different but not entirely. >>> >>> It seems like "the first loaded theme cannot be overridden". >>> >>> Can anyone guess what the problem is? >>> >>> soichi >>> >>> >> > --047d7b621c744779ab04ce07f438 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I have found the part causing the problem


(setq skk-server-host "localhost")
(setq skk-serv= er-portnum 1178)
;;----------------------------------------------= ----
(let ((default-directory (expand-file-name "~/.emacs.d/lisp"= )))
=A0 (add-to-list 'load-path default-directory)
= =A0 (if (fboundp 'normal-top-level-add-subdirs-to-load-path)
=A0 =A0 =A0 (normal-top-level-add-subdirs-to-load-path)))
(setq s= kk-large-jisyo "~/.emacs.d/share/skk/SKK-JISYO.L")
(req= uire 'skk-autoloads)
(global-set-key "\C-x\C-j" = 9;skk-mode)
(global-set-key "\C-xj" 'skk-mode)
(global-set= -key "\C-xt" 'skk-tutorial)

SK= K is Japanese input system, which is very important for me.
And t= his setting is copied from Emacs23's.
Do you see any problem?

soichi


2012/11/9 ishi soichi = <soichi777@gmail.com>
>=A0How about disable-theme before loa= ding a new one.

th= anks but it doesn't make much difference. =A0I was guessing that old Em= acs23 settings including themes are loaded somewhere. =A0But no, the new se= tting does not include any theme at all.

soi= chi


2012/11/8 Shimon Cohen <shimoco@gmail.c= om>
How about disable-theme bef= ore loading a new one.


On Wed, Nov 7, 2012 at 2:19 AM, ishi soichi <= soichi777@gmail.com> wrote:
Emacs Version 24.2 (9.0)
MacOSX SnowLeopard 10.6.8

From my understanding, Emacs24 has the build-in theme functionality.
but after Emacs is booted up, I cannot change the theme as I want it t= o.

For the initial setup, I put=A0

=A0 (load-theme 'tango-dark t)

then the first screenshot shows the Emacs window.
After that, I implement M-x load-theme dark-blue
the second screenshot is what the result looks like. =A0The result app= ears slightly different but not entirely.

It seems like "the first loaded theme cannot be overridden".=

Can anyone guess what the problem is?

soichi




--047d7b621c744779ab04ce07f438--