From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29220 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Where is member-if defined? Date: 13 Feb 2000 20:14:52 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <38A6F84F.19A69CD9@3-cities.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165928 1511 80.91.224.250 (21 Oct 2002 02:05:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:05:28 +0000 (UTC) Cc: Gnus List 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 6888FD0520 for ; Sun, 13 Feb 2000 14:15:26 -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 NAB28636; Sun, 13 Feb 2000 13:15:22 -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 13:15:08 -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 NAA07538 for ; Sun, 13 Feb 2000 13:14:58 -0600 (CST) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id 58EA4D0520 for ; Sun, 13 Feb 2000 14:15:01 -0500 (EST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id UAA29933; Sun, 13 Feb 2000 20:14:53 +0100 X-Authentication-Warning: badis.pdc.kth.se: jas set sender to jas@pdc.kth.se using -f Original-To: John Daschbach In-Reply-To: John Daschbach's message of "Sun, 13 Feb 2000 10:30:39 -0800" Original-Lines: 13 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29220 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29220 John Daschbach writes: > (setq nnimap-debug (not nil)) Try `(setq nnimap-debug "*nnimap-debug*")'. Or rather, don't, it will slow down nnimap and usually isn't very useful anyway. `(setq imap-log "*imap-log*")' might be useful in debugging. > Now, I get an undefined function 'member-if' `member-if' is defined in cl-seq.el which come with emacs. I think something is wrong with your emacs installation.