Re: JDEE and emacs-wiki

2002-10-29 Thread Daniel Serodio
Well, I've found some more info on this error. emacs-wiki defines a line-beginning-position function with 1 optional argument, and jde-bug defines a function with the same name but no arguments. In emacs-wiki.el: (unless (fboundp 'line-beginning-position) (defsubst line-beginning-position (&opt

Re: JDEE and emacs-wiki

2002-10-29 Thread Phillip Lord
> "Daniel" == Daniel Serodio <[EMAIL PROTECTED]> writes: Daniel> Well, I've found some more info on this error. emacs-wiki Daniel> defines a line-beginning-position function with 1 optional Daniel> argument, and jde-bug defines a function with the same name Daniel> but no arguments.

Re: JDEE and emacs-wiki

2002-10-29 Thread Daniel Serodio
Ok, I researched a little more, and found out that line-beginning-position is a GNU emacs function that doesn't exist in XEmacs, and that the GNU emacs function takes an optional parameter. So, jde-bug's definition of this function is wrong. I patched jde-bug.el to use the same function definitio

Re: JDEE and emacs-wiki

2002-10-29 Thread Paul Kinnucan
Daniel Serodio writes: > Well, I've found some more info on this error. emacs-wiki defines a > line-beginning-position function with 1 optional argument, and jde-bug > defines a function with the same name but no arguments. > > In emacs-wiki.el: > > (unless (fboundp 'line-beginning-positio

Re[2]: JDEE and emacs-wiki

2002-10-29 Thread Eric M. Ludlam
>>> Paul Kinnucan <[EMAIL PROTECTED]> seems to think that: >Daniel Serodio writes: > > Well, I've found some more info on this error. emacs-wiki defines a > > line-beginning-position function with 1 optional argument, and jde-bug > > defines a function with the same name but no arguments. > > > >

ClasspathNotFoundException when use javac server option

2002-10-29 Thread Kevin Zou
jdk1.3.1, jdee2.2.9beta12. "javac" compiler option works fine. When use "javac server" compiler option, I get exception as following. java.lang.ClassNotFoundException: com.sun.tools.javac.Main at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessContr

ClasspathNotFoundException when use javac server option

2002-10-29 Thread Paul Kinnucan
Kevin Zou writes: > jdk1.3.1, jdee2.2.9beta12. > > "javac" compiler option works fine. When use "javac server" compiler option, > I get exception as following. > > > java.lang.ClassNotFoundException: com.sun.tools.javac.Main The beanshell vm cannot find javac. It is located in the tools