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 5F34D6DE0B38 for ; Sat, 9 May 2015 22:55:06 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.303 X-Spam-Level: X-Spam-Status: No, score=0.303 tagged_above=-999 required=5 tests=[AWL=0.303] 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 DXLkAaJB84jv for ; Sat, 9 May 2015 22:55:02 -0700 (PDT) Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net [87.98.215.224]) by arlo.cworth.org (Postfix) with ESMTPS id 26F656DE0B20 for ; Sat, 9 May 2015 22:55:01 -0700 (PDT) Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim 4.80) (envelope-from ) id 1YrKAR-0001Cj-HR; Sun, 10 May 2015 05:52:48 +0000 Received: (nullmailer pid 24180 invoked by uid 1000); Sun, 10 May 2015 05:52:22 -0000 From: David Bremner To: Jani Nikula Subject: Re: [PATCH] notmuch-emacs-mua: do not create a frame by default with --client In-Reply-To: <1431194464-2595-1-git-send-email-jani@nikula.org> References: <1431194464-2595-1-git-send-email-jani@nikula.org> User-Agent: Notmuch/0.20~rc1 (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Sun, 10 May 2015 07:52:22 +0200 Message-ID: <87zj5dugh5.fsf@maritornes.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain Cc: Tomi Ollila , notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Sun, 10 May 2015 05:55:06 -0000 Jani Nikula writes: > Make the default behaviour for --client the same as emacsclient > default: do not create a new frame. Add a new option --create-frame, > passing the same option to emacsclient to create a frame. > > --- > > v2: fix killing frame with --create-frame The frame killing is OK for me now. d