[slime-devel] Small xemacs change to make arglists work
Stas Boukarev
stassats at gmail.com
Fri Sep 3 22:59:41 UTC 2010
Raymond Toy <toy.raymond at gmail.com> writes:
> 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.
>
> The issue shows up when trying to get autodoc[1] to show the arglist for
> "(cos". This failed because it was looking for "os". The above fix
> makes it work again.
>
> Thanks to Tobias for helping me find this.
Since [\\s] doesn't work on GNU Emacs, I committed " \n\t".
--
With Best Regards, Stas.
More information about the slime-devel
mailing list