1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00
Commit graph

19353 commits

Author SHA1 Message Date
Richard M. Stallman
0eff1f85ac (Fdo_auto_save): If open fails, make lispstream nil. 1997-08-17 23:20:07 +00:00
Geoff Voelker
99bf72f2ee Set default coding system to undecided-dos.
(find-buffer-file-type-coding-system):
For writing, use buffer-file-coding-system if set, otherwise
buffer-file-type.
(find-file-not-found-set-buffer-file-coding-system):
Renamed from find-file-not-found-set-buffer-file-type.
Set buffer-file-coding-system as well as buffer-file-type.
1997-08-17 01:49:50 +00:00
Geoff Voelker
04e6f79c44 (Finsert_file_contents) [DOS_NT]: Set buffer_file_type
according to eol conversion used on file.
1997-08-17 01:49:01 +00:00
Geoff Voelker
c781a8e894 (ALL): Build cmdproxy.
(cmdproxy): New target.
(install): Install cmdproxy.
1997-08-17 01:45:59 +00:00
Geoff Voelker
d7a4f4fed5 (MSVCNT11): Conditionally define it.
(BASE_LIBS): Do not use oldnames.lib.
(SYS_LDFLAGS): Use pdb files.
(CFLAGS_COMMON) [!spd]: Define EMACSDEBUG.
(ARCH_CFLAGS) [i386 && spd]: Use space optimizations.
(ARCH_CFLAGS) [alpha && spd]: Use optimizations.
1997-08-17 01:45:27 +00:00
Geoff Voelker
65cd66876a (env_vars): Set SHELL to cmdproxy.
(main): Initialize idDde to 0.
Determine emacs_path from module file name.
Prompt for install.
1997-08-17 01:44:27 +00:00
Richard M. Stallman
850101edca (make-coding-system): Add a new FLAGS
element ACCEPT-LATIN-EXTRA-CODE.

(load-with-code-conversion): Bind enable-multibyte-characters to t.
1997-08-17 01:04:47 +00:00
Richard M. Stallman
c4ece79389 (setup-latin1-environment): Don't set special-microsoft-code-table here. 1997-08-16 21:57:47 +00:00
Richard M. Stallman
012c3e713f Include paths.h. 1997-08-16 21:47:25 +00:00
Richard M. Stallman
d694acd9fe (xselect.o): Fix previous change. 1997-08-16 21:44:19 +00:00
Richard M. Stallman
105ef6bf25 (quail-guidance-buf): Now a permanent local.
(quail-update-guidance, quail-show-guidance-buf):
Test input-method-verbose-flag.
(quail-setup-overlays): Underline quail-conv-overlay
only if input-method-highlight-flag is non-nil.
1997-08-16 21:16:27 +00:00
Richard M. Stallman
8dc586a7a6 (isearch-process-search-multibyte-characters):
Bind input-method-verbose-flag, not input-method-tersely-flag.
1997-08-16 21:06:04 +00:00
Richard M. Stallman
f9021bb5ea (PATH_X_DEFAULTS): New macro. 1997-08-16 18:32:17 +00:00
Richard M. Stallman
58c7da0cdd (get_system_app): Use PATH_X_DEFAULTS. 1997-08-16 18:31:23 +00:00
Richard M. Stallman
3163d9cfa1 (paths-force): Store PATH_X_DEFAULTS in paths.h. 1997-08-16 18:29:29 +00:00
Richard M. Stallman
734c9829fe (cyrillic-translit-bulgarian): New input method. 1997-08-16 17:53:30 +00:00
Richard M. Stallman
403c995bb8 (term_get_fkeys_1): Use kH as alternate for move-to-last-line. 1997-08-16 16:39:20 +00:00
Richard M. Stallman
046b1f0395 Many doc fixes.
(Fcount_chars_region): New function.
(min, max): New macros.
1997-08-16 16:24:14 +00:00
Richard M. Stallman
0c57d6fdae (Flength): Doc fix. 1997-08-16 16:21:38 +00:00
Richard M. Stallman
389ebc1310 Comment change. 1997-08-16 03:42:25 +00:00
Richard M. Stallman
1339f2e787 (c-double-slash-is-comments-p): Remove obsolete variable. 1997-08-16 03:42:09 +00:00
Richard M. Stallman
07092cb12c (c-buffer-is-cc-mode): Definition moved here from cc-vars.el.
Also, put permanent-local property on variable so it's value won't get
killed by kill-all-local-variables.  This makes it easier for non-CC
Mode derived modes to be initialized correctly.

