From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.50; [message-send-mail-function] wrong description and regression Date: Tue, 20 Nov 2007 10:18:11 -0800 Message-ID: References: <87d4u5jcje.fsf@gismo.pca.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1195582925 1992 80.91.229.12 (20 Nov 2007 18:22:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2007 18:22:05 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, rfrancoise@debian.org, Reiner Steib To: Luca Capello Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 20 19:22:11 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IuXje-0007yN-2v for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2007 19:22:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuXjQ-0003sT-5G for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2007 13:21:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuXiW-0003Y4-4s for emacs-devel@gnu.org; Tue, 20 Nov 2007 13:21:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuXiT-0003Vx-Fz for emacs-devel@gnu.org; Tue, 20 Nov 2007 13:20:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuXiT-0003Vn-9L for emacs-devel@gnu.org; Tue, 20 Nov 2007 13:20:57 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuXiS-0006ri-M8 for emacs-devel@gnu.org; Tue, 20 Nov 2007 13:20:57 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuXiS-00040I-3W for emacs-pretest-bug@gnu.org; Tue, 20 Nov 2007 13:20:56 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IuXiP-0006ql-PC for emacs-pretest-bug@gnu.org; Tue, 20 Nov 2007 13:20:56 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuXiP-0006qV-DL for emacs-pretest-bug@gnu.org; Tue, 20 Nov 2007 13:20:53 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id lAKIIBDR008853; Tue, 20 Nov 2007 10:18:22 -0800 (PST) In-Reply-To: <87d4u5jcje.fsf@gismo.pca.it> (Luca Capello's message of "Tue, 20 Nov 2007 14:01:57 +0100") Original-Lines: 34 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:83730 gmane.emacs.pretest.bugs:20320 Archived-At: Luca Capello writes: > Please write in English if possible, because the Emacs maintainers > usually do not have translators to read other languages for them. > > Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. > > Please describe exactly what actions triggered the bug > and the precise symptoms of the bug: > > Hello! > > Please Cc: me, I'm not subscribed to the list. > > Since at least one week `message-send-mail-function' gets assigned a > wrong default value, which, according to its description, should be > `message-send-mail-with-sendmail'. However, it seems that the default > value is `smtpmail-send-it'. In fact, I discovered this bug because > after the weekly upgrade of the Debian emacs-snapshot package I couldn't > send mail anymore from Gnus. > > Steps to reproduce the bug: > > $ emacs -Q > M-: (require 'message) > C-h v message-send-mail-function > > The bug is caused by the fact that `sendmail-program' isn't bounded in > lisp/gnus/message.el:624. The following steps restore the "default" > behavior: Thanks for the bug report. This has been known for a few weeks, Reiner Steib has a fix for it, he said he'd install it when he gets a chance.