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: the evil f11 Date: Mon, 11 Apr 2016 17:06:51 +0000 Message-ID: <8737qsjcr8.fsf@mat.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1460394458 10246 80.91.229.3 (11 Apr 2016 17:07:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2016 17:07:38 +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 19:07:30 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 1apfJ6-0000vS-U3 for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Apr 2016 19:07:25 +0200 Original-Received: from localhost ([::1]:58795 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apfJ6-0000sC-7T for geh-help-gnu-emacs@m.gmane.org; Mon, 11 Apr 2016 13:07:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apfIo-0000g0-TQ for help-gnu-emacs@gnu.org; Mon, 11 Apr 2016 13:07:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apfIl-0008EF-Ij for help-gnu-emacs@gnu.org; Mon, 11 Apr 2016 13:07:06 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:49939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apfIl-0008Dp-Bs for help-gnu-emacs@gnu.org; Mon, 11 Apr 2016 13:07:03 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1apfIj-0000jx-8a for help-gnu-emacs@gnu.org; Mon, 11 Apr 2016 19:07:01 +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 19:07:01 +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 19:07:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 37 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:DZhRJtSuzuTJnChjFP2W+j79ib0= 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:109743 Archived-At: Hi I am completely puzzled by the following, for ages my emacs_keys.el file contained the line (global-set-key [(f11)] 'capitalize-word) However since some time (I cannot remember when) C-h k f11 gives ,---- | runs the command toggle-frame-fullscreen (found in global-map), | which is an interactive compiled Lisp function in ‘frame.el’. | | It is bound to . `---- I usually have in my emacs init file the line (load-library "emacs_keys.el") or (require 'emacs_keys) Even if I load it manually f11 is still bound to toggle-frame-fullscreen. Only when I enter the emacs_keys.el file and eval (global-set-key [(f11)] 'capitalize-word) Then everything is fine. I don't understand this because all the other binding is fine. It turns me crazy. Any help is strongly appreciated. Uwe Brauer