Xref: utzoo comp.editors:196 comp.sources.bugs:1032 Path: utzoo!attcan!uunet!husc6!mailrus!ames!elroy!cit-vax!ucla-cs!corwyn!casey From: casey@corwyn.cognet.ucla.edu (Casey Leedom) Newsgroups: comp.editors,comp.sources.bugs Subject: Re: Misbehavior in Jove Message-ID: <13625@shemp.CS.UCLA.EDU> Date: 16 Jun 88 22:04:46 GMT References: <212@isl.stanford.edu> <8181@ihlpa.ATT.COM> <5584@xanth.cs.odu.edu> <13615@shemp.CS.UCLA.EDU> Sender: news@CS.UCLA.EDU Reply-To: casey@corwyn.UUCP (Casey Leedom) Organization: none Lines: 14 Here's a better set of the my-case-word-XXX macros I described. I liked the idea well enough that I decided to start using it, but the earlier versions I described left the cursor in funny places. These always leave the cursor at the end the word just like the built in versions. define-macro my-case-word-capitalize ^F^[b^[C define-macro my-case-word-lower ^F^[b^[L define-macro my-case-word-upper ^F^[b^[U bind-macro-to-key my-case-word-capitalize ^[c bind-macro-to-key my-case-word-lower ^[l bind-macro-to-key my-case-word-upper ^[u Casey