(c++-mode, java-mode, objc-mode, idl-mode):
Remove obsolete variable c-double-slash-is-comments-p.
1997-08-16 03:41:39 +00:00
Richard M. Stallman
f3bc6e682e (c-buffer-is-cc-mode): Definition moved to cc-mode.el 1997-08-16 03:41:02 +00:00
Richard M. Stallman
0f0b1be199 (c-comment-line-break-function): In this function, and the defadvice,
call indent-new-comment-line if not in a comment.

(c-fill-paragraph): Remove conditional on obsolete variable
c-double-slash-is-comments-p.
1997-08-16 03:40:20 +00:00
Richard M. Stallman
041ec7f62a (c-end-of-statement-1): Eliminate false hits on important characters
inside literals (strings, comments).
1997-08-16 03:38:57 +00:00
Richard M. Stallman
c3d3eea991 (c-style-alist): "python" style requires c-comment-continuation-stars be "". 1997-08-16 03:37:28 +00:00
Richard M. Stallman
377dbd97a8 (COERCE_MARKER): Use Fmarker_position instead of
marker_position so that it works with a marker that points nowhere.
(redisplay_window): Check that Voverlay_arrow_position is a
marker before accessing it as such.
1997-08-16 02:06:18 +00:00
Kenichi Handa
21998786bd (lao-keyboard-mapping): Some elements corrected.
(lao-quail-define-rules): Some translation rules corrected.
1997-08-16 01:57:13 +00:00
Kenichi Handa
5d0c3ab61a (lrt-vowel-table): Some elements corrected.
("lao-lrt"): Doc-string of this Quail package modified.
Some tranlation rules added.
1997-08-16 01:57:13 +00:00
Kenichi Handa
c1b628eb92 Set 146th element of
latin-extra-code-table to `t'.
1997-08-16 01:56:45 +00:00
Kenichi Handa
f7b46c2d62 (setup-chinese-gb-environment): Delete
a code setting default value of default-input-method.
(setup-chinese-big5-environment): Likewise.
(setup-chinese-cns-environment): Likewise.
1997-08-16 01:55:27 +00:00
Kenichi Handa
8d2c52850d (setup-ethiopic-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
920edc7dbc (setup-8-bit-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
a5aab75c84 (setup-japanese-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
cf4e60276a (setup-korean-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
d086dcc71f (setup-tibetan-environment): Delete
a code setting default value of default-input-method.
1997-08-16 01:55:27 +00:00
Kenichi Handa
3f0039811c (CODING_FLAG_ISO_LATIN_EXTRA): New macro. 1997-08-16 01:54:37 +00:00
Kenichi Handa
c0c69d45bd (Vmicrosoft_code_table): This variable deleted.
(Vlatin_extra_code_table): New variable.
(detect_coding_iso2022): Pay attention to Vlatin_extra_code_table.
(detect_coding_mask): Likewise.
(setup_coding_system): Handle a new FLAGS element
ACCEPT-LATIN-EXTRA-CODE.
(syms_of_coding): Delete code for Vmicrosoft_code_table.
Declare latin-extra-code-table as a Lisp variable, and initialize
it.
1997-08-16 01:54:37 +00:00
Richard M. Stallman
952936e8a9 (format-encode-run-method, format-decode-run-method): Put error
output from shell command in temp buffer, not data buffer.
(format-alist): Typo fix.
1997-08-15 23:42:26 +00:00
Richard M. Stallman
cce1c318c0 (shell-command-on-region): New argument ERROR-BUFFER. 1997-08-15 23:41:50 +00:00
Richard M. Stallman
e6a17ab5e3 Reserve some function keys for users. 1997-08-15 19:45:05 +00:00
Richard M. Stallman
cfc1d0ba95 (setup-8-bit-environment): Use `require' to load the latin-N file. 1997-08-15 19:32:53 +00:00
Richard M. Stallman
34fbecde23 (format-annotate-atomic-property-change): Fix prev change. 1997-08-15 19:30:25 +00:00
Richard M. Stallman
350ce4cf0a (tags-verify-table): Obey revert-without-query.
(verify-tags-table-function): Doc fix.
1997-08-15 19:28:16 +00:00
Richard M. Stallman
540a8bd25e (widget-before-change): Obey `inhibit-read-only'. 1997-08-15 19:26:07 +00:00
Richard M. Stallman
63abf6122e Delete most calls to garbage-collect. 1997-08-15 19:24:41 +00:00
Richard M. Stallman
02c33131c7 (loaddefs.el): Load that much later. 1997-08-15 19:21:11 +00:00
Richard M. Stallman
6c2935e99f (main): Update re_max_failures so regex.c won't overflow
the stack, except when dumping.
1997-08-15 05:07:01 +00:00
Richard M. Stallman
74700529a8 (xselect.o): Depend on coding.h. 1997-08-15 03:29:41 +00:00
Richard M. Stallman
b54a8d43a2 MSDOS updates. 1997-08-14 22:40:14 +00:00