I think that's beanshell.
[EMAIL PROTECTED] wrote:
>
> OK, I've fixed that problem, but it still doesn't work. Now when I
> try C-c C-v C-., I get an error, "writing to process: invalid
> argument, bsh". I did not install bash because I have the MKS toolkit
> installed, but is there somewhere that I need to go to point this
> thing at my Korn shell?
>
> Jim Babka
> Trilogy Software
> 512-685-4024
> Text paging: [EMAIL PROTECTED]
> 8th rule of cartoon physics: Everything falls faster than an anvil.
>
> Paul Kinnucan
> <[EMAIL PROTECTED]> To:
> [EMAIL PROTECTED]
> 08/10/00 07:57 AM cc:
> [EMAIL PROTECTED]
> Subject: Re: Bug in
> jde-complete.el?
>
> At 11:42 AM 8/10/00 -0500, you wrote:
> >>>>
>
> Paul,
>
> I'm having no luck getting JDE completion to work, and I think the
> problem
> is in the subject file. When I try to byte compile it, I get the
> following
> error:
>
> Compiling file
> d:/bin/emacs-20.7/site-lisp/jde-2.2.1/lisp/jde-complete.el
> at Thu Aug 10 11:42:00 2000
> !! Wrong type argument ((listp "Flushes all entries in the completion
> cache"))
>
> The offending lines of code are:
>
> (defun jde-complete-flush-classinfo-cache
> <<<<
> ^
> Insert missing argument parentheses, i.e., should be
>
> (defun jde-complete-flush-classinfo-cache ()
>
> This is a known bug that will be fixed in the next release (due
> shortly).
>
> - Paul
>
> >>>>
>
> "Flushes all entries in the completion cache"
> (setq jde-complete-classinfo-cache nil))
>
> Any ideas as to what is going on here?
>
> Jim Babka
> Trilogy Software
> 512-685-4024
> Text paging: [EMAIL PROTECTED]
> 8th rule of cartoon physics: Everything falls faster than an anvil.