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: Two escapes as a prefix Date: Thu, 12 Feb 2015 19:31:26 -0800 Message-ID: References: <20150212200349.GH1673@mail.akwebsoft.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1423798323 15930 80.91.229.3 (13 Feb 2015 03:32:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2015 03:32:03 +0000 (UTC) To: Emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 13 04:32:03 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 1YM6z3-0002Kb-Ry for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Feb 2015 04:32:02 +0100 Original-Received: from localhost ([::1]:53140 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM6z3-0006wL-9k for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Feb 2015 22:32:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59278) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM6yr-0006wD-Oe for Help-gnu-emacs@gnu.org; Thu, 12 Feb 2015 22:31:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YM6yq-0006tp-KF for Help-gnu-emacs@gnu.org; Thu, 12 Feb 2015 22:31:49 -0500 Original-Received: from mail-ob0-x22d.google.com ([2607:f8b0:4003:c01::22d]:35593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YM6yq-0006si-FV for Help-gnu-emacs@gnu.org; Thu, 12 Feb 2015 22:31:48 -0500 Original-Received: by mail-ob0-f173.google.com with SMTP id uy5so15754116obc.4 for ; Thu, 12 Feb 2015 19:31:47 -0800 (PST) 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 :content-type; bh=8FJzQx6BLMNbPi+U7n4hChcG7aqrxIFjwvsgL7lNL14=; b=kCsu14hWQkbdbzyprGmmkD1CXRdI7ezfSHYeyRl9aCVyO9ZJ3TTF/etsD8Ty7A0hg7 jXrJ/gVBHdzZCRO86OhiJ0j5iyZtj1LlbXPGcOPO/kfjMtpP+g0qMt6KtUcBSP87TDuF nlgylcpRN3i2b5BThnrsQGx793ONA6YlqvL4S5rrYmJ/t9ymG+1YREuptaG8mULdpfv7 myMAhqhOhFt2w22H2/XbsM0rR97P9xfeDRJtG6GRm7RBhnShInyy6Hp4hcw7xkwiNBwc jB5jMS3YiZlFVnYkcBriAE4ymTazJdDz4a6+FeNnnffDg0K535YZza2QbZYj+leYhnu4 Kf3g== X-Received: by 10.202.94.197 with SMTP id s188mr4799917oib.94.1423798307700; Thu, 12 Feb 2015 19:31:47 -0800 (PST) Original-Received: by 10.76.12.162 with HTTP; Thu, 12 Feb 2015 19:31:26 -0800 (PST) In-Reply-To: <20150212200349.GH1673@mail.akwebsoft.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22d 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:102695 Archived-At: Tim Johnson wrote: > I've created a number of prefix keys using C-c and an alpha > character. It has occurred to me that some of the most commonly used > sequences could have briefer alternate bindings using two escapes as > a prefix. [snip] > I'd welcome comments and observations. I expect I will be > edified serendipitously. I've long used `backward-kill-sexp' on ESC M-DEL (so long that I had myself convinced it was the default). I typically use it by pressing ESC ESC DEL. -- john