1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 19:30:45 -08:00
Commit graph

129 commits

Author SHA1 Message Date
Kenichi Handa
463f5630a5 New directory 2003-09-08 11:56:09 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
0605dd791e (Fcall_interactively): Save and restore Vthis_command, Vthis_original_command,
real_this_command, and current_kboard->Vlast_command.
2003-08-29 16:15:31 +00:00
Stefan Monnier
f1321dc307 (Fselect_window): Add optional arg `norecord'. 2003-05-17 21:17:45 +00:00
Richard M. Stallman
64ea14d3be Comment change. 2003-04-06 20:28:28 +00:00
Juanma Barranquero
d1135afcd5 (fix_command): Declare as static void and move before Fcall_interactively. 2003-02-24 10:57:59 +00:00
Richard M. Stallman
120d0a23ea (fix_command): New subroutine, from Fcall_interactively.
Detect (when ... (region-beginning)) etc.
(Fcall_interactively): Call fix_command.
(Qif, Qwhen): New variables.
(syms_of_callint): Init and staticpro them.
2003-02-23 15:14:08 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Andreas Schwab
170d30061f (Fcall_interactively): Use next_event only if less
than key_count.
2002-12-02 23:30:54 +00:00
Richard M. Stallman
09c886dc09 (Fcall_interactively): If a command fails because
`*' detects a read-only buffer, but RECORD_FLAG is set,
record it anyway if the args don't actually do tty input.
2002-11-24 19:04:25 +00:00
Richard M. Stallman
079e479f80 (Fcall_interactively): New local filter_specs.
(Fcall_interactively): Check for progn as well as let.
Add a gcpro.
(Qprogn): New variable.
(syms_of_callint): Staticpro and init Qprogn.
2002-11-05 05:15:47 +00:00
Ken Raeburn
d5db40779d Most uses of XSTRING combined with STRING_BYTES or indirection changed to
SCHARS, SBYTES, STRING_INTERVALS, SREF, SDATA; explicit size_byte references
left unchanged for now.
2002-07-15 00:01:34 +00:00
Juanma Barranquero
aed1337830 Use macro SPECPDL_INDEX. 2002-07-11 14:18:02 +00:00
Miles Bader
c2b736ca3a (Fcall_interactively): When checking to see if doprnt hit
the end of callint_message, allow for a terminating '\0'.
2002-06-25 13:00:12 +00:00
Kim F. Storm
93ed5f9da7 (Fcall_interactively) <"D">: Supply Qfile_directory_p
predicate for Fread_file_name when reading directory name.
Supply Qnil for predicate in other calls to Fread_file_name.
2002-05-27 22:06:29 +00:00
Ken Raeburn
2f44536644 * callint.c (Fcall_interactively): Use XSTRING and SYMBOL_NAME
instead of XSYMBOL and name field.
2002-05-20 08:05:03 +00:00
Gerd Moellmann
b9f0b17254 (Fcall_interactively): Use INTEGERP instead of
NUMBERP for checking Vhistory_length.
2002-04-05 13:36:51 +00:00
Richard M. Stallman
f203cf07e4 (check_mark): New arg to specify clearer error message.
Callers changed.
2002-02-01 04:32:24 +00:00
Pavel Janík
31ace7d065 Do not include mocklisp.h.
(Fcall_interactively): Do not test for mocklisp case.
2001-12-22 13:55:34 +00:00
Pavel Janík
b782650360 Update usage of CHECK_ macros (remove unused second argument). 2001-11-02 20:46:55 +00:00
Pavel Janík
84cc45a74c (Finteractive): Add usage to doc-string. 2001-11-02 07:02:18 +00:00
Pavel Janík
fdb82f9337 Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-20 20:56:10 +00:00
Ken Raeburn
f3fbd15535 Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
with lisp system changes.
2001-10-16 09:09:51 +00:00
Pavel Janík
dbae44c877 (prefix-arg, current-prefix-arg): Fix typo in a doc string. 2001-10-15 08:13:24 +00:00
Stefan Monnier
01e85d6147 (Fcall_interactively): Remove unused code. Use XCAR/XCDR. 2001-10-12 03:44:45 +00:00
Stefan Monnier
8feddab4e0 Include keymap.h. 2001-10-08 11:39:52 +00:00
Gerd Moellmann
4f8959185a (Fcall_interactively): Prevent a compiler warning. 2000-12-21 20:40:40 +00:00
Gerd Moellmann
8892f40bde Remove includes of
string.h and strings.h.
(index) [HAVE_INDEX]: Add prototype.
2000-09-02 19:35:49 +00:00
Gerd Moellmann
a847af86f5 (toplevel) [HAVE_STRING_H]: Include string.h.
(toplevel) [HAVE_STRINGS_H]: Include strings.h.
(index): Remove prototypes which might conflict with non-standard
definitions of index/strchr.
2000-08-28 15:03:29 +00:00
Dave Love
824b5cfcbb (Fcall_interactively): Doc fix. 2000-06-01 19:02:58 +00:00
Ken Raeburn
7539e11fca more XCAR/XCDR/XFLOAT_DATA uses, to help isolete lisp engine 1999-10-25 04:58:18 +00:00
Ken Raeburn
70949dac51 Use XCAR, XCDR, XFLOAT_DATA instead of explicit member access. 1999-09-12 05:07:01 +00:00
Andreas Schwab
4b27f17c03 (Fcall_interactively): Ignore first element of
event-symbol-elements property.
1999-07-01 15:02:43 +00:00
Kenichi Handa
562e4a4f61 (Fcall_interactively) <'C'>: Give Fread_char Qnil
because of the change of the second argument of Fread_char.
1998-12-22 06:06:48 +00:00
Kenichi Handa
24819c4351 (Fcall_interactively): Don't use input method when
reading a character in the case of `c' code letter.
1998-09-22 10:23:40 +00:00
Richard M. Stallman
7a983715c8 (Fcall_interactively): Pass new args to Fread_event
and Fread_char.  Let Fread_char do the prompting.
1998-08-18 11:06:30 +00:00
Richard M. Stallman
ad4ac47521 (Fcall_interactively): Pass new arg to Fread_key_sequence. 1998-08-07 07:15:37 +00:00
Richard M. Stallman
cdfac81276 (Fcall_interactively) <k, K>: If sequence ends in a down
event, discard following up event.
1998-06-14 19:03:11 +00:00
Richard M. Stallman
fe3fbdcc80 (syms_of_callint): Set up Lisp variable. 1998-06-07 22:33:11 +00:00
Richard M. Stallman
34c5d0ed52 (Fcall_interactively): Pass new arg to Fother_buffer. 1998-05-25 22:32:58 +00:00
Richard M. Stallman
225c215740 (Fcall_interactively): Truncate command-history here. 1998-04-23 21:18:18 +00:00
Andreas Schwab
dfcf069d56 Fix -Wimplicit warnings. 1998-04-14 12:25:56 +00:00
Richard M. Stallman
fc932ac6c7 Use STRING_BYTES and SET_STRING_BYTES. 1998-03-21 07:06:14 +00:00
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