From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "B. T. Raven" Newsgroups: gmane.emacs.help Subject: Re: Looking for the "best" notation for key-binding Date: Thu, 20 Sep 2012 19:45:41 -0500 Organization: NewsGuy - Unlimited Usenet $19.95 Message-ID: References: <505BA2B4.7090906@me.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1348188613 27024 80.91.229.3 (21 Sep 2012 00:50:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Sep 2012 00:50:13 +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:50:18 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 1TErRi-0001iP-0z for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Sep 2012 02:50:18 +0200 Original-Received: from localhost ([::1]:37531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TErRc-0000Gp-S3 for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Sep 2012 20:50:12 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!spln!extra.newsguy.com!newsp.newsguy.com!news6 Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: p14b8ad2469e0b3f0f9aa620c54896423c583e967edcd3b63.newsdawg.com User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 In-Reply-To: X-Received-Bytes: 1471 Original-Xref: usenet.stanford.edu gnu.emacs.help:194519 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:86860 Archived-At: Die Thu Sep 20 2012 19:30:39 GMT-0500 (Central Daylight Time) John Wiegley scripsit: >>>>>> 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 > Try: (global-set-key [(control \;)] 'comment-indent) Sorry, John. I first sent this only to you. Something new going on with Mozilla Tbird. Ed