[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68213: 30.0.50; completion-preview-tests failure in --without-x buil
From: |
Eshel Yaron |
Subject: |
bug#68213: 30.0.50; completion-preview-tests failure in --without-x build |
Date: |
Tue, 02 Jan 2024 18:20:20 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi John, Eli,
Eli Zaretskii <eliz@gnu.org> writes:
>> Date: Tue, 02 Jan 2024 10:42:59 -0600
>> From: john muhl via "Bug reports for GNU Emacs,
>> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>>
>> Running ‘make -k -C test check-lisp’ on master with a build
>> configured without X produces the following error:
>>
>> cd emacs
>> ./autogen.sh
>> ./configure --without-x
>> make -j$(nproc)
>> make -k -C test check-lisp
>> …
>> In toplevel form:
>> lisp/completion-preview-tests.el:23:2: Error: Symbol's value
>> as variable is void: mouse-wheel-up-event
>> make[3]: *** [Makefile:159: lisp/completion-preview-tests.elc] Error 1
>> make[3]: Target 'lisp/completion-preview-tests.log' not remade because of
>> errors.
>
> Thanks, please try again, I hope I fixed this.
FWIW, I was going to suggest the attached patch, following how
flymake.el handles this. But if the current solution works, that seems
just as good.
Thanks,
Eshel
0001-Explicitly-require-mwheel-in-completion-preview.el.patch
Description: Text Data
- bug#68213: 30.0.50; completion-preview-tests failure in --without-x build, john muhl, 2024/01/02
- bug#68213: 30.0.50; completion-preview-tests failure in --without-x build, Eli Zaretskii, 2024/01/02
- bug#68213: 30.0.50; completion-preview-tests failure in --without-x build,
Eshel Yaron <=
- bug#68213: 30.0.50; completion-preview-tests failure in --without-x build, john muhl, 2024/01/02
- bug#68213: 30.0.50; completion-preview-tests failure in --without-x build, Eshel Yaron, 2024/01/03
- bug#68213: 30.0.50; completion-preview-tests failure in --without-x build, Eli Zaretskii, 2024/01/03
- bug#68213: 30.0.50; completion-preview-tests failure in --without-x build, Eshel Yaron, 2024/01/03
- bug#68213: 30.0.50; completion-preview-tests failure in --without-x build, Eli Zaretskii, 2024/01/03
- bug#68213: 30.0.50; completion-preview-tests failure in --without-x build, Eshel Yaron, 2024/01/05
- bug#68213: 30.0.50; completion-preview-tests failure in --without-x build, Eli Zaretskii, 2024/01/05
- bug#68213: 30.0.50; completion-preview-tests failure in --without-x build, Stefan Monnier, 2024/01/07