unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Alan Mackenzie <acm@muc.de>
To: Michael Heerdegen <michael_heerdegen@web.de>
Cc: 26529-done@debbugs.gnu.org
Subject: bug#26529: 26.0.50; describe-key again errors for keys bound to lambda forms
Date: Sun, 16 Apr 2017 10:11:39 +0000	[thread overview]
Message-ID: <20170416101139.GA28156@acm> (raw)
In-Reply-To: <87bmrxm7qr.fsf@drachen>

Hello, Michael.

On Sun, Apr 16, 2017 at 04:00:44 +0200, Michael Heerdegen wrote:

> Hi,

> in emacs -Q, eval

> (global-set-key [f11] (lambda () (interactive) (make-frame)))

> then C-h k <f11> gives you

> describe-key: Wrong type argument: symbolp, (lambda nil (interactive)
> (make-frame))

> This seems unrelated to similar #11848.  Instead,


> | 0c31ff43b6880c84498fbe1f06e1e5809b55e838
> | Author:     Alan Mackenzie <acm@muc.de>
> | AuthorDate: Mon Jan 23 19:00:49 2017 +0000
> | Commit:     Alan Mackenzie <acm@muc.de>
> | CommitDate: Mon Jan 23 19:00:49 2017 +0000
> | 
> | Give , and .@ doc strings.  Fixes bug #24561.


> seems to be causing this issue this time; probably

>   (get function 'reader-construct)

> should test whether FUNCTION is really bound to a symbol.

Sorry about this.  You're absolutely right, a `symbolp' is needed before
those `get's (in two places).

I've pushed a fix to master, and am closing this bug.

> Thanks in advance,

Thank you, too!

> Michael.

-- 
Alan Mackenzie (Nuremberg, Germany).





      reply	other threads:[~2017-04-16 10:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-16  2:00 bug#26529: 26.0.50; describe-key again errors for keys bound to lambda forms Michael Heerdegen
2017-04-16 10:11 ` Alan Mackenzie [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20170416101139.GA28156@acm \
    --to=acm@muc.de \
    --cc=26529-done@debbugs.gnu.org \
    --cc=michael_heerdegen@web.de \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).