[slime-devel] Small xemacs change to make arglists work

Raymond Toy toy.raymond at gmail.com
Fri Sep 3 22:30:21 UTC 2010


On 9/3/10 5:27 PM, Raymond Toy wrote:
> With lots of help from Tobias on #lisp, I've discovered an issue with
> slime-forward-cruft.  I think xemacs doesn't understand "[:space:]" in
> skip-chars-forward.  Changing that to "[\\s]" makes arglists work.

No, that's wrong.  I think perhaps replacing (skip-chars-forward
"[:space:]") with (skip-syntax-forward "-") is better.  Some simple
tests show that skip-syntax-forward works better and actually skips
space characters.

Ray





More information about the slime-devel mailing list