From unknown Tue Aug 19 05:28:40 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3942: 23.1.50; Reply to mail not as it was Reply-To: jpff , 3942@debbugs.gnu.org Resent-From: jpff Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 27 Jul 2009 10:55:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 3942 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.124869181023720 (code B ref -1); Mon, 27 Jul 2009 10:55:04 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 27 Jul 2009 10:50:10 +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.2 required=4.0 tests=AWL,FOURLA,FVGT_m_MULTI_ODD 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 n6RAo1BR023554 for ; Mon, 27 Jul 2009 03:50:03 -0700 Received: from mail.gnu.org ([199.232.76.166]:43984 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1MVNmK-0003eD-P8 for emacs-pretest-bug@gnu.org; Mon, 27 Jul 2009 06:50:01 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1MVNmG-0000s6-Kq for emacs-pretest-bug@gnu.org; Mon, 27 Jul 2009 06:49:58 -0400 Received: from smarthost02.mail.zen.net.uk ([212.23.3.141]:46145) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MVNmG-0000qi-3Z for emacs-pretest-bug@gnu.org; Mon, 27 Jul 2009 06:49:56 -0400 Received: from [217.155.197.248] (helo=codemist.co.uk) by smarthost02.mail.zen.net.uk with esmtp (Exim 4.63) (envelope-from ) id 1MVNm9-00083p-15 for emacs-pretest-bug@gnu.org; Mon, 27 Jul 2009 10:49:49 +0000 Received: from cardew.codemist.co.uk ([172.16.4.17]) by codemist.co.uk with esmtp (Exim 4.69) (envelope-from ) id 1MVNm8-0000Zf-8T for emacs-pretest-bug@gnu.org; Mon, 27 Jul 2009 11:49:48 +0100 Received: from jpff by cardew.codemist.co.uk with local (Exim 4.69) (envelope-from ) id 1MVNm8-0001YU-0J for emacs-pretest-bug@gnu.org; Mon, 27 Jul 2009 11:49:48 +0100 From: jpff To: emacs-pretest-bug@gnu.org Date: Mon, 27 Jul 2009 11:49:47 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Originating-Smarthost02-IP: [217.155.197.248] X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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: This is hard to explain. I use RMAIL for mail and in the last week or so the behavious has changed for the worse. First I use feedmail to delay mail as I am often off-net. I alse have mild dyslexia and so I use ispell on all mail (autoload 'feedmail-send-it "feedmail") (autoload 'feedmail-run-the-queue "feedmail") (autoload 'feedmail-run-the-queue-no-prompts "feedmail") (setq auto-mode-alist (cons '("\\.fqm$" . mail-mode) auto-mode-alist)) (autoload 'feedmail-queue-reminder "feedmail") (autoload 'feedmail-mail-send-hook-splitter "feedmail") (add-hook 'mail-send-hook 'feedmail-mail-send-hook-splitter) (add-hook 'feedmail-mail-send-hook 'ispell-message) (custom-set-variables '(feedmail-queue-chatty-sit-for 0) '(feedmail-nuke-bcc nil) '(feedmail-nuke-emytp-headers nil) '(feedmail-fill-to-cc nil) '(feedmail-ask-before-queue-default "send") '(feedmail-from-line "jpff@cs.bath.ac.uk")) If I send mail (compose-mail) then it seems to work, but if I reply to a message (r in rmail-mode) then I do not get the BCC, and no spelling check. 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 /home/jpff/GNU_21/emacs-22.0.50/etc/DEBUG for instructions. In GNU Emacs 23.1.50.32 (i686-pc-linux-gnu, GTK+ Version 2.12.0) of 2009-07-27 on cardew Windowing system distributor `The X.Org Foundation', version 11.0.70200000 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: @im=local locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Mail Minor modes in effect: auto-image-file-mode: t show-paren-mode: t display-time-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 line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: C-d C-f C-f C-f C-f C-f 0 C-e SPC o r SPC 3 . 5 % 8 % SPC t o t a l ( f i v i n g SPC g i v i n g SPC 2 3 . 5 % SPC f r o m SPC C-v C-d C-d C-d C-d C-d C-d C-d C-d C-d C-d 7 + ( 2 0 * 0 , 2 . 4 0 * 0 . 2 ) + * . 6 S-SPC = = SPC 1 5 6 % ) B u t SPC n o t h t a SPC a t SPC w o u ; d SPC n o t SPC b e SPC j u s t i c e . = = J o h n SPC f f C-c C-c C-x 0 C-x b * s e M-m < C-e j p f f C-e C o p y SPC o f SPC m a i l C-a C-k C-k C-n C-k C-k C-k C-k C-k C-n C-n C-n C-k C-k C-k C-k C-n C-k C-k C-k C-c C-c x M-m C-g M-x r e p o r Recent messages: Spell-checking region using ispell with default dictionary...done Spell-checking region using ispell with default dictionary... Exited spell-checking Unfrobbing selective-display... FQM: Message action (q, i, d, e, ?)? [send]: FQM: Immediate send... FQM: [D: 3, Q: 2] Sending...done Quit Making completion list... Load-path shadows: /home/jpff/GNU_21/local-lisp/t-mouse hides /home/jpff/GNU_21/emacs-22.0.50/lisp/t-mouse /home/jpff/GNU_21/local-lisp/ruler-mode hides /home/jpff/GNU_21/emacs-22.0.50/lisp/ruler-mode /home/jpff/GNU_21/local-lisp/emerge hides /home/jpff/GNU_21/emacs-22.0.50/lisp/emerge /home/jpff/GNU_21/local-lisp/scroll-lock hides /home/jpff/GNU_21/emacs-22.0.50/lisp/scroll-lock /home/jpff/GNU_21/local-lisp/url hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url /home/jpff/GNU_21/local-lisp/url-vars hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-vars /home/jpff/GNU_21/local-lisp/url-cookie hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-cookie /home/jpff/GNU_21/local-lisp/url-parse hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-parse /home/jpff/GNU_21/local-lisp/url-ns hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-ns /home/jpff/GNU_21/local-lisp/url-nfs hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-nfs /home/jpff/GNU_21/local-lisp/url-news hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-news /home/jpff/GNU_21/local-lisp/url-misc hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-misc /home/jpff/GNU_21/local-lisp/url-ldap hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-ldap /home/jpff/GNU_21/local-lisp/url-irc hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-irc /home/jpff/GNU_21/local-lisp/url-http hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-http /home/jpff/GNU_21/local-lisp/url-gw hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-gw /home/jpff/GNU_21/local-lisp/url-file hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-file /home/jpff/GNU_21/local-lisp/url-cid hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-cid /home/jpff/GNU_21/local-lisp/url-cache hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-cache /home/jpff/GNU_21/local-lisp/url-auth hides /home/jpff/GNU_21/emacs-22.0.50/lisp/url/url-auth /home/jpff/GNU_21/local-lisp/remember hides /home/jpff/GNU_21/emacs-22.0.50/lisp/textmodes/remember /home/jpff/GNU_21/emacs-22.0.50/lisp/vc-mcvs hides /home/jpff/GNU_21/emacs-22.0.50/lisp/obsolete/vc-mcvs /home/jpff/GNU_21/emacs-22.0.50/lisp/resume hides /home/jpff/GNU_21/emacs-22.0.50/lisp/obsolete/resume /home/jpff/GNU_21/local-lisp/socks hides /home/jpff/GNU_21/emacs-22.0.50/lisp/net/socks From unknown Tue Aug 19 05:28:40 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#3942: 23.1.50; Reply to mail not as it was Reply-To: Eli Zaretskii , 3942@debbugs.gnu.org Resent-From: Eli Zaretskii Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 27 Jul 2009 18:40:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 3942 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 3942-submit@emacsbugs.donarmstrong.com id=B3942.124871972412469 (code B ref 3942); Mon, 27 Jul 2009 18:40:06 +0000 Received: (at 3942) by emacsbugs.donarmstrong.com; 27 Jul 2009 18:35: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=-4.9 required=4.0 tests=AWL,HAS_BUG_NUMBER autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mtaout3.012.net.il (mtaout3.012.net.il [84.95.2.7]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n6RIZIsf012323 for <3942@emacsbugs.donarmstrong.com>; Mon, 27 Jul 2009 11:35:19 -0700 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KNG00K00DRRIQ00@i_mtaout3.012.net.il> for 3942@emacsbugs.donarmstrong.com; Mon, 27 Jul 2009 21:35:11 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.23.145]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KNG00751EAMJPE0@i_mtaout3.012.net.il>; Mon, 27 Jul 2009 21:35:11 +0300 (IDT) Date: Mon, 27 Jul 2009 21:35:10 +0300 From: Eli Zaretskii In-reply-to: X-012-Sender: halo1@inter.net.il To: jpff , 3942@debbugs.gnu.org Message-id: <838wia3rfl.fsf@gnu.org> References: > From: jpff > Date: Mon, 27 Jul 2009 11:49:47 +0100 > Cc: > > This is hard to explain. I use RMAIL for mail and in the last week or > so the behavious has changed for the worse. Do you get your previous behavior if you put the stuff below in your ~/.emacs and restart Emacs? (setq mail-user-agent 'sendmail-user-agent) From debbugs-submit-bounces@debbugs.gnu.org Sat Sep 17 02:59:29 2011 Received: (at control) by debbugs.gnu.org; 17 Sep 2011 06:59:29 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4os2-0007IX-PN for submit@debbugs.gnu.org; Sat, 17 Sep 2011 02:59:27 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4os0-0007IQ-5x for control@debbugs.gnu.org; Sat, 17 Sep 2011 02:59:24 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R4onF-0003oE-Tn for control@debbugs.gnu.org; Sat, 17 Sep 2011 08:54:29 +0200 Date: Sat, 17 Sep 2011 08:51:11 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #3942 X-MailScanner-ID: 1R4onF-0003oE-Tn X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316847270.3264@g8MD2QNyxt8Jr/ijNu5MjQ X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) close 3942 From unknown Tue Aug 19 05:28:40 2025 X-Loop: help-debbugs@gnu.org Subject: bug#3942: 23.1.50; Reply to mail not as it was Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 17 Sep 2011 07:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 3942 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 3942@debbugs.gnu.org, jpff Received: via spool by 3942-submit@debbugs.gnu.org id=B3942.13162439003811 (code B ref 3942); Sat, 17 Sep 2011 07:19:01 +0000 Received: (at 3942) by debbugs.gnu.org; 17 Sep 2011 07:18:20 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4pAE-0000zE-PA for submit@debbugs.gnu.org; Sat, 17 Sep 2011 03:18:18 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R4pAC-0000z2-0k for 3942@debbugs.gnu.org; Sat, 17 Sep 2011 03:18:13 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R4p5R-0004Gk-7e; Sat, 17 Sep 2011 09:13:17 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: <838wia3rfl.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 27 Jul 2009 21:35:10 +0300") Date: Sat, 17 Sep 2011 08:51:08 +0200 Message-ID: References: <838wia3rfl.fsf@gnu.org> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Various's _Not Alone (3)_: "Antony - Hole In My Soul" MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1R4p5R-0004Gk-7e X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316848397.42723@/YW0Epok4gbQSQRnXwLt4g X-Spam-Status: No X-Spam-Score: -2.7 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) Eli Zaretskii writes: > Do you get your previous behavior if you put the stuff below in your > ~/.emacs and restart Emacs? > > (setq mail-user-agent 'sendmail-user-agent) More information was requested two years ago, but was apparently not given, so I'm closing this bug report. If the bug still exists, please reopen the report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/