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 CC204431FBD for ; Wed, 28 May 2014 23:57:30 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 gkU9yRvraizG for ; Wed, 28 May 2014 23:57:23 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id 6DD48431FB6 for ; Wed, 28 May 2014 23:57:23 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id EC25010008F; Thu, 29 May 2014 09:57:13 +0300 (EEST) From: Tomi Ollila To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH] test: use --quick when starting emacs. In-Reply-To: <1401323187-17799-1-git-send-email-david@tethera.net> References: <1401323187-17799-1-git-send-email-david@tethera.net> User-Agent: Notmuch/0.18+28~gcecaba1 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Thu, 29 May 2014 06:57:30 -0000 On Thu, May 29 2014, David Bremner wrote: > At least in emacs24, this removes the "site-lisp" directories from the > load path in addition to enforcing --no-site-lisp --no-init-file. > > This works around a slightly mysterious bug on Debian that causes > test-lib.el not to load when there is cl-lib.el(c) in some site-lisp > directory. It should be harmless in general since we really don't > want to load any files from addon packages to emacs. > --- LGTM. works with emacs 23.1.1 and emacs 24.3.1 Funnily, if make test is run w/o setting EMACS run_emacs.sh will have: ./test/tmp.T350-crypto/run_emacs:15:exec emacs --quick --quick --directory ... Tomi