Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
+(defvar custom-special-faces
+ "Faces to show first in a customize-faces buffer in this order"
+ (mapcar 'symbol-name
+ '(default bold italic bold-italic underline highlight
+ zmacs-region primary-selection
+ secondary-selection text-cursor left-margin right-margin
+ blue green red yellow)))
+
This sounds really arbitrary to me. I don't consider those faces more
important than others (like gnus ones) because I never customize them. On the
contrary, they are usually the ones I wanna see last.
If you really want to sort the faces in the buffer, let the user
provide his own selection. Give him a customizable variable that can be a list
of faces, a function returning a list of faces etc etc.
--didier