all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ishi soichi <soichi777@gmail.com>
To: Shimon Cohen <shimoco@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: themes are not loaded properly for Emacs24
Date: Fri, 9 Nov 2012 12:57:45 +0900	[thread overview]
Message-ID: <CAEjRLuRiX0AkgEEJuLJCVKysLYjhPg-ct7g8ePH2xKgcDyJjDQ@mail.gmail.com> (raw)
In-Reply-To: <CAEjRLuSfnw0z69_U_sWh+8Z5QKw0PquehQvQW7GKiSv8Dnh84w@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1869 bytes --]

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 <soichi777@gmail.com>

> > 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 <shimoco@gmail.com>
>
>> How about disable-theme before 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 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
>>>
>>>
>>
>

[-- Attachment #2: Type: text/html, Size: 3770 bytes --]

  reply	other threads:[~2012-11-09  3:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-07  0:19 themes are not loaded properly for Emacs24 ishi soichi
2012-11-07 22:02 ` Shimon Cohen
2012-11-09  0:49   ` ishi soichi
2012-11-09  3:57     ` ishi soichi [this message]
2012-11-09  4:38       ` Jambunathan K

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAEjRLuRiX0AkgEEJuLJCVKysLYjhPg-ct7g8ePH2xKgcDyJjDQ@mail.gmail.com \
    --to=soichi777@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=shimoco@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.