From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#24824: 26.0.50; error in process filter: =?UTF-8?Q?Symbol=E2=80=99s?= function definition is void: mm-decode-coding-region Date: Sun, 30 Oct 2016 10:35:20 +0200 Message-ID: <20161030083520.GB6668@protected.rcdrun.com> References: <86k2cq1ddz.fsf@protected.rcdrun.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1477816832 1848 195.159.176.226 (30 Oct 2016 08:40:32 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 30 Oct 2016 08:40:32 +0000 (UTC) Cc: 24824@debbugs.gnu.org, Jean Louis To: Lars Ingebrigtsen Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 30 09:40:27 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c0lf2-0006GA-0E for geb-bug-gnu-emacs@m.gmane.org; Sun, 30 Oct 2016 09:40:12 +0100 Original-Received: from localhost ([::1]:57427 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0lf4-0004qR-FI for geb-bug-gnu-emacs@m.gmane.org; Sun, 30 Oct 2016 04:40:14 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c0lev-0004lq-U9 for bug-gnu-emacs@gnu.org; Sun, 30 Oct 2016 04:40:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c0les-0004ZA-Pi for bug-gnu-emacs@gnu.org; Sun, 30 Oct 2016 04:40:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:49806) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c0les-0004Z6-Le for bug-gnu-emacs@gnu.org; Sun, 30 Oct 2016 04:40:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1c0les-0002bh-9U for bug-gnu-emacs@gnu.org; Sun, 30 Oct 2016 04:40:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 30 Oct 2016 08:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 24824 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 24824-submit@debbugs.gnu.org id=B24824.14778167519893 (code B ref 24824); Sun, 30 Oct 2016 08:40:02 +0000 Original-Received: (at 24824) by debbugs.gnu.org; 30 Oct 2016 08:39:11 +0000 Original-Received: from localhost ([127.0.0.1]:36972 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c0le3-0002ZV-3x for submit@debbugs.gnu.org; Sun, 30 Oct 2016 04:39:11 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:53345) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c0le1-0002Z8-Bh for 24824@debbugs.gnu.org; Sun, 30 Oct 2016 04:39:09 -0400 Original-Received: from protected.rcdrun.com (localhost [::1]) (AUTH: PLAIN securesender, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by stw1.rcdrun.com with ESMTPSA; Sun, 30 Oct 2016 01:39:26 -0700 id 0000000000049DF8.000000005815B1BF.00004959 Original-Received: from localhost (localhost [127.0.0.1]) (uid 1001) by protected.rcdrun.com with local; Sun, 30 Oct 2016 09:35:20 +0100 id 0000000000025030.000000005815B0C8.00001FB2 Content-Disposition: inline In-Reply-To: X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:125144 Archived-At: Debugger entered--Lisp error: (void-function mm-decode-coding-region) (mm-decode-coding-region (point-min) (point-max) coding-system) (progn (mm-decode-coding-region (point-min) (point-max) coding-system) (s= et-buffer-file-coding-system coding-system)) (if (and (featurep (quote mule)) (if (boundp (quote default-enable-multib= yte-characters)) default-enable-multibyte-characters t) coding-system) (pro= gn (mm-decode-coding-region (point-min) (point-max) coding-system) (set-buf= fer-file-coding-system coding-system))) (save-excursion (if encoding (mm-decode-content-transfer-encoding encodin= g type)) (if (and (featurep (quote mule)) (if (boundp (quote default-enable= -multibyte-characters)) default-enable-multibyte-characters t) coding-syste= m) (progn (mm-decode-coding-region (point-min) (point-max) coding-system) (= set-buffer-file-coding-system coding-system)))) (let* ((encoding (nth 2 handle)) (charset (or w3-explicit-coding-system (= mail-content-type-get (nth 1 handle) (quote charset)) "iso-8859-1")) (type = (mm-handle-media-type handle)) (coding-system (mm-charset-to-coding-system = charset))) (if (or (not coding-system) (eq coding-system (quote ascii))) (s= etq coding-system (quote undecided))) (save-excursion (if encoding (mm-deco= de-content-transfer-encoding encoding type)) (if (and (featurep (quote mule= )) (if (boundp (quote default-enable-multibyte-characters)) default-enable-= multibyte-characters t) coding-system) (progn (mm-decode-coding-region (poi= nt-min) (point-max) coding-system) (set-buffer-file-coding-system coding-sy= stem)))) coding-system) w3-decode-charset((# ("text/html" (charset . "utf-8"= )) nil nil nil nil nil nil)) (cond ((or (equal (mm-handle-media-type handle) "text/html") (equal (mm-h= andle-media-type handle) "application/xhtml+xml")) (set-buffer (generate-ne= w-buffer " *w3-html*")) (mm-insert-part handle) (w3-decode-charset handle) = (setq url-current-object (url-generic-parse-url url)) (w3-prepare-buffer) (= setq url-current-mime-headers headers) (w3-notify-when-ready (current-buffe= r)) (mm-destroy-parts handle)) ((equal (car-safe (nth 1 handle)) "applicati= on/x-elisp-parsed-html") (w3-prepare-tree (read (set-marker (make-marker) 1= (nth 0 handle))))) ((mm-inlinable-p handle) (set-buffer (generate-new-buff= er url)) (require (quote mm-view)) (mm-display-part handle) (set-buffer-mod= ified-p nil) (w3-mode) (if (equal "image" (mm-handle-media-supertype handle= )) (setq cursor-type nil)) (setq url-current-mime-headers headers) (w3-noti= fy-when-ready (current-buffer))) (t (mm-display-part handle))) (let ((handle (mm-dissect-buffer t)) (w3-explicit-coding-system (or w3-ex= plicit-coding-system (w3-recall-explicit-coding-system url)))) (message "Do= wnloading of `%s' complete." url) (url-mark-buffer-as-dead (current-buffer)= ) (if headers nil (setq headers (list (cons (quote content-type) (mm-handle= -media-type handle))))) (cond ((or (equal (mm-handle-media-type handle) "te= xt/html") (equal (mm-handle-media-type handle) "application/xhtml+xml")) (s= et-buffer (generate-new-buffer " *w3-html*")) (mm-insert-part handle) (w3-d= ecode-charset handle) (setq url-current-object (url-generic-parse-url url))= (w3-prepare-buffer) (setq url-current-mime-headers headers) (w3-notify-whe= n-ready (current-buffer)) (mm-destroy-parts handle)) ((equal (car-safe (nth= 1 handle)) "application/x-elisp-parsed-html") (w3-prepare-tree (read (set-= marker (make-marker) 1 (nth 0 handle))))) ((mm-inlinable-p handle) (set-buf= fer (generate-new-buffer url)) (require (quote mm-view)) (mm-display-part h= andle) (set-buffer-modified-p nil) (w3-mode) (if (equal "image" (mm-handle-= media-supertype handle)) (setq cursor-type nil)) (setq url-current-mime-hea= ders headers) (w3-notify-when-ready (current-buffer))) (t (mm-display-part = handle)))) (let (headers) (condition-case nil (progn (save-restriction (mail-narrow-= to-head) (goto-char (point-min)) (if (save-excursion (search-forward ":" (l= ine-end-position) t)) nil (forward-line)) (setq headers (mail-header-extrac= t)) (let (refreshed) (let ((--dolist-tail-- headers) header) (while --dolis= t-tail-- (setq header ...) (let* ... ...) (setq --dolist-tail-- ...)))))) (= error nil)) (let ((handle (mm-dissect-buffer t)) (w3-explicit-coding-system= (or w3-explicit-coding-system (w3-recall-explicit-coding-system url)))) (m= essage "Downloading of `%s' complete." url) (url-mark-buffer-as-dead (curre= nt-buffer)) (if headers nil (setq headers (list (cons (quote content-type) = (mm-handle-media-type handle))))) (cond ((or (equal (mm-handle-media-type h= andle) "text/html") (equal (mm-handle-media-type handle) "application/xhtml= +xml")) (set-buffer (generate-new-buffer " *w3-html*")) (mm-insert-part han= dle) (w3-decode-charset handle) (setq url-current-object (url-generic-parse= -url url)) (w3-prepare-buffer) (setq url-current-mime-headers headers) (w3-= notify-when-ready (current-buffer)) (mm-destroy-parts handle)) ((equal (car= -safe (nth 1 handle)) "application/x-elisp-parsed-html") (w3-prepare-tree (= read (set-marker (make-marker) 1 (nth 0 handle))))) ((mm-inlinable-p handle= ) (set-buffer (generate-new-buffer url)) (require (quote mm-view)) (mm-disp= lay-part handle) (set-buffer-modified-p nil) (w3-mode) (if (equal "image" (= mm-handle-media-supertype handle)) (setq cursor-type nil)) (setq url-curren= t-mime-headers headers) (w3-notify-when-ready (current-buffer))) (t (mm-dis= play-part handle))))) w3-fetch-callback("http://elpa.gnu.org/packages/w3.html") (let (redirect-url) (cond ((listp (car args)) (let ((status (car args))) = (if (eq (car status) :error) (progn (setq status (cdr ...)))) (if (eq (car = status) :redirect) (progn (setq redirect-url (car ...)))) (setq args (cdr a= rgs)))) ((eq (car args) :redirect) (setq redirect-url (car (cdr args))) (wh= ile (eq (car args) :redirect) (setq args (cdr (cdr args)))))) (w3-fetch-cal= lback (or redirect-url (car args)))) w3-fetch-redirect-callback(nil "http://elpa.gnu.org/packages/w3.html") apply(w3-fetch-redirect-callback (nil "http://elpa.gnu.org/packages/w3.ht= ml")) url-http-activate-callback() url-http-content-length-after-change-function(324 1234 910) url-http-wait-for-headers-change-function(1 1247 1246) url-http-generic-filter(# "HTTP/1.1 200 OK=0D\nDate= : Sun, 30 Oct 2016 08:57:55 GMT=0D\nServer: Apache/2.4.10 (Debian)=0D\nLast= -Modified: Sat, 29 Oct 2016 21:03:22 GMT=0D\nETag: \"659-540074e10ca8c-gzip= \"=0D\nAccept-Ranges: bytes=0D\nVary: Accept-Encoding=0D\nContent-Encoding:= gzip=0D\nContent-Length: 909=0D\nKeep-Alive: timeout=3D5, max=3D100=0D\nCo= nnection: Keep-Alive=0D\nContent-Type: text/html=0D\n=0D\n=1F\213=08=00=00= =00=00=00=00=03\215T\301r\333F\f\275\363+P\236\332=19\223\264\244$ul\221\25= 1-9Ng\344\3043U\246\323\343\222\204\310M\226\\f=17\224\254~}\201\225lG\315%= '\211\330=05=1E\360\336[\314=7FY~Z\254\377y\270\205=0F\353\373=15<|\276Y\37= 5\271\2008\311\262\277g\213,[\256\227\207\203Y:\205\367\272W&\313n?\306E4o\= 2513\362\203\252.\"\2009i2X\334}\374\f\267\253\207kH`7\233g\207\240=1CwH\nZ= \242!\301o\243\336\346\361\302\366\204=3D%\353\375\2001T\207\257<&|\244Lj_A= \325*\347\221\362\2216\311\205@f=07\260yi\353\275@O@=19\335\364y\\q*\272\37= 0\377\350\355\204o=0D\305=12}\345\364@\332\366\227\360~4f=0F\325\350\311v\3= 72_U=1A<=03\243\\\203=1C=1D\373\332Vc'\305j\330a \245\263;\217=0E6\326\301m= \247*?\317\206Pr\245=08=3D]\302\234gr\270\311\343\335,y\225\236\247\257\336= \246\244\270\221\223\317y\246\2123\230\236Of\311\365\330$\3237g0I=7F?\277\2= 77y\252\366\301v=08\203j\360\273\202B\325e\226\241=19T\332\364cj]\223=0D\25= 2\372\312\267|\266\233\245BQ\\\374\314-\201=7FB\272 =03\201\303\301zM\326\3= 55=7FDl4\245^mU\337\253\366\271f\305\321\f\205\201#=16=7F\276ks\326\n=1D{B\= 260\342bq\247I\300\200\331\372\251\252=1Cd\226\263wC~Z\372J\345\276\265\216= \214m\256\332\234\313\370\240<_8\301\273=0B\351/\343\265\323B\324\205\372Eo= \366\300\264\230=0F\216=3D=18\364cS\203\366\240N\324\3359Ml>`\335\265=13=1F= \350\376\2406\254\264=1FR\200k=0F~\254\3323\320=04\255\362\321\330\353o#\20= 2'\207}C-\327\353k\250\235\332\225L\275\347\204u{r\352\204q\243\304Ud\271\2= 10g=04\302\306)i1\332ij=0FxW@\234\370\\($R\253Hp\271\353PCo\245Co\354.\240z= \266=0E\351=0E}T=1A+9{;:\300Z\223\356=1B\360\350=3DCpGK\344<;\210\267e=04(\= 221=07\256\255\353=14=07\304\336\212\237\3408=18=04\273\211\366\310=0F\357\= 214k=03>=0EX=11\224c\343\241\346\221\271\375\222\233q\226\322\350\301\240:z= \311=1D\257l\265\202\373\344\361=18K\202\252 \237\244Q\264ny\202@\375=16\33= 5\236+\214M\313\236\367=1C\2410\266(\302\236D\370\265\334\207\200u\272\221\= 205=03j$v\303o\360\205=1F-w=105Han\276%U\230\316\332\356\372@\207\252*=19\2= 31_\265\264\332Y&p@\313c=1DE=19\234\375\"=03\311c\203?\242\277\216\216\f\22= 4(\330(\355\230\334\232W\2256\"\226\362_\301hO\342=01\266\213\306\315\367\3= 46b\252=00U\325F\225\355=06\333=0B\265\241\207\220\"\207l=12/=17\203A2&\331= \241gy\270\305S?@\247\366\254H\264\261\274\201\304}2\376\306=1A=16YT|ZJ\236= id\247\213\231\305\353\237L-\\\212\300\376\340s\222u=06=15=1A~Gu\315\251y<\= 213\241\264\256F\227\307=13Y\241\344\370Z]\374\260\267.N\367\326\305\323\33= 6\342=15^\207\214\227\365\365\37296I\337\274\225-F\262\224\263\200.=7F=0E\3= 53\371?\330\354F\355Y=06=00=00")