From: Glyn Millington Date: Tue, 24 Mar 2015 23:11:23 +0000 (+0000) Subject: Re: Can't compose message in Emacs - Notmuch X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5ba2348fc7261c6d3cba827022586394598956a;p=notmuch-archives.git Re: Can't compose message in Emacs - Notmuch --- diff --git a/e4/79fccae5e36f9c0b37b86d4a897bddb74bfd6b b/e4/79fccae5e36f9c0b37b86d4a897bddb74bfd6b new file mode 100644 index 000000000..bca368d3a --- /dev/null +++ b/e4/79fccae5e36f9c0b37b86d4a897bddb74bfd6b @@ -0,0 +1,119 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id CDB25431E82 + for ; Tue, 24 Mar 2015 23:37:27 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 4.043 +X-Spam-Level: **** +X-Spam-Status: No, score=4.043 tagged_above=-999 required=5 + tests=[DATE_IN_PAST_06_12=1.103, DKIM_ADSP_CUSTOM_MED=0.001, + DNS_FROM_AHBL_RHSBL=2.438, FREEMAIL_FROM=0.001, + NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id sqsNUTeFhdlZ for ; + Tue, 24 Mar 2015 23:37:24 -0700 (PDT) +Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) + (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 6FEF5431E62 + for ; Tue, 24 Mar 2015 23:37:24 -0700 (PDT) +Received: from list by plane.gmane.org with local (Exim 4.69) + (envelope-from ) id 1YaewA-0005IY-M6 + for notmuch@notmuchmail.org; Wed, 25 Mar 2015 07:37:10 +0100 +Received: from cust25-dsl91-135-3.idnet.net ([91.135.3.25]) + by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) + id 1AlnuQ-0007hv-00 + for ; Wed, 25 Mar 2015 07:37:10 +0100 +Received: from glyn.millington by cust25-dsl91-135-3.idnet.net with local + (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 + for ; Wed, 25 Mar 2015 07:37:10 +0100 +X-Injected-Via-Gmane: http://gmane.org/ +To: notmuch@notmuchmail.org +From: Glyn Millington +Subject: Re: Can't compose message in Emacs - Notmuch +Date: Tue, 24 Mar 2015 23:11:23 +0000 +Organization: Utterly lacking +Lines: 50 +Message-ID: <87619q3s9w.fsf@nowhere.org> +References: <878uembwmj.fsf@nowhere.org> <87fv8u6wbc.fsf@maritornes.cs.unb.ca> +Mime-Version: 1.0 +Content-Type: text/plain +X-Complaints-To: usenet@ger.gmane.org +X-Gmane-NNTP-Posting-Host: cust25-dsl91-135-3.idnet.net +X-Liturgical-Date: Weekday: Tuesday of the Fifth Week of Lent, A.D. 2015 +X-Shakespeare: "If you can look into the seeds of time, + And say which grain will grow and which will not, + Speak then to me, who neither beg nor fear + Your favors nor your hate." -- Macbeth, I.3.61-64 +User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) +Cancel-Lock: sha1:j1kFNM+qlrsr7BSZtdSHvz09uPw= +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +Reply-To: glyn.millington@gmail.com +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Wed, 25 Mar 2015 06:37:28 -0000 + +David Bremner writes: + +> Glyn Millington writes: +> +>> Greetings! +>> +>> Emacs 24.4.1 (Arch Linux if that helps) +>> Notmuch 0.19 +>> +>> The problem is that I can neither compose a new email nor reply to an old +>> email unless I have already used message mode (via Gnus) first. +>> I get an error message - Google on the error message below gets me nowhere! +>> +> +> Can you duplicate the error with a minimal .emacs? In particular save +> the following to "run-notmuch.el" and start emacs with +> +> % emacs -Q --load run-emacs.el +> +> ;; -8x------------------------------------------------------------- +> ;; adjust the following line to point to either the .el or .elc of +> ;; notmuch.el +> +> (add-to-list 'load-path "/path/to/notmuch/dot/el") +> (require 'notmuch) +> (notmuch-mua-mail) +> +> ;; -8x------------------------------------------------------------- +> +> If that doesn't error, then the most likely trigger is some setting or +> add on package in your .emacs. Once we know what the trigger is, we can +> try to figure out where bug lies. + +Thanks David, + +It didn't error! + +A thorough trawl through init.el revealed that this line is the culprit + +(setq message-mail-user-agent t) + +which refers on to mail-user-agent, which was invoking gnus! + + +Sorry for the noise. + + +atb + +Glyn +