Alan Mackenzie
203e61ff83
Make recursive minibuffers and recursive edits work together
...
* lisp/minibuffer.el (exit-minibuffer): When in a minibuffer, throw an error
should the command loop nesting level be wrong.
* src/lisp.h (minibuffer_quit_level): declare as an extern.
(command_loop_level): Move definition from src/window.h
* src/window.h (command_loop_level): move definition to src/lisp.h.
* src/eval.c (minibuffer_quit_level): Move this variable to file level from
being a static inside internal_catch.
(internal_catch): Simplify the logic.
* src/minibuf.c (Vcommand_loop_level_list): New variable.
(move_minibuffer_onto_frame): Set the major mode of *Minibuf-0*.
(Fminibuffer_innermost_command_loop_p): New primitive.
(Fabort_minibuffers): Check the command loop level before throwing t to 'exit,
and set minibuffer_quit_level too.
(read_minibuf): New variable calling_window.
Before stacking up minibuffers on the current mini-window, check that the
mini-window is not the current one.
Do not call choose_minibuf_frame from read_minibuf's unwinding process.
Bind calling_frame and calling_window over the recursive edit.
Set the new minibuffer's major mode directly.
Remove the switching away from the minibuffer after the recursive edit.
(get_minibuffer): Record the command loop level in new variable
Vcommand_loop_level_list. No longer set the major mode of a returned
minibuffer.
(minibuf_c_loop_level): New function.
(read_minibuf_unwind): New variables calling_frame, calling_window are unbound
from the binding stack. Remove old variable `window', which could not be set
reliably to the expired mini-window.
The expired minibuffer is determined as the nth in the list, rather than the
contents of the current or previous mini-window.
Switch the current window away from the mini-window here (moved from
read_minibuf).
2021-02-11 21:37:45 +00:00
..
2021-02-08 00:25:16 +01:00
2021-01-20 23:56:51 -05:00
2021-02-11 21:41:58 +01:00
2021-02-10 16:06:24 -05:00
2021-01-31 14:17:16 +01:00
2021-02-11 21:41:58 +01:00
2021-02-09 09:20:11 +01:00
2021-02-08 19:08:14 -05:00
2021-01-29 05:52:51 +01:00
2021-02-09 19:05:24 +00:00
2021-02-02 09:57:07 +01:00
2021-02-10 17:37:25 -05:00
2021-02-10 18:44:43 +01:00
2021-02-04 08:16:33 +01:00
2021-02-10 14:42:51 +01:00
2021-01-31 15:00:41 +01:00
2021-01-26 08:47:07 -08:00
2021-02-08 09:10:57 +01:00
2021-02-10 17:47:18 -05:00
2021-02-11 14:35:47 +00:00
2021-01-31 20:08:25 +01:00
2021-02-10 19:38:18 +01:00
2021-02-03 08:11:08 -08:00
2021-02-10 21:38:43 +02:00
2021-01-31 20:08:25 +01:00
2021-02-05 01:15:02 +01:00
2021-02-01 12:29:10 +01:00
2021-01-31 14:35:44 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-03 20:16:40 -05:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-06 11:50:55 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-28 15:09:18 +01:00
2021-02-08 09:10:57 +01:00
2021-01-01 01:13:56 -08:00
2021-02-08 07:52:16 +01:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-01-31 20:08:25 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-05 01:29:20 +01:00
2021-02-08 00:25:16 +01:00
2021-02-02 09:57:07 +01:00
2021-01-04 20:57:42 -05:00
2021-02-09 08:20:08 +01:00
2021-02-09 08:20:08 +01:00
2021-01-11 15:07:01 +01:00
2021-02-06 08:10:38 -08:00
2021-01-01 01:13:56 -08:00
2021-02-02 14:39:28 -05:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-02-02 14:39:28 -05:00
2021-01-19 04:29:56 +01:00
2021-02-02 10:10:39 +01:00
2021-01-01 01:13:56 -08:00
2021-01-04 20:57:42 -05:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-04 20:57:42 -05:00
2021-01-01 01:13:56 -08:00
2021-01-04 20:57:42 -05:00
2021-02-04 05:28:00 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-01-04 20:57:42 -05:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:28:16 -08:00
2021-02-08 00:25:16 +01:00
2021-01-01 01:13:56 -08:00
2021-02-08 00:25:16 +01:00
2021-02-02 09:57:07 +01:00
2021-01-28 18:43:15 +01:00
2021-02-06 08:10:38 -08:00
2021-02-10 20:37:14 +01:00
2021-01-26 10:36:52 +01:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-02-10 10:58:40 -08:00
2021-01-05 11:28:58 +01:00
2021-01-29 06:19:06 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-29 06:19:06 +01:00
2021-02-02 09:57:07 +01:00
2021-02-02 09:57:07 +01:00
2021-01-31 20:08:25 +01:00
2021-01-31 20:08:25 +01:00
2021-01-01 01:13:56 -08:00
2021-01-04 20:57:42 -05:00
2021-02-02 09:57:07 +01:00
2021-02-06 08:10:38 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-09 16:47:25 +01:00
2021-01-01 01:13:56 -08:00
2021-02-04 12:08:46 +01:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-02-01 12:29:10 +01:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-01-23 21:35:00 +02:00
2021-01-01 01:13:56 -08:00
2021-02-04 12:32:08 +01:00
2021-01-01 01:13:56 -08:00
2021-02-05 01:33:25 +01:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-20 21:19:23 +02:00
2021-02-10 14:42:51 +01:00
2021-02-08 09:18:41 -05:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-04 11:23:26 +01:00
2021-01-01 01:13:56 -08:00
2021-02-03 08:11:08 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-04 20:57:42 -05:00
2021-02-02 09:57:07 +01:00
2021-01-03 22:07:59 -05:00
2021-02-08 09:10:57 +01:00
2021-01-01 01:13:56 -08:00
2021-01-29 08:01:12 +01:00
2021-02-01 06:28:21 -08:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-02-10 20:37:14 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-04 08:12:22 +01:00
2021-01-01 01:13:56 -08:00
2021-01-07 19:56:59 +02:00
2021-01-01 01:13:56 -08:00
2021-02-09 08:20:08 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-11 21:37:45 +00:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-04 05:28:00 +01:00
2021-02-04 05:28:00 +01:00
2021-01-15 13:50:07 +02:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-28 09:57:48 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-09 09:20:11 +01:00
2021-01-14 07:50:28 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:28:16 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-11 20:10:31 +01:00
2021-01-29 07:04:47 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-09 13:27:20 -05:00
2021-02-05 10:06:22 +01:00
2021-02-07 16:51:07 +01:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-01-04 20:57:42 -05:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-04 20:57:42 -05:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-05 02:27:57 +01:00
2021-02-09 09:04:47 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-02-02 14:39:28 -05:00
2021-01-15 13:50:07 +02:00
2021-02-10 16:39:53 -05:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-31 20:08:25 +01:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-02-05 10:13:23 +01:00
2021-01-23 20:40:07 +01:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-28 21:27:26 +02:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-02 09:57:07 +01:00
2021-01-21 18:10:21 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-02-04 05:28:00 +01:00
2021-01-19 12:53:42 -05:00
2021-02-02 09:57:07 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-04 20:57:42 -05:00
2021-01-01 01:13:56 -08:00
2021-01-28 19:36:24 +01:00
2021-01-28 08:40:15 +01:00
2021-02-11 20:26:15 +01:00
2021-02-02 09:57:07 +01:00
2021-01-04 20:57:42 -05:00
2021-01-01 01:13:56 -08:00
2021-02-07 16:51:07 +01:00
2021-01-01 01:13:56 -08:00
2021-02-05 01:15:02 +01:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00
2021-01-01 01:13:56 -08:00