all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: help-gnu-emacs@gnu.org
Subject: the evil f11
Date: Mon, 11 Apr 2016 17:06:51 +0000	[thread overview]
Message-ID: <8737qsjcr8.fsf@mat.ucm.es> (raw)

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
,----
| <f11> runs the command toggle-frame-fullscreen (found in global-map),
| which is an interactive compiled Lisp function in ‘frame.el’.
| 
| It is bound to <f11>.
`----

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 




             reply	other threads:[~2016-04-11 17:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-11 17:06 Uwe Brauer [this message]
2016-04-11 17:38 ` the evil f11 Nick Dokos
2016-04-11 18:05   ` Uwe Brauer
2016-04-11 19:25     ` Eli Zaretskii
2016-04-11 19:55       ` Uwe Brauer
2016-04-12  9:28       ` Uwe Brauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8737qsjcr8.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.