From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.help Subject: Re: Using "apps"-key as a second Meta-key Date: Mon, 06 Oct 2008 17:55:26 +0200 Message-ID: <48EA34EE.1010205@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223308978 1212 80.91.229.12 (6 Oct 2008 16:02:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2008 16:02:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Hans-Christian Mick Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 06 18:03:54 2008 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.50) id 1KmsUj-0003oC-5p for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2008 17:59:37 +0200 Original-Received: from localhost ([127.0.0.1]:33972 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmsTf-0007If-O4 for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Oct 2008 11:58:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KmsRp-0006a4-2x for help-gnu-emacs@gnu.org; Mon, 06 Oct 2008 11:56:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KmsRn-0006ZG-Dx for help-gnu-emacs@gnu.org; Mon, 06 Oct 2008 11:56:35 -0400 Original-Received: from [199.232.76.173] (port=42274 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KmsRn-0006ZB-9I for help-gnu-emacs@gnu.org; Mon, 06 Oct 2008 11:56:35 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]:59060) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KmsRm-0007AH-OD for help-gnu-emacs@gnu.org; Mon, 06 Oct 2008 11:56:35 -0400 Original-Received: from c83-254-151-87.bredband.comhem.se ([83.254.151.87]:63383 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1KmsRD-000567-8w; Mon, 06 Oct 2008 17:56:12 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: X-Enigmail-Version: 0.95.7 X-Antivirus: avast! (VPS 081005-0, 2008-10-05), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.151.87 X-Scan-Result: No virus found in message 1KmsRD-000567-8w. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1KmsRD-000567-8w 6e477a9ae8a1799f2371ecda9d03b167 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6? (barebone, rare!) 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:58443 Archived-At: Hans-Christian Mick wrote: > Hi, > > I'd like to have the "apps"-key as another Meta-key. > > I've tried this: > > (global-set-key [apps] 'Meta) > > ...But of course it didn't work. I've also tried the same with "\M" > or "Esc" instead of "Meta", but Emacs always tells me, the apps- > definition is void... > > Has the Meta-key a special command name? Or is there a totally > different way to get this result? (global-set-key [apps] esc-map) > I hope that's not a complete newbie question, but I didn't find > anything on the internet or the news archive about it.. > > Thanks in advance! >