From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cesar Quiroz Newsgroups: gmane.emacs.devel Subject: Re: new function url-insert-buffer-contents missing at runtime (both on master and on emacs-25) Date: Sat, 21 Nov 2015 23:32:21 -0800 Message-ID: <5C48319A-01A3-4582-B301-9864883D871E@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (1.0) Content-Type: multipart/alternative; boundary=Apple-Mail-0E80887E-F3B4-49BC-A09B-4EA9E910F5E8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1448203130 24369 80.91.229.3 (22 Nov 2015 14:38:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Nov 2015 14:38:50 +0000 (UTC) Cc: emacs-devel To: daniel sutton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 22 15:38:45 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a0Vmu-0005iR-Lu for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 15:38:44 +0100 Original-Received: from localhost ([::1]:56277 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0Vmu-0005PZ-Lr for ged-emacs-devel@m.gmane.org; Sun, 22 Nov 2015 09:38:44 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48679) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0P8M-0002jo-WC for emacs-devel@gnu.org; Sun, 22 Nov 2015 02:32:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0P8J-0000Yx-Pv for emacs-devel@gnu.org; Sun, 22 Nov 2015 02:32:26 -0500 Original-Received: from mail-pa0-x232.google.com ([2607:f8b0:400e:c03::232]:35849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0P8J-0000Yp-Ho for emacs-devel@gnu.org; Sun, 22 Nov 2015 02:32:23 -0500 Original-Received: by pacdm15 with SMTP id dm15so159718414pac.3 for ; Sat, 21 Nov 2015 23:32:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=N6v531hgrF1JhIVC+11gYkNpTL21E39+xK+2cjK7Pd8=; b=uZPE7h3fh+asDtXDhf0cE631vfLtiblvBkcZwgZ4BBXFCTxqHOuzjiZKEFMJ7kDsJ8 gJ0TLMFM2RO00JU/xqAd32SLwTE+sJAQJ7flltKabSua5hikbH20jaqIdkqk37H7Oqxd EAjz6u91h5HnJbmfdYILRqwauSe/wZMcUyZD6ujJt/ouy2ddZRzx+y5KJA/bslyf5dFU 9JewKDbkoDgswmZ3+Ar/0VREEJXcYD9FZlNP5wKZZjQui+XTqYSVi+8Zcucf5KgZ7k7Y aGQivC5+EMx+sl5KbQ0Nxg3mbp8TmeI9HCjxl3s+dcZRstRClzKgzuaAKongM6+stpGX D2+g== X-Received: by 10.66.254.39 with SMTP id af7mr29313225pad.43.1448177542813; Sat, 21 Nov 2015 23:32:22 -0800 (PST) Original-Received: from [10.229.216.130] ([50.141.29.122]) by smtp.gmail.com with ESMTPSA id jp1sm5760372pbc.54.2015.11.21.23.32.21 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 21 Nov 2015 23:32:21 -0800 (PST) X-Mailer: iPhone Mail (13B143) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::232 X-Mailman-Approved-At: Sun, 22 Nov 2015 09:38:08 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:195018 Archived-At: --Apple-Mail-0E80887E-F3B4-49BC-A09B-4EA9E910F5E8 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Are you on the master branch? Sent from my iPhone > On Nov 21, 2015, at 11:24 PM, daniel sutton wro= te: >=20 > This is still an issue it seems. >=20 > Offending line is a call to url-insert-buffer-contents at 1171 in lisp/ema= cs-lisp/package.el. I inserted a (require 'url-handlers) as you mentioned an= d it seems to be working for me.=20 >=20 > I have also been able to verify that I am not able to install packages usi= ng list-packages with this bug. >=20 >> On Mon, Nov 16, 2015 at 2:59 AM, Cesar Quiroz wr= ote: >> Maybe just needs to be made autoloadable, like its file-contents sibling?= >>=20 >> This function was just introduced at commit >>=20 >> 7cc233e1e3da297882c006c1f07c628fbd4e94d5 >>=20 >> Trigger the error by starting emacs and saying M-x list-packages. >> Work around it by (load-library "url-handlers") or equivalent. >>=20 >>=20 >> --C=C3=A9sar >>=20 >> You can run the command =E2=80=98list-packages=E2=80=99 with M-x l-pac RE= T >> error in process filter: Symbol=E2=80=99s function definition is void: ur= l-insert-buffer-contents [4 times] >> Package refresh done >> error in process filter: Symbol=E2=80=99s function definition is void: ur= l-insert-buffer-contents [2 times] >=20 --Apple-Mail-0E80887E-F3B4-49BC-A09B-4EA9E910F5E8 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable
Are you on the master branch?

S= ent from my iPhone

On Nov 21, 2015, at 11:24 PM, daniel sutton= <danielsutton01@gmail.com> wrote:

Th= is is still an issue it seems.

Offending line is a call t= o url-insert-buffer-contents at 1171 in lisp/emacs-lisp/package.el. I insert= ed a (require 'url-handlers) as you mentioned and it seems to be working for= me. 

I have also been able to verify that I a= m not able to install packages using list-packages with this bug.

On Mon, Nov 16, 2= 015 at 2:59 AM, Cesar Quiroz <cesar.quiroz@gmail.com> wro= te:
Maybe just needs t= o be made autoloadable, like its file-contents sibling?

=
This function was just introduced at commit

7c= c233e1e3da297882c006c1f07c628fbd4e94d5

Trigger the e= rror by starting emacs and saying M-x list-packages.
Work around i= t by (load-library "url-handlers") or equivalent.


--C=C3=A9sar

= You can run the command =E2=80=98list-packages=E2=80=99 with M-x l-pac RET
error in process filter: Symbol=E2=80=99s function definition is vo= id: url-insert-buffer-contents [4 times]
Package refresh done
error in process filter: Symbol=E2=80=99s function definition is void:= url-insert-buffer-contents [2 times]

= --Apple-Mail-0E80887E-F3B4-49BC-A09B-4EA9E910F5E8--