Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Adrian Aichner <adrian@xemacs.org>
Subject: Re: itimer vs. gnus with rss
Date: Wed, 04 May 2005 00:17:35 +0200	[thread overview]
Message-ID: <4qdk0xa8.fsf@smtprelay.t-online.de> (raw)
In-Reply-To: <877jigqcvp.fsf@debian.IGP>

Andreas Goesele <goesele@hfph.mwn.de> writes:

> giacomo boffi <giacomo.boffi@polimi.it> writes:
>
>>>>   >> * Andreas Goesele <goesele@hfph.mwn.de> writes:
>>>>   >> 
>>>>   >> > itimer "with-timeout" signaled: (void-function with-timeout-handler)
>
>>>> Can you get a lisp backtrace [1] and report it, together with the
>>>> trace, to <xemacs-beta@xemacs.org>.
>
>>    (setq debug-on-error^H^H^H^H^Hsignal t) RET
>
> That worked. Here the backtrace:
>
> Debugger entered--Lisp error: (file-error "Cannot open load file" "url-handlers")

I don't think url-handlers is in any XEmacs packages or core yet.

mm-url.el of gnus-version "Gnus v5.10.7" has this:

(defun mm-url-load-url ()
  "Load `url-insert-file-contents'."
  (unless (condition-case ()
	      (require 'url-handlers)
	    (error nil))
    ;; w3-4.0pre0.46 or earlier version.
    (require 'w3-vars)
    (require 'url)))

Andreas, do you have w3 installed?

Adrian

>   signal(file-error ("Cannot open load file" "url-handlers"))
>   load("url-handlers" nil t nil)
>   si:require(url-handlers nil)
>   require(url-handlers)
>   byte-code("..." [require url-handlers] 2)
>   mm-url-load-url()
>   mm-url-insert-file-contents("http://wherever/whatever.xml")
>   byte-code("..." [with-timeout-timer with-timeout-tag mm-url-timeout result first url start-itimer "with-timeout" with-timeout-handler nil t message "Trying again (%s)..." mm-url-insert-file-contents re-search-forward "<meta[ 	\n]*http-equiv=\"Refresh\"[^>]*URL=\\([^\"]+\\)\"" match-string 1 mm-url-insert mm-url-retries times follow-refresh done with-timeout-value] 8)
>   mm-url-insert("http://wherever/whatever.xml")
>   nnrss-fetch("http://wherever/whatever.xml")
>   nnrss-check-group("MYGROUP" "")
>   nnrss-request-group("MYGROUP" "" nil)
>   byte-code("..." [method dont-check gname group gnus-command-method gnus-find-method-for-group gnus-server-to-method gnus-get-function request-group string-match "^[^:]+:" 0 nil 1] 5)
>   gnus-activate-group("nnrss:MYGROUP" scan)
>   gnus-get-unread-articles(nil)
>   gnus-group-get-new-news(nil)
>   call-interactively(gnus-group-get-new-news)
>
> It seems I'm lacking and needing url-handlers. I didn't find it for
> XEmacs. For Emacs (under Debian) it's in w3-url-e21. Is my
> understandig correct that I need url-handlers? Where would I find this
> for XEmacs?
>
> Thanks again!
>
> Andreas Gösele

-- 
Adrian Aichner
 mailto:adrian@xemacs.org
 http://www.xemacs.org/


      parent reply	other threads:[~2005-05-03 22:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87oebvj8re.fsf@debian.IGP>
2005-05-01 16:00 ` Steve Youngs
     [not found]   ` <87k6mik1g2.fsf@debian.IGP>
2005-05-02  8:10     ` Steve Youngs
     [not found]       ` <87mzrdqni4.fsf@debian.IGP>
2005-05-03 11:55         ` giacomo boffi
     [not found]           ` <877jigqcvp.fsf@debian.IGP>
2005-05-03 22:17             ` Adrian Aichner [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

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

  git send-email \
    --in-reply-to=4qdk0xa8.fsf@smtprelay.t-online.de \
    --to=adrian@xemacs.org \
    /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).