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
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
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
_
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
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