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: [SOLVED] Re: Cannot set F6 key in .emacs nor in site-start.el Date: Wed, 16 May 2012 08:53:02 -0400 Message-ID: References: <4F9FD720.8000607@pobox.com> <4JSnr.179223$s82.40208@newsfe10.iad> <%8zsr.13954$_l.10074@newsfe15.iad> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1337172915 20927 80.91.229.3 (16 May 2012 12:55:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 16 May 2012 12:55:15 +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 May 16 14:55:14 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SUdl3-0007Mm-Nu for geh-help-gnu-emacs@m.gmane.org; Wed, 16 May 2012 14:55:13 +0200 Original-Received: from localhost ([::1]:36642 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SUdl3-0008M4-5Y for geh-help-gnu-emacs@m.gmane.org; Wed, 16 May 2012 08:55:13 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe15.iad.POSTED!00000000!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:oR4J0KHx5ghdA1PzBaUXno0rNF0= Original-Lines: 9 Original-X-Complaints-To: abuse@UsenetServer.com Original-NNTP-Posting-Date: Wed, 16 May 2012 12:53:03 UTC X-Received-Bytes: 1088 Original-Xref: usenet.stanford.edu gnu.emacs.help:192441 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:84848 Archived-At: >> I'll try to spot the offending command. > The offending command is: > (cua-selection-mode nil) > If I define f6 before this call, it ends up undefined. That's odd: "grep f6 lisp/emulation/cua*.el" doesn't return anything. Stefan