When I start SimpleNote by typing it at the command line, I can hit Return and continue on additional lines, or even pick a second location to continue adding text. But when I use this line is Startup.lsp,
(defun c:q() (command "SimpleNote" "J" "C" pause "" ""))
SimpleNote ends the first time I hit Return. Is there any way to hit one key to get a custom command that includes SimpleNote to work? Thanks.
