emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.60; emacs-report-bug fails silently


From: Reiner Steib
Subject: Re: 23.0.60; emacs-report-bug fails silently
Date: Sat, 31 May 2008 12:56:01 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2.50 (gnu/linux)

On Sat, May 31 2008, Lennart Borgman (gmail) wrote:

> Though I am not at all sure what is happening on your system. On my w32 system
> mail-user-agent is 'sendmail-user-agent. 

`mail-user-agent' primarily specifies which *mail composition* package
is used:

,----[ <f1> v mail-user-agent RET ]
| mail-user-agent is a variable defined in `simple.el'.
| Its value is gnus-user-agent
| 
| Documentation:
| *Your preference for a mail composition package.
| Various Emacs Lisp packages (e.g. Reporter) require you to compose an
| outgoing email message.  This variable lets you specify which
| mail-sending package you prefer.  
| 
| Valid values include:
| 
|   `sendmail-user-agent' -- use the default Emacs Mail package.
|                            See Info node `(emacs)Sending Mail'.
|   `mh-e-user-agent'     -- use the Emacs interface to the MH mail system.
|                            See Info node `(mh-e)'.
|   `message-user-agent'  -- use the Gnus Message package.
|                            See Info node `(message)'.
|   `gnus-user-agent'     -- like `message-user-agent', but with Gnus
|                            paraphernalia, particularly the Gcc: header for
|                            archiving.
| 
| Additional valid symbols may be available; check with the author of
| your package for details.  The function should return non-nil if it
| succeeds.
| 
| See also `read-mail-command' concerning reading mail.
| 
| You can customize this variable.
`----

> However when sending bug reports mailclient-send-it' is used to send
> the message.

If `mail-user-agent' is `sendmail-user-agent', the value from
`send-mail-function' specifies how to *send* the prepared mail.  When
`mail-user-agent' is `message-user-agent' or `gnus-user-agent',
`message-send-mail-function' is used.  Dunno about `mh-e-user-agent'.

See also my other mail: <address@hidden>.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]