From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.help Subject: Re: Problems mapping space key Date: Tue, 8 Nov 2005 21:32:10 +0100 (CET) Message-ID: <20051108203210.48E953F4F@rocksteady.printf.se> References: <20051108202532.GU1791@johnsons-web.com> NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1131482338 4841 80.91.229.2 (8 Nov 2005 20:38:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Nov 2005 20:38:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 08 21:38:52 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EZaBj-0006yE-N0 for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Nov 2005 21:35:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EZaBi-0005Xp-IT for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Nov 2005 15:35:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EZa8g-0004iR-CV for help-gnu-emacs@gnu.org; Tue, 08 Nov 2005 15:32:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EZa8c-0004fI-NB for help-gnu-emacs@gnu.org; Tue, 08 Nov 2005 15:32:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EZa8c-0004f1-AH for help-gnu-emacs@gnu.org; Tue, 08 Nov 2005 15:32:14 -0500 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EZa8c-0004Y3-4I for help-gnu-emacs@gnu.org; Tue, 08 Nov 2005 15:32:14 -0500 Original-Received: from rocksteady.printf.se (81.224.154.131) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 436F401B00081CFA; Tue, 8 Nov 2005 21:32:10 +0100 Original-Received: by rocksteady.printf.se (Postfix, from userid 1000) id 48E953F4F; Tue, 8 Nov 2005 21:32:10 +0100 (CET) Original-To: Tim Johnson In-reply-to: <20051108202532.GU1791@johnsons-web.com> (message from Tim Johnson on Tue, 8 Nov 2005 11:25:32 -0900) 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:30918 Archived-At: > Date: Tue, 8 Nov 2005 11:25:32 -0900 > From: Tim Johnson > (global-set-key [(hyper space)] 'global-insert-pseudo-space) > Successfully maps the hyper + key to the quoted function, > but the same code is not successful for GNU emacs. > It appears to me that [(hyper space)] is the incorrect symbol > to use for emacs, what would be the proper approach? (global-set-key (kbd "H-SPC") 'global-insert-pseudo-space)