From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47839 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: New agent code Date: Mon, 25 Nov 2002 12:54:53 +0900 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87el9a4cro.fsf@enberg.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038196500 7317 80.91.224.249 (25 Nov 2002 03:55:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 25 Nov 2002 03:55:00 +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 18GAKn-0001td-00 for ; Mon, 25 Nov 2002 04:54:58 +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 18GAM0-00046H-00; Sun, 24 Nov 2002 21:56:12 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 24 Nov 2002 21:57:00 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@[209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id VAA17165 for ; Sun, 24 Nov 2002 21:56:45 -0600 (CST) Original-Received: (qmail 27109 invoked by alias); 25 Nov 2002 03:55:36 -0000 Original-Received: (qmail 27104 invoked from network); 25 Nov 2002 03:55:36 -0000 Original-Received: from unknown (HELO java.hostforweb.net) (66.197.222.237) by gnus.org with SMTP; 25 Nov 2002 03:55:36 -0000 Original-Received: from [66.197.244.213] (helo=yamaoka.cc) by java.hostforweb.net with esmtp (Exim 3.36 #1) id 18GAKs-0001YI-00; Sun, 24 Nov 2002 22:55:03 -0500 Original-To: Kevin Greiner , Kai =?iso-8859-1?q?Gro?= =?iso-8859-1?q?=DFjohann?= 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&( User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, i686-pc-linux) Cancel-Lock: sha1:XN5/mO1Cerf4hxBlWCJhSvDdsjQ= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - java.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - yamaoka.cc Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47839 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47839 Hi, Excuse me for a noise, but please don't forget XEmacs users. >>>>> In <87el9a4cro.fsf@enberg.org> >>>>> Henrik Enberg wrote: > The new agent code seems to be utterly hosed... While compiling latest Gnus using XEmacs, the byte-compiler complains as follows: While compiling gnus-agent-check-overview-buffer in file /Work/gnus/lisp/gnus-agent.el: ** reference to free variable deactivate-mark While compiling the end of the data: ** the function number-at-point is not known to be defined. The variable deactivate-mark isn't available in XEmacs. The function number-at-point is provided by fsf-compat/thingatpt.el but is not autoloaded. Is the use of thingatpt.el really necessary? In addition, IMHO, the new gnus-agent.el should be re-indented for the whole contents on the condition that indent-tabs-mode is t, and all trailing whitespaces should be removed. -- Katsumi Yamaoka