Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: nnml-open-marks bug?
Date: Tue, 02 Oct 2001 13:54:33 -0400	[thread overview]
Message-ID: <2nofnqkjvq.fsf@zsh.cs.rochester.edu> (raw)
In-Reply-To: <ilun13ac70q.fsf@barbar.josefsson.org> (Simon Josefsson's message of "Tue, 02 Oct 2001 18:59:33 +0200")

Simon Josefsson <jas@extundo.com> writes:

> Alex Schroeder <alex@gnu.org> 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:

It is not an Emacs bug.  Alex use Emacs 20.7, where gnus-user-agent is
not defined. But you use Emacs 21.

To make it run in Emacs 20.7, users should put the following lines in
.emacs. The following lines are generated and put into gnus-load.el of
Oort Gnus.

(define-mail-user-agent (quote gnus-user-agent) (quote gnus-msg-mail)
 (quote message-send-and-exit) (quote message-kill-buffer) (quote
 message-send-hook))

ShengHuo



      reply	other threads:[~2001-10-02 17:54 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87pu88k8hh.fsf@yahoo.com>
2001-09-30 20:06 ` Alex Schroeder
2001-10-01 20:08   ` Simon Josefsson
2001-10-01 23:40     ` Alex Schroeder
2001-10-02 16:51       ` Simon Josefsson
2001-10-02 17:04         ` ShengHuo ZHU
2001-10-02 18:01           ` Simon Josefsson
2001-10-02 23:45           ` Alex Schroeder
2001-10-02 23:58             ` Alex Schroeder
2001-10-03  0:46               ` ShengHuo ZHU
2001-10-05  0:15                 ` Alex Schroeder
2001-10-02  0:12     ` Alex Schroeder
2001-10-02 16:59       ` Simon Josefsson
2001-10-02 17:54         ` ShengHuo ZHU [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2nofnqkjvq.fsf@zsh.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).