- 01 Nov, 1994 29 commits
-
-
Richard M. Stallman authored
'/' to uses of the macros IS_ANY_SEP, IS_DIRECTORY_SEP, IS_DEVICE_SEP, DIRECTORY_SEP, and DEVICE_SEP. (init_lread) [WINDOWSNT]: Disable warnings about directories in the load path not existing. (load): Test DOS_NT instead of MSDOS.
-
Richard M. Stallman authored
/' to uses of the macros IS_ANY_SEP, IS_DIRECTORY_SEP, S_DEVICE_SEP, DIRECTORY_SEP, and DEVICE_SEP. [WINDOWSNT]: Don't define HAVE_FSYNC; add includes for NT. (Ffile_name_absolute_p): Test DOS_NT instead of MSDOS. (Fwrite_region, Fdo_auto_save, Ffile_modes): Likewise. (Qfind_buffer_file_type): Test DOS_NT instead of MSDOS. (syms_of_files): Likewise. (Finsert_file_types): Test DOS_NT instead of MSDOS. Rename local var try to trytry. (Fadd_name_to_file): Wlways fail. (Frename_file) [WINDOWSNT]: Use MoveFile, not link and unlink, and check for both ERROR_FILE_EXISTS and ERROR_ALREADY_EXISTS. (Fmake_directory_internal) [WINDOWSNT]: Invoke mkdir without the mask. (Fexpand_file_name): Test DOS_NT, not MSDOS. (Fexpand_file_name) [WINDOWSNT]: Accept // or \\ at start. Call dostonunix_filename for HOME envvar, for ~USER. Quote directory separators found in environment variables. (Fsubstitute_in_file_name): Test DOS_NT instead of MSDOS. (Fsubstitute_in_file_name) [WINDOWSNT]: Accept // or \\ at start. Work around alloca bug in MS compiler. (Ffile_name_directory): Test DOS_NT instead of MSDOS sometimes. But don't insert a drive letter on windows.
-
Richard M. Stallman authored
invoking memory_warnings just before unexec-ing.
-
Richard M. Stallman authored
(file-attributes) [WINDOWSNT]: Set st_gid and st_uid to Qnil; use get_inode_and_device_vals to fake up inode number and device number.
-
Richard M. Stallman authored
(child_setup): Use IS_DIRECTORY_SEP. [WINDOWSNT]: Call prepare_standard_handles. Use spawnve. Use reset_standard_handles. (Fcall_process_region): Test DOS_NT, not MSDOS. (Fcall_process) [WINDOWSNT]: Call pipe_with_inherited_out. Use the return value of child_setup to get the child's pid; don't call vfork etc. explicitly. [WINDOWSNT]: Add includes. Defone NOMINMAX, _P_NOWAIT. (Vbinary_process_input, Vbinary_process_output) (Qbuffer_file_type): Test DOS_NT, not MSDOS. (syms_of_callproc): Test DOS_NT, not MSDOS. (init_callproc): Test DOS_NT, not MSDOS.
-
Richard M. Stallman authored
not character constants. (init_buffer_once, syms_of_buffer): Test DOS_NT, not MSDOS.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Treat windows-nt like ms-dos for DOC file name.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(shell-command, shell-command-on-region): Use new variable.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
[WINDOWSNT]: Include some NT headers.
-
Richard M. Stallman authored
[WINDOWSNT]: Include the NT headers. (READ_TEXT, READ_BINARY): Test DOS_NT, not MS_DOS.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
Pass isearch-nonincremental to isearch-message-prefix.
-
Edward M. Reingold authored
-
Edward M. Reingold authored
-
Edward M. Reingold authored
-
Richard M. Stallman authored
-
Karl Heuer authored
XTwrite_glyphs.
-
Richard M. Stallman authored
-
- 31 Oct, 1994 3 commits
-
-
Karl Heuer authored
(redisplay, redisplay_window): If that var is set, do mode line. (display_mode_line): Unset the var. (decode_mode_spec): Set the var if %c was seen.
-
David J. MacKenzie authored
-
Richard M. Stallman authored
(texinfo-format-region, texinfo-format-buffer-1): Clear texinfo-alias-list. (texinfo-format-scan): Implement @alias expansion.
-
- 30 Oct, 1994 8 commits
-
-
Richard M. Stallman authored
(makefile-macroassign-regex): Don't include space and tab in macro names. (makefile-backslash-column): New variable. (makefile-backslash-region): New function. (makefile-backslashify-current-line): New function. (makefile-mode-map): Bind C-c C-\ to makefile-backslash-region. (makefile-tab-face): New variable. (makefile-font-lock-keywords): Use makefile-tab-face. (makefile-font-lock-keywords): Use defvar, not defconst.
-
Edward M. Reingold authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(texinfo-format-soft-hyphen): New function.
-
Richard M. Stallman authored
Don't bind C-down-mouse-2.
-
Richard M. Stallman authored
After dumping, print number of pure bytes used.
-
Richard M. Stallman authored
-