From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34810 Path: main.gmane.org!not-for-mail From: NAGY Andras Newsgroups: gmane.emacs.gnus.general Subject: custom-add-loads in gnus-load.el Date: 15 Feb 2001 20:18:14 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035170664 32206 80.91.224.250 (21 Oct 2002 03:24:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:24:24 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 58383D049F for ; Thu, 15 Feb 2001 14:20:48 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id NAC18744; Thu, 15 Feb 2001 13:18:58 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 15 Feb 2001 13:18:10 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA15691 for ; Thu, 15 Feb 2001 13:18:02 -0600 (CST) Original-Received: from mail.inf.elte.hu (mail.inf.elte.hu [157.181.161.6]) by mailhost.sclp.com (Postfix) with ESMTP id 5F17FD049F for ; Thu, 15 Feb 2001 14:18:15 -0500 (EST) Original-Received: by mail.inf.elte.hu (Postfix, from userid 28535) id D695F80F3; Thu, 15 Feb 2001 20:18:14 +0100 (NFT) Original-To: ding@gnus.org Mail-Copies-To: nobody User-Agent: Gnus/5.090001 (Oort Gnus v0.01) XEmacs/21.1 (Biscayne) Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 13 Xref: main.gmane.org gmane.emacs.gnus.general:34810 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34810 gnus-load.el contains lines like this: (custom-add-loads 'gnus-exit '("gnus-group" "gnus")) However, XEmacs does not have custom-add-loads function, only (custom-add-load SYMBOL LOAD), maybe this should be used instead. (cvs gnus, XEmacs 21.1 (patch 7)) Andras