[emacs-wiki-discuss] Re: [off-topic] Emacs-like buffer functionality for Java

2005-08-05 Thread Michael Olson
Vadim Nasardinov <[EMAIL PROTECTED]> writes: > http://sources.redhat.com/cgi-bin/cvsweb.cgi/kawa/gnu/jemacs/buffer/Buffer.java?cvsroot=kawa Thanks for the link; this looks kind of neat. My main focus was on the implementation of search-and-replace functions (like reSearchForward, lookingAt, and

[emacs-wiki-discuss] Re: [off-topic] Emacs-like buffer functionality for Java

2005-08-05 Thread J. David Boyd
drkm <[EMAIL PROTECTED]> writes: > J. David Boyd writes: > >> What Michael wrote isn't a tool to use when programming in Java >> with emacs, > > Oh, sorry, I read too fast the Michael's post. That was my first conclusion too, after reading his post, but then I downloaded the code and looked at

[emacs-wiki-discuss] Re: [off-topic] Emacs-like buffer functionality for Java

2005-08-05 Thread drkm
J. David Boyd writes: > What Michael wrote isn't a tool to use when programming in Java > with emacs, Oh, sorry, I read too fast the Michael's post. > but rather a java library that implements text handling in an > emacs fashion. Hum, interesting. Thanks, --drkm _

[emacs-wiki-discuss] Re: [off-topic] Emacs-like buffer functionality for Java

2005-08-05 Thread J. David Boyd
drkm <[EMAIL PROTECTED]> writes: > Michael Olson writes: > >> A quick list of capabilities includes: > >> - Moving the point >> - Getting buffer information >> - Setting buffer information >> - Getting parts of the buffer >> - Inserting text >> - Deleting text >> - Searching >> - Reading a

[emacs-wiki-discuss] Re: [off-topic] Emacs-like buffer functionality for Java

2005-08-05 Thread drkm
Michael Olson writes: > A quick list of capabilities includes: > - Moving the point > - Getting buffer information > - Setting buffer information > - Getting parts of the buffer > - Inserting text > - Deleting text > - Searching > - Reading and writing buffers Do you know ECB and JDEE