From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/5005 Path: news.gmane.org!not-for-mail From: Adrian Aichner Newsgroups: gmane.emacs.gnus.user Subject: Re: itimer vs. gnus with rss Date: Wed, 04 May 2005 00:17:35 +0200 Organization: The XEmacs Project Message-ID: <4qdk0xa8.fsf@smtprelay.t-online.de> References: <87oebvj8re.fsf@debian.IGP> <87k6mik1g2.fsf@debian.IGP> <87mzrdqni4.fsf@debian.IGP> <877jigqcvp.fsf@debian.IGP> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1138670829 25728 80.91.229.2 (31 Jan 2006 01:27:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:27:09 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:34:38 2006 Original-Path: quimby.gnus.org!newsfeed.gazeta.pl!newsfeed.atman.pl!newsfeed.icp.pl!newsfeed-0.progon.net!progon.net!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail Original-Newsgroups: comp.emacs.xemacs,gnu.emacs.gnus Original-X-Trace: news.t-online.com 1115158554 04 5202 v7qIrYTlud43g8x 050503 22:15:54 Original-X-Complaints-To: usenet-abuse@t-online.de X-ID: TzFqUUZage5IIN+kKivJZoGoPB7LPZhj43Enh9Zr4IuiL2MU6URY4n X-Attribution: APA X-Face: 4[iHdXiTu\V3u[~\I)*}#kYF[-tYl3VZga/HSOP|K,{L Rtu@f0y/=O&Cu}\:~d|P$JON?pn?j,&CnPb1z#/TL9bkAJwyol&a:SvYj-VYbM=Dtxhk9 =w|R6U3_;SH&B Andreas Goesele writes: > giacomo boffi writes: > >>>> >> * Andreas Goesele 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 . > >> (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 "]*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/