From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "John Wiegley" Newsgroups: gmane.emacs.help Subject: Re: Looking for the "best" notation for key-binding Date: Thu, 20 Sep 2012 19:30:39 -0500 Organization: New Artisans LLC Message-ID: References: <505BA2B4.7090906@me.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1348187453 18359 80.91.229.3 (21 Sep 2012 00:30:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Sep 2012 00:30:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 21 02:30:57 2012 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 1TEr8w-0004N0-2O for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Sep 2012 02:30:54 +0200 Original-Received: from localhost ([::1]:34884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEr8r-0006AE-JS for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Sep 2012 20:30:49 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEr8l-0006A8-VL for help-gnu-emacs@gnu.org; Thu, 20 Sep 2012 20:30:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEr8k-0001qg-Cw for help-gnu-emacs@gnu.org; Thu, 20 Sep 2012 20:30:43 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:38518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEr8k-0001qU-8R for help-gnu-emacs@gnu.org; Thu, 20 Sep 2012 20:30:42 -0400 Original-Received: by iaby26 with SMTP id y26so2240310iab.0 for ; Thu, 20 Sep 2012 17:30:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:organization:references:mail-followup-to :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=/yr3Im2GKn2AJSeXHG6cfdIveFoQtQilUvbeK16wECI=; b=FzAU2BuOQJEDcKF9MVyo3AEPDRadTh8CGzZg/nczM6O7hURYofSO8hnvU4aUy3jDt6 WrbQFSBYprrUii31VcdiHuZIlkrCsfQFN+NaMUDTZYENfrCu/Rb0VTz1+awNeJe1KaKj CkMRNp6msIB4sq6swPMvJMeaG/vEm7MlFPLyF5/GG5Rh0s4oOjwDwxKo0LIs3pxoSfGb 7U/IXAOljcFdkM9fYzm0ts+Ps1LrzUmvI9IcjXYNoQpDGb2oyVK7jLHtqwxGyediJzML YMxgtS9qjHAv4lJEQ7BDHmTkBrifQw/VGVigpZ8acrel7RuU7T1+rF9uOmR6R32qkc1W kntw== Original-Received: by 10.50.195.134 with SMTP id ie6mr241982igc.28.1348187441006; Thu, 20 Sep 2012 17:30:41 -0700 (PDT) Original-Received: from vulcan.local (c-98-215-105-167.hsd1.il.comcast.net. [98.215.105.167]) by mx.google.com with ESMTPS id p5sm16092319igm.13.2012.09.20.17.30.39 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Sep 2012 17:30:40 -0700 (PDT) Original-Received: by vulcan.local (Postfix, from userid 501) id 36CEF104A4DC7; Thu, 20 Sep 2012 19:30:39 -0500 (CDT) Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: <505BA2B4.7090906@me.com> (Chap Harrison's message of "Thu, 20 Sep 2012 17:11:48 -0600") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.210.169 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:86859 Archived-At: >>>>> Chap Harrison writes: > Isn't there a single, simple, consistent way to create key bindings that > will always work? I use this: http://github.com/jwiegley/bind-key Not only is it completely consistent, but it lets you M-x describe-personal-keybindings and see what you've changed in your Emacs environment. John