From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: LanX Newsgroups: gmane.emacs.help Subject: managing my keybindings Date: Fri, 7 May 2010 17:38:14 -0700 (PDT) Organization: http://groups.google.com Message-ID: <89f1a7ef-b8e5-41e9-8571-17ef186b78b4@e1g2000yqe.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1273279247 30600 80.91.229.12 (8 May 2010 00:40:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 8 May 2010 00:40:47 +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 May 08 02:40:46 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 1OAY60-0004Xk-2H for geh-help-gnu-emacs@m.gmane.org; Sat, 08 May 2010 02:40:44 +0200 Original-Received: from localhost ([127.0.0.1]:47331 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAY5z-0005Qq-E6 for geh-help-gnu-emacs@m.gmane.org; Fri, 07 May 2010 20:40:43 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!e1g2000yqe.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 188.107.219.220 Original-X-Trace: posting.google.com 1273279094 21478 127.0.0.1 (8 May 2010 00:38:14 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 8 May 2010 00:38:14 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e1g2000yqe.googlegroups.com; posting-host=188.107.219.220; posting-account=W9fpQwoAAADZYmkl-8sXk1VPxG3rq-Pd User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.0.18) Gecko/2010021502 Ubuntu/8.10 (intrepid) Firefox/3.0.18,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:178044 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:73568 Archived-At: Hi I'm looking for suggestions how to manage my keybindings. I would like to: a) list them (only *my* keybindings) b) easily navigate to the place where they are defined c) attach documentation to them d) warn me about conflicts my first idea is to create wrapper functions/macros `my-global-set- key' and `my-local-set-key' which buffer the necessary informations when defining the bindings. But chances are high that I'm reinventing the wheel, so please gimme some ideas! 8) Cheers Rolf PS: another "brute force" approach would be creating an extra function starting with "mykey-" for every keybinding. I could list them by this naming convention and navigate to the files ... well not too elegant...