Richard M. Stallman
88bc3111a7
(Fcall_interactively): Allocate string by bytes.
...
Use message_with_string.
1998-01-09 23:33:09 +00:00
Richard M. Stallman
dc33013920
(Fcall_interactively) <'d', 'r'>: Use set_marker_both.
1998-01-01 06:47:25 +00:00
Richard M. Stallman
024d8713bc
(Fcall_interactively): Pass new arg to Fread_coding_system.
1997-09-05 05:38:41 +00:00
Kenichi Handa
93fb51ae2e
(Finteractive): Document the code letter `M'.
...
(Fcall_interactively): Call Fcompleting_read,
Fread_from_minibuffer, and Fread_string with a proper value for
the arg INHERIT-INPUT-METHOD. Handle the code letter `M'.
1997-08-26 11:42:33 +00:00
Richard M. Stallman
56fe6fc085
(Fcall_interactively): Pass new arg to sit_for.
1997-05-27 01:50:25 +00:00
Richard M. Stallman
91a6ba781b
(Fcall_interactively): Use num_input_events.
1997-05-19 03:21:06 +00:00
Richard M. Stallman
55c4d99f91
(Fcall_interactively): Pass extra arg to Fread_string.
1997-05-15 02:28:34 +00:00
Richard M. Stallman
ff9cd111c6
(Fcall_interactively): Pass new arg to
...
Fread_from_minibuffer and Fread_variable.
(Fcall_interactively): Pass new arg to Fcompleting_read.
1997-05-10 21:44:59 +00:00
Karl Heuer
40b2421cb0
(doc-string of `interactive'): Describe new code
...
letters `i', `z', and `Z'.
(Fcall_interactively): Handle them.
1997-02-20 06:45:50 +00:00
Richard M. Stallman
c631c234c0
(Fcall_interactively): Bind cursor-in-echo-area to t for k' and K'.
1996-09-28 20:38:18 +00:00
Karl Heuer
6ec8bbd20d
Change all references from point to PT.
1996-09-01 19:15:05 +00:00
Richard M. Stallman
f0490a0bf2
(Fcall_interactively): For N' and n',
...
if we don't get a number, try again.
1996-08-29 00:51:51 +00:00
Richard M. Stallman
491ee8415e
(Fcall_interactively): In `c' case, use message_nolog
...
instead of message1_nolog.
1996-03-20 13:34:21 +00:00
Erik Naggum
3b7ad313e0
Update FSF's address in the preamble.
1996-01-15 09:18:04 +00:00
Erik Naggum
7868a9779b
(Fcall_interactively, Fprefix_numeric_value): Harmonize arguments with
...
documentation.
1996-01-09 00:30:41 +00:00
Richard M. Stallman
6bc1abf2e0
(Fcall_interactively): Undo previous change.
1995-12-25 00:33:14 +00:00
Karl Heuer
71eda2d573
(Fcall_interactively): Handle an arg of form (FCN ARGS...).
...
(Fcall_interactively): Move have_prefix_arg label to 'p'.
1995-12-21 16:57:00 +00:00
Karl Heuer
453ed650c8
(Fcall_interactively): Don't log prompt strings.
1995-12-19 23:20:14 +00:00
Richard M. Stallman
07682ca3c9
(Fcall_interactively): In `c' case, clear out the message
...
after reading the character.
1995-11-30 00:31:52 +00:00
Richard M. Stallman
8450690adc
(syms_of_callint): Set up Qlet, Qletx, Qsave_excursion.
...
(Fcall_interactively): Look past those special forms
when checking for a call to `list'.
1995-11-10 06:34:09 +00:00
Richard M. Stallman
d455db8e01
(Fcall_interactively): New arg KEYS.
1995-10-27 21:55:33 +00:00
Richard M. Stallman
df31bc64f9
(callint_message, callint_message_size): New vars.
...
(syms_of_callint): Set up new vars.
(Fcall_interactively): Keep the prompt in the heap.
1995-10-07 21:54:29 +00:00
Richard M. Stallman
994662ce7a
(Fcall_interactively): Doc fix.
1995-07-18 19:14:38 +00:00
Karl Heuer
3399a477ea
(Fprefix_numeric_value): Fix type check.
1995-06-14 22:18:34 +00:00
Karl Heuer
1e0c5826c5
(current_prefix_partial): Deleted.
...
(Vprefix_arg): Deleted; not part of struct kboard again.
(Funiversal_argument, Fnegative_argument, Fdigit_argument)
(clear_prefix_arg, finalize_prefix_arg, describe_prefix_arg): Deleted.
(syms_of_callint): Use DEFVAR_KBOARD for Vprefix_arg.
Remove defsubrs for deleted functions.
1995-06-07 22:12:07 +00:00
Karl Heuer
cc04c67905
(Fcall_interactively): Cast arg of doprnt.
1995-05-25 14:30:07 +00:00
Karl Heuer
a6d1245e3a
Fix previous change.
1995-04-13 16:55:10 +00:00
Richard M. Stallman
6352522846
(Fcall_interactively): Fix paren nesting.
1995-04-13 16:10:04 +00:00
Richard M. Stallman
21ba0e68ef
(Fcall_interactively): Fix handling of @
...
when it tests whether the event has a window in it.
1995-04-11 03:04:38 +00:00
Richard M. Stallman
652e224062
(Fcall_interactively): Call single_kboard_state
...
to switch to the single-kboard state.
1995-04-10 07:22:15 +00:00
Karl Heuer
fb7756026a
(Fcall_interactively): Fix previous change.
1995-04-07 23:10:25 +00:00
Richard M. Stallman
e92d107bce
(Fcall_interactively): `+' is reserved for user changes.
1995-04-07 22:46:38 +00:00
Karl Heuer
cd8b5aa348
Rename perdisplay to kboard.
1995-03-15 01:49:46 +00:00
Karl Heuer
7f78e619ab
(clear_prefix_arg): current_perdisplay now is never null.
1995-03-13 21:49:17 +00:00
Karl Heuer
1cf9cfc663
(current_prefix_partial): New var.
...
(Funiversal_argument): New function, formerly inlined in keyboard.c.
(Fnegative_argument, Fdigit_argument): Likewise.
(clear_prefix_arg): Moved here from keyboard.c.
Don't clear the internal state if we're still building a prefix arg.
(finalize_prefix_arg, describe_prefix_arg): Moved from keyboard.c.
(syms_of_callint): defsubr the new lisp-callable functions.
1995-03-08 03:32:30 +00:00
Richard M. Stallman
f4c8ded2b0
(Fcall_interactively): Fix Feb 22 change.
1995-03-06 04:17:49 +00:00
Karl Heuer
44820cc38c
(Fcall_interactively): Disallow switch-frame events when reading k' or K'
...
specification.
1995-03-03 01:51:09 +00:00
Karl Heuer
8c917bf29e
(Fcall_interactively, syms_of_callint, Vprefix_arg, Vcurrent_prefix_arg): Undo
...
Jan 31 change.
1995-03-01 03:44:02 +00:00
Karl Heuer
887e0cbab7
(Fcall_interactively): Lock the display before executing the command, no
...
matter how we execute it.
1995-02-28 05:26:35 +00:00
Karl Heuer
ebfbe2490a
(Fcall_interactively): If the display hasn't already been locked by reading
...
from the minibuffer, lock it before executing the command.
1995-02-24 02:30:23 +00:00
Richard M. Stallman
824977b67e
(Fcall_interactively): Use markers temporarily in
...
args vector to stand for point and mark values; replace them
with integers just before calling the command.
1995-02-23 04:54:59 +00:00
Richard M. Stallman
b631003ba9
Doc fix.
1995-02-15 00:02:48 +00:00
Karl Heuer
eebf4ec9ce
(syms_of_callint): Move DEFVAR_DISPLAY's to keyboard.c.
1995-02-04 00:31:13 +00:00
Karl Heuer
b498c415e0
(Fcall_interactively): Use perdisplay.
...
(Vprefix_arg, Vcurrent_prefix_arg): Delete vars; now in perdisplay.
(syms_of_callint): Use DEFVAR_DISPLAY for prefix-arg and current-prefix-arg.
1995-02-01 02:35:54 +00:00
Richard M. Stallman
80896ab486
(Fcall_interactively): Pass new arg to Fread_string.
1995-01-30 00:41:51 +00:00
Richard M. Stallman
1989e7bccb
(Fcall_interactively): Define K mostly like k.
...
Pass new arg to Fread_key_sequence.
1995-01-24 22:13:42 +00:00
Roland McGrath
f9b4aacf1b
Fix typo in last change.
1995-01-05 07:45:50 +00:00
Roland McGrath
4e87700b1e
(Fcall_interactively): Use & PSEUDOVECTOR_SIZE_MASK on `size' field of
...
compiled byte-code object.
1995-01-05 07:06:19 +00:00
Richard M. Stallman
ef2515c051
(Vmouse_leave_buffer_hook, Qmouse_leave_buffer_hook): New variables.
...
(syms_of_callint): Set them up.
(Fcall_interactively): Run the hook, for `@'.
1994-12-28 23:28:10 +00:00
Richard M. Stallman
701ca6c06b
(Finteractive): Doc fix.
1994-10-04 22:55:50 +00:00