all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: joakim@verona.se
Cc: 8222@debbugs.gnu.org
Subject: bug#8222: 24.0.50; problem with themeing var with repeat string
Date: Thu, 10 Mar 2011 19:02:02 -0500	[thread overview]
Message-ID: <87vczq4j9h.fsf@stupidchicken.com> (raw)
In-Reply-To: <m3k4g6ejvg.fsf@verona.se> (joakim@verona.se's message of "Thu, 10 Mar 2011 22:38:43 +0100")

joakim@verona.se writes:

> (defcustom zen-encumbered-urls nil
>   "make it harder to reach urls so you remember not to go there."
>   :group 'zen
>   :type '(repeat string)
>   :set 'zen-set-encumber-urls
>   )
>
>   doesnt seem to work well with themeing. I get errors like:
> Error setting zen-encumbered-urls: (wrong-type-argument sequencep quote)
>
> (custom-theme-set-variables
>  'zen-3
>  ...
>  '(zen-encumbered-urls (quote (quote ( "#brief timewastes" "www.penny-arcade.com" "www.dilbert.com" "www.xkcd.com" "www.userfriendly.org" "#news waste" "slashdot.org" "dn.se" "#social timewastes" "https://www.facebook.com"))))

I think you want

 '(zen-encumbered-urls (quote ("#brief timewastes" "..." ...)))

The M-x customize-create-theme interface seems to DTRT here.  If that's
not the problem, could you provide more details?





  reply	other threads:[~2011-03-11  0:02 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-10 21:38 bug#8222: 24.0.50; problem with themeing var with repeat string joakim
2011-03-11  0:02 ` Chong Yidong [this message]
2011-03-11  8:47   ` joakim
2011-03-11 17:20     ` Chong Yidong
2011-03-12 19:52       ` joakim
2011-03-12 20:12       ` joakim
2011-03-15  9:10       ` joakim
2011-03-21  4:32         ` Chong Yidong
2011-03-22  0:33         ` Chong Yidong

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=87vczq4j9h.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=8222@debbugs.gnu.org \
    --cc=joakim@verona.se \
    /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.