From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Key bindings proposal Date: Sat, 14 Aug 2010 00:46:41 +0200 Message-ID: References: <19534.1494.627000.357123@gargle.gargle.HOWL> <19546.30901.687000.971249@gargle.gargle.HOWL> <19546.47167.15000.439215@gargle.gargle.HOWL> <87fwys7qao.fsf@telefonica.net> <87hbj8qvd9.fsf@uwakimon.sk.tsukuba.ac.jp> <87iq3k68ye.fsf@stupidchicken.com> <874of466rj.fsf@stupidchicken.com> <87pqxsbrie.fsf@stupidchicken.com> <87k4nv7t72.fsf@stupidchicken.com> <19556.28233.750000.798692@gargle.gargle.HOWL> <87aaoqjzge.fsf@stupidchicken.com> <4C656C77.1060003@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1281739634 13713 80.91.229.12 (13 Aug 2010 22:47:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Aug 2010 22:47:14 +0000 (UTC) Cc: emacs-devel@gnu.org, Jason Rumney To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 14 00:47:11 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ok31p-0004KV-UH for ged-emacs-devel@m.gmane.org; Sat, 14 Aug 2010 00:47:10 +0200 Original-Received: from localhost ([127.0.0.1]:46233 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ok31p-0001dC-GS for ged-emacs-devel@m.gmane.org; Fri, 13 Aug 2010 18:47:09 -0400 Original-Received: from [140.186.70.92] (port=42160 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ok31j-0001cx-6k for emacs-devel@gnu.org; Fri, 13 Aug 2010 18:47:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ok31i-0006Ww-39 for emacs-devel@gnu.org; Fri, 13 Aug 2010 18:47:03 -0400 Original-Received: from mail-qy0-f169.google.com ([209.85.216.169]:52847) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ok31h-0006Wr-Ul; Fri, 13 Aug 2010 18:47:02 -0400 Original-Received: by qyk12 with SMTP id 12so135055qyk.0 for ; Fri, 13 Aug 2010 15:47:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=hkmvDsB4zkVbK/4Wtpsiv+Z7skvAOBtMmhi9vXMEPdc=; b=nniR1ZWkdlHQ89Damj9sPen7EFfPZAev0YCulw6idtQFQbXJQ0Ks+hTEaXVchh/ilI jtLIJ9+rG4xhjsaCB1WInLxU1ycEPMJF6ozoSEziY5hNRWVLxOSC2DxWuWPP7d9kaSee zZx/59MME+F8E1uF1ULQVIGCcJRtozd4dovWU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=kiYTyfDZv3h89RbspW+v7pvKqmFYnmrFwQrWIg9EehG2S7kEf0buHMSAdoBHU82XdK YKlzzZ2VpxuJ/trJhhA+3wQ2oHt4xagVauyKbYu6hiHZJWtq0HwEag09eehC6OXuDs+x c8SVrACveLMoGP3OUiX4n+8zBwFtRwifVraA4= Original-Received: by 10.229.184.13 with SMTP id ci13mr1741972qcb.142.1281739621215; Fri, 13 Aug 2010 15:47:01 -0700 (PDT) Original-Received: by 10.229.54.80 with HTTP; Fri, 13 Aug 2010 15:46:41 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128636 Archived-At: On Sat, Aug 14, 2010 at 12:40 AM, Juanma Barranquero wrote: > > I haven't tried it, but shouldn't AutoHotKey be theoretically able to do it? I might misremember, but I think that was not possible. That was one of the reason I added the low level keyboard hook to my patched Emacs.