From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: kp-enter in minibuffer Date: Wed, 21 Mar 2007 15:45:19 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1174509563 17455 80.91.229.12 (21 Mar 2007 20:39:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 21 Mar 2007 20:39:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 21 21:39:17 2007 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 1HU7aV-0003qd-BY for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Mar 2007 21:39:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HU7cD-0005Ep-Bi for geh-help-gnu-emacs@m.gmane.org; Wed, 21 Mar 2007 15:41:01 -0500 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!nx02.iad01.newshosting.com!newshosting.com!216.196.98.140.MISMATCH!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.umontreal.ca!news.umontreal.ca.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 21 Mar 2007 14:45:19 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:Gon/XGzO4OS9r0MMVrAmUaMdT4Y= Original-Lines: 14 Original-NNTP-Posting-Host: 132.204.27.213 Original-X-Trace: sv3-YPw5JQMGKuGaTy4rWcBfURL8j2klb7jqwYR5IKiZj/2jXwQxJvkGW4AJFmikiAVDnYuA3m0/SMRJewp!oyXszL0FVzRADhR1A7en2LlyUp2B1iG69v6FQwK8/xdqkDzItGStzMxdZvLuT2vAmYXnzocKBze2!OjSbUUkPQSCNgXbnHg== Original-X-Complaints-To: abuse@umontreal.ca X-DMCA-Complaints-To: abuse@umontreal.ca X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.34 Original-Xref: shelby.stanford.edu gnu.emacs.help:146477 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:42081 Archived-At: > I often run emacs under Windows talking to Solaris using the 3.2.9 ssh.com > client. This client sends kp-enter for the enter key on the numeric > keypad, and while other keys can be redefined, I can't seem to redefine > this one. Kp-enter is ok in most places, but it doesn't work when typing > a command in the minibuffer. Is there a way to make kp-enter mean the same > as enter in this context (or a way to redefine what the key sends)? > Thanks. How 'bout (define-key function-key-map [kp-enter] [?\r]) -- Stefan