From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: managing my keybindings Date: Sun, 9 May 2010 13:55:58 +0200 Message-ID: References: <89f1a7ef-b8e5-41e9-8571-17ef186b78b4@e1g2000yqe.googlegroups.com> <87sk61pb3c.fsf@fh-trier.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1273406213 31451 80.91.229.12 (9 May 2010 11:56:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 9 May 2010 11:56:53 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andreas Politz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 09 13:56:51 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 1OB57m-0002KA-Je for geh-help-gnu-emacs@m.gmane.org; Sun, 09 May 2010 13:56:46 +0200 Original-Received: from localhost ([127.0.0.1]:58086 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OB57m-0004i9-4t for geh-help-gnu-emacs@m.gmane.org; Sun, 09 May 2010 07:56:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OB57P-0004hu-3q for help-gnu-emacs@gnu.org; Sun, 09 May 2010 07:56:23 -0400 Original-Received: from [140.186.70.92] (port=38425 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OB57N-0004hm-TQ for help-gnu-emacs@gnu.org; Sun, 09 May 2010 07:56:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OB57M-0003ja-Fg for help-gnu-emacs@gnu.org; Sun, 09 May 2010 07:56:21 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:41559) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OB57M-0003j8-8r for help-gnu-emacs@gnu.org; Sun, 09 May 2010 07:56:20 -0400 Original-Received: by fxm9 with SMTP id 9so19426fxm.0 for ; Sun, 09 May 2010 04:56:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=6dkPbD4ZU3B/be1r0dkEI/OfEcqZSK2/TJtKAJR1x+Q=; b=RshmlDoTm9tIOdBel6jGEKSU6lmg+n81TlWTH8vkyIJeVKr6NtjPzaXtiz9inx54rt K+r+PKDx/ibpTk947W+jMuelBK92TY1FWdMRicjw9BAmT0u2FA0wu5w6rQVj3zjzoih3 3l3l+RGXDeGSn2JR1ArjwfwqbEHR2FAHHsf48= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=i0Qz/rrPgmDgUgW86EXt4I1n96Ec4ybH7HE8XI65cqN2L9OZwp1MZ1gXElAU/2s+WE ippY4ro3ZaOh1K1ed9d8fjAL52FnjZgJ48hHFEIVbNbXvPCg6cGbNr7/TEjAFpvSrlqA KhIk/hDEaPrTiqyKRPeit9e5Mc5NKaWrUfSL8= Original-Received: by 10.239.165.138 with SMTP id x10mr259047hbd.43.1273406178186; Sun, 09 May 2010 04:56:18 -0700 (PDT) Original-Received: by 10.239.164.81 with HTTP; Sun, 9 May 2010 04:55:58 -0700 (PDT) In-Reply-To: <87sk61pb3c.fsf@fh-trier.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:73608 Archived-At: On Sun, May 9, 2010 at 1:29 PM, Andreas Politz wrote: > Lennart Borgman writes: > >> On Sat, May 8, 2010 at 2:38 AM, LanX wrote: >>> Hi >>> >>> I'm looking for suggestions how to manage my keybindings. >>> >>> I would like to: >>> >>> a) list them (only *my* keybindings) >> >> Use define-minor-mode and make a global minor mode. Define your key >> bindings there. >> > > That's a good idea, but how do we assert, this modes map stays > at the top of minor-mode-map-alist ? That is a bit harder, but you can use the tool "Rebind My Choosen Keys" (ie rebind-keys-mode) in nXhtml for that.