GNU bug report logs -
#10907
24.0.94; Updating display of Customize buffer
Previous Next
Reported by: Stephen Berman <stephen.berman <at> gmx.net>
Date: Tue, 28 Feb 2012 13:12:01 UTC
Severity: wishlist
Found in version 24.0.94
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
Message #20 received at 10907 <at> debbugs.gnu.org (full text, mbox):
Stephen Berman <stephen.berman <at> gmx.net> writes:
> On Tue, 28 Feb 2012 14:46:47 +0100 Andreas Schwab <schwab <at> linux-m68k.org> wrote:
>
>> Stephen Berman <stephen.berman <at> gmx.net> writes:
>>
>>> 7. In the Customize buffer hide and then re-show the value of
>>> srb-selected-file; now the Customize buffer shows this:
>>>
>>> Srb Selected File: "file1"
>>> State: STANDARD. (mismatch)
>>> A selected file name from `srb-file-list'.
>>
>> The current value does not match any of the empty set of choices.
>
> Do you mean that Custom thinks srb-file-list is still empty?
Its :type hasn't changed at all.
> (defcustom srb-selected-file (car srb-file-list)
> "A selected file name from `srb-file-list'."
> :type (if srb-file-list
> `(radio ,@(mapcar (lambda (x) (list 'const x)) srb-file-list)))
> :group 'srb)
>
> then when srb-dir is empty or nonexistant, the Custom buffer shows this:
>
> Srb Selected File: nil
> State: STANDARD.
> A selected file name from `srb-file-list'.
:type is nil (ie. no type).
> and after I add a file and refresh the display by hiding and unhiding
> the value, it shows this:
>
> Srb Selected File: "file1"
> State: STANDARD.
> A selected file name from `srb-file-list'.
:type is still nil.
Andreas.
--
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
This bug report was last modified 3 years and 87 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.