chickadee » speech-dispatcher-client » history-set-cursor

history-set-cursor conn thing pos #!optional nprocedure

Set the history cursor to the given position. The meaning of the first argument after SET is the same as in the history-get-client-messages command. The argument first asks to set the cursor on the first position and the argument last asks to set the cursor on the last position of the history of the given client. If the argument pos is used, the position is set to n, where n is a positive integer. It is an error if id doesn't identify any client or if n doesn't point to any existing position in the history.

As for the order and numbering of the messages in the history, the same rules apply as in history-get-client-messages.