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: Sun, 18 Apr 2010 13:13:42 +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 X-Trace: dough.gmane.org 1271589289 25943 80.91.229.12 (18 Apr 2010 11:14:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 18 Apr 2010 11:14:49 +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 Sun Apr 18 13:14:47 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 1O3SSP-0007S1-HY for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Apr 2010 13:14:33 +0200 Original-Received: from localhost ([127.0.0.1]:44098 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3SSN-0008Gd-16 for geh-help-gnu-emacs@m.gmane.org; Sun, 18 Apr 2010 07:14:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3SRz-0008GY-3p for help-gnu-emacs@gnu.org; Sun, 18 Apr 2010 07:14:07 -0400 Original-Received: from [140.186.70.92] (port=51322 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3SRx-0008GQ-0B for help-gnu-emacs@gnu.org; Sun, 18 Apr 2010 07:14:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3SRv-00020w-Q4 for help-gnu-emacs@gnu.org; Sun, 18 Apr 2010 07:14:04 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.154]:18674) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3SRv-00020m-Jd for help-gnu-emacs@gnu.org; Sun, 18 Apr 2010 07:14:03 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e12so1260641fga.12 for ; Sun, 18 Apr 2010 04:14:02 -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; bh=Uepe5V86rt82GAvQYEogzYYPC+dQykCQgMDrpdw4h9s=; b=bJOSsnP6x54SuWCDvGKWGxE6mDiR1yXCN6wZGBi+s0pxQO0b7W/NtrjOlYJdGmPBfR N/QLB9z5YVTQ+AT3MTGugxyQuNGQ+mMo+LFUC5MwhtiqXZdz11wnQOElDJUXYcBkMT4Q YfPQ3N1LEaSxh3srzpP28kWGCPaPgIkXYYHP4= 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=ZebrkPDjOXdWhFokE7yyF13GvVpI7xvfDAHchoK0MJjw2qBAzmqGzJsXPauujLX5SQ nPjwjgsaz+UycYUdSOKKqgNGcq7LChnEMGhe/Rikz6LhshOKlb/IOJOWmvDeV+LYJnXV xUUo8dTC+jwl+FfcUc8LhPR/7XGOzD6U2/Wd4= Original-Received: by 10.239.169.18 with HTTP; Sun, 18 Apr 2010 04:13:42 -0700 (PDT) In-Reply-To: Original-Received: by 10.239.167.203 with SMTP id h11mr318055hbe.53.1271589242229; Sun, 18 Apr 2010 04:14:02 -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:72747 Archived-At: On Sun, Apr 18, 2010 at 11:01 AM, Andrea Crotti wrote: > > Andrea Crotti writes: > > > > - I want to see the keyboard combination, not the full name of the > > command... last-command => this-command-keys, this-command-keys-vector You can find this information by searching in the elisp manual with isearch for "last-command". See also key-description.