1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 16:41:17 -08:00
Commit graph

13440 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
96db060f63 (compilation-error-regexp-alist): New regexp for Caml. 1997-08-14 22:11:09 +00:00
Richard M. Stallman
34153d7670 (mail-send): Ask for confirmation if
message contains non-ASCII characters.
(mail-send-nonascii): New variable.
1997-08-14 22:10:30 +00:00
Richard M. Stallman
b402d19f2f (c-style-alist) <gnu>:
Set c-comment-continuation-stars and c-hanging-comment-ender-p.
1997-08-14 22:10:02 +00:00
Richard M. Stallman
7bd27aed2b Many changes. 1997-08-14 21:59:05 +00:00
Richard M. Stallman
aea01cd762 Initial revision 1997-08-14 04:51:22 +00:00
Richard M. Stallman
db893d0032 (do-auto-fill): Better handling of a very long word
after a fill-prefix.  Don't break right after the prefix and
don't break at the end of the line.
1997-08-14 03:55:49 +00:00
Richard M. Stallman
c9411d2f03 (extent-properties, extent-at): New functions. 1997-08-13 19:39:39 +00:00
Richard M. Stallman
9b10b5a3dd (default-input-method):
Variable no longer automatically local.
1997-08-13 00:37:32 +00:00
Richard M. Stallman
4d5ac029e0 (read-input-method-name): Replace INITIAL-INPUT arg with DEFAULT arg.
Substitute it into to the prompt, if it is non-nil.
(select-input-method): Call read-input-method-name the new way.
(toggle-input-method): Likewise.
1997-08-13 00:29:02 +00:00
Richard M. Stallman
215ff18a8d (quail-start-translation): Use an explicit loop, not recursive edit.
(quail-suppress-conversion): Doc fix.
1997-08-13 00:26:42 +00:00
Richard M. Stallman
d91462ce17 (forward-visible-line): Handle nil value from
next-single-property-change or previous-single-property-change.
1997-08-12 23:18:41 +00:00
Richard M. Stallman
6f187d8d8a (change-log-font-lock-keywords): Don't consider
a closeparen as part of a function or variable name.
1997-08-12 23:08:13 +00:00
Richard M. Stallman
0488694c33 (diary-entry-time): Bind case-fold-search to nil. 1997-08-12 23:05:43 +00:00
Richard M. Stallman
85c922901f (mouse-avoidance-timer): New variable.
(mouse-avoidance-mode): Create or cancel a time,
instead of using post-command-idle-hook.
1997-08-12 18:20:00 +00:00
Richard M. Stallman
a1bf98fa22 (awk-mode): Require cc-mode, not cc-langs. 1997-08-12 17:23:14 +00:00
Richard M. Stallman
c27d895b27 (set-extent-property): Don't allow
multiple extents with a mouse-face property to run together.
1997-08-12 17:22:41 +00:00
Richard M. Stallman
4fdf389ae2 (dired-font-lock-keywords): Don't specially highlight
files that are writable by others.
1997-08-12 17:21:24 +00:00
Richard M. Stallman
66d6ec94bb (fill-region-as-paragraph):
When justifying, cope if line ends in spaces and no newline.
1997-08-12 15:52:17 +00:00
Eli Zaretskii
5f83e1daac Run ".emacs" through convert-standard-filename before using it. 1997-08-12 11:59:41 +00:00
Richard M. Stallman
8148a3adf7 (rmail-make-in-reply-to-field): Don't cause an
error if the `From:' line has no valid email addresses.
1997-08-12 05:49:26 +00:00
Richard M. Stallman
7c96c058a6 (dos-print-region-function): Force EOL conversion to DOS CR-LF pairs. 1997-08-12 05:47:05 +00:00
Richard M. Stallman
0cdbb11dee (list-load-path-shadows): Exclude, from the path we search, all but
the first set of directories that include the standard Emacs Lisp files.
1997-08-12 05:30:47 +00:00
Richard M. Stallman
67f04586c3 (cal-tex-latexify-list): Put the elements of RESULT in the proper order.
(cal-tex-list-diary-entries): Bind diary-list-include-blanks to nil.
1997-08-12 00:58:44 +00:00