From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29950 invoked from network); 14 Jan 2000 14:39:44 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Jan 2000 14:39:44 -0000 Received: (qmail 4180 invoked by alias); 14 Jan 2000 14:39:37 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9319 Received: (qmail 4172 invoked from network); 14 Jan 2000 14:39:36 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: "ZSH workers mailing list" Subject: dev-15: strange undo after transpose-char Date: Fri, 14 Jan 2000 17:39:33 +0300 Message-ID: <000001bf5e9d$2c784860$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal bor@itsrm2% nm -r /usr/lib/lib*.so* | grep gethotsbyname ^ == cursor here (on `s') Press ^T bor@itsrm2% nm -r /usr/lib/lib*.so* | grep gethostbyname ^ == cursor here now press undo ... bor@itsrm2% nm -r /usr/lib/lib*.so* | grep gethotsbyname<== cursor here (just after `e') Why? /andrej