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 19:55:09 +0000 Message-ID: <87vb3nx6n6.fsf@mat.ucm.es> References: <8737qsjcr8.fsf@mat.ucm.es> <8737qs11wh.fsf@alphaville.usersys.redhat.com> <878u0kggwf.fsf@mat.ucm.es> <83twj8eymi.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1460404556 19258 80.91.229.3 (11 Apr 2016 19:55:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2016 19:55:56 +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 21:55:49 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 1aphw4-0003El-Ue for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Apr 2016 21:55:49 +0200 Original-Received: from localhost ([::1]:33268 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aphw4-0006Vn-Fi for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Apr 2016 15:55:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aphvm-0006Qw-FH for help-gnu-emacs@gnu.org; Mon, 11 Apr 2016 15:55:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aphvg-0001XC-V3 for help-gnu-emacs@gnu.org; Mon, 11 Apr 2016 15:55:30 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:42152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aphvg-0001X8-O8 for help-gnu-emacs@gnu.org; Mon, 11 Apr 2016 15:55:24 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aphvZ-000319-Md for help-gnu-emacs@gnu.org; Mon, 11 Apr 2016 21:55:17 +0200 Original-Received: from 70.red-88-1-198.dynamicip.rima-tde.net ([88.1.198.70]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2016 21:55:17 +0200 Original-Received: from oub by 70.red-88-1-198.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 11 Apr 2016 21:55:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 70.red-88-1-198.dynamicip.rima-tde.net Mail-Copies-To: never User-Agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:1p+wJqmPPeiorYmHdww9gy2PGM4= 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:109747 Archived-At: > All this developer can say is I cannot reproduce this. I made a > .emacs file that includes only one line: > (load "~/einit.el") > I then made a file einit.el that also includes one line: > (global-set-key [(f11)] 'capitalize-word) Ok I did the same with emacs -Q and it works I started emacs -Q again and loaded my emacs_keys file and it failed. So something is strange in that file. When I find out I will report back, save it is completely stupid. thanks Uwe > I then started Emacs and "C-h c f11" says it's bound to > capitalize-word, as expected. > So please look at the details of your init files, and see what you > didn't tell us.