From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39100 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnml-open-marks bug? Date: Tue, 02 Oct 2001 18:59:33 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87pu88k8hh.fsf@yahoo.com> <8766a05tpf.fsf@yahoo.com> <87n13a3nnl.fsf@www.emacswiki.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035174862 26076 80.91.224.250 (21 Oct 2002 04:34:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:34:22 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 18568 invoked from network); 2 Oct 2001 17:00:06 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 2 Oct 2001 17:00:06 -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 15oStR-0001ZD-00; Tue, 02 Oct 2001 11:59:41 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 02 Oct 2001 11:59:19 -0500 (CDT) 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 LAA25239 for ; Tue, 2 Oct 2001 11:59:09 -0500 (CDT) Original-Received: (qmail 18537 invoked by alias); 2 Oct 2001 16:59:26 -0000 Original-Received: (qmail 18532 invoked from network); 2 Oct 2001 16:59:25 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 2 Oct 2001 16:59:25 -0000 Original-Received: from barbar.josefsson.org (slipsten.extundo.com [195.42.214.241]) (authenticated bits=0) by dolk.extundo.com (8.12.0/8.12.0) with ESMTP id f92GxT0r020341; Tue, 2 Oct 2001 18:59:30 +0200 Original-To: Alex Schroeder In-Reply-To: <87n13a3nnl.fsf@www.emacswiki.org> (Alex Schroeder's message of "Tue, 02 Oct 2001 02:12:46 +0200") Mail-Copies-To: nobody Original-Lines: 39 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.106 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39100 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39100 Alex Schroeder writes: > Hm, another problem remains. I run Gnus from CVS only in Emacs, not > in XEmacs. That's why I have the following in my .emacs: > > (when (not (featurep 'xemacs)) > (require 'gnus) > (load-file "~/.gnus")) > > Somehow this is not enough, because M-x report-emacs-bug no longer > works. > > Signaling: (void-function nil) > nil("bug-gnu-emacs@gnu.org" "test" nil nil nil nil nil) > compose-mail("bug-gnu-emacs@gnu.org" "test") > report-emacs-bug("test" [...]) > > compose-mail calls the value of mail-user-agent. > > mail-user-agent's value is > gnus-user-agent > > But that is undefined. This would be a Emacs bug. But I can't reproduce it: $ emacs -q (setq mail-user-agent 'gnus-user-agent) C-x m starts up Message, MML etc from Gnus properly. I believe something similar was found in XEmacs very recently, btw. > What I really need to know is what must I load in my .emacs such that > all of Gnus is available? Nothing. These are bugs. I don't load anything in .emacs, and things seem to work.