Spell check camelcased words with the normal ispell and flyspell commands.
Patches are always welcome. To submit a patch, use something like the following workflow.
git clone https://github.com/jschaf/camel-spell.git
cd camel-spell
git checkout -b MY-NEW-FIXImplement your fix. Please use angular-style commit messages.
Ensure that all Emacs-lisp code is lint-clean with flycheck.
Test your fix with Cask. You can install cask with:
curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python
export PATH="/home/joe/.cask/bin:$PATH"
Test your fixes with the Emacs Regression Test runner.
cask exec ert-runner
Send your commits for review.
git push origin MY-NEW-FIX
Create a pull request with the normal Github user interface.