From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: vose Newsgroups: gmane.emacs.help Subject: local-set-key and [f1] Date: Fri, 22 Aug 2003 15:29:58 -0400 Organization: University of Tennessee Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3f46708d$1_4@news.utk.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1061611738 30606 80.91.224.253 (23 Aug 2003 04:08:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Aug 2003 04:08:58 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 23 06:08:57 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19qPhw-0005he-00 for ; Sat, 23 Aug 2003 06:08:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qPfg-0001fN-NH for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Aug 2003 00:06:36 -0400 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help Original-NNTP-Posting-Host: news.utk.edu Original-Lines: 21 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.utk.edu!news.utk.edu Original-Xref: shelby.stanford.edu gnu.emacs.help:116090 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:12008 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12008 I can get function key f5 to do something useful: (add-hook 'tex-mode-hook (function (lambda () (local-set-key (quote [f5]) "\\begin{eqnarray*}")))) but every attempt to get function key f1 to behave likewise fails. Liberal sprinkling of things like (global-set-key [f1] nil) or (global-unset-key [f1]) are no help. What is the magic required?? Does anyone have an example which works for f1 ?? Michael