From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <056801c12c12$2ebe9540$3cf7c6d4@SOMA> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: <20010820150226.534D619A45@mail.cse.psu.edu> <200108231504.LAA11337@augusta.math.psu.edu> Subject: Re: [9fans] User Interface MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Date: Thu, 23 Aug 2001 22:17:52 +0200 Topicbox-Message-UUID: e53eea74-eac9-11e9-9e20-41e7f4b1d025 > What, you mean not everyone wants to toggle the case of a single > letter 10 times in a row, automatically? You know, if you did > it an odd number of times, the case would actually change. Isn't > that what you want to do? :-) hang on dan, ~ moves you one char to the right. think about 10dd the implementation of ~ was to peek at the character you're sitting on and then push back on input: rCl where C is the character in the other case. the count gets lost due to the 'loop' and the pushback iirc. what a hideous disaster. goto fonfon ...