From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Elena Newsgroups: gmane.emacs.help Subject: Re: Scanning keymaps for keybindings Date: Tue, 9 Nov 2010 14:10:07 -0800 (PST) Organization: http://groups.google.com Message-ID: <53172d6c-1cd8-47a1-bc94-21830c673755@w17g2000yqa.googlegroups.com> References: <87eiaucgpf.fsf@puma.rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291884019 32542 80.91.229.12 (9 Dec 2010 08:40:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 08:40:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 09:40:15 2010 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 1PQc2x-0008N7-Iw for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 09:40:15 +0100 Original-Received: from localhost ([127.0.0.1]:39226 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQc2w-0001kF-84 for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 03:40:14 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!w17g2000yqa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 94.36.134.124 Original-X-Trace: posting.google.com 1289340607 8483 127.0.0.1 (9 Nov 2010 22:10:07 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 9 Nov 2010 22:10:07 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w17g2000yqa.googlegroups.com; posting-host=94.36.134.124; posting-account=AFCLjAoAAABJAOf_HjgEEEi3ty-lG5m2 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.19) Gecko/2010102906 Iceweasel/3.0.6 (Debian-3.0.6-3),gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:182302 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:76881 Archived-At: On Nov 9, 10:47=A0pm, Tim X wrote: > Depending on what you want to do, you may be able to use something like > after-change-major-mode hook or similar to update things after a new > mode is used. However, this assumes all modes have been written > following standard conventions, which cannot be guaranteed. The goal I'd like to accomplish is remapping a keybinding without having to dig through the documentation and Elisp files. Yes, I know you can type "C-h c" to know what the name of the command which is bound to a specific key, then you can grep such name to know which keymap you'd have to change; but since I'm a keyboard layout thinkerer, I'd prefer to automate that.