From unknown Sun Jun 15 08:51:21 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#5020: 23.1.50; error on loading message library Reply-To: Robert Marshall , 5020@debbugs.gnu.org Resent-From: Robert Marshall Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Mon, 23 Nov 2009 12:40:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 5020 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12589796103538 (code B ref -1); Mon, 23 Nov 2009 12:40:05 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 23 Nov 2009 12:33:30 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.8 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nANCXSMb003535 for ; Mon, 23 Nov 2009 04:33:30 -0800 Received: from mx10.gnu.org ([199.232.76.166]:35030) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1NCY6h-0000Wx-FL for emacs-pretest-bug@gnu.org; Mon, 23 Nov 2009 07:33:27 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NCY6d-0007lK-Sc for emacs-pretest-bug@gnu.org; Mon, 23 Nov 2009 07:33:26 -0500 Received: from [188.65.176.113] (port=34570 helo=imap.tnei.co.uk) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCY6d-0007jX-74 for emacs-pretest-bug@gnu.org; Mon, 23 Nov 2009 07:33:23 -0500 Received: from mangw.ipsa-power.com ([83.138.33.114] helo=robert-laptop.tnei.co.uk) by imap.tnei.co.uk with esmtp (Exim 4.69) (envelope-from ) id 1NCXaT-0004Vn-Dq for emacs-pretest-bug@gnu.org; Mon, 23 Nov 2009 12:00:17 +0000 From: Robert Marshall To: emacs-pretest-bug@gnu.org Date: Mon, 23 Nov 2009 12:00:51 +0000 Message-ID: <87my2dsb64.fsf@tnei.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SA-Exim-Connect-IP: 83.138.33.114 X-SA-Exim-Mail-From: robert.marshall@tnei.co.uk X-SA-Exim-Version: 4.2.1 (built Thu, 26 Jun 2008 09:24:34 +0000) X-SA-Exim-Scanned: Yes (on imap.tnei.co.uk) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Greylist: delayed 1932 seconds by postgrey-1.27 at monty-python; Mon, 23 Nov 2009 07:33:17 EST 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. If you can, give a recipe starting from `emacs -Q': If I start emacs and evaluate the following code (setq message-send-mail-function 'smtpmail-send-it send-mail-function 'smtpmail-send-it smtpmail-default-smtp-server "www.tnei.co.uk") (setq smtpmail-local-domain "tnei.co.uk") (setq user-full-name "Robert Marshall") (setq user-mail-address "robert.marshall@tnei.co.uk") and then M-x load-library tramp I get the following tracback Debugger entered--Lisp error: (void-variable mail-envelope-from) (if (featurep (quote xemacs)) nil mail-envelope-from) eval((if (featurep (quote xemacs)) nil mail-envelope-from)) custom-initialize-reset(message-sendmail-envelope-from (if (featurep (quote xemacs)) nil mail-envelope-from)) custom-declare-variable(message-sendmail-envelope-from (if (featurep (quote xemacs)) nil mail-envelope-from) ("/home/robert/emacs/lisp/gnus/message.elc" . -29489) :version "22.1" :type (choice (string :tag "From name") (const :tag "Use From: header from message" header) (const :tag "Use `user-mail-address'" nil)) :link (custom-manual "(message)Mail Variables") :group message-sending) require(message) ; bytecode removed require(tramp-imap) ; rest of tb removed 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'. For information about debugging Emacs, please read the file /home/robert/emacs/etc/DEBUG. Note that the following is not all correct - I can't report a bug with the latest version (got from cvs this morning) due to this problem! In GNU Emacs 23.1.50.7 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.3) of 2009-11-06 on robert-laptop Windowing system distributor `The X.Org Foundation', version 11.0.10604000 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_GB.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Preparing diary... No diary entries for Monday, 23 November 2009 For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: /home/robert/emacs/lisp/subword hides /home/robert/emacs/lisp/progmodes/subword /home/robert/emacs/lisp/emacs-lisp/lucid hides /home/robert/emacs/lisp/obsolete/lucid /home/robert/emacs/lisp/emacs-lisp/levents hides /home/robert/emacs/lisp/obsolete/levents Features: (shadow mail-extr message ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash mail-utils emacsbug sendmail cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs diary-lib diary-loaddefs regexp-opt cal-menu easymenu calendar cal-loaddefs tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process gtk x-toolkit x multi-tty emacs) From rgm@gnu.org Mon Nov 23 09:25:13 2009 Received: (at control) by emacsbugs.donarmstrong.com; 23 Nov 2009 17:25:13 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-5.2 required=4.0 tests=AWL,ONEWORD,VALID_BTS_CONTROL, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nANHPB9E001163 for ; Mon, 23 Nov 2009 09:25:12 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1NCcf1-00013Z-0c; Mon, 23 Nov 2009 12:25:11 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19210.50550.984271.186179@fencepost.gnu.org> Date: Mon, 23 Nov 2009 12:25:10 -0500 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: cyan X-Ran: a/L1^XLLMd8Q[t{~kSb-(xD\J3M[&F0_T5vW(Sv>R$7)1>s=1_r)gFl!6?ciu6'4$A*p&P X-Debbugs-No-Ack: yes merge 5022 5020 From unknown Sun Jun 15 08:51:21 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: Robert Marshall Subject: bug#5020 closed by Glenn Morris (Re: bug#5020: 23.1.50; error on loading message library) Message-ID: References: <9rr5rn67xj.fsf@fencepost.gnu.org> <87my2dsb64.fsf@tnei.co.uk> X-Emacs-PR-Message: they-closed 5020 X-Emacs-PR-Package: emacs Reply-To: 5020@debbugs.gnu.org Date: Tue, 24 Nov 2009 19:30:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1259091003-15051-1" This is a multi-part message in MIME format... ------------=_1259091003-15051-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #5020: 23.1.50; error on loading message library It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 5020: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D5020 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1259091003-15051-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 5020-done) by emacsbugs.donarmstrong.com; 24 Nov 2009 19:26:18 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-7.2 required=4.0 tests=AWL,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nAOJQHH5014930 for <5020-done@emacsbugs.donarmstrong.com>; Tue, 24 Nov 2009 11:26:18 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1ND11k-0005LZ-Ib; Tue, 24 Nov 2009 14:26:16 -0500 From: Glenn Morris To: 5020-done@debbugs.gnu.org Subject: Re: bug#5020: 23.1.50; error on loading message library References: <87my2dsb64.fsf@tnei.co.uk> X-Spook: red noise Majic BROMURE spies MILSATCOM arrangements X-Ran: r\u@,kC3r6N>JX"X3T38lB~PF_H8, (Robert Marshall's message of "Mon, 23 Nov 2009 12:00:51 +0000") Message-ID: <9rr5rn67xj.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 2009-11-24 Katsumi Yamaoka * message.el (message-from-style, message-interactive) (message-signature): Always set default values from the corresponding mail-* variables. (message-cite-prefix-regexp, message-sendmail-envelope-from) (message-yank-prefix, message-indentation-spaces) (message-signature-file, message-default-headers): Use boundp rather than (featurep 'xemacs) to check if the corresponding mail-* variables exist. ------------=_1259091003-15051-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 23 Nov 2009 12:33:30 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-0.8 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nANCXSMb003535 for ; Mon, 23 Nov 2009 04:33:30 -0800 Received: from mx10.gnu.org ([199.232.76.166]:35030) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1NCY6h-0000Wx-FL for emacs-pretest-bug@gnu.org; Mon, 23 Nov 2009 07:33:27 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NCY6d-0007lK-Sc for emacs-pretest-bug@gnu.org; Mon, 23 Nov 2009 07:33:26 -0500 Received: from [188.65.176.113] (port=34570 helo=imap.tnei.co.uk) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NCY6d-0007jX-74 for emacs-pretest-bug@gnu.org; Mon, 23 Nov 2009 07:33:23 -0500 Received: from mangw.ipsa-power.com ([83.138.33.114] helo=robert-laptop.tnei.co.uk) by imap.tnei.co.uk with esmtp (Exim 4.69) (envelope-from ) id 1NCXaT-0004Vn-Dq for emacs-pretest-bug@gnu.org; Mon, 23 Nov 2009 12:00:17 +0000 From: Robert Marshall To: emacs-pretest-bug@gnu.org Date: Mon, 23 Nov 2009 12:00:51 +0000 Message-ID: <87my2dsb64.fsf@tnei.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SA-Exim-Connect-IP: 83.138.33.114 X-SA-Exim-Mail-From: robert.marshall@tnei.co.uk Subject: 23.1.50; error on loading message library X-SA-Exim-Version: 4.2.1 (built Thu, 26 Jun 2008 09:24:34 +0000) X-SA-Exim-Scanned: Yes (on imap.tnei.co.uk) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-Greylist: delayed 1932 seconds by postgrey-1.27 at monty-python; Mon, 23 Nov 2009 07:33:17 EST 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. If you can, give a recipe starting from `emacs -Q': If I start emacs and evaluate the following code (setq message-send-mail-function 'smtpmail-send-it send-mail-function 'smtpmail-send-it smtpmail-default-smtp-server "www.tnei.co.uk") (setq smtpmail-local-domain "tnei.co.uk") (setq user-full-name "Robert Marshall") (setq user-mail-address "robert.marshall@tnei.co.uk") and then M-x load-library tramp I get the following tracback Debugger entered--Lisp error: (void-variable mail-envelope-from) (if (featurep (quote xemacs)) nil mail-envelope-from) eval((if (featurep (quote xemacs)) nil mail-envelope-from)) custom-initialize-reset(message-sendmail-envelope-from (if (featurep (quote xemacs)) nil mail-envelope-from)) custom-declare-variable(message-sendmail-envelope-from (if (featurep (quote xemacs)) nil mail-envelope-from) ("/home/robert/emacs/lisp/gnus/message.elc" . -29489) :version "22.1" :type (choice (string :tag "From name") (const :tag "Use From: header from message" header) (const :tag "Use `user-mail-address'" nil)) :link (custom-manual "(message)Mail Variables") :group message-sending) require(message) ; bytecode removed require(tramp-imap) ; rest of tb removed 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'. For information about debugging Emacs, please read the file /home/robert/emacs/etc/DEBUG. Note that the following is not all correct - I can't report a bug with the latest version (got from cvs this morning) due to this problem! In GNU Emacs 23.1.50.7 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.3) of 2009-11-06 on robert-laptop Windowing system distributor `The X.Org Foundation', version 11.0.10604000 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_GB.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: Recent messages: Preparing diary... No diary entries for Monday, 23 November 2009 For information about GNU Emacs and the GNU system, type C-h C-a. Load-path shadows: /home/robert/emacs/lisp/subword hides /home/robert/emacs/lisp/progmodes/subword /home/robert/emacs/lisp/emacs-lisp/lucid hides /home/robert/emacs/lisp/obsolete/lucid /home/robert/emacs/lisp/emacs-lisp/levents hides /home/robert/emacs/lisp/obsolete/levents Features: (shadow mail-extr message ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash mail-utils emacsbug sendmail cal-china lunar solar cal-dst cal-bahai cal-islam cal-hebrew holidays hol-loaddefs diary-lib diary-loaddefs regexp-opt cal-menu easymenu calendar cal-loaddefs tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process gtk x-toolkit x multi-tty emacs) ------------=_1259091003-15051-1-- From unknown Sun Jun 15 08:51:21 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: owner@emacsbugs.donarmstrong.com From: help-debbugs@gnu.org (Emacs bug Tracking System) To: ofv@wanadoo.es =?UTF-8?Q?(=C3=93scar?= Fuentes) Subject: bug#5022 closed by Glenn Morris (Re: bug#5020: 23.1.50; error on loading message library) Message-ID: References: <9rr5rn67xj.fsf@fencepost.gnu.org> <87k4xhguev.fsf@telefonica.net> X-Emacs-PR-Message: they-closed 5022 X-Emacs-PR-Package: emacs Reply-To: 5022@debbugs.gnu.org Date: Tue, 24 Nov 2009 19:30:05 +0000 Content-Type: multipart/mixed; boundary="----------=_1259091005-15051-3" This is a multi-part message in MIME format... ------------=_1259091005-15051-3 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" This is an automatic notification regarding your bug report which was filed against the emacs package: #5020: 23.1.50; Symbol's value as variable is void: mail-envelope-from It has been closed by Glenn Morris . Their explanation is attached below along with your original report. If this explanation is unsatisfactory and you have not received a better one in a separate message then please contact Glenn Morris by replying to this email. --=20 5020: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D5020 Emacs Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1259091005-15051-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 5020-done) by emacsbugs.donarmstrong.com; 24 Nov 2009 19:26:18 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-7.2 required=4.0 tests=AWL,HAS_BUG_NUMBER, X_DEBBUGS_NO_ACK autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nAOJQHH5014930 for <5020-done@emacsbugs.donarmstrong.com>; Tue, 24 Nov 2009 11:26:18 -0800 Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1ND11k-0005LZ-Ib; Tue, 24 Nov 2009 14:26:16 -0500 From: Glenn Morris To: 5020-done@debbugs.gnu.org Subject: Re: bug#5020: 23.1.50; error on loading message library References: <87my2dsb64.fsf@tnei.co.uk> X-Spook: red noise Majic BROMURE spies MILSATCOM arrangements X-Ran: r\u@,kC3r6N>JX"X3T38lB~PF_H8, (Robert Marshall's message of "Mon, 23 Nov 2009 12:00:51 +0000") Message-ID: <9rr5rn67xj.fsf@fencepost.gnu.org> User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 2009-11-24 Katsumi Yamaoka * message.el (message-from-style, message-interactive) (message-signature): Always set default values from the corresponding mail-* variables. (message-cite-prefix-regexp, message-sendmail-envelope-from) (message-yank-prefix, message-indentation-spaces) (message-signature-file, message-default-headers): Use boundp rather than (featurep 'xemacs) to check if the corresponding mail-* variables exist. ------------=_1259091005-15051-3 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 23 Nov 2009 15:00:24 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.4 required=4.0 tests=AWL,FOURLA,MURPHY_DRUGS_REL8 autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nANF0Mtb019389 for ; Mon, 23 Nov 2009 07:00:24 -0800 Received: from mail.gnu.org ([199.232.76.166]:42361 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1NCaOr-0003vo-Py for emacs-pretest-bug@gnu.org; Mon, 23 Nov 2009 10:00:21 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NCaOm-0007Od-JV for emacs-pretest-bug@gnu.org; Mon, 23 Nov 2009 10:00:20 -0500 Received: from impaqm5.telefonica.net ([213.4.138.5]:44896) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCaOl-0007OL-Gv for emacs-pretest-bug@gnu.org; Mon, 23 Nov 2009 10:00:16 -0500 Received: from IMPmailhost4.adm.correo ([10.20.102.125]) by IMPaqm5.telefonica.net with bizsmtp id 8c4c1d03P2iL0W23Rf0E2a; Mon, 23 Nov 2009 16:00:14 +0100 Received: from qcore ([83.40.117.83]) by IMPmailhost4.adm.correo with BIZ IMP id 8f0B1d00Z1o2LpP1kf0CMJ; Mon, 23 Nov 2009 16:00:14 +0100 X-TE-authinfo: authemail="981711563$telefonica.net" |auth_email="981711563@telefonica.net" X-TE-AcuTerraCos: auth_cuTerraCos="cosuitnetc01" From: ofv@wanadoo.es (=?utf-8?Q?=C3=93scar?= Fuentes) To: emacs-pretest-bug@gnu.org Subject: 23.1.50; Symbol's value as variable is void: mail-envelope-from Date: Mon, 23 Nov 2009 15:58:16 +0100 Message-ID: <87k4xhguev.fsf@telefonica.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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. If you can, give a recipe starting from `emacs -Q': When gnus is invoked, it fails with this error: eval: Symbol's value as variable is void: mail-envelope-from If this line is commented out from custom-set-variables on my .emacs: '(message-send-mail-function (quote smtpmail-send-it)) the error does not happen. This is the backtrace: Debugger entered--Lisp error: (void-variable mail-envelope-from) (if (featurep (quote xemacs)) nil mail-envelope-from) eval((if (featurep (quote xemacs)) nil mail-envelope-from)) custom-initialize-reset(message-sendmail-envelope-from (if (featurep (quote xemacs)) nil mail-envelope-from)) custom-declare-variable(message-sendmail-envelope-from (if (featurep (quote xemacs)) nil mail-envelope-from) ("/home/oscar/dev/other/emacs/lisp/gnus/message.elc" . -29489) :version "22.1" :type (choice (string :tag "From name") (const :tag "Use From: header from message" header) (const :tag "Use `user-mail-address'" nil)) :link (custom-manual "(message)Mail Variables") :group message-sending) require(message) byte-code("\300\301!\210\300\302!\210\300\303!\210\304\305\306\"\210\304\307\306\"\210\304\310\306\"\210\304\311\306\"\207" [require gnus message gnus-range autoload gnus-agent-expire "gnus-agent" gnus-agent-regenerate-group gnus-agent-read-servers-validate-native gnus-agent-possibly-synchronize-flags-server] 3) require(gnus-int) byte-code("\300\301!\210\300\302!\210\300\303!\210\300\304!\210\300\305!\210\300\306!\210\307\310\311\"\210\307\312\313\"\210\307\314\313\"\210\307\315\313\"\207" [require gnus gnus-win gnus-int gnus-spec gnus-range gnus-util autoload message-make-date "message" gnus-agent-read-servers-validate "gnus-agent" gnus-agent-save-local gnus-agent-possibly-alter-active] 3) gnus-1(nil nil nil) ad-Orig-gnus(nil nil nil) gnus(nil) call-interactively(gnus t nil) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) 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'. For information about debugging Emacs, please read the file /home/oscar/dev/other/emacs/etc/DEBUG. In GNU Emacs 23.1.50.3 (x86_64-unknown-linux-gnu, X toolkit) of 2009-11-23 on qcore Windowing system distributor `The X.Org Foundation', version 11.0.10604000 configured using `configure '--without-xaw3d' '--with-x-toolkit=athena'' 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 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default enable-multibyte-characters: t Major mode: Debugger Minor modes in effect: show-paren-mode: t diff-auto-refine-mode: t iswitchb-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t Recent input: M-x s e t SPC d e b u g SPC t - v a r i s e t - d e b u g - o n d e b u g - o n e r r t M-x g n u s M-x a b o r t SPC r e C-x b b a c C-g M-x g n s u s C-SPC M-w Recent messages: timeclock-find-discrep Loading vc-svn...done Mark set Loading `~/.emacs': old-style backquotes detected! For information about GNU Emacs and the GNU system, type C-h C-a. call-interactively: Text is read-only Entering debugger... Quit [2 times] Entering debugger... Mark set Load-path shadows: None found. Features: (shadow mail-extr message emacsbug sendmail help-mode view debug ecomplete rfc822 mml mml-sec password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045 qp ietf-drums mailabbrev gmm-utils mailheader canlock sha1 hex-util hashcash gnus-win gnus gnus-ems nnheader gnus-util netrc time-date mail-utils mm-util mail-prsvr cus-edit cus-start cus-load vc-dispatcher vc-svn parse-time vc-cvs find-func timeclock timeclock-x compile comint lp0-mode preview prv-emacs info reporter desktop latex tex-style tex-buf tex tex-site auto-loads paren uniquify server psvn byte-opt bytecomp byte-compile derived edmacro kmacro wid-edit cl cl-19 log-edit ring pcvs-util add-log diff-mode easy-mmode pp elp ediff-merg ediff-diff ediff-wind ediff-mult ediff-help ediff-init ediff-util dired easymenu bbdb-autoloads bbdb regexp-opt timezone iswitchb advice help-fns advice-preload tooltip ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd font-setting tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button minibuffer faces cus-face text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process font-render-setting x-toolkit x multi-tty emacs) ------------=_1259091005-15051-3--