[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 47e313e9805: Unbind 'C-M-i' in Text mode
From: |
Eli Zaretskii |
Subject: |
Re: master 47e313e9805: Unbind 'C-M-i' in Text mode |
Date: |
Thu, 30 Nov 2023 10:41:01 +0200 |
> From: Arash Esbati <arash@gnu.org>
> Cc: emacs-devel@gnu.org, me@eshelyaron.com
> Date: Thu, 30 Nov 2023 08:40:15 +0100
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> > It's a bogus warning, it happens because you build Emacs
> > incrementally, starting from the previous build.
>
> Actually, I use a small script which does:
>
> git clean -fdx --exclude=ChangeLog
> ./autogen.sh
> ./configure ...
> make
>
> So I don't build incrementally. And I thought the method above is
> (almost?) equivalent to "make bootstrap"
>
> > To make sure, say
> >
> > touch lisp/textmodes/text-mode.el
> >
> > and then say "make" again -- this time there will be no warning.
>
> True, that works.
>
> > AFAICT, the problem is that the first time loaddefs.el still isn't
> > updated, or something like that.
> >
> > Such temporary warnings appear very frequently when Emacs is built
> > after an update (as opposed to a "make bootstrap").
>
> I get the warnings (see other message) also with "make bootstrap".
If so, then a declare-function might indeed be necessary.