From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alex Kost Newsgroups: gmane.emacs.help Subject: Re: Weirdness with Input Method/quail : how to figure out source of it? Date: Fri, 16 Aug 2013 10:32:07 +0400 Message-ID: <8761v6kuxk.fsf@gmail.com> References: <20130814124238.GA722@smoon> <8738qasm9t.fsf@gmail.com> <20130815231908.GB722@smoon> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1376634765 6074 80.91.229.3 (16 Aug 2013 06:32:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 Aug 2013 06:32:45 +0000 (UTC) Cc: Vladimir Lomov To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 16 08:32:47 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 1VADaY-0000cc-PC for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Aug 2013 08:32:46 +0200 Original-Received: from localhost ([::1]:56784 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VADaY-0001hK-6x for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Aug 2013 02:32:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VADaE-0001TA-R4 for help-gnu-emacs@gnu.org; Fri, 16 Aug 2013 02:32:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VADa6-0001FL-Ds for help-gnu-emacs@gnu.org; Fri, 16 Aug 2013 02:32:26 -0400 Original-Received: from mail-la0-x22e.google.com ([2a00:1450:4010:c03::22e]:44547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VADa6-0001FD-6w for help-gnu-emacs@gnu.org; Fri, 16 Aug 2013 02:32:18 -0400 Original-Received: by mail-la0-f46.google.com with SMTP id eh20so1156741lab.33 for ; Thu, 15 Aug 2013 23:32:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=gyDoQLg422A3tB4jT1npWxsKHStdq53Ol80KiDcqJls=; b=sYYjfRBs99WJOEPNiYVh2WZ9Px0jNPcmI2L2uK/l2Pxux7KiTdT/df5yIt96tPhoIz mVSabLvn3NOzsdJ16mWtgdidNqw0xygtDiY9A/GGcd847lyrdlt3APvW3AoMzzEp1L9w vCxPpH6m89cadtihQlRwhFnzyiXbGFujJ1ZCHPCgWIP05vM5hmRAw3iARW6aDhaciwbF Fx3aRWQzlFYFN9ON5njCP/56h7GpQ89yTroSY3b2wRvmjPTc1PnsY+6QYHSfpr8xyXXv tss78VT8A914amewk6FxOuj/5hHCZ30dWx0A1ZAn5ump0ajTMxU3X/IWK/fMjY+/ifH3 34+w== X-Received: by 10.112.52.225 with SMTP id w1mr634045lbo.31.1376634737200; Thu, 15 Aug 2013 23:32:17 -0700 (PDT) Original-Received: from leviafan (128-70-198-98.broadband.corbina.ru. [128.70.198.98]) by mx.google.com with ESMTPSA id u18sm299140lbp.4.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 15 Aug 2013 23:32:16 -0700 (PDT) In-Reply-To: <20130815231908.GB722@smoon> (Vladimir Lomov's message of "Fri, 16 Aug 2013 08:19:08 +0900") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22e 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:92923 Archived-At: 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).