From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: create new key prefix Date: Tue, 19 Feb 2013 18:26:36 -0500 Message-ID: <51240A2C.7070206@mousecar.com> Reply-To: gebser@mousecar.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1361316410 8683 80.91.229.3 (19 Feb 2013 23:26:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2013 23:26:50 +0000 (UTC) To: GNU Emacs List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 20 00:27:13 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 1U7wae-0007Eb-JJ for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Feb 2013 00:27:12 +0100 Original-Received: from localhost ([::1]:32866 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7waK-0006Vb-7l for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Feb 2013 18:26:52 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7waC-0006V6-Cu for help-gnu-emacs@gnu.org; Tue, 19 Feb 2013 18:26:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7waB-0003e8-Di for help-gnu-emacs@gnu.org; Tue, 19 Feb 2013 18:26:44 -0500 Original-Received: from mout.perfora.net ([74.208.4.194]:65135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7waB-0003e3-71 for help-gnu-emacs@gnu.org; Tue, 19 Feb 2013 18:26:43 -0500 Original-Received: from dellap.mousecar.net (dsl093-011-016.cle1.dsl.speakeasy.net [66.93.11.16]) by mrelay.perfora.net (node=mrus2) with ESMTP (Nemesis) id 0Mclzd-1UPt6c11Ll-00HpG2; Tue, 19 Feb 2013 18:26:40 -0500 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130110 Thunderbird/10.0.12 X-Provags-ID: V02:K0:V3LTgS9WsowKbsuqcAgSt6I5A8jiMOEhRhrR6+cPJZe C4frUtB7B1ITJOjjFx/HO0gEG/OpYYrSkthJepfMk/mn2KSohK pXsH1zAzORKHUr4jgro0an8LX/Y68mFKVtW0oeMKds8pbOx92n nYbYcTSSMJ636lEEpoc6kDzimYNaVIE982VduFNtJpaL1KyufS MzodIB69gfugPhPdvnAXQRPsNFwVoylTDjuhz+3pYH/NAR+w4C HKR6Mmy+WcchZwPfZslIx5xwZC5C65oPYdWOITaRguxKRpkI0n aV1GW63y4IhFpPKb7QJ+9ySNli1Wu3MxlChb4LIkQqyvJErYhd 5gphBiy/Jos9YiBXnaIiYm1Jvd0CCoy0XJpUkgoFo X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 74.208.4.194 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:89167 Archived-At: I've defined quite a few new keys over the years and so would like to create a new key prefix. I.e., I want to be able to define keys such as "C-c p s", "C-c p m", etc. So how do I tell emacs that (for all possible modes) I want "C-c p" to look for the new key definitions. From what I've read so far, how this is done depends a lot on the particular emacs version. Mine's 22.1.1. Thanks