From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29217 Path: main.gmane.org!not-for-mail From: John Daschbach Newsgroups: gmane.emacs.gnus.general Subject: Where is member-if defined? Date: Sun, 13 Feb 2000 10:30:39 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <38A6F84F.19A69CD9@3-cities.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035165926 1501 80.91.224.250 (21 Oct 2002 02:05:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:05:26 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id CF555D0520 for ; Sun, 13 Feb 2000 13:30:07 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB29676; Sun, 13 Feb 2000 12:30:02 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 13 Feb 2000 12:29:11 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA07251 for ; Sun, 13 Feb 2000 12:29:03 -0600 (CST) Original-Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by mailhost.sclp.com (Postfix) with ESMTP id 8434ED0520 for ; Sun, 13 Feb 2000 13:29:06 -0500 (EST) Original-Received: from 3-cities.com (kenn2067.bossig.com [208.26.242.67]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.6) with ESMTP id for ; Sun, 13 Feb 2000 10:37:29 -0800 X-Mailer: Mozilla 4.7 [en] (X11; U; Linux 2.2.5-15 i686) X-Accept-Language: en Original-To: Gnus List Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29217 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29217 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