From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: Re: Define Key without (with different) prefix in prefixed keymap Date: Thu, 21 Mar 2013 23:09:56 +0100 Message-ID: <87sj3o5rrf.fsf@gmail.com> References: <87sj3qp3jm.fsf@gmail.com> <514AAEB7.8040209@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1363904094 14019 80.91.229.3 (21 Mar 2013 22:14:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Mar 2013 22:14:54 +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 Mar 21 23:15:20 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 1UInlX-0002xz-NO for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Mar 2013 23:15:19 +0100 Original-Received: from localhost ([::1]:60354 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UInlA-0001QA-Ah for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Mar 2013 18:14:56 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34997) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UInky-0001Q4-8K for help-gnu-emacs@gnu.org; Thu, 21 Mar 2013 18:14:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UInkx-0004JA-8u for help-gnu-emacs@gnu.org; Thu, 21 Mar 2013 18:14:44 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:58599) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UInkx-0004J6-21 for help-gnu-emacs@gnu.org; Thu, 21 Mar 2013 18:14:43 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UInlI-0002oz-M0 for help-gnu-emacs@gnu.org; Thu, 21 Mar 2013 23:15:04 +0100 Original-Received: from g231234180.adsl.alicedsl.de ([92.231.234.180]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Mar 2013 23:15:04 +0100 Original-Received: from tjolitz by g231234180.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Mar 2013 23:15:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231234180.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:tBmTpqOZEjw3nYVNvMHojANF4JQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:89645 Archived-At: Andreas Röhler writes: >> maybe this is a silly thing to do - but how can I define a key without a >> (or with a different) prefix in mode-keymap that has a prefix-key defined? >> > > Don't think the way keys are defined already restrict defining another one. > Just define the key - global or addressing the mode-map etc. Ok, thanks for the tip, I'll try that. -- cheers, Thorsten