aboutsummaryrefslogtreecommitdiffstats
path: root/src/callint.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (callint_message, callint_message_size): New vars.Richard M. Stallman1995-10-071-19/+43
| | | | | (syms_of_callint): Set up new vars. (Fcall_interactively): Keep the prompt in the heap.
* (Fcall_interactively): Doc fix.Richard M. Stallman1995-07-181-0/+1
|
* (Fprefix_numeric_value): Fix type check.Karl Heuer1995-06-141-1/+1
|
* (current_prefix_partial): Deleted.Karl Heuer1995-06-071-105/+2
| | | | | | | | (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.
* (Fcall_interactively): Cast arg of doprnt.Karl Heuer1995-05-251-1/+2
|
* Fix previous change.Karl Heuer1995-04-131-1/+1
|
* (Fcall_interactively): Fix paren nesting.Richard M. Stallman1995-04-131-1/+1
|
* (Fcall_interactively): Fix handling of @Richard M. Stallman1995-04-111-1/+1
| | | | when it tests whether the event has a window in it.
* (Fcall_interactively): Call single_kboard_stateRichard M. Stallman1995-04-101-9/+3
| | | | to switch to the single-kboard state.
* (Fcall_interactively): Fix previous change.Karl Heuer1995-04-071-1/+1
|
* (Fcall_interactively): `+' is reserved for user changes.Richard M. Stallman1995-04-071-2/+8
|
* Rename perdisplay to kboard.Karl Heuer1995-03-151-35/+35
|
* (clear_prefix_arg): current_perdisplay now is never null.Karl Heuer1995-03-131-2/+0
|
* (current_prefix_partial): New var.Karl Heuer1995-03-081-0/+105
| | | | | | | | | (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.
* (Fcall_interactively): Fix Feb 22 change.Richard M. Stallman1995-03-061-1/+1
|
* (Fcall_interactively): Disallow switch-frame events when reading `k' or `K'Karl Heuer1995-03-031-2/+2
| | | | specification.
* (Fcall_interactively, syms_of_callint, Vprefix_arg, Vcurrent_prefix_arg): UndoKarl Heuer1995-03-011-2/+22
| | | | Jan 31 change.
* (Fcall_interactively): Lock the display before executing the command, noKarl Heuer1995-02-281-1/+9
| | | | matter how we execute it.
* (Fcall_interactively): If the display hasn't already been locked by readingKarl Heuer1995-02-241-0/+4
| | | | from the minibuffer, lock it before executing the command.
* (Fcall_interactively): Use markers temporarily inRichard M. Stallman1995-02-231-9/+25
| | | | | args vector to stand for point and mark values; replace them with integers just before calling the command.
* Doc fix.Richard M. Stallman1995-02-151-1/+2
|
* (syms_of_callint): Move DEFVAR_DISPLAY's to keyboard.c.Karl Heuer1995-02-041-20/+0
|
* (Fcall_interactively): Use perdisplay.Karl Heuer1995-02-011-6/+6
| | | | | (Vprefix_arg, Vcurrent_prefix_arg): Delete vars; now in perdisplay. (syms_of_callint): Use DEFVAR_DISPLAY for prefix-arg and current-prefix-arg.
* (Fcall_interactively): Pass new arg to Fread_string.Richard M. Stallman1995-01-301-2/+2
|
* (Fcall_interactively): Define K mostly like k.Richard M. Stallman1995-01-241-2/+8
| | | | Pass new arg to Fread_key_sequence.
* Fix typo in last change.Roland McGrath1995-01-051-1/+1
|
* (Fcall_interactively): Use & PSEUDOVECTOR_SIZE_MASK on `size' field ofRoland McGrath1995-01-051-2/+2
| | | | compiled byte-code object.
* (Vmouse_leave_buffer_hook, Qmouse_leave_buffer_hook): New variables.Richard M. Stallman1994-12-281-0/+16
| | | | | (syms_of_callint): Set them up. (Fcall_interactively): Run the hook, for `@'.
* (Finteractive): Doc fix.Richard M. Stallman1994-10-041-1/+1
|
* (Fcall_interactively, Fprefix_numeric_value): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-6/+6
|
* (Fprefix_numeric_value): No longer necessary to set type separately.Karl Heuer1994-10-041-4/+0
|
* (quotify_arg, Fcall_interactively, Fprefix_numeric_value): Use type testKarl Heuer1994-09-271-11/+11
| | | | macros.
* (Qplus): New variable.Richard M. Stallman1994-09-261-1/+4
| | | | (syms_of_callint): Set it up.
* (Fcall_interactively): Use EMACS_INT.Richard M. Stallman1994-09-171-1/+1
|
* (Fcall_interactively): Ignore `-' in string.Richard M. Stallman1994-06-151-3/+5
| | | | | (Fcall_interactively): Don't call minibuffer-window-active-p; determine directly whether a minibuf window is active.
* Update copyright.Karl Heuer1994-05-041-1/+1
|
* (check_mark, Fcall_interactively): Use assignment, not initialization.Karl Heuer1994-03-231-3/+4
|
* Fix typo in previous change.Karl Heuer1994-03-091-2/+2
|
* (Fcall_interactively): Don't select an active minibuffer.Karl Heuer1994-03-091-1/+7
|
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
|
* (syms_of_callint): Fix DEFVAR_LISP for Vmark_even_if_inactive to use rightRoland McGrath1993-07-081-1/+1
| | | | Lisp symbol name (without V prepended).
* (check_mark): Don't check mark-active unless in transient-mark-mode.Roland McGrath1993-07-081-2/+3
| | | | For inactive mark, signal mark-inactive instead of error with a message.
* (Vmark_even_if_inactive): New var, with Lisp variable.Richard M. Stallman1993-07-041-1/+13
| | | | (check_mark): Use it.
* (check_mark): Error if mark is not active.Richard M. Stallman1993-03-071-4/+6
|
* * callint.c (Fcall_interactively): Pass the correct number ofJim Blandy1993-02-221-1/+1
| | | | | | | | arguments to wrong_type_argument. * casefiddle.c (caseify_object): Same. * casetab.c (check_case_table): Same. * search.c (Fstore_match_data): Same. * syntax.c (check_syntax_table): Same.
* JimB's changes since January 18thJim Blandy1993-01-261-14/+29
|
* (Fcall_interactively): For `s', use Fread_string.Richard M. Stallman1992-12-211-1/+1
|
* (preserved_fns): New var.Richard M. Stallman1992-10-301-3/+47
| | | | | | (Fcall_interactively): Preserve fns listed in preserved_fns when they appear in an interactive spec which is a call to `list'. (syms_of_callint): Set preserved_fns and staticpro it.
* * callint.c (Fcall_interactively): Change handling of 'e' spec;Jim Blandy1992-10-171-2/+3
| | | | this_command_keys is now a vector.
* * callint.c (Fcall_interactively): Allow multiple 'e' specs.Jim Blandy1992-10-111-6/+16
| | | | (Finteractive): Doc fix.