At 01:44 PM 11/24/00 -0400, Steve Rauch wrote: > >Please enter the details of your bug report here > > >Paul, > >I get the following error message when creating a new .java file under >version 2.2.6beta6: > >*** File mode specification error: (void-function ange-ftp-ftp-name) *** > >with the result that there is no JDEBug menu and font-lock also fails. > >This all worked correctly under JDE version 2.2.6beta5 > >I haven't checked it fully, but this problem appears to occur only if >there is no previously existing prj.el file. If a prj.el file exists, >everything seems to work just fine. > As the release notes note, he latest release adds some code to handle loading of project files via ange-ftp. It never occurred to me to check first and see if ange-ftp is loaded. I will do this and make another release. Meanwhile, putting (require 'ange-ftp) in your .emacs file should take care of the problem. - Paul
