From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.help Subject: Re: the evil f11 Date: Mon, 11 Apr 2016 18:05:36 +0000 Message-ID: <878u0kggwf.fsf@mat.ucm.es> References: <8737qsjcr8.fsf@mat.ucm.es> <8737qs11wh.fsf@alphaville.usersys.redhat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1460397974 5107 80.91.229.3 (11 Apr 2016 18:06:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2016 18:06:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 11 20:06:05 2016 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 1apgDs-0001D0-2w for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Apr 2016 20:06:04 +0200 Original-Received: from localhost ([::1]:59747 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apgDr-0000Eu-8D for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Apr 2016 14:06:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apgDe-0000BV-6F for help-gnu-emacs@gnu.org; Mon, 11 Apr 2016 14:05:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apgDb-0003kR-0c for help-gnu-emacs@gnu.org; Mon, 11 Apr 2016 14:05:50 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:56301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apgDa-0003kK-QJ for help-gnu-emacs@gnu.org; Mon, 11 Apr 2016 14:05:46 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1apgDX-0000vo-0Z for help-gnu-emacs@gnu.org; Mon, 11 Apr 2016 20:05:43 +0200 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2016 20:05:42 +0200 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2016 20:05:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 26 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es Mail-Copies-To: never User-Agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:TNNagIJI4Pv2RmlnWjPJzdD20EU= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:109745 Archived-At: > Uwe Brauer writes: > I don't know if it makes any difference, but my key definitions don't > have parens around the function key name: I deleted the parenthesis and it did not make a difference. I repeat: If I do (with or without parenthesis) (global-set-key [(f11)] 'capitalize-word) ^ C-x C-e The binding is done. If I put that line in my init file the key is bound. But if I have it in another file (byte compiled or not) which is loaded by my init file then f11 is *not* bound. It starts to look like a bug to me. Maybe some of the developers can say something about it, if not I submit a bug report. Uwe