unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Jean Louis <bugs@gnu.support>
Cc: 24824-done@debbugs.gnu.org
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	[thread overview]
Message-ID: <m3d1iirz5g.fsf@gnus.org> (raw)
In-Reply-To: <20161030083520.GB6668@protected.rcdrun.com> (Jean Louis's message of "Sun, 30 Oct 2016 10:35:20 +0200")

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	other threads:[~2016-10-30  8:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-30  7:53 bug#24824: 26.0.50; error in process filter: Symbol’s function definition is void: mm-decode-coding-region Jean Louis
2016-10-30  7:59 ` Lars Ingebrigtsen
2016-10-30  8:17   ` Andreas Schwab
2016-10-30  8:35   ` Jean Louis
2016-10-30  8:58     ` Lars Ingebrigtsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3d1iirz5g.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=24824-done@debbugs.gnu.org \
    --cc=bugs@gnu.support \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).