From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "c.c" Newsgroups: gmane.emacs.help Subject: Re: How to bind (shift Fx) for emacs in putty? Date: 25 Dec 2005 07:33:31 -0800 Organization: http://groups.google.com Message-ID: <1135524811.832189.279390@g47g2000cwa.googlegroups.com> References: <1135441849.685785.266180@g44g2000cwa.googlegroups.com> <1135515520.172954.182570@g14g2000cwa.googlegroups.com> <1135519472.158005.6690@g44g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1135524961 8868 80.91.229.2 (25 Dec 2005 15:36:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 25 Dec 2005 15:36:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 25 16:36:00 2005 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EqXug-0008Ea-KQ for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Dec 2005 16:35:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EqXvo-0005ou-QG for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Dec 2005 10:37:08 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!g47g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 61.148.53.5 Original-X-Trace: posting.google.com 1135524816 2937 127.0.0.1 (25 Dec 2005 15:33:36 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 25 Dec 2005 15:33:36 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8) Gecko/20051111 Firefox/1.5,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: g47g2000cwa.googlegroups.com; posting-host=61.148.53.5; posting-account=1HJPWQ0AAABjD-0dp0eOHR7okgsqAHRf Original-Xref: shelby.stanford.edu gnu.emacs.help:136602 Original-To: help-gnu-emacs@gnu.org 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:32221 Archived-At: So I say the (global-set-key [(shift f1)] "hello world!") is working a little, but not all. Because the emacs can recognize it, so it can describe key like this, " runs the command "Hello world" which is a keyboard macro. Keyboard macro. " but why it can't response when I hit the keys in buff? It's puzzling me. I tried to bind the key by hand. the same result. And I am using Putty to connect the debian box. Are there some special things I need to notice about that?