[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: the evil f11
From: |
Eli Zaretskii |
Subject: |
Re: the evil f11 |
Date: |
Mon, 11 Apr 2016 22:25:41 +0300 |
> From: Uwe Brauer <oub@mat.ucm.es>
> Date: Mon, 11 Apr 2016 18:05:36 +0000
>
> 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.
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)
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.