I just started with emacs and I wanted to know if there is a an alternative for flyspell for checking spellings in comments (Since I use auto-complete-mode for code completion, I can't have flyspell minor mode on as they conflict with each rendering auto-complete-mode useless).
Thanks
Found a workaround after searching the forums. We just have to enter this
(ac-flyspell-workaround)
and it would work like a charm.
Cheers