Chong Yidong
|
2a95a27c8e
|
* callint.c (Fcall_interactively): Doc fix.
|
2006-09-25 15:28:58 +00:00 |
|
Chong Yidong
|
43811b4e74
|
Change callers of read_char.
|
2006-07-26 18:15:08 +00:00 |
|
Kim F. Storm
|
f439241f58
|
(check_mark): Use xsignal0.
|
2006-07-18 13:25:53 +00:00 |
|
Kim F. Storm
|
b08b1fc936
|
(Fcall_interactively): Remove loop around wrong_type_argument.
|
2006-07-12 13:14:38 +00:00 |
|
Kim F. Storm
|
e7c4e229ca
|
(Fcall_interactively): Update/simplify sit_for calls.
|
2006-07-11 20:11:23 +00:00 |
|
Luc Teirlinck
|
ae4c2a3be0
|
(Fcall_interactively): Fread_from_minibuffer now takes only seven args.
|
2006-05-25 23:17:17 +00:00 |
|
Thien-Thi Nguyen
|
aaef169dc6
|
Update years in copyright notice; nfc.
|
2006-02-06 15:23:23 +00:00 |
|
Thien-Thi Nguyen
|
0b5538bd85
|
Update years in copyright notice; nfc.
|
2005-08-07 12:33:19 +00:00 |
|
Lute Kamstra
|
4fc5845fe8
|
Update FSF's address.
|
2005-07-04 16:49:24 +00:00 |
|
Richard M. Stallman
|
75f9fbe87e
|
(Finteractive): Document G option.
(Fcall_interactively): Implement G option.
|
2005-03-17 23:33:07 +00:00 |
|
Luc Teirlinck
|
2dafe1c923
|
(Fcall_interactively): Call Fread_from_minibuffer with extra argument.
|
2004-11-21 01:02:51 +00:00 |
|
Kim F. Storm
|
33247f0c3a
|
(Fcall_interactively): Remove unused variable 'funcar'.
|
2004-11-09 13:18:58 +00:00 |
|
Richard M. Stallman
|
c9aa6a4184
|
(Fcall_interactively): Avoid reusing EVENT for other data.
|
2004-11-07 03:48:56 +00:00 |
|
Kim F. Storm
|
39900c4efc
|
(Fcall_interactively): Add 'U' code to get the up-event discarded by a
previous 'k' or 'K' argument.
|
2004-10-26 12:56:47 +00:00 |
|
Luc Teirlinck
|
5581edf568
|
(Fcall_interactively): Doc fix.
|
2004-07-31 15:50:46 +00:00 |
|
Kim F. Storm
|
a1bfe073ea
|
(Fkey_description): Change callers.
|
2004-04-16 21:19:16 +00:00 |
|
Stefan Monnier
|
5dc0561826
|
(fix_command): Use XDCR.
|
2004-04-14 20:45:02 +00:00 |
|
Kim F. Storm
|
f817f028ec
|
(Fcall_interactively): Fix last change.
From David Ponce <david@dponce.com>
|
2004-03-29 11:45:11 +00:00 |
|
Stefan Monnier
|
1e0b36be0a
|
(Fcall_interactively): Use Finteractive_form.
|
2004-03-29 00:49:00 +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 |
|