#935754 prefix spell loading error messages

Package:
emacs
Source:
emacs
Submitter:
積丹尼 Dan Jacobson
Date:
2021-03-01 17:21:18 UTC
Severity:
wishlist
Tags:
#935754#5
Date:
2019-08-25 20:42:36 UTC
From:
To:
The flyspell etc. set up should prefix the error messages it makes with
where they come from. See http://debbugs.gnu.org/37156 .

#935754#10
Date:
2019-08-25 21:31:25 UTC
From:
To:
You've misundertood the points being made both in Emacs bug 37156 and Debian bug 916227.

LANG=zh_TW aspell -c  README
Error: No word lists can be found for the language "zh_TW"

This is nothing to do with Emacs.

#935754#13
Date:
2019-08-25 21:31:25 UTC
From:
To:
You've misundertood the points being made both in Emacs bug 37156 and Debian bug 916227.

LANG=zh_TW aspell -c  README
Error: No word lists can be found for the language "zh_TW"

This is nothing to do with Emacs.

#935754#18
Date:
2019-08-26 12:15:13 UTC
From:
To:
Yes.
I'm saying that emacs (or whatever subprogram it is running) should say that
"aspell -c" or whatever is making that message.
Else if emacs doesn't say what is making that message,
the user can only assume that it is emacs iteslf making that message.
JS> You've misundertood the points being made both in Emacs bug 37156 and Debian bug 916227.

JS> LANG=zh_TW aspell -c  README
JS> Error: No word lists can be found for the language "zh_TW"

JS> This is nothing to do with Emacs.