From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48824 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Warnings when byte-compiling spam.el Date: Mon, 06 Jan 2003 13:09:11 -0500 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: owner-ding@hpc.uh.edu Message-ID: <4n8yxy881k.fsf@lockgroove.bwh.harvard.edu> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041877313 9986 80.91.224.249 (6 Jan 2003 18:21:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 6 Jan 2003 18:21:53 +0000 (UTC) Cc: ding@gnus.org 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 18Vbsk-0002ao-00 for ; Mon, 06 Jan 2003 19:21:50 +0100 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 18Vbsz-0005AR-00; Mon, 06 Jan 2003 12:22:05 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 06 Jan 2003 12:22:11 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA07677 for ; Mon, 6 Jan 2003 12:21:40 -0600 (CST) Original-Received: (qmail 4365 invoked by alias); 6 Jan 2003 18:20:27 -0000 Original-Received: (qmail 4360 invoked from network); 6 Jan 2003 18:20:27 -0000 Original-Received: from clifford.bwh.harvard.edu (134.174.9.41) by 66.230.238.6 with SMTP; 6 Jan 2003 18:20:27 -0000 Original-Received: from lockgroove.bwh.harvard.edu (lockgroove [134.174.9.133]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id h06IKQW02651; Mon, 6 Jan 2003 13:20:26 -0500 (EST) Original-Received: (from tzz@localhost) by lockgroove.bwh.harvard.edu (8.11.6+Sun/8.11.0) id h06I9CO20195; Mon, 6 Jan 2003 13:09:12 -0500 (EST) Original-To: Emerick Rogul X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: Emerick Rogul , ding@gnus.org In-Reply-To: (Emerick Rogul's message of "Mon, 06 Jan 2003 09:48:01 -0500") User-Agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.2 (sparc-sun-solaris2.8) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48824 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48824 On Mon, 06 Jan 2003, emerick@cs.bu.edu wrote: > I'm getting the following warning messages when I byte-compile > spam.el with the latest version of Oort from CVS (using Emacs > 21.1.1). Does anyone know what's causing this and how I can fix the > errors? I haven't configured any spam.el functionality. > > While compiling the end of the data in file > /csa/forum/emerick/gnus/lisp/spam.el: ** The following functions > are not known to be defined: spam-BBDB-register-routine, > bbdb-create-internal, spam-enter-ham-BBDB I think this is because of the mess with the BBDB macros defined in bbdb-com.el. It shouldn't be a problem because of the condition-case, I thought. Can anyone suggest a better way to deal with those macros, or point me to the Emacs Lisp features I'm not aware of to hush up the warnings? Ted