From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Klaus-Dieter Bauer Newsgroups: gmane.emacs.help Subject: Customizing per-keymap key bindings through the customize interface? Date: Thu, 27 Jun 2013 10:02:19 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1372320187 20748 80.91.229.3 (27 Jun 2013 08:03:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2013 08:03:07 +0000 (UTC) To: emacs help Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 27 10:03:08 2013 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 1Us7Aa-0008Uc-2C for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jun 2013 10:03:08 +0200 Original-Received: from localhost ([::1]:43809 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us7AZ-0007zi-HD for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jun 2013 04:03:07 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us7AL-0007zY-1m for help-gnu-emacs@gnu.org; Thu, 27 Jun 2013 04:02:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Us7AH-0007cv-Ss for help-gnu-emacs@gnu.org; Thu, 27 Jun 2013 04:02:52 -0400 Original-Received: from mail-vb0-x22f.google.com ([2607:f8b0:400c:c02::22f]:39744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Us7AH-0007cq-PC for help-gnu-emacs@gnu.org; Thu, 27 Jun 2013 04:02:49 -0400 Original-Received: by mail-vb0-f47.google.com with SMTP id x14so351881vbb.6 for ; Thu, 27 Jun 2013 01:02:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=PTZa4BBJtGReiAbOHt7ak2B3o554LFAfAAwyflXn61c=; b=qSCH7/oT19q1ciqITrzdpYjaR8vnhd4OUyD7k+dK8OAF2gQ9fXWeKwB9VCioArF40f CzMGVVdSJeSga7VcGtAR+IcA16t8Iljz1w4Ncr2FLP7BTIltbHTj/OUrzSlGmV2YGU8R b9mdnzVgNufw3Z97vgK8IXjusmSTj5e8xwrjzxvKW8OW2+l1cKEnljqn8GK7ZR2yFlnL 2ra1GB1p4iPZrKGf2IeoJq40fM62aMhidxa9yl3QCpmCJFvWlr+dP04gL4sERfXErGvv AEtBg4hptKsu9diLH+ETMozzw+q1+VAeAoPa1uSDC6h4bH6MzkBL+beNEQzcs6kLN9UR 36+w== X-Received: by 10.52.100.166 with SMTP id ez6mr2632066vdb.19.1372320169247; Thu, 27 Jun 2013 01:02:49 -0700 (PDT) Original-Received: by 10.220.224.73 with HTTP; Thu, 27 Jun 2013 01:02:19 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c02::22f X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:91756 Archived-At: Hello! Is there currently some package available that allows managing custom key bindings on a per-keymap-basis through the `customize` interface? I got a bit annoyed recently by losing track of all the custom keybindings I have made, so I wrote a function, that automatically adds an entry in a menu in global-map for every custom keybinding. Now I am intending to extend this to utilizing the custom interface for creating keybindings on a per-mode basis. While relatively easy to do, I'd prefer a commonly used solution, if there is any. kind regards, Klaus PS: I'm still not sure whether such questions should go to emacs-help or emacs-devel.