From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47052 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: spam.el and missing functions Date: Tue, 08 Oct 2002 21:21:34 +0900 Organization: Emacsen advocacy group Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1034079725 23806 127.0.0.1 (8 Oct 2002 12:22:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 8 Oct 2002 12:22:05 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17ytND-0006Bm-00 for ; Tue, 08 Oct 2002 14:22:03 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17ytNE-00011T-00; Tue, 08 Oct 2002 07:22:04 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 08 Oct 2002 07:22:46 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA14221 for ; Tue, 8 Oct 2002 07:22:35 -0500 (CDT) Original-Received: (qmail 2805 invoked by alias); 8 Oct 2002 12:21:43 -0000 Original-Received: (qmail 2799 invoked from network); 8 Oct 2002 12:21:43 -0000 Original-Received: from unknown (HELO mars.web-hosting.com) (207.228.244.150) by gnus.org with SMTP; 8 Oct 2002 12:21:43 -0000 Original-Received: from localhost ([207.228.245.242]) by mars.web-hosting.com (8.11.1/8.11.1) with ESMTP id g98CLgJ11100 for ; Tue, 8 Oct 2002 08:21:43 -0400 (EDT) Original-To: ding@gnus.org User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence (RC2), sparc-sun-solaris2.6) X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Cancel-Lock: sha1:DKwZ7pnWPpvfFIVf2xAgt6A277Y= X-Hashcash: 021008:ding@gnus.org:3d2cf1f1078f1b9c Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47052 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47052 Hi, When compiling spam.el, Emacs complaints about missing functions: Emacs 20.7: ** The following functions are not known to be defined: bbdb-search, bbdb-records, locate-file, display-message-or-buffer Emacs 21.2: ** The following functions are not known to be defined: bbdb-search, bbdb-records, locate-file Emacs 21.3.50: spam.el:544:11:Warning: the following functions are not known to be defined: bbdb-search, bbdb-records XEmacs 21.4.10: ** The following functions are not known to be defined: bbdb-search, bbdb-records, display-message-or-buffer Here, `bbdb-search' is a macro which is defined in bbdb-com.el. So, spam.el should require the feature `bbdb-com' in the top level. It is severe since there may be people who don't have BBDB. The other things are as looking above. -- Katsumi Yamaoka