- 03 Mar, 1994 20 commits
-
-
Richard M. Stallman authored
comint-dynamic-complete-filename-command, comint-dynamic-complete-command-command, comint-get-current-command): Deleted. (comint-input-sentinel-functions): Replaces comint-input-sentinel. (comint-input-sentinel): Deleted. (comint-send-input): Run hooks on comint-input-sentinel-functions. (comint-output-sentinel-functions): Rename from comint-output-filter-functions. (comint-dynamic-complete-functions): New variable. (comint-mode-map): Removed menu-bar for command and variable completion. (comint-exec-1): Add to environment by hand; avoids using setenv. (comint-replace-by-expanded-history-before-point): Renamed from comint-replace-by-expanded-history. (comint-replace-by-expanded-history): New wrapper definition. (comint-word): New function. (comint-match-partial-filename): Use it. (comint-after-partial-filename, comint-match-partial-variable, comint-dynamic-complete-variable): Deleted. (comint-dynamic-complete): Run hooks on comint-dynamic-complete-functions. (comint-dynamic-complete-as-filename): Renamed from function comint-dynamic-complete-filename. (comint-dynamic-complete-filename): New wrapper definition. (comint-dynamic-simple-complete): Return a symbol representing completion.
-
Roland McGrath authored
so copying the rest of the line to the output is the else clause of if (eolp), not after the if.
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
Allow for doubled dollar signs in dir when computing pos.
-
Karl Heuer authored
current value of point.
-
Karl Heuer authored
-
Karl Heuer authored
-
Richard M. Stallman authored
(Finsert_file_contents): Use del_range_1.
-
Richard M. Stallman authored
Add functions to these lists. (server-program): Add exec-directory to value. Use expand-file-name. (server-buffer-done): If buffer is dead, don't bury it. (server-done): If we kill the old buffer, and server-buffer-done gives us nil, return the new current buffer.
-
Richard M. Stallman authored
(show-children): Use outline-back-to-heading. (outline-next-preface): Don't retreat over \n or ^M if no more headers.
-
Richard M. Stallman authored
-
Karl Heuer authored
Allow for text following "BABYL OPTIONS:". Add --help option. Use argv[0] in error messages.
-
Richard M. Stallman authored
Use FRAME_MENU_BAR_LINES as vector.
-
Richard M. Stallman authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
-
- 02 Mar, 1994 20 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
before running completion-setup-hook.
-
Richard M. Stallman authored
to the buffer for which the completions were requested. (completion-reference-buffer): New variable.
-
Richard M. Stallman authored
shift all the following ones forward one slot.
-
Richard M. Stallman authored
(pty_max_bytes): New variable. (send_process): Send an eof after each pty_max_bytes bytes.
-
Richard M. Stallman authored
Clean up line breaks.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
and detect whether it has any quotes. (comint-delim-arg): Don't check for quotes. Use loop, not regexps. (comint-delimiter-argument-list): List now has chars, not strings.
-
Richard M. Stallman authored
in for-loops, with-structures and else-structures. (pascal-noindent-re): Add `else'.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(comint-mode-map): Rename `input' to `inout' as menu key. Don't put `output' in menu-bar-final-items.
-
Roland McGrath authored
-
Richard M. Stallman authored
Version 1.16. (makefile-mode): Correct `make-variable-buffer-local' to `make-local-variable'. Set indent-tabs-mode to t. (makefile-insert-macro-ref): Do not append a space to the inserted macro reference. (makefile-insert-macro-ref): Likewise if the reference is to one of makefile-runtime-macros-list. (makefile-format-macro-ref): If the name of the macro ref starts with a '(' or '{' then the enclosing parentheses are not added. (makefile-warn-suspicious-lines): New function. Changed mode name to "Makefile" instead of "makefile".
-