std-pause-command


Synopsis

(std-pause-command) ;

(std-open-command <lst>) ;

Description

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

Examples:

;;; 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)

Arguments

lst: A list as given to (command)

Return Value

Not defined.

Side Effects

See description. Only called because of its sideeffects.

Module

(std-require 'STDMISC)

Defined in STDMISC