I have a .lsp file that mostly creates keyboard shortcuts for basic commands. My copy mode is set to default to "multiple" - and if I type "copy", it is indeed multiple. However, if I use my shortcut (just the "c" key), it is not. Here's the code:
(defun c:c() (command "copy"))
I don't think it gets much simpler than that... why would it not operate the same way as "copy"? Confused.