all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Using a package installed via ELPA
@ 2012-07-13 13:09 daniele.g
  0 siblings, 0 replies; 8+ messages in thread
From: daniele.g @ 2012-07-13 13:09 UTC (permalink / raw)
  To: help-gnu-emacs

I've installed zenburn color theme via ELPA in EMACS23, what now? I've
discovered that I can't load it using the usual color theme tool.

Thanks in advance.
-- 
                    Pioviggina, governo ladruncolo.




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

* Re: Using a package installed via ELPA
       [not found] <mailman.4717.1342187586.855.help-gnu-emacs@gnu.org>
@ 2012-07-13 14:18 ` Christian Kellermann
  2012-07-13 14:22   ` Christian Kellermann
  2012-07-13 16:39 ` skc
  1 sibling, 1 reply; 8+ messages in thread
From: Christian Kellermann @ 2012-07-13 14:18 UTC (permalink / raw)
  To: help-gnu-emacs

dgiglio@iol.it (daniele.g) writes:

> I've installed zenburn color theme via ELPA in EMACS23, what now? I've
> discovered that I can't load it using the usual color theme tool.

I have added this to my .emacs:

(load-theme 'zen-and-art)

HTH,

Christian


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

* Re: Using a package installed via ELPA
  2012-07-13 14:18 ` Using a package installed via ELPA Christian Kellermann
@ 2012-07-13 14:22   ` Christian Kellermann
  2012-07-13 14:41     ` daniele.g
  0 siblings, 1 reply; 8+ messages in thread
From: Christian Kellermann @ 2012-07-13 14:22 UTC (permalink / raw)
  To: help-gnu-emacs

Christian Kellermann <ckeen@pestilenz.org> writes:

