From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vladimir Lomov Newsgroups: gmane.emacs.help Subject: Re: Weirdness with Input Method/quail : how to figure out source of it? Date: Fri, 16 Aug 2013 16:31:50 +0900 Message-ID: <20130816073150.GC722@smoon> References: <20130814124238.GA722@smoon> <8738qasm9t.fsf@gmail.com> <20130815231908.GB722@smoon> <8761v6kuxk.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1376638379 8764 80.91.229.3 (16 Aug 2013 07:32:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Aug 2013 07:32:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Alex Kost Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 16 09:33:01 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VAEWq-0001p9-C9 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Aug 2013 09:33:00 +0200 Original-Received: from localhost ([::1]:56942 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAEWp-0005oT-GN for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Aug 2013 03:32:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34609) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAEWC-0005Vo-HW for help-gnu-emacs@gnu.org; Fri, 16 Aug 2013 03:32:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VAEVp-0005N3-1V for help-gnu-emacs@gnu.org; Fri, 16 Aug 2013 03:32:20 -0400 Original-Received: from mail-la0-x233.google.com ([2a00:1450:4010:c03::233]:41186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VAEVo-0005Mv-My for help-gnu-emacs@gnu.org; Fri, 16 Aug 2013 03:31:56 -0400 Original-Received: by mail-la0-f51.google.com with SMTP id es20so1177944lab.24 for ; Fri, 16 Aug 2013 00:31:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=j6NdPVzQZQIXQNAqovEp+mYLiJUJQZLi+0TgbAwXMlE=; b=r8SGEtdO37Gmfp8k51hwybEgQY7YlZr9m5nw1hA5x5TEpgVPAxf0Mug+XTOKMLpkWG t/Xn7yGDXXmKpZhrKyw1E8xKc1SaTxqgDakl9x6yLDNfCWVkXRRPwhSJ8fJh9LDuKRg7 v7tT5dtMssYjJncTgQw1HLgwbQ+UlzgI+TgYxHd6oV6pIXf7mt+dWSsi4HcIaTk1j6f9 ScA1II+FGYhN5MQnC2ImLMhkY46EEf66Iav0Ck1Iri8uaCA3aYKAzlNs1zm37MJLkXad topVDZf/BdBRiUL8E+LTyVSbfJcNDDKoMeL3VCSTzFBIo53uHBft7e+JQ/6VRaIUamXi G6AQ== X-Received: by 10.152.19.97 with SMTP id d1mr122410lae.34.1376638315719; Fri, 16 Aug 2013 00:31:55 -0700 (PDT) Original-Received: from smoon ([141.105.33.55]) by mx.google.com with ESMTPSA id qa1sm402446lbb.1.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 16 Aug 2013 00:31:54 -0700 (PDT) Content-Disposition: inline In-Reply-To: <8761v6kuxk.fsf@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::233 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92924 Archived-At: Hello, ** Alex Kost [2013-08-16 10:32:07 +0400]: > Vladimir Lomov writes: >> Does anyone know if there is a tool to automatically and interactively >> type text in a window (frame in Emacs terminology) with specified speed? >> I only tried xdotool but it 'type' very quickly (I already have idea to >> use xdotool and sleep to control 'type' speed). > As far as I understand, xdotool just sends KeyPress/KeyRelease with > XSendEvent, and sleeping is the only reasonable way to slow down (i > don't think there are such specific utilities). But why do you want to > do it? I didn't get whether it's correlated with your Problem 1 (some > kind of workaround maybe). As I emphasized in first message the Problem 1 comes occasionally: I could run fresh Emacs session without problem, but after some time I see all these weird transformations (I had to say earlier that I run Emacs daemon and use emacsclient to open a frame but I use such approach about a month, the Problem is older and shows itself even when I run simple 'emacs'). I decided to do following: write a test script that would send to Emacs frame a text and see what buffer has, i.e. (is there any problems with it. Run this script several times (with different "type" speed) to find out when the Problem always shows. Further steps depends on result of this test. This is very tiresome so I thought there should be some way to "see" what happens in Emacs internals to figure out why punctuation symbols are so "special". --- WBR, Vladimir Lomov -- Saint: A dead sinner revised and edited. -- Ambrose Bierce