char_left_of_cursor
while (can_go_left() && !ch_isalpha(char_left_of_cursor()))
while (can_go_left() && ch_isalpha(char_left_of_cursor()))