From unknown Fri Jun 20 07:28:49 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#21089 <21089@debbugs.gnu.org> To: bug#21089 <21089@debbugs.gnu.org> Subject: Status: 24.5; void-variable url-http-response-status Reply-To: bug#21089 <21089@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:28:49 +0000 retitle 21089 24.5; void-variable url-http-response-status reassign 21089 emacs submitter 21089 Milan Zamazal severity 21089 normal tag 21089 unreproducible thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 18 15:50:53 2015 Received: (at submit) by debbugs.gnu.org; 18 Jul 2015 19:50:53 +0000 Received: from localhost ([127.0.0.1]:53342 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZGY8J-00048V-66 for submit@debbugs.gnu.org; Sat, 18 Jul 2015 15:50:53 -0400 Received: from eggs.gnu.org ([208.118.235.92]:57903) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZGY8E-00048F-Di for submit@debbugs.gnu.org; Sat, 18 Jul 2015 15:50:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGY85-0003Jl-99 for submit@debbugs.gnu.org; Sat, 18 Jul 2015 15:50:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:59368) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGY85-0003JL-6C for submit@debbugs.gnu.org; Sat, 18 Jul 2015 15:50:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGY7V-0000b5-Mq for bug-gnu-emacs@gnu.org; Sat, 18 Jul 2015 15:50:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGY7S-0002nZ-CB for bug-gnu-emacs@gnu.org; Sat, 18 Jul 2015 15:50:01 -0400 Received: from condor.zamazal.org ([83.240.26.148]:45412 helo=zamazal.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGY7R-0002nU-Tf for bug-gnu-emacs@gnu.org; Sat, 18 Jul 2015 15:49:58 -0400 Received: from blackbird.zamazal.org ([192.168.129.12]) by zamazal.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84) (envelope-from ) id 1ZGY7R-0007S4-9K for bug-gnu-emacs@gnu.org; Sat, 18 Jul 2015 21:49:57 +0200 Received: from pdm by blackbird.zamazal.org with local (Exim 4.84) (envelope-from ) id 1ZGY7J-0002K6-Cx for bug-gnu-emacs@gnu.org; Sat, 18 Jul 2015 21:49:49 +0200 From: Milan Zamazal To: bug-gnu-emacs@gnu.org Subject: 24.5; void-variable url-http-response-status Date: Sat, 18 Jul 2015 21:49:49 +0200 Message-ID: <87380lp7oi.fsf@blackbird.zamazal.org> MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) I use org2blog package from MELPA to interact with my WordPress site. When I perform M-x org2blog/wp-login RET (password prompt appears) xxx RET I receive the following error: Debugger entered--Lisp error: (void-variable url-http-response-status) (/ url-http-response-status 100) (let* ((buffer (current-buffer)) (class (/ url-http-response-status 100))= (success nil) (status-symbol (cadr (assq url-http-response-status url-http= -codes)))) (url-http-debug "Parsed HTTP headers: class=3D%d status=3D%d" cl= ass url-http-response-status) (if (progn (or (and (memq (aref url-http-targ= et-url 0) cl-struct-url-tags)) (error "%s accessing a non-%s" (quote url-us= e-cookies) (quote url))) (aref url-http-target-url 11)) (progn (url-http-ha= ndle-cookies))) (cond ((eq class (quote 1)) (let nil (url-mark-buffer-as-de= ad buffer) (error "HTTP responses in class 1xx not supported (%d)" url-http= -response-status))) ((eq class (quote 2)) (let nil (if (memq status-symbol = (quote (no-content reset-content))) (let nil (url-mark-buffer-as-dead buffe= r)) (let nil (widen) (if (and url-automatic-caching ...) (url-store-in-cach= e buffer)))) (setq success t))) ((eq class (quote 3)) (let nil (let ((redir= ect-uri (or ... ...))) (cond ((eq status-symbol ...) (let nil nil)) ((memq = status-symbol ...) (let nil ...)) ((eq status-symbol ...) (let nil ...)) ((= eq status-symbol ...) (let nil ... ... ...)) ((eq status-symbol ...) (let n= il ...)) (t (let nil nil))) (if redirect-uri (progn (if ... ...) (if ... ..= .) (if ... ...) (let ... ...)))))) ((eq class (quote 4)) (let nil (setq suc= cess (cond ((eq status-symbol ...) (let nil ...)) ((eq status-symbol ...) (= let nil ... ...)) ((eq status-symbol ...) (let nil t)) ((eq status-symbol .= ..) (let nil t)) ((eq status-symbol ...) (let nil t)) ((eq status-symbol ..= .) (let nil t)) ((eq status-symbol ...) (let nil ...)) ((eq status-symbol .= ..) (let nil t)) ((eq status-symbol ...) (let nil t)) ((eq status-symbol ..= .) (let nil t)) ((eq status-symbol ...) (let nil t)) ((eq status-symbol ...= ) (let nil t)) ((memq status-symbol ...) (let nil t)) ((eq status-symbol ..= .) (let nil t)) ((eq status-symbol ...) (let nil t)) ((eq status-symbol ...= ) (let nil t)) (t (let nil t)))) (if success (progn (let* (...) (setcar v .= ..)))))) ((eq class (quote 5)) (let nil (setq success t) (cond ((eq url-htt= p-response-status (quote not-implemented)) (let nil nil)) ((eq url-http-res= ponse-status (quote bad-gateway)) (let nil nil)) ((eq url-http-response-sta= tus (quote service-unavailable)) (let nil nil)) ((eq url-http-response-stat= us (quote gateway-timeout)) (let nil nil)) ((eq url-http-response-status (q= uote http-version-not-supported)) (let nil nil)) ((eq url-http-response-sta= tus (quote insufficient-storage)) (let nil nil)) (t nil)) (if success (prog= n (let* (...) (setcar v ...)))))) (t (let nil (error "Unknown class of HTTP= response code: %d (%d)" class url-http-response-status)))) (if (not succes= s) (url-mark-buffer-as-dead buffer) (url-handle-content-transfer-encoding))= (url-http-debug "Finished parsing HTTP headers: %S" success) (widen) (goto= -char (point-min)) success) url-http-parse-headers() url-http-content-length-after-change-function(228 435 207) url-http-wait-for-headers-change-function(1 445 444) url-http-generic-filter(# "HTTP/1.1 200 OK.\n= Server: nginx/1.2.1.\nDate: Sat, 18 Jul 2015 19:36:51 GMT.\nContent-Type: t= ext/xml; charset=3DUTF-8.\nContent-Length: 206.\nConnection: close.\nX-Powe= red-By: PHP/5.4.41-0+deb7u1.\nVary: Accept-Encoding.\nContent-Encoding: gzi= p.\n.\n=1F\213.=00.=00.=00.\205PK.\2020.\334s\212\206\275.\243=0B.\217\262= 01q\353\347.O%\241-ym\321\343[>*\230\250\273\231\351t\246.H\357\262b.\222)= \265J\302y.\207\fU\256\213R]\222\360x\330\314Va*.\220h\257\272\330\241\251\= 2652(.\306\340\234\271\312\266\310\343&\253.\366\3303c\311\345\366I\275 Q\2= 36\220\336\202\227T&Qt.k] \360\216\217.}$\224\312\212e\274.\336.\340\223\"\= 357\342\237\321\277\273\366\226\374\307\276\267\231\356\\l\375.D\230[\346\f= Rkf\232X\235.s\323TD\300=07\337\337\367t\316\327.#;\360a\276\366\306t\332= =07j\210\354V\223.=00.") accept-process-output(#) #[0 "\302.\303\300\242!)\207" [(#) inhibit-qu= it nil accept-process-output] 2 "\n\n(fn)"]() funcall(#[0 "\302.\303\300\242!)\207" [(#) in= hibit-quit nil accept-process-output] 2 "\n\n(fn)"]) url-retrieve-synchronously("http://weblog.zamazal.org/xmlrpc.php") xml-rpc-request("http://weblog.zamazal.org/xmlrpc.php" ((methodCall nil (= methodName nil "metaWeblog.getCategories") (params nil (param nil (value ni= l (string nil "1"))) (param nil (value nil (string nil "admin"))) (param ni= l (value nil (string nil "xxx")))))) nil) xml-rpc-method-call-async(nil "http://weblog.zamazal.org/xmlrpc.php" "met= aWeblog.getCategories" ("1" "admin" "xxx")) xml-rpc-method-call("http://weblog.zamazal.org/xmlrpc.php" "metaWeblog.ge= tCategories" "1" "admin" "xxx") metaweblog-get-categories("http://weblog.zamazal.org/xmlrpc.php" "admin" = "xxx" "1") org2blog/wp-login() I tried to debug the problem and found out that something wrong happens in function `url-http-parse-headers' from url-http.el. While `url-http-response-status' is set in the call (url-http-parse-response) and visible in `url-http-parse-headers' afterwards, it disappears after the call (delete-process url-http-process) later in `url-http-parse-headers', before it is used there. Maybe the variable is buffer local and gets lost together with the process buffer. In GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-06-29 on blackbird, modified by Debian Windowing system distributor `The X.Org Foundation', version 11.0.11604000 System Description: Debian GNU/Linux 8.1 (jessie) Configured using: `configure --build x86_64-linux-gnu --prefix=3D/usr --sharedstatedir=3D/var/lib --libexecdir=3D/usr/lib --localstatedir=3D/var/lib --infodir=3D/usr/share/info --mandir=3D/usr/share/man --with-pop=3Dyes --enable-locallisppath=3D/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24= .5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-li= sp:/usr/share/emacs/site-lisp --build x86_64-linux-gnu --prefix=3D/usr --sharedstatedir=3D/var/lib --libexecdir=3D/usr/lib --localstatedir=3D/var/lib --infodir=3D/usr/share/info --mandir=3D/usr/share/man --with-pop=3Dyes --enable-locallisppath=3D/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24= .5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-li= sp:/usr/share/emacs/site-lisp --with-x=3Dyes --with-x-toolkit=3Dgtk3 --with-toolkit-scroll-bars 'CFLAGS=3D-g -O2 -fstack-protector-strong -Wformat -Werror=3Dformat-security -Wall' CPPFLAGS=3D-D_FORTIFY_SOURCE=3D2 LDFLAGS=3D-Wl,-z,relro' Important settings: value of $LC_CTYPE: cs_CZ.UTF-8 value of $LANG: C locale-coding-system: utf-8-unix Major mode: Group Minor modes in effect: gnus-topic-mode: t TeX-PDF-mode: t gnus-undo-mode: t persp-mode: t purpose-mode: t global-page-break-lines-mode: t yas-global-mode: t yas-minor-mode: t diff-auto-refine-mode: t ido-ubiquitous-mode: t flx-ido-mode: t ido-everywhere: t winner-mode: t shell-dirtrack-mode: t auto-image-file-mode: t minibuffer-depth-indicate-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t temp-buffer-resize-mode: t buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/pdm/.emacs.d/elpa/apt-utils-20140713.1517/apt-utils hides /usr/share/= emacs24/site-lisp/debian-el/apt-utils /usr/share/emacs/24.5/site-lisp/debian-startup hides /usr/share/emacs/site-= lisp/debian-startup /usr/share/emacs24/site-lisp/cmake-data/cmake-mode hides /usr/share/emacs/s= ite-lisp/cmake-mode /usr/share/emacs/site-lisp/rst hides /usr/share/emacs/24.5/lisp/textmodes/r= st /usr/share/emacs24/site-lisp/dictionaries-common/flyspell hides /usr/share/= emacs/24.5/lisp/textmodes/flyspell /usr/share/emacs24/site-lisp/dictionaries-common/ispell hides /usr/share/em= acs/24.5/lisp/textmodes/ispell /home/pdm/.emacs.d/elpa/org-20150713/ox-html hides /usr/share/emacs/24.5/li= sp/org/ox-html /home/pdm/.emacs.d/elpa/org-20150713/ob-core hides /usr/share/emacs/24.5/li= sp/org/ob-core /home/pdm/.emacs.d/elpa/org-20150713/org-mhe hides /usr/share/emacs/24.5/li= sp/org/org-mhe /home/pdm/.emacs.d/elpa/org-20150713/ob-python hides /usr/share/emacs/24.5/= lisp/org/ob-python /home/pdm/.emacs.d/elpa/org-20150713/org-bibtex hides /usr/share/emacs/24.5= /lisp/org/org-bibtex /home/pdm/.emacs.d/elpa/org-20150713/org-gnus hides /usr/share/emacs/24.5/l= isp/org/org-gnus /home/pdm/.emacs.d/elpa/org-20150713/org-pcomplete hides /usr/share/emacs/2= 4.5/lisp/org/org-pcomplete /home/pdm/.emacs.d/elpa/org-20150713/org-feed hides /usr/share/emacs/24.5/l= isp/org/org-feed /home/pdm/.emacs.d/elpa/org-20150713/ob-C hides /usr/share/emacs/24.5/lisp/= org/ob-C /home/pdm/.emacs.d/elpa/org-20150713/org-eshell hides /usr/share/emacs/24.5= /lisp/org/org-eshell /home/pdm/.emacs.d/elpa/org-20150713/ob-table hides /usr/share/emacs/24.5/l= isp/org/ob-table /home/pdm/.emacs.d/elpa/org-20150713/org-entities hides /usr/share/emacs/24= .5/lisp/org/org-entities /home/pdm/.emacs.d/elpa/org-20150713/ob-awk hides /usr/share/emacs/24.5/lis= p/org/ob-awk /home/pdm/.emacs.d/elpa/org-20150713/org-table hides /usr/share/emacs/24.5/= lisp/org/org-table /home/pdm/.emacs.d/elpa/org-20150713/ob-ledger hides /usr/share/emacs/24.5/= lisp/org/ob-ledger /home/pdm/.emacs.d/elpa/org-20150713/ob-ref hides /usr/share/emacs/24.5/lis= p/org/ob-ref /home/pdm/.emacs.d/elpa/org-20150713/ob-shen hides /usr/share/emacs/24.5/li= sp/org/ob-shen /home/pdm/.emacs.d/elpa/org-20150713/org-clock hides /usr/share/emacs/24.5/= lisp/org/org-clock /home/pdm/.emacs.d/elpa/org-20150713/ob-scheme hides /usr/share/emacs/24.5/= lisp/org/ob-scheme /home/pdm/.emacs.d/elpa/org-20150713/org-info hides /usr/share/emacs/24.5/l= isp/org/org-info /home/pdm/.emacs.d/elpa/org-20150713/org-src hides /usr/share/emacs/24.5/li= sp/org/org-src /home/pdm/.emacs.d/elpa/org-20150713/ob-dot hides /usr/share/emacs/24.5/lis= p/org/ob-dot /home/pdm/.emacs.d/elpa/org-20150713/ob-scala hides /usr/share/emacs/24.5/l= isp/org/ob-scala /home/pdm/.emacs.d/elpa/org-20150713/ob-fortran hides /usr/share/emacs/24.5= /lisp/org/ob-fortran /home/pdm/.emacs.d/elpa/org-20150713/ob-lisp hides /usr/share/emacs/24.5/li= sp/org/ob-lisp /home/pdm/.emacs.d/elpa/org-20150713/ob-io hides /usr/share/emacs/24.5/lisp= /org/ob-io /home/pdm/.emacs.d/elpa/org-20150713/ob-keys hides /usr/share/emacs/24.5/li= sp/org/ob-keys /home/pdm/.emacs.d/elpa/org-20150713/org-datetree hides /usr/share/emacs/24= .5/lisp/org/org-datetree /home/pdm/.emacs.d/elpa/org-20150713/ob-sqlite hides /usr/share/emacs/24.5/= lisp/org/ob-sqlite /home/pdm/.emacs.d/elpa/org-20150713/ob-emacs-lisp hides /usr/share/emacs/2= 4.5/lisp/org/ob-emacs-lisp /home/pdm/.emacs.d/elpa/org-20150713/org-mobile hides /usr/share/emacs/24.5= /lisp/org/org-mobile /home/pdm/.emacs.d/elpa/org-20150713/ob-sass hides /usr/share/emacs/24.5/li= sp/org/ob-sass /home/pdm/.emacs.d/elpa/org-20150713/org-macro hides /usr/share/emacs/24.5/= lisp/org/org-macro /home/pdm/.emacs.d/elpa/org-20150713/ob-lilypond hides /usr/share/emacs/24.= 5/lisp/org/ob-lilypond /home/pdm/.emacs.d/elpa/org-20150713/ox-md hides /usr/share/emacs/24.5/lisp= /org/ox-md /home/pdm/.emacs.d/elpa/org-20150713/ob-sql hides /usr/share/emacs/24.5/lis= p/org/ob-sql /home/pdm/.emacs.d/elpa/org-20150713/ob-sh hides /usr/share/emacs/24.5/lisp= /org/ob-sh /home/pdm/.emacs.d/elpa/org-20150713/ob-plantuml hides /usr/share/emacs/24.= 5/lisp/org/ob-plantuml /home/pdm/.emacs.d/elpa/org-20150713/ob hides /usr/share/emacs/24.5/lisp/or= g/ob /home/pdm/.emacs.d/elpa/org-20150713/ob-octave hides /usr/share/emacs/24.5/= lisp/org/ob-octave /home/pdm/.emacs.d/elpa/org-20150713/ob-screen hides /usr/share/emacs/24.5/= lisp/org/ob-screen /home/pdm/.emacs.d/elpa/org-20150713/ob-js hides /usr/share/emacs/24.5/lisp= /org/ob-js /home/pdm/.emacs.d/elpa/org-20150713/ob-exp hides /usr/share/emacs/24.5/lis= p/org/ob-exp /home/pdm/.emacs.d/elpa/org-20150713/ob-matlab hides /usr/share/emacs/24.5/= lisp/org/ob-matlab /home/pdm/.emacs.d/elpa/org-20150713/org-archive hides /usr/share/emacs/24.= 5/lisp/org/org-archive /home/pdm/.emacs.d/elpa/org-20150713/ob-R hides /usr/share/emacs/24.5/lisp/= org/ob-R /home/pdm/.emacs.d/elpa/org-20150713/ob-haskell hides /usr/share/emacs/24.5= /lisp/org/ob-haskell /home/pdm/.emacs.d/elpa/org-20150713/ob-latex hides /usr/share/emacs/24.5/l= isp/org/ob-latex /home/pdm/.emacs.d/elpa/org-20150713/org-habit hides /usr/share/emacs/24.5/= lisp/org/org-habit /home/pdm/.emacs.d/elpa/org-20150713/ox-publish hides /usr/share/emacs/24.5= /lisp/org/ox-publish /home/pdm/.emacs.d/elpa/org-20150713/ob-org hides /usr/share/emacs/24.5/lis= p/org/ob-org /home/pdm/.emacs.d/elpa/org-20150713/ob-picolisp hides /usr/share/emacs/24.= 5/lisp/org/ob-picolisp /home/pdm/.emacs.d/elpa/org-20150713/org-ctags hides /usr/share/emacs/24.5/= lisp/org/org-ctags /home/pdm/.emacs.d/elpa/org-20150713/ob-java hides /usr/share/emacs/24.5/li= sp/org/ob-java /home/pdm/.emacs.d/elpa/org-20150713/org-rmail hides /usr/share/emacs/24.5/= lisp/org/org-rmail /home/pdm/.emacs.d/elpa/org-20150713/org-capture hides /usr/share/emacs/24.= 5/lisp/org/org-capture /home/pdm/.emacs.d/elpa/org-20150713/org-macs hides /usr/share/emacs/24.5/l= isp/org/org-macs /home/pdm/.emacs.d/elpa/org-20150713/org-indent hides /usr/share/emacs/24.5= /lisp/org/org-indent /home/pdm/.emacs.d/elpa/org-20150713/org-list hides /usr/share/emacs/24.5/l= isp/org/org-list /home/pdm/.emacs.d/elpa/org-20150713/ob-clojure hides /usr/share/emacs/24.5= /lisp/org/ob-clojure /home/pdm/.emacs.d/elpa/org-20150713/ox-texinfo hides /usr/share/emacs/24.5= /lisp/org/ox-texinfo /home/pdm/.emacs.d/elpa/org-20150713/org-bbdb hides /usr/share/emacs/24.5/l= isp/org/org-bbdb /home/pdm/.emacs.d/elpa/org-20150713/org-docview hides /usr/share/emacs/24.= 5/lisp/org/org-docview /home/pdm/.emacs.d/elpa/org-20150713/org-compat hides /usr/share/emacs/24.5= /lisp/org/org-compat /home/pdm/.emacs.d/elpa/org-20150713/org-plot hides /usr/share/emacs/24.5/l= isp/org/org-plot /home/pdm/.emacs.d/elpa/org-20150713/org-footnote hides /usr/share/emacs/24= .5/lisp/org/org-footnote /home/pdm/.emacs.d/elpa/org-20150713/ob-calc hides /usr/share/emacs/24.5/li= sp/org/ob-calc /home/pdm/.emacs.d/elpa/org-20150713/ob-ruby hides /usr/share/emacs/24.5/li= sp/org/ob-ruby /home/pdm/.emacs.d/elpa/org-20150713/org-colview hides /usr/share/emacs/24.= 5/lisp/org/org-colview /home/pdm/.emacs.d/elpa/org-20150713/org-element hides /usr/share/emacs/24.= 5/lisp/org/org-element /home/pdm/.emacs.d/elpa/org-20150713/ob-lob hides /usr/share/emacs/24.5/lis= p/org/ob-lob /home/pdm/.emacs.d/elpa/org-20150713/ob-ditaa hides /usr/share/emacs/24.5/l= isp/org/ob-ditaa /home/pdm/.emacs.d/elpa/org-20150713/org-crypt hides /usr/share/emacs/24.5/= lisp/org/org-crypt /home/pdm/.emacs.d/elpa/org-20150713/ox hides /usr/share/emacs/24.5/lisp/or= g/ox /home/pdm/.emacs.d/elpa/org-20150713/ox-org hides /usr/share/emacs/24.5/lis= p/org/ox-org /home/pdm/.emacs.d/elpa/org-20150713/org-w3m hides /usr/share/emacs/24.5/li= sp/org/org-w3m /home/pdm/.emacs.d/elpa/org-20150713/org-inlinetask hides /usr/share/emacs/= 24.5/lisp/org/org-inlinetask /home/pdm/.emacs.d/elpa/org-20150713/org hides /usr/share/emacs/24.5/lisp/o= rg/org /home/pdm/.emacs.d/elpa/org-20150713/ox-latex hides /usr/share/emacs/24.5/l= isp/org/ox-latex /home/pdm/.emacs.d/elpa/org-20150713/ox-ascii hides /usr/share/emacs/24.5/l= isp/org/ox-ascii /home/pdm/.emacs.d/elpa/org-20150713/ob-css hides /usr/share/emacs/24.5/lis= p/org/ob-css /home/pdm/.emacs.d/elpa/org-20150713/ob-comint hides /usr/share/emacs/24.5/= lisp/org/ob-comint /home/pdm/.emacs.d/elpa/org-20150713/ox-beamer hides /usr/share/emacs/24.5/= lisp/org/ox-beamer /home/pdm/.emacs.d/elpa/org-20150713/ox-icalendar hides /usr/share/emacs/24= .5/lisp/org/ox-icalendar /home/pdm/.emacs.d/elpa/org-20150713/org-faces hides /usr/share/emacs/24.5/= lisp/org/org-faces /home/pdm/.emacs.d/elpa/org-20150713/ob-perl hides /usr/share/emacs/24.5/li= sp/org/ob-perl /home/pdm/.emacs.d/elpa/org-20150713/ob-makefile hides /usr/share/emacs/24.= 5/lisp/org/ob-makefile /home/pdm/.emacs.d/elpa/org-20150713/org-loaddefs hides /usr/share/emacs/24= .5/lisp/org/org-loaddefs /home/pdm/.emacs.d/elpa/org-20150713/ob-ocaml hides /usr/share/emacs/24.5/l= isp/org/ob-ocaml /home/pdm/.emacs.d/elpa/org-20150713/ob-maxima hides /usr/share/emacs/24.5/= lisp/org/ob-maxima /home/pdm/.emacs.d/elpa/org-20150713/org-timer hides /usr/share/emacs/24.5/= lisp/org/org-timer /home/pdm/.emacs.d/elpa/org-20150713/ob-mscgen hides /usr/share/emacs/24.5/= lisp/org/ob-mscgen /home/pdm/.emacs.d/elpa/org-20150713/org-protocol hides /usr/share/emacs/24= .5/lisp/org/org-protocol /home/pdm/.emacs.d/elpa/org-20150713/org-id hides /usr/share/emacs/24.5/lis= p/org/org-id /home/pdm/.emacs.d/elpa/org-20150713/ob-eval hides /usr/share/emacs/24.5/li= sp/org/ob-eval /home/pdm/.emacs.d/elpa/org-20150713/ox-odt hides /usr/share/emacs/24.5/lis= p/org/ox-odt /home/pdm/.emacs.d/elpa/org-20150713/ob-asymptote hides /usr/share/emacs/24= .5/lisp/org/ob-asymptote /home/pdm/.emacs.d/elpa/org-20150713/ob-tangle hides /usr/share/emacs/24.5/= lisp/org/ob-tangle /home/pdm/.emacs.d/elpa/org-20150713/org-mouse hides /usr/share/emacs/24.5/= lisp/org/org-mouse /home/pdm/.emacs.d/elpa/org-20150713/ox-man hides /usr/share/emacs/24.5/lis= p/org/ox-man /home/pdm/.emacs.d/elpa/org-20150713/org-irc hides /usr/share/emacs/24.5/li= sp/org/org-irc /home/pdm/.emacs.d/elpa/org-20150713/ob-gnuplot hides /usr/share/emacs/24.5= /lisp/org/ob-gnuplot /home/pdm/.emacs.d/elpa/org-20150713/org-agenda hides /usr/share/emacs/24.5= /lisp/org/org-agenda /home/pdm/.emacs.d/elpa/org-20150713/org-version hides /usr/share/emacs/24.= 5/lisp/org/org-version /home/pdm/.emacs.d/elpa/org-20150713/org-attach hides /usr/share/emacs/24.5= /lisp/org/org-attach /home/pdm/.emacs.d/elpa/org-20150713/org-install hides /usr/share/emacs/24.= 5/lisp/org/org-install /usr/share/emacs/24.5/site-lisp/slime/lib/ert-x hides /usr/share/emacs/24.5= /lisp/emacs-lisp/ert-x /usr/share/emacs/24.5/site-lisp/slime/lib/ert hides /usr/share/emacs/24.5/l= isp/emacs-lisp/ert Features: (shadow flyspell emacsbug eieio-opt pcase edebug debug url-cache ispell smex dictionary link connection dired-aux misearch multi-isearch epg sort smiley gnus-cite mail-extr gnus-async gnus-bcklg gnus-dup gnus-ml gnus-topic qp imap nndraft nnmh nnml utf-7 nnimap utf7 nnfolder netrc gnutls network-stream starttls gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache message-x nnrss mm-url ido-gnus spam spam-stat gnus-uu yenc gnus-msg pcmpl-unix dirtrack bookmark tabify org-datetree mule-util cal-move parse-time time-stamp cal-iso cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew cal-julian holidays hol-loaddefs diary-lib diary-loaddefs hl-line debian-control-mode php-mode speedbar sb-image ezimage dframe flymake arduino-mode conf-mode make-mode tex-info texinfo debian-copyright imenu debian-bug debian-changelog-mode add-log apt-sources cl-indent cc-langs cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs font-latex context-en context plain-tex latex tex-style tex-buf tex dbus crm tex-mode latexenc sh-script smie executable org-w3m org-protocol org-mobile org-irc org-info org-habit org-gnus org-docview doc-view jka-compr image-mode org-depend org-contacts org-capture org-agenda gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum nnoo gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int gnus-range message sendmail rfc822 mml mml-sec mm-decode mm-bodies mm-encode mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems nnheader mail-utils org-checklist org-bibtex bibtex autoinsert auto-capitalize view hydra lv persp-mode window-purpose window-purpose-fixes window-purpose-prefix-overload window-purpose-switch let-alist window-purpose-layout window-purpose-core window-purpose-configuration window-purpose-utils saveplace desktop frameset server initsplit warnings cus-edit cus-start cus-load wid-edit org2blog ox-wp ox-latex ox-icalendar ox-html ox-ascii ox-publish ox org-element metaweblog xml-rpc timezone url-http tls url url-proxy url-privacy url-expand url-methods url-history mailcap url-auth mail-parse rfc2231 rfc2047 rfc2045 ietf-drums url-cookie url-domsuf url-util url-parse url-gw url-vars xml org-crypt org-drill org-learn org-id hi-lock org-clock org org-macro org-footnote org-pcomplete org-list org-faces org-entities org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint ob-core ob-eval org-compat org-macs org-loaddefs cal-menu calendar cal-loaddefs win-switch follow page-break-lines golden-ratio yasnippet derived edmacro kmacro smerge-mode diff-mode copyright multiple-cursors mc-hide-unmatched-lines-mode mc-separate-operations rectangular-region-mode mc-mark-pop mc-mark-more mc-cycle-cursors mc-edit-lines multiple-cursors-core rect howdoi buffer-move windmove ido-ubiquitous ido-completing-read+ flx-ido flx ido winner vc-git hippie-exp tramp tramp-compat auth-source eieio eieio-core gnus-util mm-util mail-prsvr password-cache tramp-loaddefs trampver shell pcomplete format-spec slime-banner slime-asdf grep byte-opt slime-fancy slime-trace-dialog slime-fontifying-fu slime-package-fu slime-references slime-compiler-notes-tree slime-scratch slime-presentations bridge slime-fuzzy slime-fancy-trace slime-fancy-inspector slime-c-p-c slime-editing-commands slime-autodoc eldoc slime-repl slime-parse bytecomp byte-compile cl-extra cconv slime compile etags arc-mode archive-mode noutline outline easy-mmode pp hyperspec thingatpt browse-url python json comint ring ansi-color skeleton dired-x ls-lisp dired info-look find-func image-file quail help-mode latin1-disp disp-table cl-macs mb-depth cl gv cl-loaddefs cl-lib init-loader benchmark ace-jump-mode-autoloads ampc-autoloads tex-site auto-capitalize-autoloads charmap-autoloads charmap dictionary-autoloads connection-autoloads el-x-autoloads elnode-autoloads db-autoloads creole-autoloads fakir-autoloads advice help-fns kv-autoloads link-autoloads marmalade-autoloads furl-autoloads message-x-autoloads org2blog-autoloads paredit-menu-autoloads s-autoloads info easymenu package epg-config debian-el debian-el-loaddefs slime-autoloads dpkg-dev-el dpkg-dev-el-loaddefs time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 1201010 135638) (symbols 48 69835 0) (miscs 40 36994 14612) (strings 32 215104 22914) (string-bytes 1 6508802) (vectors 16 117804) (vector-slots 8 3910300 53550) (floats 8 22745 58) (intervals 56 13999 335) (buffers 960 155) (heap 1024 130174 4335)) From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 25 13:13:53 2015 Received: (at 21089) by debbugs.gnu.org; 25 Dec 2015 18:13:53 +0000 Received: from localhost ([127.0.0.1]:35265 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCWsD-000686-7a for submit@debbugs.gnu.org; Fri, 25 Dec 2015 13:13:53 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:43446) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aCWsB-00067y-Co for 21089@debbugs.gnu.org; Fri, 25 Dec 2015 13:13:51 -0500 Received: from 2.150.58.24.tmi.telenormobil.no ([2.150.58.24] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aCWrq-0002Mp-0x; Fri, 25 Dec 2015 19:13:30 +0100 From: Lars Ingebrigtsen To: Milan Zamazal Subject: Re: bug#21089: 24.5; void-variable url-http-response-status References: <87380lp7oi.fsf@blackbird.zamazal.org> Date: Fri, 25 Dec 2015 19:13:29 +0100 In-Reply-To: <87380lp7oi.fsf@blackbird.zamazal.org> (Milan Zamazal's message of "Sat, 18 Jul 2015 21:49:49 +0200") Message-ID: <878u4iz99y.fsf@gnus.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aCWrq-0002Mp-0x X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1451672010.27687@7W7uJaRQ+eq+TUSQISJirA X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 21089 Cc: 21089@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Milan Zamazal writes: > I tried to debug the problem and found out that something wrong happens > in function `url-http-parse-headers' from url-http.el. While > `url-http-response-status' is set in the call (url-http-parse-response) > and visible in `url-http-parse-headers' afterwards, it disappears after > the call (delete-process url-http-process) later in > `url-http-parse-headers', before it is used there. Maybe the variable > is buffer local and gets lost together with the process buffer. Yes, that sounds likely. Emacs 25.1 has gotten a few fixes in this area, I think. Do you still see this problem in newer versions? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 30 10:42:32 2015 Received: (at 21089) by debbugs.gnu.org; 30 Dec 2015 15:42:32 +0000 Received: from localhost ([127.0.0.1]:50520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aEItQ-0005kn-CC for submit@debbugs.gnu.org; Wed, 30 Dec 2015 10:42:32 -0500 Received: from condor.zamazal.org ([83.240.26.148]:48762 helo=zamazal.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aEItL-0005kU-B3 for 21089@debbugs.gnu.org; Wed, 30 Dec 2015 10:42:27 -0500 Received: from blackbird ([192.168.136.2] helo=blackbird.zamazal.org) by zamazal.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84) (envelope-from ) id 1aEItF-0001wP-NN; Wed, 30 Dec 2015 16:42:17 +0100 Received: from pdm by blackbird.zamazal.org with local (Exim 4.84) (envelope-from ) id 1aEIt3-0007rE-6H; Wed, 30 Dec 2015 16:42:05 +0100 From: Milan Zamazal To: Lars Ingebrigtsen Subject: Re: bug#21089: 24.5; void-variable url-http-response-status References: <87380lp7oi.fsf@blackbird.zamazal.org> <878u4iz99y.fsf@gnus.org> Date: Wed, 30 Dec 2015 16:42:05 +0100 In-Reply-To: <878u4iz99y.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 25 Dec 2015 19:13:29 +0100") Message-ID: <87ege46j02.fsf@blackbird.zamazal.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 21089 Cc: 21089@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) >>>>> "LI" == Lars Ingebrigtsen writes: LI> Emacs 25.1 has gotten a few fixes in this area, I think. Do you LI> still see this problem in newer versions? Yes, current git version (master) signals the same error. -- http://www.zamazal.org From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 30 13:18:11 2015 Received: (at 21089) by debbugs.gnu.org; 30 Dec 2015 18:18:12 +0000 Received: from localhost ([127.0.0.1]:50615 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aELK6-00017Z-FA for submit@debbugs.gnu.org; Wed, 30 Dec 2015 13:18:11 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:45549) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aELK1-00017O-M5 for 21089@debbugs.gnu.org; Wed, 30 Dec 2015 13:18:09 -0500 Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=stories) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aELJa-0006cz-S2; Wed, 30 Dec 2015 19:17:38 +0100 From: Lars Magne Ingebrigtsen To: Milan Zamazal Subject: Re: bug#21089: 24.5; void-variable url-http-response-status References: <87380lp7oi.fsf@blackbird.zamazal.org> <878u4iz99y.fsf@gnus.org> <87ege46j02.fsf@blackbird.zamazal.org> Date: Wed, 30 Dec 2015 19:17:38 +0100 In-Reply-To: <87ege46j02.fsf@blackbird.zamazal.org> (Milan Zamazal's message of "Wed, 30 Dec 2015 16:42:05 +0100") Message-ID: User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1aELJa-0006cz-S2 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1452104261.64027@I/+S/wABQIGX50oVW6P6Jw X-Spam-Status: No X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 21089 Cc: 21089@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Milan Zamazal writes: >>>>>> "LI" == Lars Ingebrigtsen writes: > > LI> Emacs 25.1 has gotten a few fixes in this area, I think. Do you > LI> still see this problem in newer versions? > > Yes, current git version (master) signals the same error. Could you try to replicate the bug without using all these packages not in "emacs -Q"? This is the end of the backtrace: ... url-retrieve-synchronously("http://weblog.zamazal.org/xmlrpc.php") xml-rpc-request("http://weblog.zamazal.org/xmlrpc.php" ((methodCall nil (methodName nil "metaWeblog.getCategories") (params nil (param nil (value nil (string nil "1"))) (param nil (value nil (string nil "admin"))) (param nil (value nil (string nil "xxx")))))) nil) xml-rpc-method-call-async(nil "http://weblog.zamazal.org/xmlrpc.php" "metaWeblog.getCategories" ("1" "admin" "xxx")) xml-rpc-method-call("http://weblog.zamazal.org/xmlrpc.php" "metaWeblog.getCategories" "1" "admin" "xxx") metaweblog-get-categories("http://weblog.zamazal.org/xmlrpc.php" "admin" "xxx" "1") org2blog/wp-login() My guess is that the call to xml-rpc-request binds a bunch of url variables, and then calls url-retrieve-synchronously. Could you determine what those variables are, and then create a test case? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 17 11:47:16 2016 Received: (at 21089) by debbugs.gnu.org; 17 Jan 2016 16:47:16 +0000 Received: from localhost ([127.0.0.1]:52023 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aKqTx-00018j-4f for submit@debbugs.gnu.org; Sun, 17 Jan 2016 11:47:16 -0500 Received: from condor.zamazal.org ([83.240.26.148]:50549 helo=zamazal.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aKqTr-00018R-Oo for 21089@debbugs.gnu.org; Sun, 17 Jan 2016 11:47:11 -0500 Received: from blackbird ([192.168.136.2] helo=blackbird.zamazal.org) by zamazal.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84) (envelope-from ) id 1aKqTm-0002c1-0K; Sun, 17 Jan 2016 17:47:02 +0100 Received: from pdm by blackbird.zamazal.org with local (Exim 4.84) (envelope-from ) id 1aKqTZ-0003oY-H7; Sun, 17 Jan 2016 17:46:49 +0100 From: Milan Zamazal To: Lars Magne Ingebrigtsen Subject: Re: bug#21089: 24.5; void-variable url-http-response-status References: <87380lp7oi.fsf@blackbird.zamazal.org> <878u4iz99y.fsf@gnus.org> <87ege46j02.fsf@blackbird.zamazal.org> Date: Sun, 17 Jan 2016 17:46:49 +0100 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 30 Dec 2015 19:17:38 +0100") Message-ID: <871t9gw3uu.fsf@blackbird.zamazal.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 21089 Cc: 21089@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable >>>>> "LMI" =3D=3D Lars Magne Ingebrigtsen writes: LMI> Could you try to replicate the bug without using all these LMI> packages not in "emacs -Q"? It was a bit tricky (curious case!), but I=E2=80=99ve found it. Run Emacs with the attached file: emacs -Q -l url-http-bug.el When prompted for password, press Enter. You should get the bug (with both Emacs 24.5 or git master from end of December). --=-=-= Content-Type: application/emacs-lisp Content-Disposition: attachment; filename=url-http-bug.el Content-Transfer-Encoding: quoted-printable (require 'follow) (follow-mode 1) (defun foo () (read-passwd (format "Password? ")) (let ((url-request-extra-headers '(("Connection" . "close")))) (url-retrieve-synchronously "http://www.gnu.org"))) (foo) --=-=-= Content-Type: text/plain -- http://www.zamazal.org --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 29 22:53:39 2016 Received: (at control) by debbugs.gnu.org; 1 Mar 2016 03:53:39 +0000 Received: from localhost ([127.0.0.1]:54555 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aabNT-0006rV-1r for submit@debbugs.gnu.org; Mon, 29 Feb 2016 22:53:39 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:44924) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aabNR-0006rL-2N for control@debbugs.gnu.org; Mon, 29 Feb 2016 22:53:37 -0500 Received: from 109.179.133.80.tmi.telenormobil.no ([109.179.133.80] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aabMz-0001MK-0M for control@debbugs.gnu.org; Tue, 01 Mar 2016 04:53:09 +0100 Date: Tue, 01 Mar 2016 14:53:00 +1100 Message-Id: <87d1reyhur.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #21089 X-MailScanner-ID: 1aabMz-0001MK-0M X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457409190.24027@ynhzlX2f2pRH/clsZwdeZA X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) tags 21089 unreproducible From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 29 22:55:31 2016 Received: (at 21089) by debbugs.gnu.org; 1 Mar 2016 03:55:31 +0000 Received: from localhost ([127.0.0.1]:54560 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aabPH-0006uj-BZ for submit@debbugs.gnu.org; Mon, 29 Feb 2016 22:55:31 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:44974) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aabPE-0006uZ-W8 for 21089@debbugs.gnu.org; Mon, 29 Feb 2016 22:55:29 -0500 Received: from 109.179.133.80.tmi.telenormobil.no ([109.179.133.80] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1aabOo-0001Ub-6c; Tue, 01 Mar 2016 04:55:03 +0100 From: Lars Ingebrigtsen To: Milan Zamazal Subject: Re: bug#21089: 24.5; void-variable url-http-response-status References: <87380lp7oi.fsf@blackbird.zamazal.org> <878u4iz99y.fsf@gnus.org> <87ege46j02.fsf@blackbird.zamazal.org> <871t9gw3uu.fsf@blackbird.zamazal.org> Date: Tue, 01 Mar 2016 14:54:55 +1100 In-Reply-To: <871t9gw3uu.fsf@blackbird.zamazal.org> (Milan Zamazal's message of "Sun, 17 Jan 2016 17:46:49 +0100") Message-ID: <878u22yhrk.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-MailScanner-ID: 1aabOo-0001Ub-6c X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457409303.62804@FHyLtcfQB446aL++WrlRnw X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 21089 Cc: 21089@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) Milan Zamazal writes: > It was a bit tricky (curious case!), but I=92ve found it. > > Run Emacs with the attached file: > > emacs -Q -l url-http-bug.el > > When prompted for password, press Enter. You should get the bug (with > both Emacs 24.5 or git master from end of December). > > (require 'follow) > (follow-mode 1) > (defun foo () > (read-passwd (format "Password? ")) > (let ((url-request-extra-headers '(("Connection" . "close")))) > (url-retrieve-synchronously "http://www.gnu.org"))) > (foo) I'm unable to reproduce this bug on the Emacs trunk, so it might have been fixed in the meantime. Could you try installing an Emacs 25 pretest (or from git) and see whether the bug still exists? --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 03 14:20:24 2016 Received: (at 21089) by debbugs.gnu.org; 3 Mar 2016 19:20:24 +0000 Received: from localhost ([127.0.0.1]:60463 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1abYnM-0007wy-MB for submit@debbugs.gnu.org; Thu, 03 Mar 2016 14:20:24 -0500 Received: from condor.zamazal.org ([83.240.26.148]:40474 helo=zamazal.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1abYnH-0007wd-Gw for 21089@debbugs.gnu.org; Thu, 03 Mar 2016 14:20:19 -0500 Received: from blackbird ([192.168.136.2] helo=blackbird.zamazal.org) by zamazal.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84) (envelope-from ) id 1abYnB-0002eD-R1; Thu, 03 Mar 2016 20:20:09 +0100 Received: from pdm by blackbird.zamazal.org with local (Exim 4.84) (envelope-from ) id 1abYmz-0005Cx-PL; Thu, 03 Mar 2016 20:19:57 +0100 From: Milan Zamazal To: Lars Ingebrigtsen Subject: Re: bug#21089: 24.5; void-variable url-http-response-status References: <87380lp7oi.fsf@blackbird.zamazal.org> <878u4iz99y.fsf@gnus.org> <87ege46j02.fsf@blackbird.zamazal.org> <871t9gw3uu.fsf@blackbird.zamazal.org> <878u22yhrk.fsf@gnus.org> Date: Thu, 03 Mar 2016 20:19:57 +0100 In-Reply-To: <878u22yhrk.fsf@gnus.org> (Lars Ingebrigtsen's message of "Tue, 01 Mar 2016 14:54:55 +1100") Message-ID: <87io13weqq.fsf@zamazal.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 21089 Cc: 21089@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) >>>>> "LI" == Lars Ingebrigtsen writes: LI> I'm unable to reproduce this bug on the Emacs trunk, so it might LI> have been fixed in the meantime. Could you try installing an LI> Emacs 25 pretest (or from git) and see whether the bug still LI> exists? Indeed, it seems to be no longer present in the current pretest, so it can be closed. Thanks. -- http://www.zamazal.org From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 03 18:05:14 2016 Received: (at control) by debbugs.gnu.org; 3 Mar 2016 23:05:14 +0000 Received: from localhost ([127.0.0.1]:60585 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1abcIz-0005MN-TF for submit@debbugs.gnu.org; Thu, 03 Mar 2016 18:05:14 -0500 Received: from hermes.netfonds.no ([80.91.224.195]:60340) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1abcIy-0005MC-4N for control@debbugs.gnu.org; Thu, 03 Mar 2016 18:05:12 -0500 Received: from host86-187-68-58.range86-187.btcentralplus.com ([86.187.68.58] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1abcIb-00024D-CZ for control@debbugs.gnu.org; Fri, 04 Mar 2016 00:04:49 +0100 Date: Thu, 03 Mar 2016 23:04:48 +0000 Message-Id: <878u1zcgdr.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #21089 X-MailScanner-ID: 1abcIb-00024D-CZ X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1457651089.79864@36Osu8lNPGvGdNsNuWro2Q X-Spam-Status: No X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) close 21089 From unknown Fri Jun 20 07:28:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 01 Apr 2016 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator