From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42978 Path: main.gmane.org!not-for-mail From: Reiner Steib <4uce.02.r.steib@gmx.net> Newsgroups: gmane.emacs.gnus.general Subject: gnus-dired-mode / gnus-load.el Date: Thu, 07 Feb 2002 22:44:15 +0100 Organization: Dept. of Theoretical Physics, University of Ulm Sender: owner-ding@hpc.uh.edu Message-ID: Reply-To: reiner.steib@gmx.de NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035178144 15065 80.91.224.250 (21 Oct 2002 05:29:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:29:04 +0000 (UTC) Return-Path: Original-Received: (qmail 24948 invoked from network); 7 Feb 2002 21:48:08 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 7 Feb 2002 21:48:08 -0000 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 16YwOJ-0001g7-00; Thu, 07 Feb 2002 15:47:39 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 07 Feb 2002 15:47:15 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA08065 for ; Thu, 7 Feb 2002 15:45:51 -0600 (CST) Original-Received: (qmail 24882 invoked by alias); 7 Feb 2002 21:45:49 -0000 Original-Received: (qmail 24877 invoked from network); 7 Feb 2002 21:45:48 -0000 Original-Received: from ingebrigtsen.no (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 7 Feb 2002 21:45:48 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16YwUY-00011x-00 for ; Thu, 07 Feb 2002 22:54:06 +0100 Original-To: ding@gnus.org Original-Path: theotp5.physik.uni-ulm.de!nobody Original-Newsgroups: gnus.ding Original-Lines: 75 Original-NNTP-Posting-Host: theotp5.physik.uni-ulm.de Original-X-Trace: quimby2.netfonds.no 1013118846 3964 134.60.10.145 (7 Feb 2002 21:54:06 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 7 Feb 2002 21:54:06 GMT User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i586-pc-linux-gnu) Cancel-Lock: sha1:J3VkKTDNvdc5rrop8sjVoSfCTBI= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42978 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42978 Hi, I tried to use gnus-dired-mode with a very recent Gnus: | Oort Gnus v0.06 [CVS, Thu Feb 7 18:52:27 CET 2002] | GNU Emacs 21.1.1 (i586-pc-linux-gnu, X toolkit, Xaw3d scroll bars) The commentary section of gnus-dired.el says: ,----[ gnus-dired.el ] | ;; This package provides utility functions for intersections of gnus | ;; and dired. To enable the gnus-dired-mode minor mode which will | ;; have the effect of installing keybindings in dired-mode, place the | ;; following in your ~/.gnus: | | ;; (require 'gnus-dired) ;, isn't needed due to autoload cookies | ;; (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode) `---- So I just put the add-hook line in my ~/.gnus and typed `C-x d RET' after starting gnus. But I got `void-function turn-on-gnus-dired-mode' (see below [1] for a complete backtrace). AFAICS, it should be autoloaded from gnus-load.el: ,----[ gnus-load.el ] | (autoload (quote turn-on-gnus-dired-mode) "gnus-dired" "\ | Convenience method to turn on gnus-dired-mode." nil nil) `---- But apparently gnus-load.el is not loaded when gnus is started [2]. After a `(require 'gnus-dired)' it works fine. Bye, Reiner. [1] ,----[ backtrace ] | Debugger entered--Lisp error: (void-function turn-on-gnus-dired-mode) | turn-on-gnus-dired-mode() | run-hooks(dired-mode-hook) | dired-mode("~/" "-al") | dired-internal-noselect("~/" nil) | dired-noselect("~/" nil) | dired("~/" nil) | * call-interactively(dired) `---- [2] ,----[ *Messages* ] | Loading gnus... | Loading mule-util...done | Loading gnus...done | Loading gnus-start... | Loading easymenu...done | Loading derived...done | Loading gnus-start...done | [...] | Loading byte-opt...done | [...] | nnfolder: Reading incoming mail (no new mail)...done | Reading active file via nnfolder...done | Loading gnus-cache...done | Loading timezone...done | [...] | Loading gnus-sum...done | Checking new news...done | Loading dired...done | run-hooks: | Loading debug...done | Entering debugger... `---- -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/