unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Custom themes
@ 2005-06-25  0:31 Richard M. Stallman
  2005-06-25  1:27 ` Luc Teirlinck
  2005-06-25  3:25 ` Luc Teirlinck
  0 siblings, 2 replies; 61+ messages in thread
From: Richard M. Stallman @ 2005-06-25  0:31 UTC (permalink / raw)


Could someone please document Custom themes in the Emacs manual?

^ permalink raw reply	[flat|nested] 61+ messages in thread
* Custom themes
@ 2010-10-11  5:15 Chong Yidong
  2010-10-11  7:48 ` Deniz Dogan
                   ` (4 more replies)
  0 siblings, 5 replies; 61+ messages in thread
From: Chong Yidong @ 2010-10-11  5:15 UTC (permalink / raw)
  To: emacs-devel

Just a heads-up: I've mentioned before that I'd like to include some
easy way for newbies to choose a different color scheme, similar to what
color-theme.el does.  However, instead of including color-theme.el, I'm
writing an independent implementation.  (I haven't been able to get in
contact with the color-theme.el maintainer, and anyway there are just
too many contributors to color-theme.el to track down for assignment.)
This code will be based on the existing Custom theme code, so most of
the heavy lifting has been done.

Emacs looks for Custom themes in .emacs.d and the load path; a theme
named "foo" is looked for in foo-theme.el.  I'm currently not sure
whether the default selection of themes distributed with Emacs should be
in a subdirectory in etc/, or in lisp/.

Note, also, that because the package manager adds to the load-path, it
is possible to distribute Custom themes, or collections of themes, as
packages, which is nice.



^ permalink raw reply	[flat|nested] 61+ messages in thread
* Custom themes
@ 2005-07-29 13:54 Richard M. Stallman
  0 siblings, 0 replies; 61+ messages in thread
From: Richard M. Stallman @ 2005-07-29 13:54 UTC (permalink / raw)


Would someone please test the new custom themes code
and fix, or at least report, the bugs?

^ permalink raw reply	[flat|nested] 61+ messages in thread
* Custom themes
@ 2005-06-17 18:45 Richard Stallman
  0 siblings, 0 replies; 61+ messages in thread
From: Richard Stallman @ 2005-06-17 18:45 UTC (permalink / raw)


Could someone please document Custom themes in the Emacs manual?

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

end of thread, other threads:[~2010-10-16 18:33 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-25  0:31 Custom themes Richard M. Stallman
2005-06-25  1:27 ` Luc Teirlinck
2005-06-25  1:57   ` Luc Teirlinck
2005-06-25 16:40     ` Richard M. Stallman
2005-06-26  3:19       ` Luc Teirlinck
2005-06-26 15:04         ` Richard M. Stallman
2005-06-28  1:21           ` Luc Teirlinck
2005-06-28  1:42             ` Luc Teirlinck
2005-06-28 18:47               ` Richard M. Stallman
2005-06-28 18:46           ` Luc Teirlinck
2005-06-28 20:09             ` Luc Teirlinck
2005-06-27  9:56         ` Per Abrahamsen
2005-06-28  4:57   ` Stefan Monnier
2005-06-28 14:41     ` Luc Teirlinck
2005-06-29  3:58       ` Richard M. Stallman
2005-06-29  4:28         ` Luc Teirlinck
2005-06-30  5:36         ` David Kastrup
2005-06-30 23:11           ` Luc Teirlinck
2005-07-01 22:44             ` Richard M. Stallman
2005-07-02 12:33             ` Richard M. Stallman
2005-07-04  0:27               ` Luc Teirlinck
2005-06-30 12:53       ` Per Abrahamsen
2005-06-28 14:49     ` Luc Teirlinck
2005-06-28 21:29     ` Richard M. Stallman
2005-06-29  3:17       ` Luc Teirlinck
2005-06-29 20:43         ` Richard M. Stallman
2005-06-30  0:59           ` Luc Teirlinck
2005-06-30  5:32             ` David Kastrup
2005-06-30 15:49             ` Richard M. Stallman
2005-06-30 15:49             ` Richard M. Stallman
2005-06-25  3:25 ` Luc Teirlinck
2005-06-25 16:40   ` Richard M. Stallman
2005-06-25 18:00     ` Luc Teirlinck
2005-06-25 21:01       ` Frank Schmitt
2005-06-25 21:59         ` Luc Teirlinck
2005-06-25 22:03         ` Luc Teirlinck
2005-06-26  4:46       ` Richard M. Stallman
  -- strict thread matches above, loose matches on Subject: below --
2010-10-11  5:15 Chong Yidong
2010-10-11  7:48 ` Deniz Dogan
2010-10-11 15:34   ` Chong Yidong
2010-10-11 16:09 ` Lars Magne Ingebrigtsen
2010-10-11 17:38   ` Chong Yidong
2010-10-11 21:04 ` Eric Lilja
2010-10-12 14:08   ` Joel James Adamson
2010-10-12 20:25 ` Chong Yidong
2010-10-12 23:40   ` Eric Lilja
2010-10-13  0:04   ` Christoph
2010-10-13  2:15     ` Chong Yidong
2010-10-13 20:06   ` David De La Harpe Golden
2010-10-14  4:23     ` Chong Yidong
2010-10-14  4:58       ` Miles Bader
2010-10-13  0:26 ` Stefan Monnier
2010-10-13  2:14   ` Chong Yidong
2010-10-13 10:20     ` Juanma Barranquero
2010-10-13 15:06       ` CHENG Gao
2010-10-13 16:05       ` Chong Yidong
2010-10-14 15:53         ` Chong Yidong
2010-10-14 16:47           ` Juanma Barranquero
2010-10-16 18:33             ` Chong Yidong
2005-07-29 13:54 Richard M. Stallman
2005-06-17 18:45 Richard Stallman

Code repositories for project(s) associated with this public inbox

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

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