Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!oliveb!sun!breakpoint!jpayne From: jpayne%breakpoint@Sun.COM (Jonathan Payne) Newsgroups: comp.editors,comp.sources.bugs Subject: Re: Misbehavior in Jove Message-ID: <56238@sun.uucp> Date: 12 Jun 88 02:12:56 GMT References: <212@isl.stanford.edu> Sender: news@sun.uucp Reply-To: jpayne@sun.UUCP (Jonathan Payne) Organization: Sun Microsystems, Mountain View Lines: 12 Xref: utzoo comp.editors:182 comp.sources.bugs:1011 In article <212@isl.stanford.edu> wongpw@isl.Stanford.EDU (Ping Wah Wong) writes: >I just found a problem in the case-word-capitalize, case-word-lower >and case-word-upper commands of Jove. Basically, if the cursor is in the >middle of a word, e.g., middle, the command case-word-capitalize would >result in midDle, rather than Middle. Does someone has a solution to >this? That is the way JOVE is spozed to behave. It's the way any of the real emacs editors do it. You could do ESC - ESC C, which means capitalize the previous word, which actually does the current word if you're not already at the beginning of it. It makes sense, really! Oh, "ESC -" is the same as "ESC - 1", just in case that wasn't obvious.