all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* the evil f11
@ 2016-04-11 17:06 Uwe Brauer
  2016-04-11 17:38 ` Nick Dokos
  0 siblings, 1 reply; 6+ messages in thread
From: Uwe Brauer @ 2016-04-11 17:06 UTC (permalink / raw
  To: help-gnu-emacs

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 




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-04-12  9:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 17:06 the evil f11 Uwe Brauer
2016-04-11 17:38 ` 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

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.