Gnus development mailing list
 help / color / mirror / Atom feed
From: John Daschbach <jldasch@3-cities.com>
Subject: Where is member-if defined?
Date: Sun, 13 Feb 2000 10:30:39 -0800	[thread overview]
Message-ID: <38A6F84F.19A69CD9@3-cities.com> (raw)

I finally got imap support working in gnus but after one use it's
broken.  The initial problem was that I defined 

(setq nnimap-debug (not nil))

which breaks imap support and which took me forever to track down.  Even
with debug-on-error set true I couldn't figure where the error was
occuring, just that I got an illegal type error.  I still haven't fixed
that problem, just turned off debugging.

Now, I get an undefined function 'member-if' which occurs in the
following fragment in nnimap.el

(or (member-if (lambda (mailbox)
			   (string= (downcase mailbox) "\\noselect"))
			 (imap-mailbox-get 'list-flags mbx
					   nnimap-server-buffer))

I've grepped both the gnus (9 Feb 2000 CVS update) and Emacs (20.3) lisp
directories and this is in fact the only reference to this function in
any of these locations.

So what should I do?  I'd really like to get imap working in gnus.

-John



             reply	other threads:[~2000-02-13 18:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-02-13 18:30 John Daschbach [this message]
2000-02-13 18:46 ` Hrvoje Niksic
2000-02-13 19:14 ` Simon Josefsson

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=38A6F84F.19A69CD9@3-cities.com \
    --to=jldasch@3-cities.com \
    /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).