From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29218 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: Where is member-if defined? Date: 13 Feb 2000 19:46:09 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <9t9bt5lndou.fsf@mraz.iskon.hr> 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 1035165927 1502 80.91.224.250 (21 Oct 2002 02:05:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:05:27 +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 C2FCED0520 for ; Sun, 13 Feb 2000 13:47:00 -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 MAB28204; Sun, 13 Feb 2000 12:46:48 -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:46:15 -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 MAA07351 for ; Sun, 13 Feb 2000 12:45:59 -0600 (CST) Original-Received: from mraz.iskon.hr (mraz.iskon.hr [195.29.170.8]) by mailhost.sclp.com (Postfix) with ESMTP id 3CC71D0520 for ; Sun, 13 Feb 2000 13:46:02 -0500 (EST) Original-Received: (from hniksic@localhost) by mraz.iskon.hr (8.9.3/8.9.3/Debian 8.9.3-6) id TAA19153; Sun, 13 Feb 2000 19:46:09 +0100 X-Authentication-Warning: mraz.iskon.hr: hniksic set sender to hniksic@iskon.hr using -f Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > 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)) It's defined in cl-seq.el. You get it with (require 'cl). > I've grepped both the gnus (9 Feb 2000 CVS update) and Emacs (20.3) > lisp directories Are you sure you can't find it in `/usr/local/share/emacs/20.3/lisp/emacs-lisp/cl-seq.el'?