summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* (Fcall_interactively): Pass 2nd arg to Fother_buffer.Richard M. Stallman1992-10-061-2/+3
|
* * callint.c (Fcall_interactively): Remove the 'K' interactiveJim Blandy1992-09-131-5/+4
| | | | | | | | | | code, in favor of 'e'; that's a better name. * callint.c (Fcall_interactively): Don't try to get the `enable-recursive-minibuffers' property from FUNCTION unless FUNCTION is actually a symbol; there are some cases where a key sequence is bound directly to a lambda form, and there's no reason to break these.
* (Fcall_interactively): For `K', use last_nonmenu_event.Richard M. Stallman1992-09-051-2/+4
| | | | Make `e' alias for `K'.
* entered into RCSRichard M. Stallman1992-07-261-1/+12
|
* *** empty log message ***Richard M. Stallman1992-07-241-4/+1
|
* *** empty log message ***Richard M. Stallman1992-07-191-1/+1
|
* *** empty log message ***Jim Blandy1992-06-301-2/+3
|
* *** empty log message ***Jim Blandy1992-05-181-6/+1
|
* *** empty log message ***Richard M. Stallman1992-05-131-1/+1
|
* *** empty log message ***Jim Blandy1992-04-241-6/+1
|
* *** empty log message ***Jim Blandy1992-04-191-6/+14
|