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

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

bug#24824: 26.0.50; error in process filter: Symbol’s function definitio


From: Lars Ingebrigtsen
Subject: bug#24824: 26.0.50; error in process filter: Symbol’s function definition is void: mm-decode-coding-region
Date: Sun, 30 Oct 2016 09:58:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

Jean Louis <bugs@gnu.support> writes:

> Debugger entered--Lisp error: (void-function mm-decode-coding-region)
>   (mm-decode-coding-region (point-min) (point-max) coding-system)

[...]

>   w3-fetch-callback("http://elpa.gnu.org/packages/w3.html";)

Right, the version of w3 you've installed is too old to work on the
version of Emacs you're using.  The function `mm-decode-coding-region'
doesn't exist any more.

To work around this, you could say

(fset 'mm-decode-coding-region 'decode-coding-region)

but this is not a bug in Emacs, so I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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