Gnus development mailing list
 help / color / mirror / Atom feed
From: Richard Lewis <rtf@jabble.com>
Subject: url-retrieve-synchronously broken? (was: Re: Problem with a next page being the final line)
Date: Fri, 20 Jun 2003 01:39:22 +0100	[thread overview]
Message-ID: <87r85p8tvp.fsf_-_@jabble.com> (raw)
In-Reply-To: <m1isr7gne1.fsf@chezmarshall.freeserve.co.uk>

Robert Marshall <spam@chezmarshall.freeserve.co.uk> writes:

> On Sun, 15 Jun 2003, Robert Marshall wrote:
>
> The original article is news:kaXQ5oFork6+Ew1y@trustsof.demon.co

When I tried to follow the link i get the error message 

Symbol's function definition is void: url-retrieve-synchronously

Have I done something to break gnus-article-refer-article? Or perhaps
uninstalled something? Other browse-url things work as before.

I have the following in .gnus, which I think worked in 5.8.8 (I
currently have 5.10.2)

;Fetching Messages from old/other threads
(setq gnus-refer-thread-limit t)	 ;^ in *Summary* look through *all* extant articles
(setq gnus-refer-article-method					;How to search for MEssage-Ids
			'(current													;Fist try current backend
				(nnweb "Google"									;Then search Google
							 (nnweb-type google))))


The backtrace is as follows:

Debugger entered--Lisp error: (void-function url-retrieve-synchronously)
  url-retrieve-synchronously(#("http://groups.google.com/groups?selm=kaXQ5oFork6+Ew1y@trustsof.demon.co&output=gplain" 0 37 nil 37 71 (mouse-face highlight gnus-callback gnus-button-push gnus-data #<marker at 665 in *Article nntp+gmane:gmane.emacs.gnus.general*>) 71 85 nil))
  url-insert-file-contents(#("http://groups.google.com/groups?selm=kaXQ5oFork6+Ew1y@trustsof.demon.co&output=gplain" 0 37 nil 37 71 (mouse-face highlight gnus-callback gnus-button-push gnus-data #<marker at 665 in *Article nntp+gmane:gmane.emacs.gnus.general*>) 71 85 nil))
  mm-url-insert-file-contents(#("http://groups.google.com/groups?selm=kaXQ5oFork6+Ew1y@trustsof.demon.co&output=gplain" 0 37 nil 37 71 (mouse-face highlight gnus-callback gnus-button-push gnus-data #<marker at 665 in *Article nntp+gmane:gmane.emacs.gnus.general*>) 71 85 nil))
  byte-code("Æ\bÇÈ	$\x12\v„\x12
  mm-url-insert(#("http://groups.google.com/groups?selm=kaXQ5oFork6+Ew1y@trustsof.demon.co&output=gplain" 0 37 nil 37 71 (mouse-face highlight gnus-callback gnus-button-push gnus-data #<marker at 665 in *Article nntp+gmane:gmane.emacs.gnus.general*>) 71 85 nil))
  nnweb-request-article(#("<kaXQ5oFork6+Ew1y@trustsof.demon.co>" 0 1 nil 1 35 (mouse-face highlight gnus-callback gnus-button-push gnus-data #<marker at 665 in *Article nntp+gmane:gmane.emacs.gnus.general*>) 35 36 nil) "gmane.emacs.gnus.general" "Google" nil)
  gnus-request-article(#("<kaXQ5oFork6+Ew1y@trustsof.demon.co>" 0 1 nil 1 35 (mouse-face highlight gnus-callback gnus-button-push gnus-data #<marker at 665 in *Article nntp+gmane:gmane.emacs.gnus.general*>) 35 36 nil) "nntp+gmane:gmane.emacs.gnus.general")
  gnus-request-head(#("<kaXQ5oFork6+Ew1y@trustsof.demon.co>" 0 1 nil 1 35 (mouse-face highlight gnus-callback gnus-button-push gnus-data #<marker at 665 in *Article nntp+gmane:gmane.emacs.gnus.general*>) 35 36 nil) "nntp+gmane:gmane.emacs.gnus.general")
  gnus-read-header(#("<kaXQ5oFork6+Ew1y@trustsof.demon.co>" 0 1 nil 1 35 (mouse-face highlight gnus-callback gnus-button-push gnus-data #<marker at 665 in *Article nntp+gmane:gmane.emacs.gnus.general*>) 35 36 nil))
  gnus-summary-insert-subject(#("<kaXQ5oFork6+Ew1y@trustsof.demon.co>" 0 1 nil 1 35 (mouse-face highlight gnus-callback gnus-button-push gnus-data #<marker at 665 in *Article nntp+gmane:gmane.emacs.gnus.general*>) 35 36 nil))
  byte-code("Ä Å\x18‰\x19ƒ-
  gnus-summary-refer-article(#("<kaXQ5oFork6+Ew1y@trustsof.demon.co>" 0 1 nil 1 35 (mouse-face highlight gnus-callback gnus-button-push gnus-data #<marker at 665 in *Article nntp+gmane:gmane.emacs.gnus.general*>) 35 36 nil))
  gnus-article-refer-article()
  call-interactively(gnus-article-refer-article)




  reply	other threads:[~2003-06-20  0:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-06-15 15:30 Problem with a next page being the final line Robert Marshall
2003-06-15 17:19 ` Robert Marshall
2003-06-15 19:18   ` Robert Marshall
2003-06-20  0:39     ` Richard Lewis [this message]
2003-10-17 23:44       ` url-retrieve-synchronously broken? Lars Magne Ingebrigtsen
2003-10-19  0:55         ` Richard Lewis
2003-10-17 23:50 ` Problem with a next page being the final line Lars Magne Ingebrigtsen

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

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

  git send-email \
    --in-reply-to=87r85p8tvp.fsf_-_@jabble.com \
    --to=rtf@jabble.com \
    /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.
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 NNTP newsgroup(s).