Is there any way to easily find all the modes that derive from a mode?
The closest I can get is to use M-x apropros
and search for -mode$
and manually comb through all defuns with the property derived-mode-parent
and peek at them to see if they derive from the mode I am interested in. I suppose I could write a routine to do that quickly, but I'd rather not if I can help it.