From owner-ntemacs-users@june  Mon Dec  9 17:37:23 1996
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
	[nil "Mon" " 9" "December" "1996" "16:52:00" "PST" "Matt Saunders" "MattS@mssmtpgate.viewstar.com" nil "26" "RE: Problem remapping space bar" "^From:" nil nil "12" nil nil nil nil]
	nil)
Received: from joker.cs.washington.edu (joker.cs.washington.edu [128.95.1.42]) by june.cs.washington.edu (8.8.3+CSE/7.2ju) with SMTP id RAA23085 for <voelker@june.cs.washington.edu>; Mon, 9 Dec 1996 17:37:22 -0800
Received: from june.cs.washington.edu (june.cs.washington.edu [128.95.1.4]) by joker.cs.washington.edu (8.6.12/7.2ws+) with ESMTP id RAA26286 for <voelker@joker.cs.washington.edu>; Mon, 9 Dec 1996 17:37:21 -0800
Received: from linux.viewstar.com (ws21.viewstar.com [204.119.86.150]) by june.cs.washington.edu (8.8.3+CSE/7.2ju) with ESMTP id QAA20104 for <ntemacs-users@cs.washington.edu>; Mon, 9 Dec 1996 16:53:39 -0800
Received: from mssmtpgate.viewstar.com (mssmtpgate.viewstar.com [192.9.1.252]) by linux.viewstar.com (8.7.4/8.7.3) with SMTP id QAA25671; Mon, 9 Dec 1996 16:53:33 -0800
Received: by mssmtpgate.viewstar.com with Microsoft Mail 	id <32ACB5C1@mssmtpgate.viewstar.com>; Mon, 09 Dec 96 16:58:41 PST
Message-ID: <32ACB5C1@mssmtpgate.viewstar.com>
Encoding: 27 TEXT
X-Mailer: Microsoft Mail V3.0
From: "Matt Saunders (T)" <MattS@mssmtpgate.viewstar.com>
To: "'justin@infoscape.com'" <justin@infoscape.com>
Cc: ntemacs <ntemacs-users@cs.washington.edu>
Subject: RE: Problem remapping space bar
Date: Mon, 09 Dec 96 16:52:00 PST


Try:

(global-set-key [M-SPC] 'my-just-one-space)

it helps to dig through C-h b (bindings) and the   
[emacs]\lisp\term\win32-win.el file for examples when your key mappings   
don't work.

 --Matt
 ----------
From:  owner-ntemacs-users
Sent:  Saturday, December 07, 1996 3:00 PM
To:  ntemacs
Subject:  Problem remapping space bar

The following does not work. Any ideas? Is this a bug in emacs?

(global-set-key         '[(meta space)] 'my-just-one-space)
(global-set-key         '[(shift space)]        'my-jump-mark-ring)
(global-set-key         '[(meta control space)] 'my-jump-mark-ring)


thanks.

Justin

