all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: the evil f11
Date: Mon, 11 Apr 2016 22:25:41 +0300	[thread overview]
Message-ID: <83twj8eymi.fsf@gnu.org> (raw)
In-Reply-To: <878u0kggwf.fsf@mat.ucm.es> (message from Uwe Brauer on Mon, 11 Apr 2016 18:05:36 +0000)

> 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.



  reply	other threads:[~2016-04-11 19:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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=83twj8eymi.fsf@gnu.org \
    --to=eliz@gnu.org \
    --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.