Commit graph

56 commits

Author SHA1 Message Date
Kenichi Handa
c7bf5db996 (describe-character-set): Pay attention to charsets that don't have
ISO2022's final char.
2001-01-31 00:11:38 +00:00
Dave Love
71527e5d44 (describe-char-after): Doc fix.
(describe-coding-system): Tweak the English text.
2001-01-25 22:12:23 +00:00
Kenichi Handa
55bab38846 (print-fontset): Indent font name by 24 columns, not 25. 2000-12-30 01:08:10 +00:00
Kenichi Handa
e360ac5bee (describe-char-after): Make *Help*
buffer inherit multibyteness of the current buffer.
2000-12-21 01:57:24 +00:00
Kenichi Handa
cbbe648933 (mule-diag): Insert information about
configure options, multibyte awareness, language env.
2000-12-16 01:44:39 +00:00
Kenichi Handa
a584be024c (describe-char-after): Fix typo.
(describe-character-set, non-iso-charset-alist): Fix typo.
2000-12-01 06:20:04 +00:00
Kenichi Handa
b3ce4863e9 (list-iso-charset-chars): For two-byte charset, fix the `while' condition.
(list-non-iso-charset-chars): Fix the `while' condition.
2000-11-23 23:28:16 +00:00
Kenichi Handa
a399ef7b3a (charset-multibyte-form-string): New function.
(list-character-sets-1): Use charset-multibyte-form-string.
(describe-character-set): New function.
(describe-coding-system): Hyperlinks to safe character sets.
2000-08-29 05:38:10 +00:00
Sam Steingold
187bd11cd3 punctuation fixes in doc strings 2000-08-11 17:05:44 +00:00
Kenichi Handa
3e8017d240 (describe-font): Adjusted for the chnage of fontset-info.
(print-fontset): Likewise.
2000-07-10 04:03:01 +00:00
Kenichi Handa
04f63b87bc (non-iso-charset-alist): Specify
translation table symbol instead of translation table itself.
(list-block-of-chars): CHARSET may be a translation table symbol.
2000-06-06 02:10:42 +00:00
Kenichi Handa
cebefb44f6 (print-fontset): Combine family part
and registry part of the fontname by "-*-" instead of "-".
2000-05-26 05:10:46 +00:00
Eli Zaretskii
1a4f9cc109 (describe-char-after): Use
display-graphic-p instead of window-system, so that this function
works on MS-DOS.
2000-05-25 13:35:28 +00:00
Dave Love
45377ab444 (list-non-iso-charset-chars, describe-fontset): Remove redundant
lambda.
2000-05-21 17:41:51 +00:00
Kenichi Handa
7d584ec4df (list-character-sets-1): Handle
charsets eight-bit-control and eight-bit-graphic.
(list-iso-charset-chars): Likewise.
(list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
charactes as is.  Use indent-to to align characters.
2000-05-20 00:10:32 +00:00
Kenichi Handa
c151654a5a (describe-char-after): Call
internal-char-font, not char-font.  If internal-char-font returns
nil, display "-- none --".
2000-05-17 23:31:47 +00:00
Kenichi Handa
b1e3566cd3 (syntax-description-table): New variable.
(describe-char-after): New function.
(describe-font-internal): Adjusted for the change of font-info.
(describe-font): Likewise.
(print-fontset): Rewritten for the new fontset implementation.
(describe-fontset): Include fontset alias names in completion.
(list-fontsets): Adjusted for the change of print-fontset.
2000-05-13 00:37:45 +00:00
Kenichi Handa
ee5f768d2f (describe-font): Don't refer to
global-fontset-alist, instead call font-list.
(describe-fontset, list-fontsets, mule-diag): Likewise.
(print-fontset): Adjusted for the change of fontset
implementation.
2000-03-21 00:32:34 +00:00
Kenichi Handa
e5b99cff11 (list-character-sets): Make help-echo
string by substitute-command-keys.
(list-character-sets): Likewise.
(sort-listed-character-sets): Call help-setup-xref.
2000-03-03 04:17:09 +00:00
Dave Love
3a4df6e516 (list-character-sets): Call
help-setup-xref.  Add help-echo to xrefs.
(list-character-sets-1): Add help-echo to xrefs.
2000-03-02 10:32:17 +00:00
Kenichi Handa
efdd2d7964 (list-character-sets): Completely
rewritten.
(sort-listed-character-sets): New function.
(list-character-sets-1): Completely rewritten.
(list-character-sets-2): New function.
(non-iso-charset-alist): New variable.
(decode-codepage-char): New function.
(charset-history): New variable.
(read-charset) (list-block-of-chars)
(list-iso-charset-chars)
(list-non-iso-charset-chars)
(list-charset-chars): New functions.
(mule-diag): Call list-character-sets-2, not
list-character-sets-2.
(dump-charsets): Likewise.
2000-02-29 11:32:52 +00:00
Gerd Moellmann
867ef43ab1 (list-coding-categories): Fix typo;
automatic -> autoload.
1999-12-02 14:38:17 +00:00
Kenichi Handa
d4b11c67a7 (mule-diag): Handle the case that
default-input-method is symbol.
1999-10-26 12:53:53 +00:00
Kenichi Handa
bb89cd2aa0 (describe-current-coding-system-briefly): Fix format string. 1999-06-17 12:12:07 +00:00
Kenichi Handa
3fdaafa630 (mule-diag): Change MULE to Mule in docstring. 1999-05-14 00:33:07 +00:00
Kenichi Handa
806066661c (describe-coding-system): Fix English message. 1999-05-04 05:48:54 +00:00
Kenichi Handa
dc1f8c72f4 (list-fontsets): Sort fontsets by plain names. 1999-01-24 04:43:03 +00:00
Andreas Schwab
2dc98b1d93 (describe-coding-system): Describe
all flags.
1998-10-30 10:55:15 +00:00
Kenichi Handa
2149d01354 (describe-current-coding-system):
Check if each coding category is bound to a valid coding system.
1998-08-02 01:06:57 +00:00
Karl Heuer
13cef08d9d (list-character-sets-1): New subroutine.
(list-character-sets): Use it.
(list-coding-systems-1): New subroutine.
(list-coding-systems): Use it.
(list-input-methods-1): New subroutine.
(list-input-methods): Use it.
(mule-diag): Avoid method of displaying text in *Help* then copying it.
Instead, insert it directly into *Mule-Diagnosis*.
Use list-character-sets-1, list-coding-systems-1, list-input-methods-1.
Copy the code from list-fontsets and list-coding-categories.
Improve the display buffer's header.
1998-06-03 14:38:07 +00:00
Karl Heuer
4527adca68 Many doc fixes. 1998-06-01 03:08:00 +00:00
Karl Heuer
eabe0ad3ad (mule-diag): Don't call help-mode.
Instead, call print-help-return-message.
1998-05-30 14:58:17 +00:00
Richard M. Stallman
73eaef52d3 (list-input-methods): Doc fix. 1998-05-07 19:15:43 +00:00
Richard M. Stallman
0d5f1e3a1e (print-coding-system):
Handle (SYMBOL . SYMBOL) as the flags of a type 4 coding system.
1998-05-07 03:52:48 +00:00
Karl Heuer
effd4e827a (list-input-methods): Fix doc string.
(describe-font, describe-fontset, list-fontsets, mule-diag): Don't
use fontset-related features if global-fontset-alist is not bound.
1998-04-11 01:06:37 +00:00
Kenichi Handa
0691ad6147 (describe-coding-system): Change the
format of showing safe charsets.
1998-01-22 01:42:20 +00:00
Kenichi Handa
562b13ae74 (list-input-methods): Improve the
message shown when LEIM is not installed.
1997-10-24 01:14:24 +00:00
Kenichi Handa
753fd9caf3 (list-input-methods): Handle the case
that title of input method is not a simple string.  Show users
an informative message when leim is not yet installed.
(describe-coding-system): Print safe charasets of the coding
system.
1997-10-23 12:05:45 +00:00
Kenichi Handa
ff8909d81d (describe-coding-system): Print
informatoin about coding system properties, post-read-conversion
and pre-write-conversion.
(print-coding-system-briefly): Adjusted for the change in mule.el.
(describe-current-coding-system): Likewise.
(print-coding-system): Likewise.
1997-10-21 10:47:35 +00:00
Karl Heuer
4bb0b3adac (describe-font): Fix prompt. 1997-10-19 20:12:15 +00:00
Richard M. Stallman
ca6e03c285 (describe-coding-system): Describe coding systems of type 5, raw-text. 1997-09-11 19:05:59 +00:00
Richard M. Stallman
1b76aedd97 (describe-current-coding-system): Add missing newline in output. 1997-09-01 17:14:48 +00:00
Richard M. Stallman
d871aa9bb1 (mule-diag): Add save-excursion calls. 1997-08-26 17:33:55 +00:00
Richard M. Stallman
7bce107c56 (mule-diag): Don't print primary-language. 1997-08-19 04:45:18 +00:00
Kenichi Handa
5cfcd8bc91 (print-fontset): Don't hang even if a
fontset name doesn't confirm to XLFD.
(describe-current-coding-system): Do not show the same coding
system twice in the list of priority order.
1997-08-10 04:07:03 +00:00
Richard M. Stallman
e72e91e97d (describe-current-coding-system): Clean up output format. 1997-08-02 10:15:43 +00:00
Kenichi Handa
b585fb6c65 (describe-current-coding-system): Use coding-category-iso-7-else
instead of coding-category-iso-else.
1997-07-15 08:24:47 +00:00
Kenichi Handa
2167d18d40 (print-fontset): Output format improved.
(describe-fontset): Likewise.  Doc-string modified.
(list-fontsets): Likewise.
1997-07-09 06:56:04 +00:00
Kenichi Handa
22bdf5d145 (print-fontset): Output format tuned.
(describe-fontset): Likewise.
(list-fontsets): Likewise.
1997-07-07 00:53:02 +00:00
Kenichi Handa
4472a77b03 (print-list): Use macro when.
(sort-charset-list): New function.
(charset-other-info-func): Delete this variable.
(list-character-sets): Handle a prefix argument.  If it is nil,
make the output format less cryptic.
(print-designation): Use macro when.
(describe-current-coding-system): Likewise.
(describe-current-coding-system): Delete unnecessary progn.
(list-coding-systems): Handle prefix a prefix argument instead of
checking (interactive-p).  Do not print coding categories.
(list-coding-categories): New function.
(print-fontset): Name changed from describe-fontset-internal.
(describe-fontset): Make the output less cryptic.
(list-fontsets): New function.
(list-input-methods): Use macro when.
(insert-section): Change a name of first argument.
(mule-diag): Doc-string modified.  Use with-output-to-temp-buffer.
Use insert-buffer-substring instead of insert-buffer.
(dump-charsets): Make it callable interactively.
(dump-codings): Likewise.
1997-07-02 12:59:42 +00:00