diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-09 17:55:21 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-09 17:58:15 +0200 |
commit | e5bf2b942fec6e901c165aff93c89e4dd8e448dd (patch) | |
tree | 4d204397eb0022715f70e3f82d0b603d4337fd07 /lisp/international/ja-dic-utl.el | |
parent | f9ee2db4937cf51aa4442f5d24275b82c773208b (diff) | |
download | emacs-e5bf2b942fec6e901c165aff93c89e4dd8e448dd.tar.gz emacs-e5bf2b942fec6e901c165aff93c89e4dd8e448dd.tar.bz2 emacs-e5bf2b942fec6e901c165aff93c89e4dd8e448dd.zip |
Improve message regarding missing LEIM
* lisp/international/ja-dic-utl.el (skkdic-lookup-key):
* lisp/international/mule-diag.el (list-input-methods-1):
* lisp/international/quail.el (quail-use-package): Explain that LEIM
is installed together with Emacs.
Diffstat (limited to 'lisp/international/ja-dic-utl.el')
-rw-r--r-- | lisp/international/ja-dic-utl.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/international/ja-dic-utl.el b/lisp/international/ja-dic-utl.el index cc636986f99..3f6500669a4 100644 --- a/lisp/international/ja-dic-utl.el +++ b/lisp/international/ja-dic-utl.el @@ -112,11 +112,9 @@ without okurigana are placed at the head of the returned list." (princ (substitute-command-keys "\ The library `ja-dic' can't be loaded. -The most common case is that you have not yet installed the library -included in LEIM (Libraries of Emacs Input Method) which is -distributed separately from Emacs. - -LEIM is available from the same ftp directory as Emacs."))) +This might indicate a problem with your Emacs installation, as +LEIM (Libraries of Emacs Input Method) should normally always be +installed together with Emacs."))) (signal (car err) (cdr err))))) (let ((vec (make-vector len 0)) |