RE: empty .java files ?

2001-01-18 Thread jeffrey kistner
ct. I guess some kind of check for empty buffers is missing > > somewhere. I don't remember this behaviour from earlier releases. > > > > -- > > knut > > > > > -Original Message- > > > Subject:empty .java files ? > > > > >

Re: empty .java files ?

2001-01-18 Thread Paul Kinnucan
The next release of the JDE will contain the fix for this that I posted to the list on January 9. - Paul >At 08:45 AM 1/18/01 +0100, you wrote: >If i do a C-x C-f and type a filename that does not exists e.g (MyFile.java) >then i get this error: > >File mode specification error: (error "Lisp nes

RE: empty .java files ?

2001-01-18 Thread Gert van Rooyen
; get loaded in > jde mode (i.e. .java-files), which I thought what you were referring to in > your subject. I guess some kind of check for empty buffers is missing > somewhere. I don't remember this behaviour from earlier releases. > > -- > knut > > > -Original Me

RE: empty .java files ?

2001-01-17 Thread wannhedenk
knut > -Original Message- > From: Haugen, Sondre [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, January 18, 2001 8:46 AM > To: '[EMAIL PROTECTED]' > Subject: empty .java files ? > > If i do a C-x C-f and type a filename that does not exists e.g >

empty .java files ?

2001-01-17 Thread Haugen, Sondre
If i do a C-x C-f and type a filename that does not exists e.g (MyFile.java) then i get this error: File mode specification error: (error "Lisp nesting exceeds 'max-lisp-eval-depth'") This happens only on non existens files. Anyone know how to fix this ? ---