Node:mark-text-old, Next:, Previous:get-marks, Up:Protocol Requests



mark-text-old [24] (1) Obsolete


        mark-text-old [24] (( text      : Text-No;
                              mark-type : INT8 ))
                -> ( );

This call has been replaced by mark-text and unmark-text and should no longer be used. This call can only set mark-type to a value in the range 1 to 255 (inclusive). If mark-type is set to 0 the mark will be removed.

Error codes

login-first
Login required before issuing this call.
no-such-text
The text text does not exist.
permission-denied
No read permission on text text.
undefined-person
The person currently logged in does not exist (can't happen error.)
too-many-marks
Marking the text would cause the person doing the marking to have too many marks, or cause the text to have too many marks.