1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

6170 Commits

Author SHA1 Message Date
Karl Heuer
8746da9580 (command_loop_1): Fix misplaced assignment of last_point_position. 1994-03-05 03:58:45 +00:00
Karl Heuer
c47fae76cd (rmail-message-filter): Doc fix. 1994-03-04 23:08:31 +00:00
Karl Heuer
972a693aa5 *** empty log message *** 1994-03-04 22:26:03 +00:00
Karl Heuer
1a2f2d332e (isnan): New macro.
(float_arith_driver): min and max yield NaN if any argument is a NaN.
1994-03-04 21:21:08 +00:00
Fred Pierresteguy
cffa74ea6c (update_one_frame_psheets): Call EmacsFrameSetCharSize to
force the paned widget to resize to the right value.
        (xmenu_show): No need to check a second time whether the mouse has
        moved to another menu bar item. This slows down execution.
1994-03-04 09:30:58 +00:00
Fred Pierresteguy
57aa60d8f1 (EmacsFrameSetCharSize): Don't call XtMakeResizeRequest. Use XtVaSetValues for
geometry management.
1994-03-04 09:09:49 +00:00
Roland McGrath
6f3e8e346c [USE_X_TOOLKIT] (xmenu_show): Pass display to XtWindowToWidget. 1994-03-04 07:52:34 +00:00
Roland McGrath
31efa7c9f6 (compile-goto-error): Push the mark before calling next-error. 1994-03-04 06:11:51 +00:00
Richard M. Stallman
9239c6c1ee (skip_chars): Treat `-' as alias for space, if syntaxp. 1994-03-04 04:42:04 +00:00
Richard M. Stallman
acc8cdd212 (system-key-alist): Fix the code value for `remove'. 1994-03-04 04:38:06 +00:00
Richard M. Stallman
251f623e8e (Finsert_file_contents): Pass del_range_1 two ends, not a length. 1994-03-04 04:19:14 +00:00
Richard M. Stallman
8a5dd08600 (byte-compile-insert-header): Take a filename argument.
(byte-compile-from-buffer): Change second argument to filename.
Always return outbuffer; never eval from it or kill it.
(byte-compile-file): Pass filename to byte-compile-from-buffer.
1994-03-04 04:03:46 +00:00
Richard M. Stallman
17b85a9b30 (ange-ftp-nslookup-host, ange-ftp-start-process):
Bind default-directory to some accessible directory, if necessary.
1994-03-04 01:33:43 +00:00
Karl Heuer
b28e2cc6b0 (chan_process): Don't specify size. 1994-03-04 01:08:34 +00:00
Karl Heuer
176afd0492 (c-fill-paragraph): Preserve final sentence boundary. 1994-03-04 00:05:15 +00:00
Richard M. Stallman
ba02c1673c Rename comint-input-filter-functions and
comint-output-filter-functions.

(shell-mode): Put dir tracker on comint-input-filter-functions,
not ...output...

(shell-directory-tracker, shell-process-popd):
Call just error, not message and error.
1994-03-03 23:57:27 +00:00
Richard M. Stallman
8a16a82695 (inferior-scheme-mode): Removed unnecessary
initialisation of comint-input-sentinel.
1994-03-03 23:56:04 +00:00
Richard M. Stallman
fb9ab28af0 (comint-input-filter-functions)
(comint-output-filter-functions):
Renamed from ...-sentinel-functions.
1994-03-03 23:53:46 +00:00
Richard M. Stallman
988a4d60ce (shell-dynamic-complete-functions): New variable.
(shell-mode): Use it to set comint-dynamic-complete-functions.

(shell-mode-map): Define menu-bars for command,
variable and directory completion/expansion.

(shell-get-current-command, shell-after-partial-filename): Functions deleted.

