From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 2F8BA6DE133F for ; Wed, 23 Aug 2017 06:40:33 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.011, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0bZqWlWpgQyJ for ; Wed, 23 Aug 2017 06:40:32 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 575876DE1338 for ; Wed, 23 Aug 2017 06:40:32 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1dkVq4-00066u-Dv; Wed, 23 Aug 2017 09:36:56 -0400 Received: (nullmailer pid 12964 invoked by uid 1000); Wed, 23 Aug 2017 13:40:28 -0000 From: David Bremner To: Christoph Groth , notmuch@notmuchmail.org Subject: Re: Importing notmuch should not change user configuration In-Reply-To: <8760dexzai.fsf@grothesque.org>, <548E21FD.4040307@poczta.fm> References: <8760dexzai.fsf@grothesque.org> Date: Wed, 23 Aug 2017 10:40:28 -0300 Message-ID: <87o9r6z9kj.fsf@tesseract.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 Precedence: list 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, 23 Aug 2017 13:40:33 -0000 Christoph Groth writes: > Hello, > > I=E2=80=99m using emacs notmuch together with Gnus and I noticed that M-x= =20 > compose-mail stopped working properly for me since. I identified=20 > notmuch as culprit: (requre =E2=80=99notmuch) sets the user-customizable= =20 > variable mail-user-agent. I believe that such behavior is not=20 > expected of emacs modules. > > A patch [1] has been proposed to fix this in 2014, but never=20 > accepted. Is there a reason why the problematic behavior has been=20 > kept? I seems like the discussion in that thread stalled without any real concensus (I have relinked this message to that thread, hopefully). As a general principle I agree notmuch should not be changing global varibles just by being loaded; OTOH I have not carefully analyzed this situation. d