summaryrefslogtreecommitdiff
path: root/src/callint.c
Commit message (Collapse)AuthorAgeFilesLines
* (Fcall_interactively) <'C'>: Give Fread_char QnilKenichi Handa1998-12-221-1/+1
| | | | because of the change of the second argument of Fread_char.
* (Fcall_interactively): Don't use input method whenKenichi Handa1998-09-221-2/+2
| | | | reading a character in the case of `c' code letter.
* (Fcall_interactively): Pass new args to Fread_eventRichard M. Stallman1998-08-181-7/+3
| | | | and Fread_char. Let Fread_char do the prompting.
* (Fcall_interactively): Pass new arg to Fread_key_sequence.Richard M. Stallman1998-08-071-2/+2
|
* (Fcall_interactively) <k, K>: If sequence ends in a downRichard M. Stallman1998-06-141-0/+30
| | | | event, discard following up event.
* (syms_of_callint): Set up Lisp variable.Richard M. Stallman1998-06-071-0/+4
|
* (Fcall_interactively): Pass new arg to Fother_buffer.Richard M. Stallman1998-05-251-2/+2
|
* (Fcall_interactively): Truncate command-history here.Richard M. Stallman1998-04-231-0/+17
|
* Fix -Wimplicit warnings.Andreas Schwab1998-04-141-0/+1
|
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-2/+3
|
* (Fcall_interactively): Allocate string by bytes.Richard M. Stallman1998-01-091-4/+4
| | | | Use message_with_string.
* (Fcall_interactively) <'d', 'r'>: Use set_marker_both.Richard M. Stallman1998-01-011-7/+7
|
* (Fcall_interactively): Pass new arg to Fread_coding_system.Richard M. Stallman1997-09-051-1/+1
|
* (Finteractive): Document the code letter `M'.Kenichi Handa1997-08-261-7/+16
| | | | | | (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'.
* (Fcall_interactively): Pass new arg to sit_for.Richard M. Stallman1997-05-271-1/+1
|
* (Fcall_interactively): Use num_input_events.Richard M. Stallman1997-05-191-2/+2
|
* (Fcall_interactively): Pass extra arg to Fread_string.Richard M. Stallman1997-05-151-2/+3
|
* (Fcall_interactively): Pass new arg toRichard M. Stallman1997-05-101-4/+6
| | | | | | Fread_from_minibuffer and Fread_variable. (Fcall_interactively): Pass new arg to Fcompleting_read.
* (doc-string of `interactive'): Describe new codeKarl Heuer1997-02-201-0/+27
| | | | | letters `i', `z', and `Z'. (Fcall_interactively): Handle them.
* (Fcall_interactively): Bind cursor-in-echo-area to t for `k' and `K'.Richard M. Stallman1996-09-281-8/+20
|
* Change all references from point to PT.Karl Heuer1996-09-011-2/+2
|
* (Fcall_interactively): For `N' and `n',Richard M. Stallman1996-08-291-3/+21
| | | | if we don't get a number, try again.
* (Fcall_interactively): In `c' case, use message_nologRichard M. Stallman1996-03-201-1/+4
| | | | instead of message1_nolog.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (Fcall_interactively, Fprefix_numeric_value): Harmonize arguments withErik Naggum1996-01-091-5/+5
| | | | documentation.
* (Fcall_interactively): Undo previous change.Richard M. Stallman1995-12-251-28/+4
|
* (Fcall_interactively): Handle an arg of form (FCN ARGS...).Karl Heuer1995-12-211-5/+29
| | | | (Fcall_interactively): Move have_prefix_arg label to 'p'.
* (Fcall_interactively): Don't log prompt strings.Karl Heuer1995-12-191-2/+2
|
* (Fcall_interactively): In `c' case, clear out the messageRichard M. Stallman1995-11-301-0/+1
| | | | after reading the character.
* (syms_of_callint): Set up Qlet, Qletx, Qsave_excursion.Richard M. Stallman1995-11-101-14/+34
| | | | | (Fcall_interactively): Look past those special forms when checking for a call to `list'.
* (Fcall_interactively): New arg KEYS.Richard M. Stallman1995-10-271-11/+19
|
* (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.