(shell-dynamic-complete-environment-variable,
shell-replace-by-expanded-directory): New commands.
(shell-match-partial-variable,
shell-dynamic-complete-as-environment-variable): New functions.
1994-03-03 23:37:27 +00:00
Richard M. Stallman
1b4218268d (comint-after-partial-filename-command,
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.
1994-03-03 23:30:57 +00:00
Roland McGrath
52859db83c (generate-file-autoloads): Move misplaced paren in match clause of cond
so copying the rest of the line to the output is the else clause of if
(eolp), not after the if.
1994-03-03 22:13:45 +00:00
Karl Heuer
74cc295951 Fix typo in comment. 1994-03-03 21:28:36 +00:00
Karl Heuer
e5ccf0c17e (server-switch-buffer): Don't select a minibuffer. 1994-03-03 21:13:08 +00:00
Karl Heuer
351bd676ba (Fread_file_name): Do the right thing when insert-default-directory is nil.
Allow for doubled dollar signs in dir when computing pos.
1994-03-03 21:01:37 +00:00
Karl Heuer
4e665715b9 (record_delete): Save last_point_position in the undo record, rather than the
current value of point.
1994-03-03 20:12:01 +00:00
Karl Heuer
01314b95fa New variable last_point_position. 1994-03-03 20:08:49 +00:00
Karl Heuer
b453f72e5c (command_loop_1): Set last_point_position to the value of point. 1994-03-03 20:08:12 +00:00
Richard M. Stallman
cfadd37670 (Finsert_file_contents): If undo_list was t, leave it t.
(Finsert_file_contents): Use del_range_1.
1994-03-03 19:24:54 +00:00
Richard M. Stallman
faf931a83d (kill-emacs-query-functions, kill-buffer-query-functions):
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.
1994-03-03 19:23:59 +00:00
Richard M. Stallman
c1eaf68c23 (outline-on-heading-p): Use bolp.
(show-children): Use outline-back-to-heading.
(outline-next-preface): Don't retreat over \n or ^M if no more headers.
1994-03-03 19:17:47 +00:00
Richard M. Stallman
1e8c5ac4c9 (current-word): Check properly for bolp. New optional arg STRICT. Doc fix. 1994-03-03 18:27:51 +00:00
Karl Heuer
88d00c7e26 (main): Change delimiter from "^L" to "^_^L".
Allow for text following "BABYL OPTIONS:".
Add --help option.  Use argv[0] in error messages.
1994-03-03 18:11:32 +00:00
Richard M. Stallman
5b3557df52 (map_event_to_object, set_frame_menubar):
Use FRAME_MENU_BAR_LINES as vector.
1994-03-03 18:04:59 +00:00
Richard M. Stallman
16c323ee67 Comment change. 1994-03-03 17:43:26 +00:00
Karl Heuer
590496255a Use add-hook instead of setq. 1994-03-03 17:39:32 +00:00
Karl Heuer
92194d02c2 (Fget_file_buffer): Doc fix. 1994-03-03 17:35:55 +00:00
Karl Heuer
7d806fcdab (buffer-file-truename): Doc fix. 1994-03-03 17:28:52 +00:00
Karl Heuer
f14dbba771 (substitute-key-definition): Avoid infinite recursion. 1994-03-03 16:27:06 +00:00
Karl Heuer
bbf2192538 (C_SWITCH_SYSTEM): Increase maxmem when using IBM's compiler. 1994-03-03 15:59:31 +00:00
Richard M. Stallman
fcf848767b (chan_process, Vprocess_alist): Declared. 1994-03-02 23:37:02 +00:00
Richard M. Stallman
41f3aa98d1 (chan_process, Vprocess_alist): No longer static. 1994-03-02 23:35:11 +00:00
Richard M. Stallman
f36f4e9e5c (mouse-choose-completion): Use that as the buffer to edit. 1994-03-02 23:26:06 +00:00
Richard M. Stallman
c98f0e0951 (PURESIZE) [MULTI_FRAME]: Incremented to 230000. 1994-03-02 23:18:54 +00:00
Richard M. Stallman
2d7e41fe75 (Fdisplay_completion_list): Restore original buffer
before running completion-setup-hook.
1994-03-02 23:18:37 +00:00
Richard M. Stallman
3819736b9e (completion-list-mode): Set completion-reference-buffer
to the buffer for which the completions were requested.
(completion-reference-buffer): New variable.
1994-03-02 23:09:40 +00:00
Richard M. Stallman
0301268e2b (menu_bar_items): When moving an item to the end,
shift all the following ones forward one slot.
1994-03-02 22:51:20 +00:00
Richard M. Stallman
93b4f69974 Include unistd.h.
(pty_max_bytes): New variable.
(send_process): Send an eof after each pty_max_bytes bytes.
1994-03-02 22:50:31 +00:00
Richard M. Stallman
7a8cc3071e (Fdelete_frame): Don't initialize a Lisp_Object.
Clean up line breaks.
1994-03-02 22:05:40 +00:00
Richard M. Stallman
0cf4932f77 (telnet): Use chars in comint-delimiter-argument-list. 1994-03-02 22:03:44 +00:00
Richard M. Stallman
56eb10608f (shell-delimiter-argument-list): Now has chars, not strings. 1994-03-02 22:02:56 +00:00