From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54417 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: void-function fill-flowed Date: Thu, 23 Oct 2003 14:17:31 +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 1066911485 16249 80.91.224.253 (23 Oct 2003 12:18:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Oct 2003 12:18:05 +0000 (UTC) Original-X-From: ding-owner+M2958@lists.math.uh.edu Thu Oct 23 14:18:03 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 1ACePj-0006XF-00 for ; Thu, 23 Oct 2003 14:18:03 +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 1ACePV-0006A7-00; Thu, 23 Oct 2003 07:17:49 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1ACePR-0006A2-00 for ding@lists.math.uh.edu; Thu, 23 Oct 2003 07:17:45 -0500 Original-Received: from yxa.extundo.com (178.230.13.217.in-addr.dgcsystems.net [217.13.230.178]) by justine.libertine.org (Postfix) with ESMTP id 228ED3A004F for ; Thu, 23 Oct 2003 07:17:45 -0500 (CDT) Original-Received: from latte (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.10/8.12.10) with ESMTP id h9NCHh1e025896 for ; Thu, 23 Oct 2003 14:17:44 +0200 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:031023:ding@gnus.org:e9cca883fd0a6955 X-Hashcash: 0:031023:ding@gnus.org:e9cca883fd0a6955 In-Reply-To: (Norbert Koch's message of "Thu, 23 Oct 2003 13:25:21 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54417 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54417 Norbert Koch writes: > Simon Josefsson writes: > >> In flow-fill.el, which now has autoload cookies for those functions. >> Did you byte compile and load gnus-load? > > Yes and yes. fill-flowed is still not known. But I've only tested an > fboundp, so that might not autoload the library. Weird. For safety, I'm putting back the old explicit autoload statements to mml.el and mm-view.el. 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) Then M-x eval-buff RET on the file, and then check if the fboundp succeed.