bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50285: 28.0.50; Mew dosen't work correctly if .el files of Mew are n


From: Lars Ingebrigtsen
Subject: bug#50285: 28.0.50; Mew dosen't work correctly if .el files of Mew are native compiled
Date: Mon, 22 Aug 2022 21:01:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Yasuhiro Kimura <yasu@utahime.org> writes:

> Following error message is displayed in the echo area.
>
> "error in process sentinel: Invalid function: mew-filter"

(I'm going through old bug reports that unfortunately weren't resolved
at the time.)

The problem here is that, as Stefan said, the Mew files can't be
compiled in a normal fashion, and that also break native-compiling.  The
problem seems to be that mew-local.el doesn't (require 'mew) before
using the `mew-filter' macro, and that breaks things.

So this should be fixed in Mew, and there's nothing to be done on the
Emacs side here, really, and I'm therefore closing this bug report.

(The discussion then went on to whether the native compiler should use
the .elc files instead of the .el files, but that's a different
discussion, I think.)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]