From 16bc90c564be28a7ef37eb3ce93a233ca771f303 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Wed, 30 Sep 2015 19:31:13 +0300 Subject: [PATCH] Re: [PATCH] notmuch-emacs-mua: make --auto-daemon imply --create-frame --- 4e/2402637b4e5cf59ef3a0b94fcbfbe7f8bd0d4f | 99 +++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 4e/2402637b4e5cf59ef3a0b94fcbfbe7f8bd0d4f diff --git a/4e/2402637b4e5cf59ef3a0b94fcbfbe7f8bd0d4f b/4e/2402637b4e5cf59ef3a0b94fcbfbe7f8bd0d4f new file mode 100644 index 000000000..246c9cf6b --- /dev/null +++ b/4e/2402637b4e5cf59ef3a0b94fcbfbe7f8bd0d4f @@ -0,0 +1,99 @@ +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 DDDC66DE17FE + for ; Wed, 30 Sep 2015 09:31:41 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.162 +X-Spam-Level: +X-Spam-Status: No, score=-0.162 tagged_above=-999 required=5 + tests=[AWL=-0.186, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, URIBL_SBL=0.644, URIBL_SBL_A=0.1] + 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 Ioe-o_jopCTJ for ; + Wed, 30 Sep 2015 09:31:38 -0700 (PDT) +Received: from mail-la0-f48.google.com (mail-la0-f48.google.com + [209.85.215.48]) + by arlo.cworth.org (Postfix) with ESMTPS id 2AA086DE17FD + for ; Wed, 30 Sep 2015 09:31:38 -0700 (PDT) +Received: by labzv5 with SMTP id zv5so53330327lab.1 + for ; Wed, 30 Sep 2015 09:31:35 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:cc:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=mkMZt4FOcoNZWMFChKPug9a5kEUU7hIMlQ6BlCnUyks=; + b=BW7P3UQrtNMBpGtDsmUboU3irOempfn6gAzmwrPGQG/967z2wfeV+IrMX8sE3kAc6u + 79kERXJv7aespZ23PzYQ/xzwXOLYD28gQPZJC0E6uw4aQqjSFkXrmf3JmmUol8QGzV6c + KeLNF+bwEkPykRLMYIYnv4V3BqgxujsvkCwq/vw47/Ht0LNK74LfTZpt7G2fRIVDUzKy + bUC9rUU6WRbZ2ZIFVC/AKioSbx8cssRdC+VFCwmDNJ/M9zEeOQUxKs/aZF5+J9LEJGJD + FGutsJ5r83xoaJ2TMccTvKncDUvBvbuk/wme9WpCVwpgYtNzik6HNWH6W50z/6gh8/4r + XHGw== +X-Gm-Message-State: + ALoCoQln7VoWoF6mitv62N3tcZWi3cKyWDQfK6CyChBw1UoB8W1HQD7I4rYrOMzOsoThKbSIleK3 +X-Received: by 10.152.121.101 with SMTP id lj5mr1410798lab.18.1443630695642; + Wed, 30 Sep 2015 09:31:35 -0700 (PDT) +Received: from localhost (mobile-access-bcee9f-54.dhcp.inet.fi. + [188.238.159.54]) + by smtp.gmail.com with ESMTPSA id v10sm157366lbo.25.2015.09.30.09.31.34 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Wed, 30 Sep 2015 09:31:34 -0700 (PDT) +From: Jani Nikula +To: David Bremner , Tomi Ollila , + notmuch@notmuchmail.org +Subject: Re: [PATCH] notmuch-emacs-mua: make --auto-daemon imply + --create-frame +In-Reply-To: <87r3lg2p7l.fsf@zancas.localnet> +References: <1443595012-22664-1-git-send-email-tomi.ollila@iki.fi> + <87r3lg2p7l.fsf@zancas.localnet> +User-Agent: Notmuch/0.20.2+91~g08221c9 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Wed, 30 Sep 2015 19:31:13 +0300 +Message-ID: <87io6roomm.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: tomi.ollila@iki.fi +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: Wed, 30 Sep 2015 16:31:41 -0000 + +On Wed, 30 Sep 2015, David Bremner wrote: +> Tomi Ollila writes: +> +>> Before this change with --auto-daemon but without --create-frame +>> emacs server was started but no clients stay connected to it +>> (in both graphical and terminal displays). +>> +>> Note that this changes how --client --auto-daemon works on +>> graphical display; New emacs frame is now created for the +>> message (and message-exit-actions hook appended). +> +> this change is OK for me. + +I'm fine with this as well. + +BR, +Jani. + + + +> +> d +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch -- 2.26.2