|--==> "VK" == Valdis Kletnieks <Valdis.Kletnieks(a)vt.edu> writes:
VK> On Wed, 03 Apr 2002 16:21:48 +0900, "Stephen J. Turnbull" said:
>Those packages depend on Mule functionality. I can't speak
for
VK> Is this related to the apel/poem-ltn1.el problem I reported?
No, but I think I know the answer to your problem.
,----[ You said in the other thread: ]
| Not sure who's fault this is. Using the SUMO packages from last week,
| and a MULE build of CVS pull of XEmacs from yesterday.
|
| Trying to use 'c-C c-C' in Gnus 5.8.8 to send to a newsgroup gets
| a complaint about 'function value nil: find-non-ascii-charset-region'.
| Manually doing 'M-x load-library poem-ltn1' fixed it. Not sure who
| should be doing a require or load on it....
`----
'find-non-ascii-charset-region' used to exist in mule-misc.el (a core
lisp file). That file no longer exists (part of the
"Great-Ben-Mule-Merge", I'd expect).
But, poem-ltn1.el has:
,----
| (defalias 'find-non-ascii-charset-region 'find-charset-region)
`----
And 'find-charset-region' does exist. Which is why it works for you
when you load poem-ltn1.
VK> a borked autoloads?
I'd say so. I think autoloading that defalias in poem-ltn1.el should
do the trick. Could you test that for me, Valdis?
After you've added the autoload cookie do:
xemacs -batch -eval \("setq autoload-package-name \"apel\""\) \
-f batch-update-directory ./
in /usr/local/lib/xemacs/xemacs-packages/lisp/apel/
Then restart XEmacs.
Thanks, Valdis.
--
|---<Steve Youngs>---------------<GnuPG KeyID: 10D5C9C5>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|