* Symbol's function definition is void: function-put
@ 2014-05-17 18:18 Óscar Fuentes
2014-05-18 5:45 ` Dmitry Antipov
0 siblings, 1 reply; 3+ messages in thread
From: Óscar Fuentes @ 2014-05-17 18:18 UTC (permalink / raw)
To: emacs-devel
While trying to run the CC Mode test suite I get this backtrace (after
setting debug-on-error to t):
Debugger entered--Lisp error: (void-function function-put)
function-put(compilation--make-message side-effect-free t)
byte-code("\301C\302\303\304\305#\210\302\303\306\307#\210\302\303\310\311#\210\302\303\312\313#\210\314\315\316\313#\210\314\317\316\320#\210\314\321\316\313#\210\314\322\316\313#\210\314\323\316\313#\207" [cl-struct-compilation--message-tags cl-struct-compilation--message put compilation--message cl-struct-slots ((cl-tag-slot) (loc) (type) (end-loc)) cl-struct-type (vector nil) cl-struct-include nil cl-struct-print t function-put compilation--make-message side-effect-free compilation--message-p error-free compilation--message->end-loc compilation--message->type compilation--message->loc] 4)
require(compile)
eval-buffer(#<buffer *load*> nil "/home/oscar/dev/emacs/emacs/lisp/progmodes/tests/000tests.el" nil t) ; Reading at buffer position 3423
load-with-code-conversion("/home/oscar/dev/emacs/emacs/lisp/progmodes/tests/000tests.el" "/home/oscar/dev/emacs/emacs/lisp/progmodes/tests/000tests.el" nil nil)
load("/home/oscar/dev/emacs/emacs/lisp/progmodes/tests/000tests.el" nil nil t)
load-file("~/dev/emacs/emacs/lisp/progmodes/tests/000tests.el")
call-interactively(load-file record nil)
command-execute(load-file record)
execute-extended-command(nil "load-file")
call-interactively(execute-extended-command nil nil)
command-execute(execute-extended-command)
The steps to reproduce are
$ emacs -Q
M-x load-file 000tests.el
Since function-put is a recent development, I suspect that the problem
might be introduced by it.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Symbol's function definition is void: function-put
2014-05-17 18:18 Symbol's function definition is void: function-put Óscar Fuentes
@ 2014-05-18 5:45 ` Dmitry Antipov
2014-05-18 12:28 ` Óscar Fuentes
0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Antipov @ 2014-05-18 5:45 UTC (permalink / raw)
To: Óscar Fuentes; +Cc: emacs-devel
On 05/17/2014 10:18 PM, Óscar Fuentes wrote:
> Debugger entered--Lisp error: (void-function function-put)
I have seen the same, but it goes away after a bootstrap.
Dmitry
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Symbol's function definition is void: function-put
2014-05-18 5:45 ` Dmitry Antipov
@ 2014-05-18 12:28 ` Óscar Fuentes
0 siblings, 0 replies; 3+ messages in thread
From: Óscar Fuentes @ 2014-05-18 12:28 UTC (permalink / raw)
To: Dmitry Antipov; +Cc: emacs-devel
Dmitry Antipov <dmantipov@yandex.ru> writes:
> On 05/17/2014 10:18 PM, Óscar Fuentes wrote:
>
>> Debugger entered--Lisp error: (void-function function-put)
>
> I have seen the same, but it goes away after a bootstrap.
Thanks Dmitry. That fixed it.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-05-18 12:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-17 18:18 Symbol's function definition is void: function-put Óscar Fuentes
2014-05-18 5:45 ` Dmitry Antipov
2014-05-18 12:28 ` Óscar Fuentes
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.