unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Ioan-Adrian Ratiu <adi@adirat.com>
To: emacs-devel@gnu.org
Subject: (bisected) Bug in callint.c/bytecomp.el
Date: Sun, 07 Jan 2018 05:02:50 +0200	[thread overview]
Message-ID: <87zi5qs751.fsf@adiPC.i-did-not-set--mail-host-address--so-tickle-me> (raw)

Hello

I'm getting the following error on latest master if I run for eg. describe-symbol:

condition-case: Symbol’s function definition is void: internal-make-closure

toggle-debug-on-error results in:

Debugger entered--Lisp error: (void-function internal-make-closure)
  (internal-make-closure (x) (v-or-f) nil (funcall (nth 1 x) (internal-get-closed-var 0)))
  (cl-some (internal-make-closure (x) (v-or-f) nil (funcall (nth 1 x) (internal-get-closed-var 0))) describe-symbol-backends)
  (if v-or-f (cl-some (internal-make-closure (x) (v-or-f) nil (funcall (nth 1 x) (internal-get-closed-var 0))) describe-symbol-backends))
  (let* ((v-or-f (symbol-at-point)) (found (if v-or-f (cl-some (internal-make-closure (x) (v-or-f) nil (funcall (nth 1 x) (internal-get-closed-var 0))) describe-symbol-backends))) (v-or-f (if found v-or-f (function-called-at-point))) (found (or found v-or-f)) (enable-recursive-minibuffers t) (val (completing-read (if found (format "Describe symbol (default %s): " v-or-f) "Describe symbol: ") obarray (function (lambda (vv) (cl-some (internal-make-closure (x) (vv) nil (funcall (nth 1 x) (internal-get-closed-var 0))) describe-symbol-backends))) t nil nil (if found (symbol-name v-or-f))))) (list (if (equal val "") v-or-f (intern val))))
  call-interactively(describe-symbol nil nil)
  command-execute(describe-symbol)

I bisected it to the following commit:

ce48658191 Fix command repetition with lexical-binding (Bug#29334)

I don't have the deep understanding required to properly fix this so I
just reverted ce48658191 and my problems went away :)

Can someone more knowledgeable please attempt a proper fix?

Thank you



             reply	other threads:[~2018-01-07  3:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-07  3:02 Ioan-Adrian Ratiu [this message]
2018-01-07  2:52 ` (bisected) Bug in callint.c/bytecomp.el Noam Postavsky
2018-01-07 13:13   ` Ioan-Adrian Ratiu

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=87zi5qs751.fsf@adiPC.i-did-not-set--mail-host-address--so-tickle-me \
    --to=adi@adirat.com \
    --cc=emacs-devel@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 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).