1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/lisp/emacs-lisp
Spencer Baugh e576dc7556 Support completion-eager-display in completing-read-multiple
Make completing-read-multiple do eager display of *Completions*
when the table requests it.

As a side-effect of the implementation, we now check again if
eager-display is enabled if we have to retry doing eager-display
due to being interrupted by user input.  This is mildly nicer
since it gives the completion table a little more control: for
example, maybe the table only wants to do eager-display if the
minibuffer is empty; this change makes that work better.

* lisp/minibuffer.el (completions--start-eager-display)
(completing-read-default): Move the code for checking whether to
do eager-display into completions--start-eager-display.
* lisp/emacs-lisp/crm.el (completing-read-multiple): Call
completions--start-eager-display (bug#79858).
2025-11-27 19:45:16 +02:00
..
advice.el
avl-tree.el
backquote.el
backtrace.el
benchmark.el
bindat.el
byte-opt.el Define compiler macros for /=, atom and nlistp 2025-10-30 12:12:35 +01:00
byte-run.el (lisp-indent-function): Auto-load macros to get the indent info 2025-11-18 17:23:11 -05:00
bytecomp.el lisp/emacs-lisp/bytecomp.el (define-widget): Add funarg-positions 2025-11-13 09:01:36 -05:00
cconv.el Use 'any' and 'all' to simplify parts of the byte-compiler 2025-10-21 13:20:04 +02:00
chart.el
check-declare.el
checkdoc.el
cl-extra.el cl-extra.el: Use the new API to speed up dispatch on derived types 2025-10-31 13:49:14 -04:00
cl-generic.el lisp/emacs-lisp/cl-*.el: Minor changes accumulated during new API design 2025-10-31 13:49:49 -04:00
cl-indent.el
cl-lib.el * lisp/emacs-lisp/cl-lib.el (cl-copy-list): Not error-free, bug#79396 2025-09-07 17:47:51 +02:00
cl-macs.el lisp/emacs-lisp/cl-*.el: Minor changes accumulated during new API design 2025-10-31 13:49:49 -04:00
cl-preloaded.el cl-extra.el: Use the new API to speed up dispatch on derived types 2025-10-31 13:49:14 -04:00
cl-print.el
cl-seq.el
comp-common.el
comp-cstr.el
comp-run.el Allow any thread to run native compilations 2025-09-02 18:06:37 +03:00
comp.el * Fix native compiler for circular objects (bug#75135) 2025-11-06 09:41:36 +01:00
compat.el
cond-star.el ; * lisp/emacs-lisp/cond-star.el: Tidy up dummy macro definitions. 2025-11-25 20:30:21 +00:00
copyright.el
crm.el Support completion-eager-display in completing-read-multiple 2025-11-27 19:45:16 +02:00
cursor-sensor.el
debug-early.el
debug.el
derived.el loaddefs-gen: Weed out some elements from the shortcut path 2025-11-22 06:56:46 -05:00
disass.el
easy-mmode.el (custom-initialize-after-file): New function 2025-10-22 17:12:10 -04:00
easymenu.el
edebug.el Add edebug-bounce-to-previous-value 2025-08-30 12:30:21 +03:00
eieio-base.el
eieio-core.el
eieio-custom.el
eieio-datadebug.el
eieio-opt.el
eieio-speedbar.el
eieio.el ; Fix typo (wrong-type-argument not wrong-argument-type) 2025-08-21 04:06:44 +03:00
eldoc.el (custom-initialize-after-file): New function 2025-10-22 17:12:10 -04:00
elisp-scope.el ; elisp-scope.el: Improve face specification handling. 2025-10-29 17:20:03 +01:00
elp.el
ert-font-lock.el
ert-x.el
ert.el Catch all non-local exits when running ERT tests. 2025-08-18 11:24:29 +02:00
ewoc.el
faceup.el
find-func.el
float-sup.el
generate-lisp-file.el
generator.el Implement new autoload macro expansion declare form 2025-08-10 18:14:23 -04:00
generic.el loaddefs-gen: Weed out some elements from the shortcut path 2025-11-22 06:56:46 -05:00
gv.el
helper.el defvar-keymap: New ':prefix t' abbreviation 2025-10-06 18:34:18 +01:00
hierarchy.el
icons.el * lisp/image.el (image-supported-file-p): Fix autoload cookie (bug#79764). 2025-11-05 19:54:56 +02:00
inline.el ; * lisp/emacs-lisp/inline.el (define-inline): Improve wording. 2025-10-26 20:30:23 +00:00
let-alist.el
lisp-mnt.el
lisp-mode.el (lisp-indent-function): Auto-load macros to get the indent info 2025-11-18 17:23:11 -05:00
lisp.el
loaddefs-gen.el (loaddefs-generate--make-autoload): Fix bug#79852 2025-11-22 06:56:46 -05:00
macroexp.el lisp/emacs-lisp/cl-*.el: Minor changes accumulated during new API design 2025-10-31 13:49:49 -04:00
map-ynp.el ; Fix byte-compilation warnings (bug#79664) 2025-11-02 10:28:25 +02:00
map.el Check if 'hash-table-contains-p' is available in map.el 2025-11-01 20:52:05 +01:00
memory-report.el
multisession.el
nadvice.el
oclosure.el
package-vc.el Fix package-vc to install multiple info manuals 2025-11-08 14:40:25 +01:00
package.el ; Fix order in which 'package-dir-info' searches files 2025-11-26 19:32:51 +01:00
pcase.el ; * lisp/emacs-lisp/pcase.el (pcase-setq): Fix parameter names. 2025-11-25 21:05:50 +00:00
pp.el
radix-tree.el
range.el * lisp/emacs-lisp/range.el (range-add-list): Don't mutate argument. 2025-10-30 12:12:35 +01:00
re-builder.el
regexp-opt.el ; use modern sort calls in more places 2025-08-29 19:24:50 +02:00
regi.el
ring.el ; * lisp/emacs-lisp/ring.el (ring-convert-sequence-to-ring): Bug#79330. 2025-09-13 12:06:35 +03:00
rmc.el ; Fix byte-compilation warnings (bug#79664) 2025-11-02 10:28:25 +02:00
rx.el ; * lisp/emacs-lisp/rx.el (rx--foldl): Replace with 'all' and 'any'. 2025-10-20 12:55:19 +02:00
seq.el Clarify that sequence/map functions don't alter their argument 2025-08-19 11:11:51 +02:00
shadow.el
shortdoc.el * lisp/emacs-lisp/shortdoc.el: Add take-while, drop-while, any, all. 2025-10-21 13:19:08 +02:00
shorthands.el Allow use of \N{...} earlier to help fix bug#79353 2025-09-09 18:01:24 -04:00
smie.el lisp/emacs-lisp/smie.el (smie-indent-basic): Add safety predicate 2025-11-17 08:51:56 -05:00
subr-x.el Merge from origin/emacs-30 2025-10-07 18:04:20 +01:00
syntax.el
tabulated-list.el Correctly document the format of tabulated-list-groups 2025-08-21 19:44:48 +03:00
tcover-ses.el
testcover.el
text-property-search.el
thunk.el
timeout.el ; * lisp/emacs-lisp/timeout.el: Bump version header to 2.1 2025-09-12 12:35:56 +02:00
timer-list.el
timer.el Reject non-nil non-number REPEAT in 'run-with-timer' 2025-08-16 10:53:12 +03:00
tq.el
trace.el
track-changes.el
unsafep.el
vtable.el Fix implicit usage of the current window-width in vtable.el 2025-11-19 17:26:50 +02:00
warnings.el Display daemon startup warnings on the first client frame (bug#79783) 2025-11-18 19:57:04 +02:00