From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: vose Newsgroups: gmane.emacs.help Subject: Re: example .emacs file Date: Fri, 22 Aug 2003 14:22:27 -0400 Organization: University of Tennessee Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3f4660ba_1@news.utk.edu> References: <3f465a20$1_1@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 1061608654 27174 80.91.224.253 (23 Aug 2003 03:17:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Aug 2003 03:17:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Aug 23 05:17:32 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 19qOuC-00047r-00 for ; Sat, 23 Aug 2003 05:17:32 +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 19qOtM-0001yP-Ht for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Aug 2003 23:16:40 -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 In-Reply-To: <3f465a20$1_1@news.utk.edu> Original-NNTP-Posting-Host: news.utk.edu Original-Lines: 25 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.utk.edu!news.utk.edu Original-Xref: shelby.stanford.edu gnu.emacs.help:116089 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:12007 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12007 vose wrote: > I have GNU Emacs 20.7.1 (i386-redhat-linux-gnu, X toolkit). > > If anyone has this same version and also has a .emacs file > which manages to make function keys do something useful in > tex mode --- like, for example, when the "F1" function key > followed by the "b" key is pushed, the result is that some > character string (like "\begin", for example) is inserted > into the buffer after the point, assuming emacs has been > started from an xterm --- PLEASE mail me the .emacs file. > > Absolutely NOTHING I have tried (including cutting and pasting > from FAQs) works. > > Michael > The .emacs file shipped to me by redhat with their enterprise edition contains errors which cause later s-expressions (the ones which should have successfully dealt with function keys) to be ingored. I just discovered this bug. Things are looking up. Michael