> dgiglio@iol.it (daniele.g) writes:
>
>> I've installed zenburn color theme via ELPA in EMACS23, what now? I've
>> discovered that I can't load it using the usual color theme tool.
>
> I have added this to my .emacs:
>
> (load-theme 'zen-and-art)

(load-theme 'zenburn) in your case of course...


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

* Re: Using a package installed via ELPA
  2012-07-13 14:22   ` Christian Kellermann
@ 2012-07-13 14:41     ` daniele.g
  0 siblings, 0 replies; 8+ messages in thread
From: daniele.g @ 2012-07-13 14:41 UTC (permalink / raw)
  To: help-gnu-emacs

Christian Kellermann <ckeen@pestilenz.org> writes:

> Christian Kellermann <ckeen@pestilenz.org> writes:
>
>> Dgiglio@iol.it (daniele.g) writes:
>>
>>> I've installed zenburn color theme via ELPA in EMACS23, what now? I've
>>> discovered that I can't load it using the usual color theme tool.
>>
>> I have added this to my .emacs:
>>
>> (load-theme 'zen-and-art)
>
> (Load-theme 'zenburn) in your case of course...
>

File error: Cannot open load file, zenburn-theme

this is what I have got:

,----[ ls ~/.emacs.d/elpa/zenburn-1.8 ]
| zenburn-autoloads.el
| zenburn-autoloads.el~
| zenburn.el
| zenburn.elc
| zenburn-pkg.el
| zenburn-pkg.elc
`----

-- 
           Legge di Cheope:
           	Nulla viene mai costruito in tempo o nel budget.




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

* Re: Using a package installed via ELPA
       [not found] <mailman.4717.1342187586.855.help-gnu-emacs@gnu.org>
  2012-07-13 14:18 ` Using a package installed via ELPA Christian Kellermann
@ 2012-07-13 16:39 ` skc
  2012-07-13 17:27   ` Drew Adams
                     ` (2 more replies)
  1 sibling, 3 replies; 8+ messages in thread
From: skc @ 2012-07-13 16:39 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: help-gnu-emacs

On Friday, July 13, 2012 4:09:54 PM UTC+3, giglio robbo&#39; d&#39;acciaio wrote:
> I&#39;ve installed zenburn color theme via ELPA in EMACS23, what now? I&#39;ve
> discovered that I can&#39;t load it using the usual color theme tool.
> 
> Thanks in advance.
> -- 
>                     Pioviggina, governo ladruncolo.

Is ~/.emacs.d/elpa/zenburn-1.8  in custom-theme-load-path  ?


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

* RE: Using a package installed via ELPA
  2012-07-13 16:39 ` skc
@ 2012-07-13 17:27   ` Drew Adams
  2012-07-15 13:03   ` daniele.g
       [not found]   ` <mailman.4859.1342421681.855.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 8+ messages in thread
From: Drew Adams @ 2012-07-13 17:27 UTC (permalink / raw)
  To: 'skc', gnu.emacs.help; +Cc: help-gnu-emacs

>> I've installed zenburn color theme via ELPA in EMACS23,
>> what now? I've discovered that I can't load it using the
>> usual color theme tool.
...
> Is ~/.emacs.d/elpa/zenburn-1.8  in custom-theme-load-path ?

Seems really too bad that Emacs Dev installed "custom" theme stuff that kind of
does what color-theme.el does, but not quite.

Every few weeks we now get posts here that confuse the two.  Sometimes the
confusion is in the original question; sometimes it is in a response; sometimes
both.

Presumably things would be less confusing if the names of these somewhat
different critters were not also so similar (custom theme vs color theme).

But IIUC, Emacs in fact had its own "theme" stuff for a long time.  It's just
that recently they decided to extend Emacs custom themes to also do something
similar to what 3rd-party package color-theme.el has always done.

I guess at this point there is no simple way to avoid confusion.  We'll just
have to keep pointing out the difference (e.g. here).  Birth of a Frequently
Unasked Question Unwittingly Premised...




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

* Re: Using a package installed via ELPA
  2012-07-13 16:39 ` skc
  2012-07-13 17:27   ` Drew Adams
@ 2012-07-15 13:03   ` daniele.g
       [not found]   ` <mailman.4859.1342421681.855.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 8+ messages in thread
From: daniele.g @ 2012-07-15 13:03 UTC (permalink / raw)
  To: help-gnu-emacs

skc <shimoco@gmail.com> writes:

> On Friday, July 13, 2012 4:09:54 PM UTC+3, giglio robbo&#39; d&#39;acciaio wrote:
>> I&#39;ve installed zenburn color theme via ELPA in EMACS23, what now? I&#39;ve
>> discovered that I can&#39;t load it using the usual color theme tool.
>> 
>> Thanks in advance.
>> -- 
>>                     Pioviggina, governo ladruncolo.
>
> Is ~/.emacs.d/elpa/zenburn-1.8  in custom-theme-load-path  ?

No.
-- 
      La solitudine e' impossibile, e la societa' e' fatale.
      		-- Ralph Waldo Emerson (1803-1882), filosofo statunitense




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

* Re: Using a package installed via ELPA
       [not found]   ` <mailman.4859.1342421681.855.help-gnu-emacs@gnu.org>
@ 2012-07-16 22:04     ` skc
  0 siblings, 0 replies; 8+ messages in thread
From: skc @ 2012-07-16 22:04 UTC (permalink / raw)
  To: gnu.emacs.help; +Cc: help-gnu-emacs

On Sunday, July 15, 2012 4:03:44 PM UTC+3, giglio robbo&#39; d&#39;acciaio wrote:
> skc &lt;shimoco @ gmail.com&gt; writes:
> 
> &gt; On Friday, July 13, 2012 4:09:54 PM UTC+3, giglio robbo&amp;#39; d&amp;#39;acciaio wrote:
> &gt;&gt; I&amp;#39;ve installed zenburn color theme via ELPA in EMACS23, what now? I&amp;#39;ve
> &gt;&gt; discovered that I can&amp;#39;t load it using the usual color theme tool.
> &gt;&gt; 
> &gt;&gt; Thanks in advance.
> &gt;&gt; -- 
> &gt;&gt;                     Pioviggina, governo ladruncolo.
> &gt;
> &gt; Is ~/.emacs.d/elpa/zenburn-1.8  in custom-theme-load-path  ?
> 
> No.
> -- 
>       La solitudine e&#39; impossibile, e la societa&#39; e&#39; fatale.
>       		-- Ralph Waldo Emerson (1803-1882), filosofo statunitense

Sorry about the confusion. custom-theme-load-path has nothing to do with color-theme.
However, i found a custom-theme version for zenburn at https://github.com/bbatsov/zenburn-emacs/
 



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

end of thread, other threads:[~2012-07-16 22:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.4717.1342187586.855.help-gnu-emacs@gnu.org>
2012-07-13 14:18 ` Using a package installed via ELPA Christian Kellermann
2012-07-13 14:22   ` Christian Kellermann
2012-07-13 14:41     ` daniele.g
2012-07-13 16:39 ` skc
2012-07-13 17:27   ` Drew Adams
2012-07-15 13:03   ` daniele.g
     [not found]   ` <mailman.4859.1342421681.855.help-gnu-emacs@gnu.org>
2012-07-16 22:04     ` skc
2012-07-13 13:09 daniele.g

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.