From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Print out my key-sequences Date: Sat, 17 Apr 2010 21:27:41 +0200 Message-ID: References: <4BC01100.6080602@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1271532514 23124 80.91.229.12 (17 Apr 2010 19:28:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 17 Apr 2010 19:28:34 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrea Crotti Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 17 21:28:33 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@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 1O3Dgv-0001o0-3N for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Apr 2010 21:28:33 +0200 Original-Received: from localhost ([127.0.0.1]:52301 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3Dgu-0003wa-Bi for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Apr 2010 15:28:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3DgV-0003wV-7i for help-gnu-emacs@gnu.org; Sat, 17 Apr 2010 15:28:07 -0400 Original-Received: from [140.186.70.92] (port=36800 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3DgT-0003wN-0R for help-gnu-emacs@gnu.org; Sat, 17 Apr 2010 15:28:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3DgR-00063P-Oj for help-gnu-emacs@gnu.org; Sat, 17 Apr 2010 15:28:04 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.153]:17077) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3DgR-00062v-Ja for help-gnu-emacs@gnu.org; Sat, 17 Apr 2010 15:28:03 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e12so959005fga.12 for ; Sat, 17 Apr 2010 12:28:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:received:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=taNwnWuW75dC7BXHq7QKouKl0DnJhaloeSk9eoVANz0=; b=XyoFenSJuaSHMqcmKhMBZKf7mfvp8CXIyNCTdbYz8MwefbMbY4lMiga97SZV9VzxrW BtOtqamoWm7VRbcwHVOFlSrSm8Z7yam3TaAJHbMiT6lDXmixhFbiPC8SieGebEOgGAKF jTN5I6OQMVhGC9YtlsIFXK4CfCUP3zJniq0lU= 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:content-transfer-encoding; b=Qhlqwk/Ll0V0ZvJOpycUTqrRYjPBCp4Nh87hc7VBOZI/OjmS6nz1vJmpnb7xG64+0N t1cpEhyUW+dRnFlMo57f30SoNxo+iLkQ3TqZCx3uTnT1bR8eO/k6U0E1dIJj+9yMhLC9 MTk92RZuFxE0P+t4+7sxhzrriBm9dgQ5zRL+U= Original-Received: by 10.239.169.18 with HTTP; Sat, 17 Apr 2010 12:27:41 -0700 (PDT) In-Reply-To: Original-Received: by 10.239.193.141 with SMTP id j13mr250075hbi.188.1271532481116; Sat, 17 Apr 2010 12:28:01 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72736 Archived-At: On Sat, Apr 17, 2010 at 8:59 PM, Andrea Crotti wrote: > Kevin Rodgers writes: > >> >> Not for multi-event keybindings. =C2=A0C-h f this-command-keys > > Great I can use directly "last-command", it would be great! > > The only thing I still didn't get is how to intercept the event, is > there a simple daemon-client way to get if a new command has been typed? post-command-hook?