all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Drew Adams <drew.adams@oracle.com>
Cc: 7087@debbugs.gnu.org
Subject: bug#7087: 24.0.50; cannot customize default-frame-alist - it says value is nil but it	is not
Date: Thu, 23 Sep 2010 14:06:58 +0200	[thread overview]
Message-ID: <4C9B42E2.4040404@gmx.at> (raw)
In-Reply-To: <5567061AAE0C434CA177126DEC0D1B02@us.oracle.com>

 > In this Emacs 24 build, M-x customize-option default-frame-alist gives a
 > Customize buffer that shows the value of the option as nil and says
 > "this option has been changed outside the customize buffer. (mismatch)".
 > However, C-h v default-frame-alist shows it has a non-nil value:
 >
 > ((foreground-color . "Black")
...
 >  (icon-type)
 >  nil
    ^^^
`default-frame-alist' has the customization type

	       (repeat (cons :format "%v"
			     (symbol :tag "Parameter")
			     (sexp :tag "Value"))))

so obviously this "nil" here will cause a mismatch.

 >  (left-fringe . 0)
 >  (right-fringe . 0)
 >  (fringe . 0))
 >
 > Clearly there is a mismatch, not between the value and what the option
 > spec should be, but between what Customize thinks the value is and what
 > the value is in fact.  And even if the option value were nil, I don't
 > think that would signify a mismatch.  Something is very wrong here.

Indeed.  You just have to find the culprit ;-)

martin





  parent reply	other threads:[~2010-09-23 12:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-22 22:15 bug#7087: 24.0.50; cannot customize default-frame-alist - it says value is nil but it is not Drew Adams
2010-09-23  8:31 ` Eli Zaretskii
2010-09-23 12:06 ` martin rudalics [this message]
2010-09-23 20:35   ` Drew Adams
2010-09-24  5:51     ` martin rudalics

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=4C9B42E2.4040404@gmx.at \
    --to=rudalics@gmx.at \
    --cc=7087@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /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.