From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: mail forwarding not working Date: Thu, 19 Aug 2010 21:27:26 -0700 Organization: None Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1291859709 10458 80.91.229.12 (9 Dec 2010 01:55:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 01:55:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 02:55:05 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PQViq-0006AR-8e for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 02:55:04 +0100 Original-Received: from localhost ([127.0.0.1]:41371 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQVip-0008NB-Ti for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 20:55:03 -0500 Original-Path: usenet.stanford.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 23 Original-NNTP-Posting-Host: xoc2.stanford.edu Original-X-Trace: usenet.stanford.edu 1282278446 28578 171.64.109.31 (20 Aug 2010 04:27:26 GMT) Original-X-Complaints-To: action@cs.stanford.edu X-Spook: terminate defcon Tal Al Za'atar kamikazi Kashmir Rice X-Ran: 3yT=z]?C/AY{G1qrPSX~NR)kc,?hW;wO{Mr(+/OI(Q].4^WU1)PEjlNNk{:]RZK^4_w>Y} X-Hue: cyan X-Attribution: GM Mail-Copies-To: nobody User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cancel-Lock: sha1:C/TE1VDisDxCByMwabPNXDLPmCo= Original-Xref: usenet.stanford.edu gnu.emacs.help:180854 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:76423 Archived-At: Art Werschulz wrote: > Debugger entered--Lisp error: (void-function mail-text-start) > mail-text-start() > rmail-forward(nil) A bug. Try (require 'sendmail) in your .emacs to work around it. > (defun my-message-send-mail-function () > (interactive) > (if (y-or-n-p "Really send? ") > (message-send-mail-with-sendmail) > (error "Send Aborted"))) > > (setq message-send-mail-function 'my-message-send-mail-function) > ------%<--%<--%<---cut here---%<--%<--%<---------------------------- > This allows me to change my mind before sending mail. There is a standard option, message-confirm-send, for this.