GNU bug report logs -
#1248
23.0.60; problems with `color' custom type
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 1248 in the body.
You can then email your comments to 1248 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#1248
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Drew Adams" <drew.adams <at> oracle.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
emacs -Q
Eval this: (defcustom foo "Red" "..." :type 'color)
M-x set-variable foo RET Blue RET
gives error "Value `Blue' does not match type color of foo". Likewise,
if I try BlueViolet.
M-x customize-option foo
Empty the value field and hit M-TAB. The colors are displayed in a
crazy order, not alphabetically. And there is no color `Blue' in the
list. But you can enter the text `Blue' anyway and choose Set for
Session from the menu. So the completion must be lax, which is
good.
But why does `set-variable' say that `Blue' does not match type
`color'? And it says the same thing for `BlueViolet', which is one of
the names available using completion in Customize.
And `set-variable' too should offer completion (enhancement request).
In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
of 2008-10-03 on LENNART-69DE564
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include
-fno-crossjumping'
Reply sent to
Chong Yidong <cyd <at> stupidchicken.com>
:
You have taken responsibility.
Full text and
rfc822 format available.
Notification sent to
"Drew Adams" <drew.adams <at> oracle.com>
:
bug acknowledged by developer.
Full text and
rfc822 format available.
Message #10 received at 1248-done <at> emacsbugs.donarmstrong.com (full text, mbox):
> emacs -Q
> Eval this: (defcustom foo "Red" "..." :type 'color)
>
> M-x set-variable foo RET Blue RET
>
> gives error "Value `Blue' does not match type color of foo".
You want to do
M-x set-variable foo RET "Blue" RET
because set-variable reads entries in Lisp form, and foo needs to be a
string.
> Empty the value field and hit M-TAB. The colors are displayed in a
> crazy order, not alphabetically.
They are listed in the same order of list-colors-display. I've changed
that to make it alphabetical.
bug archived.
Request was from
Debbugs Internal Request <don <at> donarmstrong.com>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Sun, 23 Nov 2008 15:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 years and 214 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.