* bug#34874: 27.0.50; Calling `compile' throws error
@ 2019-03-15 22:45 Óscar Fuentes Óscar Fuentes
2019-03-16 0:41 ` Glenn Morris
0 siblings, 1 reply; 3+ messages in thread
From: Óscar Fuentes Óscar Fuentes @ 2019-03-15 22:45 UTC (permalink / raw)
To: 34874
emacs -Q
In *scratch* write and evaluate:
(compile "echo hello")
Debugger entered--Lisp error: (invalid-function with-connection-local-variables)
with-connection-local-variables(#<process compilation>)
start-file-process-shell-command("compilation" #<buffer *compilation*> "echo hello")
compilation-start("echo hello" nil)
compile("echo hello")
eval((compile "echo hello") nil)
elisp--eval-last-sexp(nil)
eval-last-sexp(nil)
funcall-interactively(eval-last-sexp nil)
call-interactively(eval-last-sexp nil nil)
command-execute(eval-last-sexp)
In GNU Emacs 27.0.50 (build 3, x86_64-pc-linux-gnu, X toolkit)
of 2019-03-14 built on sky
Repository revision: 020e69d992c98fd852e835c9bd707a8d137090f2
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12003000
System Description: Debian GNU/Linux buster/sid
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#34874: 27.0.50; Calling `compile' throws error
2019-03-15 22:45 bug#34874: 27.0.50; Calling `compile' throws error Óscar Fuentes Óscar Fuentes
@ 2019-03-16 0:41 ` Glenn Morris
2019-03-16 0:51 ` Óscar Fuentes
0 siblings, 1 reply; 3+ messages in thread
From: Glenn Morris @ 2019-03-16 0:41 UTC (permalink / raw)
To: ofv; +Cc: 34874
Works for me. Perhaps you need to "make bootstrap".
with-connection-local-variables is an autoloaded Lisp macro in
`files-x.el'.
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#34874: 27.0.50; Calling `compile' throws error
2019-03-16 0:41 ` Glenn Morris
@ 2019-03-16 0:51 ` Óscar Fuentes
0 siblings, 0 replies; 3+ messages in thread
From: Óscar Fuentes @ 2019-03-16 0:51 UTC (permalink / raw)
To: Glenn Morris; +Cc: 34874-done
Glenn Morris <rgm@gnu.org> writes:
> Works for me. Perhaps you need to "make bootstrap".
>
> with-connection-local-variables is an autoloaded Lisp macro in
> `files-x.el'.
Yep! Thanks Glenn.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-16 0:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-15 22:45 bug#34874: 27.0.50; Calling `compile' throws error Óscar Fuentes Óscar Fuentes
2019-03-16 0:41 ` Glenn Morris
2019-03-16 0:51 ` Ó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.