Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!ames!oliveb!sun!flam!jpayne From: jpayne%flam@Sun.COM (Jonathan Payne) Newsgroups: comp.editors Subject: Re: Editor extensibility Message-ID: <79050@sun.uucp> Date: 27 Nov 88 23:57:07 GMT References: <4100@enea.se> Sender: news@sun.uucp Reply-To: jpayne@sun.UUCP (Jonathan Payne) Organization: Sun Microsystems, Mountain View Lines: 8 You could always write your lisp function do execute the normal word command and then check to see if you went over a line boundery, and THEN go back to the end of the line. Then it would be nice and fast. Buffer position comparisons are nice and fast when the buffer is stored as an array ... JP