RE: OT Learning Lisp

2002-03-23 Thread Nascif Abousalh-Neto
Title: RE: OT Learning Lisp Hi Kevin,     Check out the GNU Emacs Lisp Intro. There are many versions around, check this one at: http://www.gnu.org/manual/emacs-lisp-intro/html_mono/emacs-lisp-intro.html     Regards,         Nascif > -Original Message- > From: Kevin

Re: interfacing java tools with jde

2002-03-23 Thread Graham Bennett
On Sat, Mar 23, 2002 at 04:10:45PM +, Vaclav Barta wrote: [ snip ] > Hmm, I believe it can be made to work, but I don't like the circular > dependency - if Emacs depends (for some functionality) on your tool, > then Emacs should be the front end, your tool the back end and it > doesn't need

Re: interfacing java tools with jde

2002-03-23 Thread Vaclav Barta
Graham Bennett wrote: > > On Sat, Mar 23, 2002 at 08:39:38AM +, Vaclav Barta wrote: > > I would be one of those designers... :-) I'm using Emacs to edit > > the source code: isn't it unnatural to use some other GUI for > > refactorings, which are just source code transformations? Why don't yo

Re: [AC] Re: JDE: generated projects not valid Lisp

2002-03-23 Thread Vaclav Barta
Paul Kinnucan wrote: > I assume that I used the lambda expression originally because I wasn't > aware of get-file-buffer. I looked up get-file-buffer and found a > reference to find-buffer-visiting, which seems even more suitable > so I am going to try Vasek's patch, but substituting find-buffer-v

Re: [AC] Re: JDE: generated projects not valid Lisp

2002-03-23 Thread Adrian Aichner
> "Paul" == Paul Kinnucan <[EMAIL PROTECTED]> writes: Paul> Adrian Aichner writes: >> >> Does jde keep the local binding of directory-sep-char internal, or >> does it cause any external side-effects (like clearcase used to)? >> Paul> It always uses it locally to avo

Re: [AC] Re: JDE: generated projects not valid Lisp

2002-03-23 Thread Paul Kinnucan
Adrian Aichner writes: > > Does jde keep the local binding of directory-sep-char internal, or > does it cause any external side-effects (like clearcase used to)? > It always uses it locally to avoid external side effects. There are lots of places where the JDE has to compare paths. It "nor

Re: [AC] Re: JDE: generated projects not valid Lisp

2002-03-23 Thread Paul Kinnucan
Vaclav Barta writes: > Steve Youngs wrote: > > APPROVE COMMIT > > |--==> "VB" == Vaclav Barta <[EMAIL PROTECTED]> writes: > > VB> 2002-03-04 Vaclav Barta <[EMAIL PROTECTED]> > > VB> * jde.el: use get-file-buffer to map pathname to buffer > > Thanks very much for the patch, Vacl

jde & ecb coexistance

2002-03-23 Thread Igor Vaysenberg
Hi, I use jde 2.2.8 and ecb 1.70 together. they both works nice, but some of my global-set-key are not working. For example I had shift-mouse-2 for jde-cpmplete-at-point-menu and M-q for c-indent-exp Any ideas? May be I should add those key definitions to jde or ecb key bindings? thanks --

Re: interfacing java tools with jde

2002-03-23 Thread Graham Bennett
On Sat, Mar 23, 2002 at 08:39:38AM +, Vaclav Barta wrote: > > Nascif Abousalh-Neto wrote: > > (http://transmogrify.sourceforge.net/). I used the approach suggested > > by Philip, implementing a layer on top of gnuclient to make calls from > > Java to Emacs (to do things like obtain cursor posi

Re: [AC] Re: JDE: generated projects not valid Lisp

2002-03-23 Thread Adrian Aichner
> "Vaclav" == Vaclav Barta <[EMAIL PROTECTED]> writes: Vaclav> Steve Youngs wrote: >> APPROVE COMMIT >> |--==> "VB" == Vaclav Barta <[EMAIL PROTECTED]> writes: VB> 2002-03-04 Vaclav Barta <[EMAIL PROTECTED]> VB> * jde.el: use get-file-buffer to map pathname to buffer

Re: interfacing java tools with jde

2002-03-23 Thread Vaclav Barta
> Nascif Abousalh-Neto wrote: > (http://transmogrify.sourceforge.net/). I used the approach suggested > by Philip, implementing a layer on top of gnuclient to make calls from > Java to Emacs (to do things like obtain cursor position, etc.). Using > gnuclient still gives me the feeling of a hacked

Re: [AC] Re: JDE: generated projects not valid Lisp

2002-03-23 Thread Vaclav Barta
Steve Youngs wrote: > APPROVE COMMIT > |--==> "VB" == Vaclav Barta <[EMAIL PROTECTED]> writes: > VB> 2002-03-04 Vaclav Barta <[EMAIL PROTECTED]> > VB> * jde.el: use get-file-buffer to map pathname to buffer > Thanks very much for the patch, Vaclav. I'll apply this shortly. Er, I've