id,summary,reporter,owner,description,type,status,priority,resolution,keywords,cc
10,missing ubasic command get_raw_nr,cyril42e,,"The get_raw_nr command is described in the ubasic tutorial scratchpad, and the back-end seems ready to support it (constant TOKENIZER_GET_RAW_NR ok), but it is not set in the tokenizer.c file.
I think only one line is missing:
{{{
#!diff
tokenizer.c:115
+ {""get_raw_nr"",              TOKENIZER_GET_RAW_NR},
}}}

Moreover it would be great to have a get_raw command to know if raw recording is enabled or not, and to be able to restore the state of the camera at the end of scripts that change this... I've looked into the source code and it seems easy to do, I will try to compile CHDK myself and then submit a patch if nobody did it before ;-).",defect,closed,trivial,fixed,raw,
