Gerd Moellmann
c70fe484d5
(list-input-methods-1): Output
...
something that's independent of Emacs' version.
2001-09-27 09:22:39 +00:00
Eli Zaretskii
3573bdbe0f
(quail-use-package, quail-inactivate)
...
(quail-activate): Mention the hooks these functions run in their
doc strings.
2001-09-05 12:01:51 +00:00
Gerd Moellmann
c3b0c26852
(isearch-exit-recursive-edit): Take
...
three parameters, since it's used as an after-change-function.
2001-09-03 09:26:11 +00:00
Gerd Moellmann
d5dc1e4965
(quail-completion-1): Reverse
...
the ((CHAR . DEFN) ...) list before processing it.
From Kenichi Handa <handa@etl.go.jp>.
2001-08-30 09:02:42 +00:00
Gerd Moellmann
b23bad0b77
(set-keyboard-coding-system): Set
...
keyboard-coding-system.
2001-07-31 09:50:56 +00:00
Pavel Janík
381194d084
Doc and coding conventions fixes.
2001-07-18 09:06:38 +00:00
Pavel Janík
e8af40eed4
Some fixes to follow coding conventions.
2001-07-16 12:23:00 +00:00
Pavel Janík
60370d4073
Some fixes to follow coding conventions.
2001-07-15 19:53:53 +00:00
Pavel Janík
5553563924
Some fixes to follow coding conventions in files maintained by FSF.
2001-07-15 16:15:35 +00:00
Gerd Moellmann
db8f730342
(quail-start-conversion): Reset
...
quail-translating to nil.
2001-06-18 12:46:39 +00:00
Eli Zaretskii
4f16d1d139
(auto-coding-alist): Remove redundant
...
up-cased versions of the extensions (auto-coding-alist-lookup is
case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
.gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2001-06-07 13:56:38 +00:00
Gerd Moellmann
2b1ec9736b
(inactivate-input-method): Set
...
input-method-function to nil.
2001-05-31 07:59:18 +00:00
Gerd Moellmann
3d0e328b95
(ccl-decode-mule-utf-8): Handle
...
invalid UTF-8 sequences.
2001-05-29 08:41:02 +00:00
Andrew Choi
4e7e1f0302
2001-05-25 Andrew Choi <akochoi@i-cable.com>
...
* international/titdic-cnv.el (ctlau-gb-converter): `\' should
actually be `\\'.
(ctlau-b5-converter): Likewise.
2001-05-25 11:47:37 +00:00
Andrew Choi
e089be2d47
Change input method name chinese-ctlau-b5 back to chinese-ctlaub.
2001-05-24 14:03:11 +00:00
Andrew Choi
8bc16ea99b
2001-05-24 Andrew Choi <akochoi@i-cable.com>
...
* international/titdic-cnv.el (quail-misc-package-ext-info):
Change name of input method chinese-ctlaub to chinese-ctlau-b5.
2001-05-24 12:14:42 +00:00
Andrew Choi
2bef09483b
2001-05-24 Andrew Choi <akochoi@i-cable.com>
...
* international/titdic-cnv.el (quail-misc-package-ext-info):
Change CTLauB.el to CTLau-b5.el.
2001-05-24 12:04:02 +00:00
Andrew Choi
a4c4011b95
2001-05-24 Andrew Choi <akochoi@i-cable.com>
...
* international/titdic-cnv.el (quail-cxterm-package-ext-info):
delete entries for chinese-ctlau and chinese-ctlaub.
(quail-misc-package-ext-info): add entries for chinese-ctlau and
chinese-ctlaub.
(ctlau-converter): New function.
(ctlau-gb-converter): New function.
(ctlau-b5-converter): New function.
2001-05-23 16:54:04 +00:00
Eli Zaretskii
8dacfbde2d
(define-ccl-program): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
2001-05-20 04:22:47 +00:00
Eli Zaretskii
f7492bc7b0
(decode-char): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
2001-05-20 04:19:41 +00:00
Gerd Moellmann
41cd7d672b
Add copyright notice for FSF.
2001-05-17 09:09:14 +00:00
Gerd Moellmann
502522b280
(auto-coding-regexp-alist): New user-option.
...
(auto-coding-from-file-contents): New function.
(set-auto-coding): Use it to determine a coding system.
2001-05-16 10:36:54 +00:00
Eli Zaretskii
51f32106f2
(dos-8+3-filename): Rename from dos-truncate-to-8+3.
...
All callers changed.
2001-04-07 07:55:22 +00:00
Eli Zaretskii
b138056a79
Fix a typo in a comment.
2001-04-06 19:34:29 +00:00
Eli Zaretskii
f3d78a1ca2
(miscdic-convert): For MS-DOS, if
...
long file names aren't supported, truncate the file names in
quail-misc-package-ext-info to 8+3 before matching them against
FILENAME.
2001-04-06 19:04:14 +00:00
Dave Love
17fd77dd54
(encoded-kbd-self-insert-ccl):
...
Remove redundant string-to-list.
2001-04-06 09:44:13 +00:00
Eli Zaretskii
9d5db27afe
(miscdic-convert): Fix a typo in the last change.
2001-04-02 20:37:34 +00:00
Kenichi Handa
c063e38165
(quail-cxterm-package-ext-info):
...
Delete entries for "chinese-py" and "chinese-ziranma".
(quail-misc-package-ext-info): New variable.
(tsang-quick-converter): New function.
(tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
(quick-cns-converter, py-converter, ziranma-converter)
(miscdic-convert, batch-miscdic-convert): New functions.
2001-03-31 02:22:17 +00:00
Kenichi Handa
aa15b3e5a6
(ccl-encode-mule-utf-8): Fix handling of eight-bit-control chars.
2001-03-30 12:18:01 +00:00
Kenichi Handa
81a23e8806
(encoded-kbd-self-insert-ccl):
...
Reduce making temporary vector (suggested by by Dave Love).
2001-03-30 12:11:26 +00:00
Kenichi Handa
74e7d16603
(kkc-save-init-file): Locally bind print-length to nil.
2001-03-27 01:12:42 +00:00
Kenichi Handa
43e5a7fe8b
(quail-cxterm-package-ext-info):
...
Prepend `\' to "\<quail-translation-docstring>".
2001-03-26 11:39:24 +00:00
Miles Bader
a0d59316c8
(latin1-char-displayable-p): Add leading "-" for X font pattern.
2001-03-26 07:20:09 +00:00
Kenichi Handa
97b14492ef
(describe-coding-system): For raw-text and emacs-mule, don't add
...
anymore text about what charsets they can encode.
2001-03-26 04:11:28 +00:00
Kenichi Handa
4c8d5b4b78
(encoded-kbd-self-insert-ccl): Call ccl-execute-on-string directly so
...
that CCL program handling multibyte sequence can work correctly.
(encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
property of the coding system.
2001-03-23 10:45:20 +00:00
Gerd Moellmann
7008ccaca1
(set-locale-environment): Set
...
system-messages-locale and system-time-locale, but only if the
caller specifies a non-nil locale name.
2001-03-21 10:19:37 +00:00
Kenichi Handa
c54044ff36
(read-input-method-name): Locally
...
bind enable-recursive-minibuffers to t.
2001-03-19 04:50:39 +00:00
Kenichi Handa
87ad2c90cc
(select-safe-coding-system): Fix typo: symbol-name -> symbol-value.
2001-03-16 11:01:53 +00:00
Kenichi Handa
bf42aa1518
(register-input-method): Doc fix.
2001-03-12 06:18:57 +00:00
Kenichi Handa
a1233357b5
(quail-translate-key): Fix condition to
...
check if there's another breaking point in the current key.
2001-03-11 23:38:11 +00:00
Kenichi Handa
226e4119d9
Add category `j' for katakana-jisx0201. Fix syntaxes of
...
katakana-jisx0201.
2001-03-09 05:59:56 +00:00
Kenichi Handa
bc6a094669
(no-conversion): Fix docstring.
...
(raw-text): Fix docstring.
2001-03-09 00:27:36 +00:00
Kenichi Handa
5cdaf2a5e2
Add coding: tag in Local Variables: section.
2001-03-09 00:13:58 +00:00
Kenichi Handa
64fd2bb1c5
Add coding: iso-2022-7bit tag.
2001-03-09 00:12:14 +00:00
Kenichi Handa
8dad09ab71
Add coding: tag in Local Variable: section.
2001-03-09 00:11:33 +00:00
Kenichi Handa
5bbba7b24d
Add coding: tag in Loval Vairables: section.
2001-03-09 00:10:46 +00:00
Eli Zaretskii
106e96bd53
(cp770-decode-table)
...
(cp773-decode-table, cp774-decode-table): New variables.
2001-03-06 13:48:19 +00:00
Kenichi Handa
ace43887f0
(quail-title): Add autoload cookie.
2001-03-05 23:37:59 +00:00
Kenichi Handa
341cd4f01d
(quail-title): Fix for the case that a title of an input method is
...
specified by a list of the same form as used in mode-line-format.
2001-03-05 11:37:33 +00:00
Kenichi Handa
278dd6ac28
(activate-input-method): If current-input-method-title is set by
...
activating INPUT-METHOD, respect that value.
2001-03-05 11:28:47 +00:00