Maxima Function
constituent (char)
Returns true if char is a graphic character and not the space character.
A graphic character is a character one can see, plus the space character.
(constituent is defined by Paul Graham, ANSI Common Lisp, 1996, page 67.)