(defun rmoo-send-here (string) "Send STRING as input to rmoo-world-here." (send-string (get rmoo-world-here 'process) (concat (rmoo-substitute-accents string) "\n")))