* Re: (bisected) Bug in callint.c/bytecomp.el
2018-01-07 3:02 (bisected) Bug in callint.c/bytecomp.el Ioan-Adrian Ratiu
@ 2018-01-07 2:52 ` Noam Postavsky
2018-01-07 13:13 ` Ioan-Adrian Ratiu
0 siblings, 1 reply; 3+ messages in thread
From: Noam Postavsky @ 2018-01-07 2:52 UTC (permalink / raw)
To: Ioan-Adrian Ratiu; +Cc: Emacs developers
On Sat, Jan 6, 2018 at 10:02 PM, Ioan-Adrian Ratiu <adi@adirat.com> wrote:
> 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?
I'm not sure exactly what the proper fix would be, I've just gone
ahead and reverted that change.
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29988#11
^ permalink raw reply [flat|nested] 3+ messages in thread
* (bisected) Bug in callint.c/bytecomp.el
@ 2018-01-07 3:02 Ioan-Adrian Ratiu
2018-01-07 2:52 ` Noam Postavsky
0 siblings, 1 reply; 3+ messages in thread
From: Ioan-Adrian Ratiu @ 2018-01-07 3:02 UTC (permalink / raw)
To: emacs-devel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: (bisected) Bug in callint.c/bytecomp.el
2018-01-07 2:52 ` Noam Postavsky
@ 2018-01-07 13:13 ` Ioan-Adrian Ratiu
0 siblings, 0 replies; 3+ messages in thread
From: Ioan-Adrian Ratiu @ 2018-01-07 13:13 UTC (permalink / raw)
To: Noam Postavsky; +Cc: Emacs developers
On Sat, 06 Jan 2018, Noam Postavsky <npostavs@users.sourceforge.net> wrote:
> On Sat, Jan 6, 2018 at 10:02 PM, Ioan-Adrian Ratiu <adi@adirat.com> wrote:
>
>> 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?
>
> I'm not sure exactly what the proper fix would be, I've just gone
> ahead and reverted that change.
>
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29988#11
Works for me. Thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-01-07 13:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-07 3:02 (bisected) Bug in callint.c/bytecomp.el Ioan-Adrian Ratiu
2018-01-07 2:52 ` Noam Postavsky
2018-01-07 13:13 ` Ioan-Adrian Ratiu
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.