emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Send Bug Report is worse


From: Reiner Steib
Subject: Re: Send Bug Report is worse
Date: Mon, 03 Apr 2006 09:48:09 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

On Mon, Apr 03 2006, Richard Stallman wrote:

>     This message:
>
>      "*** E-Mail body has been placed on clipboard, please paste
>      them here! ***"
>
> I don't see that message when I use it.  It must be specific to some
> aspect of your configuration.  Where does it come from?

The message comes from `mailclient-send-it' which is the default
`send-mail-function' on some platforms:

(defcustom send-mail-function
  (if (and window-system (memq system-type '(darwin windows-nt)))
      'mailclient-send-it
    'sendmail-send-it)
  "Function to call to send the current buffer as mail.
[...])

`mailclient-send-it' tries to delegate the mail message to the
system's default mail client.  There have been suggestions to improve
the message during a related discussion about
`message-send-mail-function' on emacs-devel.

(Cc-ing David Reitter, the author of `mailclient.el')

Bye, Reiner.

[1] See subject "gnus / message-send-mail-with-mailclient" in March.
    http://thread.gmane.org/address@hidden
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

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