On Fri, 03 Sep 2010 18:16:27 -0400
Raymond Toy <toy.raymond(a)gmail.com> wrote:
In slime, there's a call like
(skip-chars-forward "[:space:]")
This doesn't seem to be supported on XEmacs. What would be the XEmacs
equivalent?
I think the intent is to skip over any space characters.
(skip-chars-forward " \t") would work. Works in Emacs too.
Cheers,
Sean
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/mailman/listinfo/xemacs-beta