From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54418 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 14:40:48 +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 1066912762 18840 80.91.224.253 (23 Oct 2003 12:39:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2003 12:39:22 +0000 (UTC) Original-X-From: ding-owner+M2959@lists.math.uh.edu Thu Oct 23 14:39:19 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 1ACekJ-0007de-00 for ; Thu, 23 Oct 2003 14:39:19 +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 1ACejr-0006Fz-00; Thu, 23 Oct 2003 07:38:51 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1ACejk-0006Ft-00 for ding@lists.math.uh.edu; Thu, 23 Oct 2003 07:38:44 -0500 Original-Received: from mail.LF.net (mail.LF.net [212.9.160.2]) by justine.libertine.org (Postfix) with ESMTP id 827FA3A004F for ; Thu, 23 Oct 2003 07:38:43 -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 1ACejg-0002P0-00 for ding@gnus.org; Thu, 23 Oct 2003 14:38:40 +0200 Original-Received: from nk by redqueen.bytechase.cx with local (Exim 4.22) id 1ACelk-000K2q-Vu for ding@gnus.org; Thu, 23 Oct 2003 14:40:48 +0200 Original-To: ding@gnus.org X-Face: 9,{UOz`879Gt1t?~vOo"iN!BBRwO (Simon Josefsson's message of "Thu, 23 Oct 2003 14:17:31 +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:54418 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54418 Simon Josefsson writes: > Weird. For safety, I'm putting back the old explicit autoload > statements to mml.el and mm-view.el. Thanks. > But it would be useful if you could try the following in your > current emacs/gnus: M-x locate-library RET gnus-load RET, then load > that file and make sure it contain an autoload statement for > flow-fill a'la > > ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "flow-fill.el" > ;;;;;; (16279 27619)) > ;;; Generated autoloads from flow-fill.el > > (autoload (quote fill-flowed-encode) "flow-fill" nil nil nil) > > (autoload (quote fill-flowed) "flow-fill" nil nil nil) It looks slightly different: ;;;*** ;;;### (autoloads (fill-flowed fill-flowed-encode) "flow-fill" "lisp/flow-fill.el") (autoload 'fill-flowed-encode "flow-fill" nil nil nil) (autoload 'fill-flowed "flow-fill" nil nil nil) But that's an GNU Emacs vs XEmacs thingy, I s'pose. > Then M-x eval-buff RET on the file, and then check if the fboundp > succeed. Nope, (fboundp 'fill-flowed) => nil. As you've said, weird. norbert.