all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Custom themes
Date: Tue, 28 Jun 2005 15:09:02 -0500 (CDT)	[thread overview]
Message-ID: <200506282009.j5SK92725000@raven.dms.auburn.edu> (raw)
In-Reply-To: <200506281846.j5SIkVu24880@raven.dms.auburn.edu> (message from Luc Teirlinck on Tue, 28 Jun 2005 13:46:31 -0500 (CDT))

So here is what I am going to do.

I keep require-theme as the basic theme enabling mechanism and do
_not_ replace it by unconditional loading.  I implement the solutions
specified below to my three problems.  I will install soon.  Then
people can try it out and see whether the entire stuff, including
interactive use, works well enough for documentation in the Emacs manual.

   VAR has standard value 0, Theme1 sets it to 1, Theme2 to 2.

   Example 1:

   Require Theme1. VAR is 1. Good.  Unload Theme1.  Var is 0.  Perfect.
   Require Theme1 again.  No effect, because Theme1 is still provided.

   This problem could be fixed by adding:

     (setq custom-loaded-themes (delq theme custom-loaded-themes))
     (setq features (delq (get theme 'theme-feature) features)))

   to the end of `custom-do-theme-reset',

I will do exactly that.

   Example 2:

   Require Theme1.  VAR is 1. Good.  Require Theme2.  VAR is 2.  Good.
   Require Theme1 again.  No effect, because Theme1 is already provided.
   I would expect to be able to use this to reset VAR to 1.  Basically,
   this type of use does require replacing requiring by loading as the
   basic interactive theme enabling mechanism.

I will tell people in the docs that they need to manually load the
file containing Theme1 if they are in this situation and that is what
they want.  If people turn out to be often in this situation, we could
provide a third interactive command to make this more convenient.

   Example 3:

   Require Theme1.  VAR is 1.  Require Theme2.  VAR is 2.  Unload Theme2.
   VAR is 0.

After reading the docstring more carefully, this appears to be
intentional, so I am going to leave it unchanged.  Manually reloading
the file containing Theme1 will be the recommended solution for people
who actually wanted the "setting VAR to 1" type behavior.

Sincerely,

Luc.

  reply	other threads:[~2005-06-28 20:09 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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=200506282009.j5SK92725000@raven.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    --cc=emacs-devel@gnu.org \
    /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.