1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00
Commit Graph

23015 Commits

Author SHA1 Message Date
Kenichi Handa
c11b3a3f65 (vietnamese-viscii): Fix the value of
`valid-code' property.
(vietnamese-vscii): Likewise.
1998-08-18 13:15:18 +00:00
Kenichi Handa
4ccd0d4a7e If eof is encounterd while processing the
last block, don't just finish but processes eol block of the
current CCL program.
(ccl_driver): Add a new jump label ccl_repeat for the above
change.
1998-08-18 13:15:18 +00:00
Kenichi Handa
7b179c2dc2 (ccl_coding_driver): Setup ccl->last_block properly.
(setup_coding_system): Correctly setup `valid_codes' member.
1998-08-18 13:15:18 +00:00
Kenichi Handa
1814bd62c5 (write_glyphs): When terminal_coding require flushing,
call encode_coding with "" as the SOURCE arg so that ccl_driver
correctly processes eof block of a CCL program.
1998-08-18 13:15:18 +00:00
Richard M. Stallman
b638f32846 (read_char): If not reading a key sequence (MAPS is nil),
bind input-method-exit-on-first-char and input-method-use-echo-area
to t.
(read_char): If PREV_EVENT is non-nil, don't run the input method.
(read_key_sequence): Do not bind input-method-function.
1998-08-18 11:12:25 +00:00
Richard M. Stallman
7a983715c8 (Fcall_interactively): Pass new args to Fread_event
and Fread_char.  Let Fread_char do the prompting.
1998-08-18 11:06:30 +00:00
Richard M. Stallman
c2b705904d (Ftranspose_regions): Pass 0 as NOMARKERS to replace_range. 1998-08-18 11:05:37 +00:00
Richard M. Stallman
5f65b1b477 (internal_self_insert): Pass 1 as NOMARKERS to replace_range. 1998-08-18 11:05:03 +00:00
Richard M. Stallman
485bf5811d (Fread_event, Fread_char, Fread_char_exclusive):
Update declarations.
1998-08-18 11:04:16 +00:00
Richard M. Stallman
1bcc15674c (Fmultibyte_char_to_unibyte): New function.
(syms_of_charset): defsubr it.
1998-08-18 11:02:54 +00:00
Richard M. Stallman
82f08756d2 (midnight-hook): initialize to a list. 1998-08-18 11:02:18 +00:00
Richard M. Stallman
b7de4d62b3 (read-quoted-char): Don't bind input-method-function;
instead, pass the new args to read-event.
1998-08-18 09:32:31 +00:00
Richard M. Stallman
7ba13c57a2 (Fy_or_n_p): Don't bind input-method-function.
Instead, pass 0 as INPUT_METHOD to read_filtered_event.
1998-08-18 09:01:20 +00:00
Richard M. Stallman
bb49a19224 (read_filtered_event): New arg INPUT_METHOD. Calls changed.
(Fread_event): New args PROMPT and SUPPRESS-INPUT-METHOD.
(Fread_char, Fread_char_exclusive): Likewise.
1998-08-18 09:00:14 +00:00
Richard M. Stallman
dcb6bf2b6f (search-whitespace-regexp): Doc fix. 1998-08-18 07:45:27 +00:00
Richard M. Stallman
01c925e95e Whitespace change. 1998-08-18 07:02:59 +00:00
Richard M. Stallman
60aa777aec (replace_range): Rename NOMARKERS arg to MARKERS. 1998-08-18 07:00:00 +00:00
Richard M. Stallman
85b5a02546 (ange-ftp-file-name-sans-versions): Don't return
the shortened version of the file name.
1998-08-18 04:49:15 +00:00
Richard M. Stallman
3844ee4450 (Fy_or_n_p): Bind input-method-function to nil. 1998-08-18 04:27:37 +00:00
Kenichi Handa
3e56710f64 Fix previous change. 1998-08-18 00:56:48 +00:00
Kenichi Handa
305a3cb640 (activate-input-method): Handle the
case that the arg INPUT-METHOD is nil correctly.
(read-multilingual-string): Activate the specified input method
before calling read-string.  Afterward, activate the original
input method.
1998-08-18 00:44:20 +00:00
Kenichi Handa
bb8459f26b Give proper value of `input-method' key to
all lang. env.
1998-08-18 00:43:52 +00:00
Richard M. Stallman
6e5742a05b (Freset_this_command_lengths): Return nil.
(read_char): [All these changes are in the input method code.]
Process and clear before_command_restore_flag before the input method.
Save and restore ok_to_echo_at_next_pause and
current_kboard->echo_after_prompt.
Save, copy and empty this_command_keys, if it is not empty.
Clear the echo area before the input method.
Then in all cases restore this_command_keys, and reenable echoing
if it was enabled before.
1998-08-17 07:04:41 +00:00
Richard M. Stallman
00e25b96d4 Comment change. 1998-08-17 04:45:21 +00:00
Kenichi Handa
a07cbed83e ("czech"): Make this input method deterministic,
kbd-translate, and show-layout.
1998-08-17 02:34:54 +00:00
Kenichi Handa
63283a8f24 (set-language-environment): Reset
syntax and case table to the defaults if the value of
unibyte-syntax key is nil.
1998-08-17 02:34:54 +00:00
Richard M. Stallman
48d3818408 (unibyte_display_through_language_environment):
Renamed from x_display_unibyte_char_with_fontset.
1998-08-17 00:45:52 +00:00
Richard M. Stallman
fca97d877e (rmail-output): Always preserve MIME-Version field,
even if it was pruned.
1998-08-16 06:59:13 +00:00
Richard M. Stallman
fff05d8803 *** empty log message *** 1998-08-16 06:49:11 +00:00
Richard M. Stallman
6d9d01a93f (midnight-float-time): Renamed from float-time.
(midnight-time-float): Renamed from time-float.
(midnight-buffer-display-time): Renamed from buffer-display-time.
(midnight-mode): Specify :initialize.  Use nil as default value.
1998-08-16 02:39:56 +00:00
Richard M. Stallman
7ac57cb36c (vmotion): Don't use WINDOW for Fget_char_property
when it is not showing the right buffer.
1998-08-16 02:10:56 +00:00
Richard M. Stallman
ebf8f7e14a (Info-follow-reference): Nice error msg if there was no arg. 1998-08-16 02:10:25 +00:00
Richard M. Stallman
e3c55541bd x_display_unibyte_char_with_fontset renamed to
unibyte_display_via_language_environment.
1998-08-15 23:00:07 +00:00
Richard M. Stallman
2c3d598531 (comint-postoutput-scroll-to-bottom): Cope with unset
comint-last-output-start marker.
1998-08-15 22:27:54 +00:00
Richard M. Stallman
5651af6d63 (wait_reading_process_input): If a pty gives EIO,
raise SIGCHLD just in case.
1998-08-15 05:53:00 +00:00
Richard M. Stallman
09ba2aa0b6 (widget_store_internal_border): Conditionalize declaration. 1998-08-15 05:49:39 +00:00
Kenichi Handa
eae6e8c2b7 Fix several translation rules. 1998-08-15 01:28:14 +00:00
Kenichi Handa
15f7f59e3e (kkc-help): New function.
(kkc-keymap): Use sparse keymap.  Add key binding for kkc-help.
1998-08-15 01:28:14 +00:00
Kenichi Handa
7624ebb968 (language-info-alist): Doc-string
modified.
(set-language-info-alist): Fix typo in doc-string.  Update
setup-language-environment-map unconditionally.
(mule-keymap): Key bindings for set-selection-coding-system and
set-next-selection-coding-system.
(set-coding-system-map): Add items of set-selection-coding-system
and set-next-selection-coding-system.
1998-08-15 01:28:14 +00:00
Kenichi Handa
a03b3ce13b (set-selection-coding-system): Make it
interactive.
(last-next-selection-coding-system): New variable.
(set-next-selection-coding-system): New function.
1998-08-15 01:28:14 +00:00
Kenichi Handa
cf6991a32e ("Hebrew"): Delete describe-function key. 1998-08-15 01:28:14 +00:00
Kenichi Handa
4ec3678010 (copy_text): Fix previous change, call
multibyte_char_to_unibyte.
1998-08-15 01:28:14 +00:00
Kenichi Handa
89fa8b3669 (coding_category_name): Fix the order of initial
contents.
(detect_coding_mask): Fix previous change.
1998-08-15 01:28:14 +00:00
Kenichi Handa
250134b381 (BASE_PURESIZE): Increased. 1998-08-15 01:28:14 +00:00
Kenichi Handa
1e66110880 (x_display_unibyte_char_with_fontset): New variable.
(syms_of_xfns): Declare x-display-unibyte-char-with-fontset as a
Lisp variable.
1998-08-15 01:28:14 +00:00
Kenichi Handa
16cd502924 (Vnext_selection_coding_system): New variable.
(selection_data_to_lisp_data): If Vnext_selection_coding_system is
non-nil, use it.
(lisp_data_to_selection_data): Likewise.
(syms_of_xselect): Declare next-selection-coding-system as a Lisp
variable.
1998-08-15 01:28:14 +00:00
Kenichi Handa
ab29c43b51 (dumpglyphs): If x_display_unibyte_char_with_fontset is
nonzero, convert a unibyte 8-bit char to a multibyte char and
display it by a font listed in the current fontset.
1998-08-15 01:28:14 +00:00
Kenichi Handa
ee8ddc1c90 (x_display_unibyte_char_with_fontset): Extern it. 1998-08-15 01:28:14 +00:00
Richard M. Stallman
902e3f7798 (select-safe-coding-system): If default-coding-system is no-conversion,
return that; it is always safe.
1998-08-14 09:02:48 +00:00
Richard M. Stallman
55c3534be0 (sendmail-send-it): Report invalid values of mail-from-style. 1998-08-14 08:58:00 +00:00