[slim-vim] code review invited: Vim+ECL network class

Larry Clapp larry at theclapp.org
Fri Apr 7 12:23:25 CDT 2006


On Fri, Apr 07, 2006 at 09:06:32AM -0700, Brad Beveridge wrote:
> Looks good to my untrained eye.  I don't understand this line though
> (vim:add-input-listener socket #'read-socket-listener)

That's from Jim's initial demo code (see here[1]).  add-input-listener
calls the given function whenever input is detected on the given
socket.  read-socket-listener reads lines of text from the socket and
appends them to the 'data' slot of the socket-listener object.

-- Larry


[1] http://www.lispniks.com/pipermail/slimpl/2006-March/000087.html




More information about the slim-vim mailing list