RE: Question/Bug to 'jde-detect-java-buffer-activation

2004-06-11 Thread Paul Kinnucan
Berndl, Klaus writes: > Paul Kinnucan wrote: > > Berndl, Klaus writes: > > > Suraj Acharya wrote: > > > > Hi Paul, > > > > > > > > I replied too hastily earlier. On starting up a new emacs > > process, > > switching buffers > > > > as you describe results in loading the correct prj.el

Re: Question/Bug to 'jde-detect-java-buffer-activation

2004-06-03 Thread Paul Kinnucan
David PONCE writes: > Hi Paul, > > [...] > > > >> ;; to a buffer belonging to another. > > > >> (make-local-hook 'post-command-hook) > > > > > > >Hmm, I don't think I need the above form because the add-hook form below > > > >makes the variable local anyway. > > >

Re: Question/Bug to 'jde-detect-java-buffer-activation

2004-06-02 Thread David PONCE
Hi Paul, [...] > > >> ;; to a buffer belonging to another. > > >> (make-local-hook 'post-command-hook) > > > > >Hmm, I don't think I need the above form because the add-hook form below > > >makes the variable local anyway. > > > > Indeed. > > I have removed the redundant

Re: Question/Bug to 'jde-detect-java-buffer-activation

2004-06-02 Thread Suraj Acharya
Hi Paul, I replied too hastily earlier. On starting up a new emacs process, switching buffers as you describe results in loading the correct prj.el file. However, after a while I can get myself into a situation where some of my jde buffers do not have jde-detect-java-buffer-activation in their p

RE: Question/Bug to 'jde-detect-java-buffer-activation

2004-06-02 Thread Paul Kinnucan
Berndl, Klaus writes: > >> ;; to a buffer belonging to another. > >> (make-local-hook 'post-command-hook) > > >Hmm, I don't think I need the above form because the add-hook form below > >makes the variable local anyway. > > Indeed. I have removed the redundant form in the

Re: Question/Bug to 'jde-detect-java-buffer-activation

2004-06-02 Thread Paul Kinnucan
Suraj Acharya writes: > On Wed, 2 Jun 2004 09:29:22 +0200 , Berndl, Klaus <[EMAIL PROTECTED]> wrote: > > > > >> ;; to a buffer belonging to another. > > >> (make-local-hook 'post-command-hook) > > > > >Hmm, I don't think I need the above form because the add-hook form below

Re: Question/Bug to 'jde-detect-java-buffer-activation

2004-06-02 Thread Suraj Acharya
On Wed, 2 Jun 2004 09:29:22 +0200 , Berndl, Klaus <[EMAIL PROTECTED]> wrote: > > >> ;; to a buffer belonging to another. > >> (make-local-hook 'post-command-hook) > > >Hmm, I don't think I need the above form because the add-hook form below > >makes the variable local anyway. > >

RE: Question/Bug to 'jde-detect-java-buffer-activation

2004-06-02 Thread Berndl, Klaus
>> ;; to a buffer belonging to another. >> (make-local-hook 'post-command-hook) >Hmm, I don't think I need the above form because the add-hook form below >makes the variable local anyway. Indeed. > > (add-hook 'post-command-hook > > 'jde-detect-java-buff