[slime-devel] Symbol's function definition is void: syntax-ppss

The message on the Subject line is printed once in the mini buffer for every character entered into the REPL buffer. This is annoying and makes it impossible to type fast. Best, -cph

Chisheng Huang <cph@chi-square-works.com> writes:
The message on the Subject line is printed once in the mini buffer for every character entered into the REPL buffer. This is annoying and makes it impossible to type fast.
It looks like someone committed my latest patch which should fix this. Please let us know if you have any other troubles. (It doesn't call syntax-ppss anymore so you're unlikely to have exactly the same problem if you have any problem at all.) -Peter -- Peter Seibel * peter@gigamonkeys.com Gigamonkeys Consulting * http://www.gigamonkeys.com/ Practical Common Lisp * http://www.gigamonkeys.com/book/

On Wed, 21 Dec 2005 11:05:32 -0800, Peter Seibel <peter@gigamonkeys.com> wrote:
It looks like someone committed my latest patch which should fix this. Please let us know if you have any other troubles. (It doesn't call syntax-ppss anymore so you're unlikely to have exactly the same problem if you have any problem at all.)
I just updated from CVS and there's still this function in slime.el: (defun in-comment-p () (nth 4 (syntax-ppss (point)))) So I think the patch hasn't been commited yet. Cheers, Edi.

Edi Weitz <edi@agharta.de> writes:
On Wed, 21 Dec 2005 11:05:32 -0800, Peter Seibel <peter@gigamonkeys.com> wrote:
It looks like someone committed my latest patch which should fix this. Please let us know if you have any other troubles. (It doesn't call syntax-ppss anymore so you're unlikely to have exactly the same problem if you have any problem at all.)
I just updated from CVS and there's still this function in slime.el:
(defun in-comment-p () (nth 4 (syntax-ppss (point))))
So I think the patch hasn't been commited yet.
Whoops. You're right. Anyway, there are, I believe, reports that the patch actually helps folks using non-CVS emacs so maybe someone can commit it. (I used to have commit privileges but I'm not what machine had my non-anonymous CVS workspace or if I even have it any more.) -Peter -- Peter Seibel * peter@gigamonkeys.com Gigamonkeys Consulting * http://www.gigamonkeys.com/ Practical Common Lisp * http://www.gigamonkeys.com/book/
participants (3)
-
Chisheng Huang
-
Edi Weitz
-
Peter Seibel