For the last week or so slime give the following error compiling code:
error in process filter: Symbol's value as variable is void: bridge-filter [<some obscene number> times]
It doesn't seem to matter what lisp I am running ( clisp, sbcl, abcl). I am running slime on emacs 22.0.50 (a cvs build on 9/10/05).
puzzled,
Matt
Is it possible that the issue is emacs 22. There has already been one report of issues with emacs 22 that went away with emacs 21. -Alan
On Sep 18, 2005, at 3:23 AM, Matthew D Swank wrote:
For the last week or so slime give the following error compiling code:
error in process filter: Symbol's value as variable is void: bridge-filter [<some obscene number> times]
It doesn't seem to matter what lisp I am running ( clisp, sbcl, abcl). I am running slime on emacs 22.0.50 (a cvs build on 9/10/05).
puzzled,
Matt _______________________________________________ slime-devel site list slime-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/slime-devel
Alan Ruttenberg wrote:
Is it possible that the issue is emacs 22. There has already been one report of issues with emacs 22 that went away with emacs 21. -Alan
emacs-21.4, using today's cvs (byte-compiled w/emacs-21) and sbcl: (emacs-21) Loading disp-table...done Loading tool-bar...done Loading image...done Loading tooltip...done Loading /usr/share/emacs/site-lisp/site-gentoo.el (source)... Loading erlang-start...done Loading haskell-site-file (source)...done Loading indent-clim...done Loading hyperclim...done Loading gtk-doc...done Loading regexp-opt...done Loading mule-util...done Loading easy-mmode...done Loading cl-seq...done Loading cl-macs...done Loading /usr/share/emacs/site-lisp/nxml-mode/rng-auto.el (source)...done Loading /usr/libexec/emacs/21.4/i686-pc-linux-gnu/fns-21.4.1.el (source)...done Loading /usr/share/emacs/site-lisp/site-gentoo.el (source)...done Loading /usr/local/share/emacs/site-lisp/site-start.el (source)... Loading cl-extra...done Loading /usr/local/share/emacs/site-lisp/site-start.el (source)...done Loading edmacro...done Loading hyperspec-addon (source)...done Loading mwheel...done For information about the GNU Project and its goals, type C-h C-p. Polling "/tmp/slime.2572".. (Abort with `M-x slime-abort-connection'.) [4 times] Connecting to Swank on port 32796.. Process bridge is installed Loading animate...done Connected. May the source be with you! (require module-name &optional pathnames) error in process filter: Symbol's value as variable is void: bridge-filter [46 times]
Matthew D Swank akopa@charter.net writes:
Alan Ruttenberg wrote:
Is it possible that the issue is emacs 22. There has already been one report of issues with emacs 22 that went away with emacs 21. -Alan
emacs-21.4, using today's cvs (byte-compiled w/emacs-21) and sbcl:
[...]
Process bridge is installed Loading animate...done Connected. May the source be with you! (require module-name &optional pathnames) error in process filter: Symbol's value as variable is void: bridge-filter [46 times]
I think the definition of `block' was not available at macro expansion time. Please try again with rev. 1.4 of bridge.el and make sure that no old bridge.elc gets loaded.
Wolfgang
Wolfgang Jenkner wrote:
I think the definition of `block' was not available at macro expansion time. Please try again with rev. 1.4 of bridge.el and make sure that no old bridge.elc gets loaded.
Wolfgang
Rather confusingly (for me), I was making changes to the gentoo package at the same time this fix was committed. At first I thought it was a gentoo problem that I fixed (even though that doesn't really make any sense, since the minimal packaging gentoo does for slime cvs doesn't touch any of the elisp code). However, I have confirmed that the changes to bridge.el fixed things quite nicely. So thank you very much.
Matt (perhaps I should sleep)