|
| From: | martin rudalics |
| Subject: | Re: C++ mode and c-beginning-of-current-token |
| Date: | Wed, 16 May 2007 11:00:32 +0200 |
| User-agent: | Mozilla Thunderbird 1.0 (Windows/20041206) |
p--, pos--, pos_byte--; UPDATE_SYNTAX_TABLE_BACKWARD (pos - 1);
Possibly a silly suggestion: What happens if you use
UPDATE_SYNTAX_TABLE_BACKWARD (pos);
here?
| [Prev in Thread] | Current Thread | [Next in Thread] |