From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Capello Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.50; [message-send-mail-function] wrong description and regression Date: Tue, 20 Nov 2007 14:01:57 +0100 Message-ID: <87d4u5jcje.fsf@gismo.pca.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: ger.gmane.org 1195581913 30461 80.91.229.12 (20 Nov 2007 18:05:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 Nov 2007 18:05:13 +0000 (UTC) Cc: rfrancoise@debian.org To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 20 19:05:16 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 1IuXSy-0000gn-Ip for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2007 19:04:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuXSk-0002r3-PQ for ged-emacs-devel@m.gmane.org; Tue, 20 Nov 2007 13:04:42 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IuXS3-0001uM-Nv for emacs-devel@gnu.org; Tue, 20 Nov 2007 13:03:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IuXS2-0001sD-FN for emacs-devel@gnu.org; Tue, 20 Nov 2007 13:03:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IuXS2-0001rZ-7S for emacs-devel@gnu.org; Tue, 20 Nov 2007 13:03:58 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuXS1-0001Jx-N4 for emacs-devel@gnu.org; Tue, 20 Nov 2007 13:03: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 1IuXS0-0001Aq-VQ for emacs-pretest-bug@gnu.org; Tue, 20 Nov 2007 13:03:57 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IuXRx-0001If-Hj for emacs-pretest-bug@gnu.org; Tue, 20 Nov 2007 13:03:56 -0500 Original-Received: from mbox.unige.ch ([129.194.9.209]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IuXRx-00017I-0N for emacs-pretest-bug@gnu.org; Tue, 20 Nov 2007 13:03:53 -0500 Original-Received: from gismo.pca.it ([129.194.56.110]) by mbox.unige.ch (Sun Java(tm) System Messaging Server 6.3-1.04 (built May 9 2007; 32bit)) with ESMTPSA id <0JRT003RTGTKJZ10@mbox.unige.ch> for emacs-pretest-bug@gnu.org; Tue, 20 Nov 2007 19:03:20 +0100 (CET) Original-Received: by gismo.pca.it (Postfix, from userid 1000) id E69515A349; Tue, 20 Nov 2007 14:01:57 +0100 (CET) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) 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:83729 gmane.emacs.pretest.bugs:20319 Archived-At: 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: $ emacs -Q M-: (require 'sendmail) M-: (require 'message) C-h v message-send-mail-function Thx, bye, Gismo / Luca If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. If you would like to further debug the crash, please read the file /usr/share/emacs/23.0.50/etc/DEBUG for instructions. In GNU Emacs 23.0.50.1 (x86_64-pc-linux-gnu) of 2007-11-19 on elegiac, modified by Debian (Debian emacs-snapshot package, version 1:20071119-1) configured using `configure '--build' 'x86_64-linux-gnu' '--host' 'x86_64-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.50/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.50/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/23.0.50/leim' '--with-x=no' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Group Minor modes in effect: gnus-topic-mode: t gnus-undo-mode: t gpm-mouse-mode: t display-battery-mode: t display-time-mode: t show-paren-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Recent input: A ESC [ B ESC [ B ESC [ B ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ B ESC [ B ESC [ B ESC [ B ESC [ B ESC [ A ESC [ A ESC [ A ESC [ A ESC [ B C-c ESC f g ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A ESC [ A g ESC [ B ESC [ A ESC [ A ESC [ A RET RET # RET # ESC [ B RET # ESC [ B ESC [ B ESC [ B RET # RET # RET # RET # ESC [ B RET # ESC > ESC < B DEL y x RET ESC u ESC [ A B m C-a C-k n n m l TAB l i TAB D e b i TAB p r TAB RET ESC [ B # # # ESC [ A ESC [ A B m C-a C-k n n m l TAB l i TAB D e DEL DEL B l u TAB RET ESC [ B ESC [ B ESC [ B RET y B m C-a C-k n n m l TAB l i TAB D e b i TAB N e TAB RET x q ESC x d e b i TAB DEL DEL DEL DEL DEL DEL DEL e m a c s TAB p r e TAB DEL DEL DEL r e p o TAB TAB DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL r e p o TAB r t TAB e m TAB b u TAB RET Recent messages: Wrote /home/luca/Mail/lists/BlueZ-devel/9114 Wrote /home/luca/Mail/lists/BlueZ-devel/9115 Key 0x88D224B6 not found; attempt to fetch? (y or n) Contacting host: subkeys.pgp.net:11371 Moving to nnml:lists.Debian.NewMaint: (160088)... Wrote /home/luca/Mail/lists/Debian/NewMaint/652 Generating summary...done Exiting summary buffer and applying spam rules nnimap: Setting marks in INBOX...done Making completion list...