here a little emacs lisp wrapper for using kenny from within Emacs with an externally compiled kenny.c from your site. The path to kenny must be adapted. (defun gnus-kenny(start end) (interactive "r") (shell-command (concat "/home/cc/e/kenny '" (buffer-substring-no-properties start end ) "'") "*kenny*")) - Christoph Conrad 20th April 2005