unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 8d5dfaf: Prefer `declare` over a `put` of `list-indent-function`.
       [not found] ` <20210222165424.CE21B20B76@vcs0.savannah.gnu.org>
@ 2021-02-22 19:12   ` Glenn Morris
  2021-02-22 19:25     ` Eli Zaretskii
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2021-02-22 19:12 UTC (permalink / raw)
  To: emacs-devel; +Cc: Stefan Monnier


> branch: master
> commit 8d5dfafab7dc40d4b74dc0b56d1b314fd8cac390

>     * lisp/progmodes/antlr-mode.el: Enable lexical-binding.
>     (save-buffer-state-x): Use `declare` and `with-silent-modifications`.

This doesn't build.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: master 8d5dfaf: Prefer `declare` over a `put` of `list-indent-function`.
  2021-02-22 19:12   ` master 8d5dfaf: Prefer `declare` over a `put` of `list-indent-function` Glenn Morris
@ 2021-02-22 19:25     ` Eli Zaretskii
  2021-02-22 19:36       ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: Eli Zaretskii @ 2021-02-22 19:25 UTC (permalink / raw)
  To: Glenn Morris; +Cc: monnier, emacs-devel

> From: Glenn Morris <rgm@gnu.org>
> Date: Mon, 22 Feb 2021 14:12:18 -0500
> Cc: Stefan Monnier <monnier@iro.umontreal.ca>
> 
> > branch: master
> > commit 8d5dfafab7dc40d4b74dc0b56d1b314fd8cac390
> 
> >     * lisp/progmodes/antlr-mode.el: Enable lexical-binding.
> >     (save-buffer-state-x): Use `declare` and `with-silent-modifications`.
> 
> This doesn't build.

It does here, FWIW.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: master 8d5dfaf: Prefer `declare` over a `put` of `list-indent-function`.
  2021-02-22 19:25     ` Eli Zaretskii
@ 2021-02-22 19:36       ` Glenn Morris
  2021-02-22 19:52         ` Eli Zaretskii
  2021-02-22 20:07         ` Lars Ingebrigtsen
  0 siblings, 2 replies; 7+ messages in thread
From: Glenn Morris @ 2021-02-22 19:36 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: monnier, emacs-devel


Guess you don't bootstrap.

Ref: https://hydra.nixos.org/build/137469428



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: master 8d5dfaf: Prefer `declare` over a `put` of `list-indent-function`.
  2021-02-22 19:36       ` Glenn Morris
@ 2021-02-22 19:52         ` Eli Zaretskii
  2021-02-22 20:07         ` Lars Ingebrigtsen
  1 sibling, 0 replies; 7+ messages in thread
From: Eli Zaretskii @ 2021-02-22 19:52 UTC (permalink / raw)
  To: Glenn Morris; +Cc: monnier, emacs-devel

> From: Glenn Morris <rgm@gnu.org>
> Date: Mon, 22 Feb 2021 14:36:35 -0500
> Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org
> 
> Guess you don't bootstrap.

No, I don't.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: master 8d5dfaf: Prefer `declare` over a `put` of `list-indent-function`.
  2021-02-22 19:36       ` Glenn Morris
  2021-02-22 19:52         ` Eli Zaretskii
@ 2021-02-22 20:07         ` Lars Ingebrigtsen
  2021-02-22 22:39           ` Stefan Monnier
  1 sibling, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2021-02-22 20:07 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Eli Zaretskii, monnier, emacs-devel

Glenn Morris <rgm@gnu.org> writes:

> Guess you don't bootstrap.

I tried a "make bootstrap" here (Debian/bullseye), and the build fails
with:

In antlr-mode:
progmodes/antlr-mode.el:2426:20: Error: `c-init-language-vars' defined after use in (c-init-language-vars) (missing `require' of a library file?)
progmodes/antlr-mode.el:2427:26: Warning: c-init-language-vars called with 0
    arguments, but requires 1


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: master 8d5dfaf: Prefer `declare` over a `put` of `list-indent-function`.
  2021-02-22 20:07         ` Lars Ingebrigtsen
@ 2021-02-22 22:39           ` Stefan Monnier
  2021-02-22 22:46             ` Lars Ingebrigtsen
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Monnier @ 2021-02-22 22:39 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: Glenn Morris, Eli Zaretskii, emacs-devel

> I tried a "make bootstrap" here (Debian/bullseye), and the build fails
> with:
>
> In antlr-mode:
> progmodes/antlr-mode.el:2426:20: Error: `c-init-language-vars' defined after
> use in (c-init-language-vars) (missing `require' of a library file?)
> progmodes/antlr-mode.el:2427:26: Warning: c-init-language-vars called with 0
>     arguments, but requires 1

Beats me, but I installed something which seems to help,


        Stefan




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: master 8d5dfaf: Prefer `declare` over a `put` of `list-indent-function`.
  2021-02-22 22:39           ` Stefan Monnier
@ 2021-02-22 22:46             ` Lars Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Ingebrigtsen @ 2021-02-22 22:46 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Glenn Morris, Eli Zaretskii, emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> Beats me, but I installed something which seems to help,

Yup; that fixes "make bootstrap" here, too.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-02-22 22:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210222165423.12872.55060@vcs0.savannah.gnu.org>
     [not found] ` <20210222165424.CE21B20B76@vcs0.savannah.gnu.org>
2021-02-22 19:12   ` master 8d5dfaf: Prefer `declare` over a `put` of `list-indent-function` Glenn Morris
2021-02-22 19:25     ` Eli Zaretskii
2021-02-22 19:36       ` Glenn Morris
2021-02-22 19:52         ` Eli Zaretskii
2021-02-22 20:07         ` Lars Ingebrigtsen
2021-02-22 22:39           ` Stefan Monnier
2021-02-22 22:46             ` Lars Ingebrigtsen

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).