From: David Bremner Date: Thu, 19 Nov 2015 11:56:07 +0000 (+2000) Subject: Re: [PÄTCH] notmuch-emacs-mua: set EMACS{,CLIENT} variables to defaults when empty X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=add43cff42f9619b1fd347209e2971651c14225a;p=notmuch-archives.git Re: [PÄTCH] notmuch-emacs-mua: set EMACS{,CLIENT} variables to defaults when empty --- diff --git a/3f/cd508bbd6cb8ec05e910e72d442dfbf12cb855 b/3f/cd508bbd6cb8ec05e910e72d442dfbf12cb855 new file mode 100644 index 000000000..e071f0d1e --- /dev/null +++ b/3f/cd508bbd6cb8ec05e910e72d442dfbf12cb855 @@ -0,0 +1,61 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 473B66DE1A05 + for ; Thu, 19 Nov 2015 03:57:27 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.093 +X-Spam-Level: +X-Spam-Status: No, score=0.093 tagged_above=-999 required=5 tests=[AWL=0.093] + 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 1e3JoENtT2m3 for ; + Thu, 19 Nov 2015 03:57:25 -0800 (PST) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 7CC2A6DE1A01 + for ; Thu, 19 Nov 2015 03:57:25 -0800 (PST) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZzNpE-0003xb-2y; Thu, 19 Nov 2015 11:56:28 +0000 +Received: (nullmailer pid 29343 invoked by uid 1000); Thu, 19 Nov 2015 + 11:56:07 -0000 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Cc: tomi.ollila@iki.fi +Subject: Re: =?utf-8?Q?=5BP=C3=84TCH=5D?= notmuch-emacs-mua: set + EMACS{,CLIENT} variables to defaults when empty +In-Reply-To: <1443985182-20048-1-git-send-email-tomi.ollila@iki.fi> +References: <1443985182-20048-1-git-send-email-tomi.ollila@iki.fi> +User-Agent: Notmuch/0.21+7~g55fb7da (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Thu, 19 Nov 2015 07:56:07 -0400 +Message-ID: <878u5up5ig.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +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, 19 Nov 2015 11:57:27 -0000 + +Tomi Ollila writes: + +> ... in addition to doing this when these variables are unset. +> +> It is more useful to use defaults (emacs or emacsclient) than empty +> string as a command name. + +Pushed, + +d