[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master f92520d009e 1/2: Don't pause display for pending input
From: |
Andrea Corallo |
Subject: |
Re: master f92520d009e 1/2: Don't pause display for pending input |
Date: |
Thu, 19 Dec 2024 05:52:15 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Gerd Moellmann <gerd@gnu.org> writes:
> branch: master
> commit f92520d009e1ab8024b03d9d71ecc9820573c040
> Author: Gerd Möllmann <gerd@gnu.org>
> Commit: Gerd Möllmann <gerd@gnu.org>
>
> Don't pause display for pending input
>
> * src/dispnew.c: Remove display_completed, redisplay_dont_pause,
> redisplay-dont-pause was declared obsolete in Emacs 24. Remove anything
> checking pending input, change function signatures accordingly, and so
> on.
>
> * src/keyboard.c (read_char): Don't use redisplay_dont_pause.
> * src/minibuf.c (read_minibuf): Use new function signatures.
> * src/xdisp.c: Don't check display_completed. Use new API.
>
> * lisp/subr.el (redisplay-dont-pause): Remove declaration.
I think instances of 'Qredisplay_dont_pause' are still present in the
codebase so some build configurations are now broken (at least my
GNU/Linux one).
=====
xterm.c:6372:13: error: ‘Qredisplay_dont_pause’ undeclared (first use in this
function)
6372 | specbind (Qredisplay_dont_pause, Qt);
| ^~~~~~~~~~~~~~~~~~~~~
xterm.c:6372:13: note: each undeclared identifier is reported only once for
each function it appears in
xfns.c: In function ‘Fx_print_frames_dialog’:
xfns.c:9967:13: error: ‘Qredisplay_dont_pause’ undeclared (first use in this
function)
9967 | specbind (Qredisplay_dont_pause, Qt);
| ^~~~~~~~~~~~~~~~~~~~~
xfns.c:9967:13: note: each undeclared identifier is reported only once for each
function it appears in
=====
Could you have a look?
Thanks
- Re: master f92520d009e 1/2: Don't pause display for pending input,
Andrea Corallo <=
- Re: master f92520d009e 1/2: Don't pause display for pending input, Gerd Möllmann, 2024/12/19
- Re: master f92520d009e 1/2: Don't pause display for pending input, Andrea Corallo, 2024/12/19
- Re: master f92520d009e 1/2: Don't pause display for pending input, Andrea Corallo, 2024/12/19
- Re: master f92520d009e 1/2: Don't pause display for pending input, Gerd Möllmann, 2024/12/20
- Re: master f92520d009e 1/2: Don't pause display for pending input, Andrea Corallo, 2024/12/20
- Re: master f92520d009e 1/2: Don't pause display for pending input, Gerd Möllmann, 2024/12/20