Gnus development mailing list
 help / color / mirror / Atom feed
From: Jan Egil Hagen <janha+news@ifi.uio.no>
Subject: Re: Oort Gnus v0.19 is released
Date: Sat, 03 May 2003 00:49:55 +0200	[thread overview]
Message-ID: <yaallxp55gs.fsf@sjau.ifi.uio.no> (raw)
In-Reply-To: <m38ytpmiur.fsf@quimbies.gnus.org>

*Jan Egil Hagen <janha+news@ifi.uio.no>
| 
| | Performing load-library for w3 results in the error message
| | "impossible ??" instead.
| 
| 0.22 still performs the same.  I had to find an old nnrss.el to get it
| working again.
| 

* Lars Magne Ingebrigtsen <larsi@gnus.org>
| `(setq debug-on-error t)', repeat the bug and mail me the resulting
| backtrace.

Debugger entered--Lisp error: (error "impossible ??")
  signal(error ("impossible ??"))
  error("impossible ??")
  w3-parse-buffer(#<buffer  *temp*<2>>)
  (caddar (w3-parse-buffer (current-buffer)))
  (setq htmlform (caddar (w3-parse-buffer ...)))
  (if (fboundp (quote w3-parse-buffer)) (setq htmlform (caddar ...)) (message "nnrss: Not valid XML and w3 parse not available (%s)" url))
  (condition-case err (setq xmlform (xml-parse-region ... ...)) (error (if ... ... ...)))
  (let* (xmlform htmlform) (if local (let ... ...) (mm-url-insert url)) (condition-case err (setq xmlform ...) (error ...)) (if htmlform htmlform xmlform))
  (save-current-buffer (set-buffer temp-buffer) (let* (xmlform htmlform) (if local ... ...) (condition-case err ... ...) (if htmlform htmlform xmlform)))
  (with-current-buffer temp-buffer (let* (xmlform htmlform) (if local ... ...) (condition-case err ... ...) (if htmlform htmlform xmlform)))
  (unwind-protect (with-current-buffer temp-buffer (let* ... ... ... ...)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))
  (let ((temp-buffer ...)) (unwind-protect (with-current-buffer temp-buffer ...) (and ... ...)))
  (with-temp-buffer (let* (xmlform htmlform) (if local ... ...) (condition-case err ... ...) (if htmlform htmlform xmlform)))
  nnrss-fetch("/hom/janha/News/rss/LawrenceLessig.xml" t)
  (progn (nnrss-fetch file t))
  (if (and nnrss-use-local (file-exists-p ...)) (progn (nnrss-fetch file t)) (setq url (or ... ...)) (unless url (setq url ...) (let ... ...) (setq changed t)) (message "####") (setq xml (nnrss-fetch url)))
  (let (file xml subject url extra changed author date rss-ns rdf-ns content-ns dc-ns) (if (and nnrss-use-local ...) (progn ...) (setq url ...) (unless url ... ... ...) (message "####") (setq xml ...)) (setq dc-ns (nnrss-get-namespace-prefix xml "http://purl.org/dc/elements/1.1/") rdf-ns (nnrss-get-namespace-prefix xml "http://www.w3.org/1999/02/22-rdf-syntax-ns#") rss-ns (nnrss-get-namespace-prefix xml "http://purl.org/rss/1.0/") content-ns (nnrss-get-namespace-prefix xml "http://purl.org/rss/1.0/modules/content/")) (dolist (item ...) (when ... ... ... ... ... ... ... ...)) (when changed (nnrss-save-group-data group server) (let ... ...) (nnrss-save-server-data server)))
  nnrss-check-group("LawrenceLessig" "")
  (if dont-check t (nnrss-check-group group server) (nnheader-report (quote nnrss) "Opened group %s" group) (nnheader-insert "211 %d %d %d %s\n" nnrss-group-max nnrss-group-min nnrss-group-max (prin1-to-string group) t))
  nnrss-request-group("LawrenceLessig" "" nil)
  gnus-activate-group("nnrss:LawrenceLessig" scan)
  gnus-get-unread-articles(nil)
  gnus-group-get-new-news(nil)
  call-interactively(gnus-group-get-new-news)
  recursive-edit()
  byte-code("Æ\b!.Ç .È	!.\n.?.Éed\"\vV.4.eb.Ê\v¥y.`.db.Ê\v¥\vZy.\f`|.)Ëc.eb.ÌÍ !.Î .	@Ï=.K.ÐÑÒ\".Ó .ÌÔ!.ÒÕÒ.\x1e.\x1e.ÌÔ!.ŠÖ .,Õ." [debugger-buffer debugger-args noninteractive debugger-batch-max-lines middlestart buffer-read-only pop-to-buffer debugger-mode debugger-setup-buffer count-lines 2 "...\n" message buffer-string kill-emacs debug backtrace-debug 3 t debugger-reenable "" nil recursive-edit standard-output inhibit-trace] 3)
  debug(error (error "impossible ??"))
  signal(error ("impossible ??"))
  error("impossible ??")
  w3-parse-buffer(#<buffer  *temp*>)
  byte-code("ÃÄ!.\x14.Äp!.\x18@A)A@.‚.
  nnrss-fetch("/hom/janha/News/rss/LawrenceLessig.xml" t)
  nnrss-check-group("LawrenceLessig" "")
  nnrss-request-group("LawrenceLessig" "" nil)
  gnus-activate-group("nnrss:LawrenceLessig" scan)
  gnus-get-unread-articles(nil)
  gnus-group-get-new-news(nil)
  call-interactively(gnus-group-get-new-news)

I've tried looking at the code myself, but I just don't get it. :)
Sorry.

-- 
   World works; done by its invalids




  reply	other threads:[~2003-05-02 22:49 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-27  4:48 Lars Magne Ingebrigtsen
2003-04-27  8:05 ` Romain FRANCOISE
2003-04-27  8:49   ` Florian Weimer
2003-04-27  8:53     ` Lars Magne Ingebrigtsen
2003-04-27  9:36       ` Romain FRANCOISE
2003-04-27 10:14         ` Lars Magne Ingebrigtsen
2003-04-28  7:42           ` Romain FRANCOISE
2003-05-01  6:27             ` Lars Magne Ingebrigtsen
2003-05-01  9:12               ` Romain FRANCOISE
2003-05-01  9:16                 ` Lars Magne Ingebrigtsen
2003-04-27  8:51   ` Lars Magne Ingebrigtsen
2003-04-27  9:37     ` Romain FRANCOISE
2003-04-27  8:59   ` Vasily Korytov
2003-04-27  9:33     ` Romain FRANCOISE
2003-04-27 11:07 ` Matthias Andree
2003-04-27 11:13   ` Lars Magne Ingebrigtsen
2003-04-27 11:14   ` Lars Magne Ingebrigtsen
2003-04-27 11:48     ` Florian Weimer
2003-04-27 11:55       ` Sebastian D.B. Krause
2003-04-27 12:30     ` Matthias Andree
2003-04-27 12:47       ` Romain FRANCOISE
2003-04-27 15:26         ` Simon Josefsson
2003-04-27 15:42           ` Romain FRANCOISE
2003-05-01  6:30             ` Lars Magne Ingebrigtsen
2003-05-01  9:10               ` Romain FRANCOISE
2003-05-01 12:39                 ` Simon Josefsson
2003-04-28 17:03           ` Jesper Harder
2003-04-28 19:10             ` Simon Josefsson
2003-04-28 22:30               ` Jesper Harder
2003-04-29  5:45                 ` Kevin Greiner
2003-05-01  6:27             ` Lars Magne Ingebrigtsen
2003-04-28 10:17 ` Christoph Garbers
2003-05-01  6:29   ` Lars Magne Ingebrigtsen
2003-05-01 11:16     ` In-Reply-To header (was: Oort Gnus v0.19 is released) Reiner Steib
2003-05-01 12:13       ` In-Reply-To header Lars Magne Ingebrigtsen
2003-05-04 19:37     ` Oort Gnus v0.19 is released Christoph Garbers
     [not found] ` <yaaptn8jfjf.fsf@fjorir.ifi.uio.no>
2003-05-01 13:25   ` Jan Egil Hagen
2003-05-02 16:08     ` Lars Magne Ingebrigtsen
2003-05-02 22:49       ` Jan Egil Hagen [this message]
2003-05-04 16:42         ` 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=yaallxp55gs.fsf@sjau.ifi.uio.no \
    --to=janha+news@ifi.uio.no \
    /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).