From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: Getting a key's read syntax as a string Date: Sat, 28 Mar 2015 13:05:56 -0700 Message-ID: References: <7b185188-bc6c-47f7-8165-95f42dad337d@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1427573208 32584 80.91.229.3 (28 Mar 2015 20:06:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Mar 2015 20:06:48 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 28 21:06:33 2015 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 1Ybx03-0006MX-Vc for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Mar 2015 21:06:32 +0100 Original-Received: from localhost ([::1]:55123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ybx03-00052k-4A for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Mar 2015 16:06:31 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52834) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ybwzs-0004zN-EQ for help-gnu-emacs@gnu.org; Sat, 28 Mar 2015 16:06:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ybwzo-0005ff-V0 for help-gnu-emacs@gnu.org; Sat, 28 Mar 2015 16:06:20 -0400 Original-Received: from mail-oi0-x234.google.com ([2607:f8b0:4003:c06::234]:36415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ybwzo-0005fP-RM for help-gnu-emacs@gnu.org; Sat, 28 Mar 2015 16:06:16 -0400 Original-Received: by oicf142 with SMTP id f142so91346682oic.3 for ; Sat, 28 Mar 2015 13:06:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=lAkThJN/qhoiJrWTw8a8kWXYuVfefF8MmZyRUp7yjLo=; b=VqK+JslbnyiZN7zyasAmPSzaj2Tz8n+2Zj7YA/1iGVQA7JHm8QApqODfBxTZ7C8+Mb MXByMX/abtNzHH6lcXQvB6v9UrGJ2LhtrqgdvSInrQFIjlwzF2PZxwfuAVy/LWwTXhkJ 8XRIHHBgjxcukdlzguVBD0ec1MoFIeVSFkKPrWQVY7sfW0TfUdkkyCclDUnb2YYzmPYw 6S6DgYAjdnRbqld04GJLf+FqPGSAAJaOD258lrIzPxTbFSSnv+ICKktAJradn754zK5H 36RDhGlvQQLFUVRecgZxQfZJ5m32bA5rJBSQqPz8tlp+Xoem7FU5KzFT7QYurNiAjtIs b97g== X-Received: by 10.182.60.197 with SMTP id j5mr20764348obr.85.1427573176394; Sat, 28 Mar 2015 13:06:16 -0700 (PDT) Original-Received: by 10.76.173.2 with HTTP; Sat, 28 Mar 2015 13:05:56 -0700 (PDT) In-Reply-To: <7b185188-bc6c-47f7-8165-95f42dad337d@default> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::234 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:103415 Archived-At: Drew Adams wrote: > Not sure what you're asking, but does `single-key-description' or > `key-description' fit? Indeed, I didn't explain myself well. But `single-key-description' is exactly what I was looking for, so it worked out in the end - thanks! -- john