case $THIS_SUB_DEPENDS in
  ISPELL) is_depends_enabled $SPELL ispell;;
  ASPELL) is_depends_enabled $SPELL aspell;;
  HSPELL) is_depends_enabled $SPELL hspell;;
       *) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}"; return 1;;
esac
