From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54420 Path: main.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: Re: void-function fill-flowed Date: Thu, 23 Oct 2003 15:30:19 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066915715 25829 80.91.224.253 (23 Oct 2003 13:28:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2003 13:28:35 +0000 (UTC) Original-X-From: ding-owner+M2961@lists.math.uh.edu Thu Oct 23 15:28:32 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ACfVw-0002JC-00 for ; Thu, 23 Oct 2003 15:28:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1ACfVl-0006Ro-00; Thu, 23 Oct 2003 08:28:21 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1ACfVd-0006Ri-00 for ding@lists.math.uh.edu; Thu, 23 Oct 2003 08:28:13 -0500 Original-Received: from mail.LF.net (mail.LF.net [212.9.160.2]) by justine.libertine.org (Postfix) with ESMTP id 3FDE03A004F for ; Thu, 23 Oct 2003 08:28:12 -0500 (CDT) Original-Received: from p508312cf.dip.t-dialin.net ([80.131.18.207] helo=redqueen.bytechase.cx) by mail.LF.net with esmtp (Exim 4.22) id 1ACfVa-000A7p-U5 for ding@gnus.org; Thu, 23 Oct 2003 15:28:11 +0200 Original-Received: from nk by redqueen.bytechase.cx with local (Exim 4.22) id 1ACfXf-000K6Q-EF for ding@gnus.org; Thu, 23 Oct 2003 15:30:19 +0200 Original-To: ding@gnus.org X-Face: 9,{UOz`879Gt1t?~vOo"iN!BBRwO (Simon Josefsson's message of "Thu, 23 Oct 2003 14:57:40 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Reasonable Discussion, berkeley-unix) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54420 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54420 Simon Josefsson writes: > Are you sure gnus-load is loaded entirely? I recall seeing a > top-level check that rejected loading it again if it was already > loaded, maybe it only exist for XEmacs. Hmm, good question. Performing eval-buffer twice on the open file is prompted with an "Already loaded" in the echo area. > Perhaps the XEmacs Gnus package have its own gnus-load that is > loaded before you have a chance of loading your own replacement > gnus-load. Uh, that would not be nice ... I de-install the package version, so I only have the CVS around. Although, according to the load-path the CVS should come first. > Otherwise, if (autoload 'FOO "foo") followed by (fboundp 'FOO) doesn't > return t, I believe the emacs is broken. Yes. norbert.