Hello,
Anyone also experience the above error, along with a delay, and if
typing during that delay, lost characters? Most notably when typing
inside a WITH-OPEN-FILE macro, but I know it also happened in a few
other cases, although I forgot where.
This is using a fairly recent SLIME and quite recent ECL (although that
problem exists since some time). In case it matters, this is using
emacs-23 (console/nox11), attached is ~/.emacs
And the .emacsrc only has: (require :asdf)
In the extra lisp buffers I can see:
error in process filter: if: Wrong number of arguments: nil, 137
error in process filter: Wrong number of arguments: nil, 137
(:emacs-rex
(swank:autodoc
'("defun" "test" nil
("with-open-file"
("s" "\"/tmp/crow-httpd-logo.png\"" ":direction" ":input")
"" swank::%cursor-marker%))
:print-right-margin 239)
":gd" t 4966)
(:return
(:ok "Arglist Error: \"In function STRUCTURE-REF, the value of the first argument is\n :NOT-AVAILABLE\nwhich is not of the expected type ARGLIST\"")
4966)
(:emacs-rex
(swank:autodoc
'("defun" "test" nil
("with-open-file"
("s" "\"/tmp/crow-httpd-logo.png\"" ":direction" ":input")
"" swank::%cursor-marker%))
:print-right-margin 239)
":gd" t 4967)
(:return
(:ok "Arglist Error: \"In function STRUCTURE-REF, the value of the first argument is\n :NOT-AVAILABLE\nwhich is not of the expected type ARGLIST\"")
4967)
Thanks,
--
Matt
|