all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Sven Bretfeld'" <sven.bretfeld@gmx.ch>, <help-gnu-emacs@gnu.org>
Subject: RE: wrong-type-argument listp \.\.\.
Date: Tue, 29 Jun 2010 15:11:16 -0700	[thread overview]
Message-ID: <D6EA7D4910474AE380AE9EC44F238CA5@us.oracle.com> (raw)
In-Reply-To: <87lj9xsdrx.fsf@gmx.ch>

> Since some weeks I have this strange error message while using quite
> normal functions like newsticker-treeview and some others. I use the
> same .emacs with three different machines, all of them 
> running Emacs 23 under Ubuntu Lucid Lynx. The errors occur only on one
machine.
> 
> Has anybody an idea what could be wrong or how I can find out?
> Below I attach the debug message of newsticker-treeview. 
> Other functions have the same error "wrong-type-argument listp \.\.\.".
>
> Debugger entered--Lisp error: (wrong-type-argument listp \.\.\.)
>   newsticker--stat-num-items(Telepolis\ \(german\) new immortal)

To make sense of a debugger backtrace, first load the Lisp source files that are
concerned (e.g. newsticker.el), not the byte-compiled files (e.g.
newsticker.elc).

The error message is saying that function newsticker--stat-num-items expected a
list argument (i.e. nil or a cons), but it instead was passed a symbol whose
name is "...".

Be sure you have the same source code on the various platforms, for the files in
question. If newsticker uses some other file (e.g. a data file), then make sure
that file is also the same across platforms. 

HTH.  Probably someone else can help more - someone familiar with the newsticker
code, for instance.




  reply	other threads:[~2010-06-29 22:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-29 21:57 wrong-type-argument listp \.\.\ Sven Bretfeld
2010-06-29 22:11 ` Drew Adams [this message]
2010-06-29 23:00   ` Sven Bretfeld
2010-06-29 23:43     ` Drew Adams
2010-06-30  7:37       ` Sven Bretfeld
2010-06-30 13:16         ` Drew Adams
2010-06-29 23:07 ` Sven Bretfeld

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=D6EA7D4910474AE380AE9EC44F238CA5@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=sven.bretfeld@gmx.ch \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.