Report a bug or issue with KPP:
Not strictly a bug, but I am getting a warning message with emacs
/kpp.el: Warning: (lambda nil \.\.\.) quoted with ' rather than with #'
This can be solved by changing line 107 of kpp.el to:
#'(lambda () (interactive) (insert " ")))