all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jambunathan K <kjambunathan@gmail.com>
To: ishi soichi <soichi777@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: themes are not loaded properly for Emacs24
Date: Fri, 09 Nov 2012 10:08:04 +0530	[thread overview]
Message-ID: <87sj8j9ys3.fsf@gmail.com> (raw)
In-Reply-To: <CAEjRLuRiX0AkgEEJuLJCVKysLYjhPg-ct7g8ePH2xKgcDyJjDQ@mail.gmail.com> (ishi soichi's message of "Fri, 9 Nov 2012 12:57:45 +0900")


I think what you are looking for could be done via

    M-x customize-themes RET

You may want to `Select more than one theme' and then later `migrate
your settings into a theme'.

This is what the commands show in my case:

    ,----
    | Type RET or click to enable/disable listed custom themes.
    | Type ? to describe the theme at point.
    | Theme files are named *-theme.el in `custom-theme-load-path'.
    | 
    |  Note: Your custom settings take precedence over theme settings.
    |        To migrate your settings into a theme, click here.
    | 
    |  Save Theme Settings 
    | [ ] Select more than one theme at a time
    | 
    | Available Custom Themes:
    | [ ] adwaita -- Face colors similar to the default theme of Gnome 3 (Adwaita).
    | [ ] deeper-blue -- Face colors using a deep blue background.
    | [ ] dichromacy -- Face colors suitable for red/green color-blind users.
    | [ ] light-blue -- Face colors utilizing a light blue background.
    | [ ] manoj-dark -- Very high contrast faces with a black background.
    | [ ] misterioso -- Predominantly blue/cyan faces on a dark cyan background.
    | [ ] tango-dark -- Face colors using the Tango palette (dark background).
    | [ ] tango -- Face colors using the Tango palette (light background).
    | [ ] tsdh-dark -- Minor tweaks to the Emacs dark-background defaults.
    | [ ] tsdh-light -- Minor tweaks to the Emacs white-background defaults.
    | [ ] wheatgrass -- High-contrast green/blue/brown faces on a black background.
    | [ ] whiteboard -- Face colors similar to markers on a whiteboard.
    | [ ] wombat -- Medium-contrast faces with a dark gray background.
    `----




> 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
>             
>             
>
>         
>
>     
>
>

-- 



      reply	other threads:[~2012-11-09  4:38 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
2012-11-09  4:38       ` Jambunathan K [this message]

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=87sj8j9ys3.fsf@gmail.com \
    --to=kjambunathan@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=soichi777@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.