unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* ColorTheme odd behavior
@ 2006-08-17 16:47 Hugo Weber Schmidt
  2006-08-17 19:01 ` Leon
       [not found] ` <mailman.5291.1155841317.9609.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Hugo Weber Schmidt @ 2006-08-17 16:47 UTC (permalink / raw)


Hello.. here's my problem:
I installed color-theme.el (I'm on windows) ...
Then on my .emacs I'm trying something like this
(require 'color-theme)
(color-theme-blue-mood)
which gives this error:
Symbol's function definition is void: color-theme-blue-mood

but (and here is the part I found strange) if I go to M-x
color-theme-select and select a theme, everything works fine!

Any ideas?

Tks
Hugo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ColorTheme odd behavior
  2006-08-17 16:47 ColorTheme odd behavior Hugo Weber Schmidt
@ 2006-08-17 19:01 ` Leon
       [not found] ` <mailman.5291.1155841317.9609.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: Leon @ 2006-08-17 19:01 UTC (permalink / raw)


On 17 Aug 2006 09:47:16 -0700, Hugo Weber Schmidt wrote:

> Hello.. here's my problem:
> I installed color-theme.el (I'm on windows) ...
> Then on my .emacs I'm trying something like this
> (require 'color-theme)
(color-theme-initialize)
> (color-theme-blue-mood)
> which gives this error:
> Symbol's function definition is void: color-theme-blue-mood
>
> but (and here is the part I found strange) if I go to M-x
> color-theme-select and select a theme, everything works fine!
>
> Any ideas?
>
> Tks
> Hugo

-- 
Leon

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ColorTheme odd behavior
       [not found] ` <mailman.5291.1155841317.9609.help-gnu-emacs@gnu.org>
@ 2006-08-17 19:22   ` jrcapa
  2006-08-18  1:59     ` Jesse Alama
  0 siblings, 1 reply; 5+ messages in thread
From: jrcapa @ 2006-08-17 19:22 UTC (permalink / raw)


Exactly!
Why isn't this line on any of the wikis and dot emacs files that I've
searched?? :)
Tks Leon!

Leon escreveu:

> On 17 Aug 2006 09:47:16 -0700, Hugo Weber Schmidt wrote:
>
> > Hello.. here's my problem:
> > I installed color-theme.el (I'm on windows) ...
> > Then on my .emacs I'm trying something like this
> > (require 'color-theme)
> (color-theme-initialize)
> > (color-theme-blue-mood)
> > which gives this error:
> > Symbol's function definition is void: color-theme-blue-mood
> >
> > but (and here is the part I found strange) if I go to M-x
> > color-theme-select and select a theme, everything works fine!
> >
> > Any ideas?
> >
> > Tks
> > Hugo
> 
> -- 
> Leon

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ColorTheme odd behavior
  2006-08-17 19:22   ` jrcapa
@ 2006-08-18  1:59     ` Jesse Alama
  2006-08-18 16:14       ` jrcapa
  0 siblings, 1 reply; 5+ messages in thread
From: Jesse Alama @ 2006-08-18  1:59 UTC (permalink / raw)


"jrcapa" <hugows@gmail.com> writes:

> Why isn't this line on any of the wikis and dot emacs files that I've
> searched?? :)

If you're talking about the Emacs Wiki (http://www.emacswiki.org),
then you can modify the page which describes how to set up color-theme
so that others don't experience what you did.

Jesse

-- 
Jesse Alama (alama@stanford.edu)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ColorTheme odd behavior
  2006-08-18  1:59     ` Jesse Alama
@ 2006-08-18 16:14       ` jrcapa
  0 siblings, 0 replies; 5+ messages in thread
From: jrcapa @ 2006-08-18 16:14 UTC (permalink / raw)


Strange... it was there...
The easiest way is to install a chosen color theme is to require the
file and call the appropriate color theme function. Put the appropriate
code in your .emacs file:

    (require 'color-theme)
    (color-theme-initialize)
    (color-theme-robin-hood)

Maybe I was on the portuguese version... I'll check that. Tks the tip

Jesse Alama escreveu:

> "jrcapa" <hugows@gmail.com> writes:
>
> > Why isn't this line on any of the wikis and dot emacs files that I've
> > searched?? :)
>
> If you're talking about the Emacs Wiki (http://www.emacswiki.org),
> then you can modify the page which describes how to set up color-theme
> so that others don't experience what you did.
> 
> Jesse
> 
> -- 
> Jesse Alama (alama@stanford.edu)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-08-18 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-17 16:47 ColorTheme odd behavior Hugo Weber Schmidt
2006-08-17 19:01 ` Leon
     [not found] ` <mailman.5291.1155841317.9609.help-gnu-emacs@gnu.org>
2006-08-17 19:22   ` jrcapa
2006-08-18  1:59     ` Jesse Alama
2006-08-18 16:14       ` jrcapa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).