Next: Other Specification Functions, Previous: Creating Specifiers, Up: Specifiers [Contents][Index]
This function returns non-nil if domain is a valid
specifier domain.  A domain is used to instance a specifier
(i.e. determine the specifier’s value in that domain).  Valid domains
are a window, frame, or device.  (nil is not valid.)
This function returns non-nil if locale is a valid
specifier locale.  Valid locales are a device, a frame, a window, a
buffer, and global.  (nil is not valid.)
Given a specifier locale-type, this function returns non-nil if it
is valid.  Valid locale types are the symbols global,
device, frame, window, and buffer. (Note,
however, that in functions that accept either a locale or a locale type,
global is considered an individual locale.)
Given a specifier-type, this function returns non-nil if it
is valid.  Valid types are generic, integer,
boolean, color, font, image,
face-boolean, and toolbar.
This function returns non-nil if tag is a valid specifier
tag.
This function returns non-nil if instantiator is valid for
specifier-type.
This function returns non-nil if inst-list is valid for
specifier type type.
This function returns non-nil if spec-list is valid for
specifier type type.
This function signals an error if instantiator is invalid for specifier-type.
This function signals an error if inst-list is invalid for specifier type type.
This function signals an error if spec-list is invalid for specifier type type.
Next: Other Specification Functions, Previous: Creating Specifiers, Up: Specifiers [Contents][Index]