Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: ding@gnus.org
Subject: Re: nnrss-generate-download-script wrong-type-argument
Date: Fri, 12 Dec 2008 15:49:23 -0600	[thread overview]
Message-ID: <86bpvhqd24.fsf@lifelogs.com> (raw)
In-Reply-To: <8763lqjifw.fsf@jidanni.org>

On Fri, 12 Dec 2008 09:22:43 +0800 jidanni@jidanni.org wrote: 

j> This file
j>   /home/jidanni/.emacs_:
j>   -rw-r--r-- 1 jidanni 44872 2008-02-13 10:17 nnrss.el
j> caused:
j> Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
j>   insert("$WGET -q -O \"$RSSDIR\"/'" "DreamHostDiscussion Board POSTS.xml" "' '" nil "'\n")
j>   (let ((url ...)) (insert "$WGET -q -O \"$RSSDIR\"/'" (nnrss-translate-file-chars ...) "' '" url "'\n"))
j>   (while --cl-dolist-temp-- (setq elem (car --cl-dolist-temp--)) (let (...) (insert "$WGET -q -O \"$RSSDIR\"/'" ... "' '" url "'\n")) (setq --cl-dolist-temp-- (cdr --cl-dolist-temp--)))
j>   (let ((--cl-dolist-temp-- nnrss-server-data) elem) (while --cl-dolist-temp-- (setq elem ...) (let ... ...) (setq --cl-dolist-temp-- ...)) nil)
j>   (catch (quote --cl-block-nil--) (let (... elem) (while --cl-dolist-temp-- ... ... ...) nil))
j>   (cl-block-wrapper (catch (quote --cl-block-nil--) (let ... ... nil)))
j>   (block nil (let (... elem) (while --cl-dolist-temp-- ... ... ...) nil))
j>   (dolist (elem nnrss-server-data) (let (...) (insert "$WGET -q -O \"$RSSDIR\"/'" ... "' '" url "'\n")))
j>   nnrss-generate-download-script()
j>   eval((nnrss-generate-download-script))
j>   repeat-complex-command(1)
j>   call-interactively(repeat-complex-command)

In the function it turns out the URL is nil when it's to be inserted,
and it comes from nnrss-group-alist.  nnrss-group-alist is defined by
you, usually (seems like something DreamHost-related from the file
name).

Ted




  reply	other threads:[~2008-12-12 21:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-12  1:22 jidanni
2008-12-12 21:49 ` Ted Zlatanov [this message]
2008-12-15  3:30   ` jidanni
2008-12-16 17:25     ` Ted Zlatanov

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=86bpvhqd24.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.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).