std-pause-command | ![]() |
STD-PAUSE-COMMAND repeats user prompts while in a command loop. It sets TEXTEVAL for dtext and such.
STD-OPEN-COMMAND is an extension of STD-PAUSE-COMMAND, say "Open-ended command loop"
It accepts additionally the command list to be used before the call to STD-PAUSE-COMMAND. It also sets CMDECHO to 1
;;; Ask for all further points, e.g. _ENDP,...
(std-open-command (list "_COPY" ele "" "_M" pt))
;;;or:
(command "_COPY" ele "" "_M" pt) (std-pause-command)
lst: A list as given to (command)
Not defined.
See description. Only called because of its sideeffects.
(std-require 'STDMISC)
Defined in STDMISC