While skipping over spaces works fine using
(skip-chars-forward "\s-")
I can't seem to be able to skip over symbols using
(skip-chars-forward "\s_")
Maybe I am using she command wrongly, and it somehow recovers in the 1st case?
The relevant documentation does not seem to answer the question:
http://www.gnu.org/software/emacs/manual/html_node/elisp/Syntax-Class-Table.html http://www.gnu.org/software/emacs/manual/html_node/emacs/Regexps.html