From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Harter, Douglas" Newsgroups: gmane.emacs.help Subject: global-set-key Date: Mon, 28 Apr 2003 12:27:45 -0400 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <86741435787F874EA2D0B60CEDAB2A8901054968@HBGPRI13> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: main.gmane.org 1051547502 23251 80.91.224.249 (28 Apr 2003 16:31:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 28 Apr 2003 16:31:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 28 18:31:39 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19ABWS-0005vt-00 for ; Mon, 28 Apr 2003 18:30:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19ABVt-0000tE-02 for gnu-help-gnu-emacs@m.gmane.org; Mon, 28 Apr 2003 12:29:57 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19ABV5-0000ib-00 for help-gnu-emacs@gnu.org; Mon, 28 Apr 2003 12:29:07 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19ABV2-0000h9-00 for help-gnu-emacs@gnu.org; Mon, 28 Apr 2003 12:29:05 -0400 Original-Received: from hbgimc03.state.pa.us ([206.224.21.20]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19ABV2-0000KT-00 for help-gnu-emacs@gnu.org; Mon, 28 Apr 2003 12:29:04 -0400 Original-Received: by hbgimc03.state.pa.us with Internet Mail Service (5.5.2650.21) id ; Mon, 28 Apr 2003 12:27:54 -0400 Original-To: "Help Emacs (E-mail)" X-Mailer: Internet Mail Service (5.5.2650.21) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8952 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8952 I would like to reset the meta f10 key using global-set-key. I have referred to the manual and none of their examples seems to work. What is the correct syntax?