From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 16 19:53:21 2012 Received: (at submit) by debbugs.gnu.org; 16 Mar 2012 23:53:21 +0000 Received: from localhost ([127.0.0.1]:54027 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S8gxT-0008IQ-QZ for submit@debbugs.gnu.org; Fri, 16 Mar 2012 19:53:20 -0400 Received: from eggs.gnu.org ([208.118.235.92]:49052) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1S8gtb-0008CE-C5 for submit@debbugs.gnu.org; Fri, 16 Mar 2012 19:49:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8gQH-0000LU-W9 for submit@debbugs.gnu.org; Fri, 16 Mar 2012 19:19:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:38439) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8gQH-0000LQ-Sl for submit@debbugs.gnu.org; Fri, 16 Mar 2012 19:19:01 -0400 Received: from eggs.gnu.org ([208.118.235.92]:47914) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8gQG-0001he-46 for bug-gnu-emacs@gnu.org; Fri, 16 Mar 2012 19:19:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8gPv-0000GO-MQ for bug-gnu-emacs@gnu.org; Fri, 16 Mar 2012 19:18:59 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:42788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8gPv-0000Fu-Ij for bug-gnu-emacs@gnu.org; Fri, 16 Mar 2012 19:18:39 -0400 Received: by yenm8 with SMTP id m8so5586700yen.0 for ; Fri, 16 Mar 2012 16:18:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer:x-gm-message-state; bh=IkxTQt8BOWyGSrJ38KVrQ+p2FmtvKQpQEt0Hg/hytBM=; b=ncvpQHhSeRC3hZx+66M4jFy7Jvtpz2FjUZZLezrz9QVZtmyU+9u6oS+4ia/m/XWiAX sLffn0GTSyP/16u9BDSZaeg/3iHnATbkK/ntH9zzsngoIH44cs3+ah55KgzPUhMJuBrJ cM8W9TFxrDyb2EARPPmvjkA5Xnd7yHQGbZW2JKTjFMVhfewrhOmvp0S2hH65xvqcMkrk uDPtzrjYav68A0ndywxeO/Xvv8N+41JEEeRQDER9t2nDdiJJ+05VoNjC4NhUnDOD2AlJ 0yQTy3qfcWVDsF3HuimPrYTapt4RVfqpepRslCWchRRNSDWJgzzMRSU5sR1beCd4VY/T J03g== Received: by 10.60.22.10 with SMTP id z10mr5532450oee.16.1331939917888; Fri, 16 Mar 2012 16:18:37 -0700 (PDT) Received: from [10.0.1.15] (71-36-161-107.phnx.qwest.net. [71.36.161.107]) by mx.google.com with ESMTPS id v9sm6103367obo.9.2012.03.16.16.18.35 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Mar 2012 16:18:36 -0700 (PDT) From: Eddie Hillenbrand Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: emacsclient: create a new frame only if one doesn't exist Date: Fri, 16 Mar 2012 16:18:33 -0700 Message-Id: To: bug-gnu-emacs@gnu.org Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) X-Gm-Message-State: ALoCoQkFE5g79IJo9+ttEODfWxYvQqwHiNLEoSY25lGc0+3eOdNqCVskhHl0oXCS/0vHZDKrtP7c X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.17 X-Spam-Score: -6.2 (------) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 16 Mar 2012 19:53:18 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.2 (------) I'm using emacsclient with emacs --daemon, but I find myself wanting a different behavior than the standard options provide. It would be nice if emacsclient could create a window system frame only when one doesn't exist and if one does exist simply reuse that frame. I know I can get this behavior by initially invoking emacsclient with -c and then subsequently invoking it without the -c, however I'd prefer not to think about whether I need to include the -c when opening files. server-window was suggested as a possible way to get this behavior. After inspection of lisp/server.el and trying a few test cases I found that the server-window variable is not inspected until after frames are created, thus the best I could do with server-window is destroy the newly created frame which would be clunky IMHO. Additionally, lisp/server.el is now lexically scoped (it wasn't in Emacs 23) so server-window can't access tty-name to check if the client is requesting a window system frame or a tty frame. The variable is also not inspected when a file argument is not provided. But I digress. As an example: $ Emacs.app/Contents/MacOS/Emacs -Q --daemon $ Emacs.app/Contents/MacOS/bin/emacsclient -c -n Insert and evaluate the following in the scratch buffer: (setq server-window (lambda (next-buffer) (message "SERVER-WINDOW"))) $ Emacs.app/Contents/MacOS/bin/emacsclient -c -n ~/a.txt Prints the following in *Messages*: When done with this frame, type C-x 5 0 SERVER-WINDOW That demonstrates that the frame is created before server-window is called. So server-window can't be made to provide the desired behavior. It is possible to use emacsclient's --eval option to provide this behavior, but it is extremely ugly. Plus it occurred to me that this behavior may be general enough to include in emacsclient as a standard option and would be much cleaner. I'm proposing adding a -C option to emacsclient that would "create a new frame if one doesn't exist otherwise use the current Emacs frame." I'd be happy to make the required changes and submit a patch. Thanks, Eddie In GNU Emacs 24.0.94.1 (x86_64-apple-darwin11.3.0, NS apple-appkit-1138.32) of 2012-03-16 on lore.local Windowing system distributor `Apple', version 10.3.1138 Configured using: `configure '--with-ns'' From debbugs-submit-bounces@debbugs.gnu.org Sun Apr 08 15:48:59 2018 Received: (at control) by debbugs.gnu.org; 8 Apr 2018 19:48:59 +0000 Received: from localhost ([127.0.0.1]:42850 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f5GJ9-0008H5-7U for submit@debbugs.gnu.org; Sun, 08 Apr 2018 15:48:59 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46799) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f5GJ8-0008Gr-7y for control@debbugs.gnu.org; Sun, 08 Apr 2018 15:48:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f5GJ2-0006Id-9m for control@debbugs.gnu.org; Sun, 08 Apr 2018 15:48:52 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38796) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f5GJ2-0006IS-6D for control@debbugs.gnu.org; Sun, 08 Apr 2018 15:48:52 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1f5GJ1-0002f5-U9 for control@debbugs.gnu.org; Sun, 08 Apr 2018 15:48:52 -0400 Subject: control message for bug 31098 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Sun, 08 Apr 2018 15:48:51 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) forcemerge 11033 31098 From debbugs-submit-bounces@debbugs.gnu.org Sat May 12 12:28:46 2018 Received: (at control) by debbugs.gnu.org; 12 May 2018 16:28:46 +0000 Received: from localhost ([127.0.0.1]:59795 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fHXO0-00025q-NT for submit@debbugs.gnu.org; Sat, 12 May 2018 12:28:46 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46019) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fHXNz-00025e-P8 for control@debbugs.gnu.org; Sat, 12 May 2018 12:28:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fHXNt-0003DA-RK for control@debbugs.gnu.org; Sat, 12 May 2018 12:28:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fHXNt-0003D0-OS for control@debbugs.gnu.org; Sat, 12 May 2018 12:28:37 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1fHXNt-0005go-9j for control@debbugs.gnu.org; Sat, 12 May 2018 12:28:37 -0400 Subject: control message for bug 31435 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Sat, 12 May 2018 12:28:37 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) merge 11033 31435 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 08 09:37:03 2021 Received: (at 11033) by debbugs.gnu.org; 8 Jun 2021 13:37:03 +0000 Received: from localhost ([127.0.0.1]:57709 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqbuY-0007K1-Hz for submit@debbugs.gnu.org; Tue, 08 Jun 2021 09:37:03 -0400 Received: from mail-wr1-f50.google.com ([209.85.221.50]:36815) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqbuS-0007Jj-TK for 11033@debbugs.gnu.org; Tue, 08 Jun 2021 09:36:53 -0400 Received: by mail-wr1-f50.google.com with SMTP id e11so11417270wrg.3 for <11033@debbugs.gnu.org>; Tue, 08 Jun 2021 06:36:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mavit.org.uk; s=google; h=date:from:to:message-id:mime-version; bh=QfjBQ86/mOovdqNaxJWEG0EuDRNgb7UB1hVzeU2O4RU=; b=FNRsgU9FwCX5Kg6sRlKBM8SJ79uJ/I9p1TloaHVvjz1Tz+zgLThiO5xynOxuS814Tu 0uWP+fXJMoGXlgLOYbmEVc7+Ypx6ez8P05GB0GEHv3MRLbq5DpPuvFKPeevty+J08oxT tutKaCwDqxXWLyEeTHX8bQrtsrhx58ww4snBI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:message-id:mime-version; bh=QfjBQ86/mOovdqNaxJWEG0EuDRNgb7UB1hVzeU2O4RU=; b=VQ3Pomq4z0vgYrl8jcdaN9sNR6cOtCRgIBkE8oUh8VI05fl2jSUDOMub8WBTBI1RV0 8vniGpm39ki1IoMZbakm6gPmOUSBRMBJE0fLP4xiF+Ygt2PQp1n9tUjZwIF6+SyCUEvt 7Giyv4WzGdLaeRpcKTVRGFOamksMin0WbsQ6hVDyxmz3URFtse9w/qDVBFWsI+UCgkRP hUgE9OUzgxd5cJ4nkhok8GZbXcywZ8lWc6czTcOmCP9xgw1F8FSG7qhioZB5TP97ojYA bzLHjAzB2UiXKqSo4Ncu9+ZZ4620zoK8Sdnmw/Y4SgGIX/JeTSV8iBesnFPRzv8AI1pe gVaw== X-Gm-Message-State: AOAM530+K0OZm4vz5G36AFmAayRwBzjEqMjWs5/4W2655cENQi66Nu5K yt8MH5jw5qAqQmBmQ3nYGlobfYTehD3Qjg== X-Google-Smtp-Source: ABdhPJx74hfGg4rHQB5ivQpFKK57MIb2iiDAo5jpvyvUuAADMQOcC3KpAJ/YMLqiiCF+r6yaA080BQ== X-Received: by 2002:adf:e389:: with SMTP id e9mr22409850wrm.424.1623159402560; Tue, 08 Jun 2021 06:36:42 -0700 (PDT) Received: from froglet.home.mavit.org.uk (cpc118948-dudl14-2-0-cust32.16-1.cable.virginm.net. [82.37.201.33]) by smtp.gmail.com with ESMTPSA id o18sm10199978wrx.59.2021.06.08.06.36.41 for <11033@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Jun 2021 06:36:41 -0700 (PDT) Received: from froglet.home.mavit.org.uk (localhost [127.0.0.1]) by froglet.home.mavit.org.uk (8.16.1/8.15.2) with ESMTPS id 158DaeJ0033898 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for <11033@debbugs.gnu.org>; Tue, 8 Jun 2021 14:36:40 +0100 Received: from localhost (mavit@localhost) by froglet.home.mavit.org.uk (8.16.1/8.16.1/Submit) with ESMTP id 158Daebq033895 for <11033@debbugs.gnu.org>; Tue, 8 Jun 2021 14:36:40 +0100 X-Authentication-Warning: froglet.home.mavit.org.uk: mavit owned process doing -bs Date: Tue, 8 Jun 2021 14:36:40 +0100 (BST) From: Peter Oliver To: 11033@debbugs.gnu.org Message-ID: MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: The reporter suggests adding a new option to emacsclient to achieve their preferred behaviour. However, the current behaviour, when emacs is run as a daemon, has no current frames, and emacsclient is [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.221.50 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.221.50 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: 11033 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) The reporter suggests adding a new option to emacsclient to achieve their preferred behaviour. However, the current behaviour, when emacs is run as a daemon, has no current frames, and emacsclient is not run on a TTY, is for the file to be opened in the daemon but not displayed to the user. I find it hard to see why anyone would want that, so think that the suggested behaviour should be the default in that case. -- Peter Oliver From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 08 09:43:13 2021 Received: (at 11033) by debbugs.gnu.org; 8 Jun 2021 13:43:13 +0000 Received: from localhost ([127.0.0.1]:57714 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqc0f-0007Tm-Hs for submit@debbugs.gnu.org; Tue, 08 Jun 2021 09:43:13 -0400 Received: from mail-wm1-f48.google.com ([209.85.128.48]:35377) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqc0c-0007TU-L5 for 11033@debbugs.gnu.org; Tue, 08 Jun 2021 09:43:13 -0400 Received: by mail-wm1-f48.google.com with SMTP id k5-20020a05600c1c85b02901affeec3ef8so2035870wms.0 for <11033@debbugs.gnu.org>; Tue, 08 Jun 2021 06:43:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mavit.org.uk; s=google; h=date:from:to:message-id:mime-version; bh=dnW8wQbRxnMkuYlCn2kYoEvVdgxXpxHzwDAteTxfnPY=; b=MroVao+IF6vS1pBPdhbBcpP8GX/f6Bwd3QVQK6PwCk+4tj0gHsc4Yd6yFSrjS6vYu1 P01lufyExyeGjHkDf4wPrlIaBK+zz/Yco8rj5PQrzezKXGWsMzG9svZp+JnnVL560T35 3XLBA1ZdTCDn7FkWtZB6pnnKgPNIPxCbALAg0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:message-id:mime-version; bh=dnW8wQbRxnMkuYlCn2kYoEvVdgxXpxHzwDAteTxfnPY=; b=WzmdzSpzns5UtD06Ex182vVMkw4xqMgOgTrOSyIr3ogz9841pWILgVxGAWGcJ9Bp7/ d9FInnTjDPNL2H8rsPVTMozbcOMCa9G00fMUNNBGcM9MusxPURM+mdDbUIH9D4U7xruJ ajDsVnZRok7thjrWM97v4fykaXWksDZau94P+CNzhJfwyb3lINeZXqcWmJ+9sNka7P+q z1rs3XdP+XJtfgNsDIGPdkZR7HjI9Ujy37ztCIe23RqLyViYMEaz0nJeEmnXq2wuSZh+ Qq07yzg69b/FxdfC75hdfvO68wfjRf/YNyeG5/jqoZnH4yKXTiHvG7DAC7HnZy62seZJ SE3Q== X-Gm-Message-State: AOAM532t5KFJHEgIfk7Cy1Vs7BYKnrxqp69yZzZOE4Q7WmCHsLC1jkMq jsa7jRPE1TxfuPqmgdH3UCygkn4+fyrv5Q== X-Google-Smtp-Source: ABdhPJy4JNphnKg28psgenSepj3sOrGLxcAVpXRgprnLgJNPndg7i7t+LiYDa2H5wKw9rVXmgsuu8g== X-Received: by 2002:a7b:c38f:: with SMTP id s15mr4505136wmj.16.1623159784445; Tue, 08 Jun 2021 06:43:04 -0700 (PDT) Received: from froglet.home.mavit.org.uk (cpc118948-dudl14-2-0-cust32.16-1.cable.virginm.net. [82.37.201.33]) by smtp.gmail.com with ESMTPSA id p5sm20838653wrd.25.2021.06.08.06.43.03 for <11033@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 08 Jun 2021 06:43:03 -0700 (PDT) Received: from froglet.home.mavit.org.uk (localhost [127.0.0.1]) by froglet.home.mavit.org.uk (8.16.1/8.15.2) with ESMTPS id 158Dh2DC034428 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for <11033@debbugs.gnu.org>; Tue, 8 Jun 2021 14:43:02 +0100 Received: from localhost (mavit@localhost) by froglet.home.mavit.org.uk (8.16.1/8.16.1/Submit) with ESMTP id 158Dh2q2034424 for <11033@debbugs.gnu.org>; Tue, 8 Jun 2021 14:43:02 +0100 X-Authentication-Warning: froglet.home.mavit.org.uk: mavit owned process doing -bs Date: Tue, 8 Jun 2021 14:43:02 +0100 (BST) From: Peter Oliver To: 11033@debbugs.gnu.org Message-ID: <76b34d6f-b09b-57b3-7ebe-458d860fffc@froglet.home.mavit.org.uk> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-1463811583-367691016-1623159782=:3688" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Attached is a patch which causes emacs to try to create a new GUI frame if there are no existing frames and the current TTY is unusable. This only works if emacsclient tells us which display to use, and currently it only does that if --display=… is specified. This is fine for my purposes, but we might want to look at having it pass a [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.128.48 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.128.48 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: 11033 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1463811583-367691016-1623159782=:3688 Content-Type: text/plain; format=flowed; charset=UTF-8 Content-Transfer-Encoding: 8BIT Attached is a patch which causes emacs to try to create a new GUI frame if there are no existing frames and the current TTY is unusable. This only works if emacsclient tells us which display to use, and currently it only does that if --display=… is specified. This is fine for my purposes, but we might want to look at having it pass along $DISPLAY in more situations. I have submitted copyright assignment paperwork but am currently waiting to hear back. -- Peter Oliver ---1463811583-367691016-1623159782=:3688 Content-Type: text/plain; charset=US-ASCII; name=0001-If-the-daemon-s-TTY-is-our-only-frame-create-a-new-f.patch Content-Transfer-Encoding: BASE64 Content-ID: <247a61-c5fb-1319-9481-18351f8ee86c@froglet.home.mavit.org.uk> Content-Description: Content-Disposition: attachment; filename=0001-If-the-daemon-s-TTY-is-our-only-frame-create-a-new-f.patch RnJvbSA5YjEzNTcxZDBkYTAyMzQ0YTZmYmIwYTg3NWZmMGY4OGI5YzY1YjE4 IE1vbiBTZXAgMTcgMDA6MDA6MDAgMjAwMQ0KRnJvbTogUGV0ZXIgT2xpdmVy IDxnaXRAbWF2aXQub3JnLnVrPg0KRGF0ZTogVHVlLCA4IEp1biAyMDIxIDE0 OjMxOjAwICswMTAwDQpTdWJqZWN0OiBbUEFUQ0hdID0/VVRGLTg/cT9JZj0y MHRoZT0yMGRhZW1vbj1FMj04MD05OXM9MjBUVFk9MjBpcz0yMG91cj0yMD89 DQogPT9VVEYtOD9xP29ubHk9MjBmcmFtZSw9MjBjcmVhdGU9MjBhPTIwbmV3 PTIwZnJhbWU/PQ0KTUlNRS1WZXJzaW9uOiAxLjANCkNvbnRlbnQtVHlwZTog dGV4dC9wbGFpbjsgY2hhcnNldD1VVEYtOA0KQ29udGVudC1UcmFuc2Zlci1F bmNvZGluZzogOGJpdA0KDQoqIHNlcnZlci5lbCAoc2VydmVyLXByb2Nlc3Mt ZmlsdGVyKTogSWYgdGhlcmUgd29uJ3QgYmUgYSBjdXJyZW50IGZyYW1lDQp0 byB1c2UsIGZhbGwgYmFjayB0byB0cnlpbmcgdG8gY3JlYXRlIGEgbmV3IG9u ZS4NCi0tLQ0KIGxpc3Avc2VydmVyLmVsIHwgMTIgKysrKysrKysrKystDQog MSBmaWxlIGNoYW5nZWQsIDExIGluc2VydGlvbnMoKyksIDEgZGVsZXRpb24o LSkNCg0KZGlmZiAtLWdpdCBhL2xpc3Avc2VydmVyLmVsIGIvbGlzcC9zZXJ2 ZXIuZWwNCmluZGV4IDMyMDViYTE4MmUuLmFjNWRiMTk3ZjMgMTAwNjQ0DQot LS0gYS9saXNwL3NlcnZlci5lbA0KKysrIGIvbGlzcC9zZXJ2ZXIuZWwNCkBA IC0xMzA4LDcgKzEzMDgsMTcgQEAgc2VydmVyLXByb2Nlc3MtZmlsdGVyDQog CQkJCQkJICAgICAgIGZyYW1lLXBhcmFtZXRlcnMpKQ0KIAkJICAgOzsgV2hl biByZXN1bWluZyBvbiBhIHR0eSwgdHR5LW5hbWUgaXMgbmlsLg0KIAkJICAg KHR0eS1uYW1lDQotCQkgICAgKHNlcnZlci1jcmVhdGUtdHR5LWZyYW1lIHR0 eS1uYW1lIHR0eS10eXBlIHByb2MpKSkpDQorCQkgICAgKHNlcnZlci1jcmVh dGUtdHR5LWZyYW1lIHR0eS1uYW1lIHR0eS10eXBlIHByb2MpKQ0KKw0KKyAg ICAgICAgICAgICAgICAgICA7OyBJZiB0aGVyZSB3b24ndCBiZSBhIGN1cnJl bnQgZnJhbWUgdG8gdXNlLCBmYWxsDQorICAgICAgICAgICAgICAgICAgIDs7 IGJhY2sgdG8gdHJ5aW5nIHRvIGNyZWF0ZSBhIG5ldyBvbmUuDQorCQkgICAo KGFuZCB1c2UtY3VycmVudC1mcmFtZQ0KKwkJCSAoZGFlbW9ucCkNCisJCQkg KG51bGwgKGNkciAoZnJhbWUtbGlzdCkpKQ0KKwkJCSAoZXEgKHNlbGVjdGVk LWZyYW1lKSB0ZXJtaW5hbC1mcmFtZSkNCisJCQkgZGlzcGxheSkNCisJCSAg ICAoc2V0cSB0dHktbmFtZSBuaWwgdHR5LXR5cGUgbmlsKQ0KKwkJICAgIChz ZXJ2ZXItc2VsZWN0LWRpc3BsYXkgZGlzcGxheSkpKSkNCiANCiAgICAgICAg ICAgICAocHJvY2Vzcy1wdXQNCiAgICAgICAgICAgICAgcHJvYyAnY29udGlu dWF0aW9uDQotLSANCjIuMzEuMQ0KDQo= ---1463811583-367691016-1623159782=:3688-- From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 09 05:30:31 2021 Received: (at control) by debbugs.gnu.org; 9 Jun 2021 09:30:31 +0000 Received: from localhost ([127.0.0.1]:60433 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lquXf-0001pI-Kb for submit@debbugs.gnu.org; Wed, 09 Jun 2021 05:30:31 -0400 Received: from quimby.gnus.org ([95.216.78.240]:35216) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lquXe-0001p5-47 for control@debbugs.gnu.org; Wed, 09 Jun 2021 05:30:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=ALhHQt6abgZRSYErbTqaDG0Yub2eZXcj3+4qe+bFjrY=; b=UtsGY0MTc+GgQbsn1lmcssg6fN 2IVpaQYO+daPgwwwNW6usrP0XxxzzMs/98iz2OHaBpyYfAqJkZnZ9dAUdW8SJspmFG7f5uy7ypQov T3eMUr9whBm77FAbcVzGu/N1R5S8lY4ZeZh9cH4dSzvDNjcloYpClgJv7vy0WukafXAE=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lquXV-0002NW-OX for control@debbugs.gnu.org; Wed, 09 Jun 2021 11:30:23 +0200 Date: Wed, 09 Jun 2021 11:30:21 +0200 Message-Id: <87lf7jmlle.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #11033 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 11033 + patch quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) tags 11033 + patch quit From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 09 05:32:56 2021 Received: (at 11033) by debbugs.gnu.org; 9 Jun 2021 09:32:56 +0000 Received: from localhost ([127.0.0.1]:60442 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lqua0-0001tB-8S for submit@debbugs.gnu.org; Wed, 09 Jun 2021 05:32:56 -0400 Received: from quimby.gnus.org ([95.216.78.240]:35242) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lquZy-0001sv-7w for 11033@debbugs.gnu.org; Wed, 09 Jun 2021 05:32:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=KjwcLC3S81ojkhxGGwKXswEDqA9Gv+t1f4VzdLPZuuU=; b=SUBh9RipR3QF3VzBiz2sWwO/gM NTLlNumbYqGY6OSfE/cXOfkzWMNbEVay0D5aWr99Ro5K+veqAxeQv822BtTv4CByl3vzqGb7CN5I8 jUOR+edcVIdI7ZT+rHV13sl7m39aFOm10a76mQs3+5RuA4K7wsQWkz2+QHCTM0q02ndQ=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lquZp-0002OB-V3; Wed, 09 Jun 2021 11:32:48 +0200 From: Lars Ingebrigtsen To: Peter Oliver Subject: Re: bug#11033: emacsclient: create a new frame only if one doesn't exist References: <76b34d6f-b09b-57b3-7ebe-458d860fffc@froglet.home.mavit.org.uk> X-Now-Playing: Ran Slavin's _The Wayward Regional Transmissions_: "DAT Beats" Date: Wed, 09 Jun 2021 11:32:45 +0200 In-Reply-To: <76b34d6f-b09b-57b3-7ebe-458d860fffc@froglet.home.mavit.org.uk> (Peter Oliver's message of "Tue, 8 Jun 2021 14:43:02 +0100 (BST)") Message-ID: <87bl8fmlhe.fsf_-_@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Peter Oliver writes: > Attached is a patch which causes emacs to try to create a new GUI > frame if there are no existing frames and the current TTY is unusable. Makes sense to me. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 11033 Cc: 11033@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Peter Oliver writes: > Attached is a patch which causes emacs to try to create a new GUI > frame if there are no existing frames and the current TTY is unusable. Makes sense to me. > I have submitted copyright assignment paperwork but am currently > waiting to hear back. Let us know when the paperwork's final (in case we miss it), and we'll get the patch applied. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 22 06:52:09 2021 Received: (at 11033) by debbugs.gnu.org; 22 Jun 2021 10:52:09 +0000 Received: from localhost ([127.0.0.1]:37930 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lve0m-00028f-UB for submit@debbugs.gnu.org; Tue, 22 Jun 2021 06:52:09 -0400 Received: from mail-wr1-f44.google.com ([209.85.221.44]:35739) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lve0l-000283-0s for 11033@debbugs.gnu.org; Tue, 22 Jun 2021 06:52:07 -0400 Received: by mail-wr1-f44.google.com with SMTP id m18so23097450wrv.2 for <11033@debbugs.gnu.org>; Tue, 22 Jun 2021 03:52:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mavit.org.uk; s=google; h=date:from:to:cc:subject:in-reply-to:message-id:references :mime-version; bh=1cTa2LfI0OGVLKpWglDRZME5aKhEA8nhgyeIgExjzK0=; b=ad/VLgE9OKcoGQNYSUzTbprwb8FYtzirdkSMHMACRlAZYE521SF4aX4r94wWFOQXJg QTo350kftTywL5m2T73+zNot1CY2nLyrqqS0DrfhkKxFOTiAeHk2ZrTdlh3sHEei0Fkn dWoV0+9z5hyLEHfjal3KHf5jqo0KCDgfJT1JQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version; bh=1cTa2LfI0OGVLKpWglDRZME5aKhEA8nhgyeIgExjzK0=; b=gnzAGaJmgJ9sNAWHRryv7M9p4OZ/1gYAvE7s8ZXBLQG8IZnCaQNaaY/dsT7NxTbRUC laQuzU16ybmPmRDHryEIdiUoKg4MEWK7R8E4+6QCoQfYasadnfGixkuu2zYY8tZndGsG tm5JlIh2i6ES9vVjWs6wBzOLFbm6IKGwNEWdvTUaa6xTxHqWHHd5r7xx0G1r+VdUW2sp vvFVS18wMrI84xDN37Fx7FLFbXW4wgGJJUEhpJKh86eMiWBAoa1wgzZEdmkovvTA5kFH 0xPqSnDmsdZgdd+v7JT/LYowzCgE0zweXlGmEIUwZase2SbNgo0B2r3WDBTv9JYrZ/45 OHEg== X-Gm-Message-State: AOAM530It+ON+ppc0fM6fNTpxoEa/vhmBFW4QUv4ChpU93EKeXZvISJO STMks93hzjYMIM84zqPcCDLATA== X-Google-Smtp-Source: ABdhPJweeQWVh+nTTZnHOsfiwQdfWx5nCkgnWzkcDsY6IPJaiz1GcU2Txa8/7y2ji7FituDABikNxg== X-Received: by 2002:a5d:44d2:: with SMTP id z18mr3980362wrr.358.1624359121150; Tue, 22 Jun 2021 03:52:01 -0700 (PDT) Received: from froglet.home.mavit.org.uk (cpc118948-dudl14-2-0-cust32.16-1.cable.virginm.net. [82.37.201.33]) by smtp.gmail.com with ESMTPSA id n10sm19673271wri.77.2021.06.22.03.52.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 22 Jun 2021 03:52:00 -0700 (PDT) Received: from froglet.home.mavit.org.uk (localhost [127.0.0.1]) by froglet.home.mavit.org.uk (8.16.1/8.15.2) with ESMTPS id 15MApxEK005823 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Tue, 22 Jun 2021 11:51:59 +0100 Received: from localhost (mavit@localhost) by froglet.home.mavit.org.uk (8.16.1/8.16.1/Submit) with ESMTP id 15MApxm4005820; Tue, 22 Jun 2021 11:51:59 +0100 X-Authentication-Warning: froglet.home.mavit.org.uk: mavit owned process doing -bs Date: Tue, 22 Jun 2021 11:51:59 +0100 (BST) From: Peter Oliver To: Lars Ingebrigtsen Subject: Re: bug#11033: emacsclient: create a new frame only if one doesn't exist In-Reply-To: <87bl8fmlhe.fsf_-_@gnus.org> Message-ID: References: <76b34d6f-b09b-57b3-7ebe-458d860fffc@froglet.home.mavit.org.uk> <87bl8fmlhe.fsf_-_@gnus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 11033 Cc: 11033@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Wed, 9 Jun 2021, Lars Ingebrigtsen wrote: > Peter Oliver writes: > >> I have submitted copyright assignment paperwork but am currently >> waiting to hear back. > > Let us know when the paperwork's final (in case we miss it), and we'll > get the patch applied. The paperwork is now complete. Thanks. -- Peter Oliver From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 22 09:22:05 2021 Received: (at 11033) by debbugs.gnu.org; 22 Jun 2021 13:22:05 +0000 Received: from localhost ([127.0.0.1]:38116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvgLt-0004HR-EH for submit@debbugs.gnu.org; Tue, 22 Jun 2021 09:22:05 -0400 Received: from quimby.gnus.org ([95.216.78.240]:36358) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvgLr-0004Gs-99 for 11033@debbugs.gnu.org; Tue, 22 Jun 2021 09:22:03 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=4KD3z6gK5BNpULFPWThlhUbSdlsBWc8te8sOFoLiMAo=; b=OeEBGv0c4hQtU3y4CzeIv0bQ5G gSPdSlPjjVJ7xnZwGy7t0x1oXJsjk3RowUPBpTDnJra0dLlZAHu0pGxzGmLUTuJSkjwCiwd1x+C92 PiW0AdGnPaJ1Nivn89pVVWI1Z695uIpzWdIUU4YtDI74WEbjV9NbxbMByyrhoPmVsJ2I=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lvgLj-0006kl-31; Tue, 22 Jun 2021 15:21:57 +0200 From: Lars Ingebrigtsen To: Peter Oliver Subject: Re: bug#11033: emacsclient: create a new frame only if one doesn't exist References: <76b34d6f-b09b-57b3-7ebe-458d860fffc@froglet.home.mavit.org.uk> <87bl8fmlhe.fsf_-_@gnus.org> X-Now-Playing: Genesis's _And Then There Were Three_: "Deep In The Motherlode" Date: Tue, 22 Jun 2021 15:21:54 +0200 In-Reply-To: (Peter Oliver's message of "Tue, 22 Jun 2021 11:51:59 +0100 (BST)") Message-ID: <877dimqbkd.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Peter Oliver writes: > The paperwork is now complete. Thanks. And I've now pushed your patch to Emacs 28. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 11033 Cc: 11033@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Peter Oliver writes: > The paperwork is now complete. Thanks. And I've now pushed your patch to Emacs 28. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 22 09:22:10 2021 Received: (at control) by debbugs.gnu.org; 22 Jun 2021 13:22:10 +0000 Received: from localhost ([127.0.0.1]:38119 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvgLy-0004Hk-MX for submit@debbugs.gnu.org; Tue, 22 Jun 2021 09:22:10 -0400 Received: from quimby.gnus.org ([95.216.78.240]:36374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvgLw-0004HH-Rr for control@debbugs.gnu.org; Tue, 22 Jun 2021 09:22:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=54ZApVkWK57OgYWccwWi+bIf7C1fCu7hwCbX8Hg2X7c=; b=GXtUSJtysOOQv31xqcO12pJoSZ UUFwbpJdfpKKMQErip5DiGm1gDgEFQwPtB5PenAWrl631bOC24c9WUBeQDR9ByJmI2WESK83oMi8c Bawee65gu9Sw+EE06kVzkIk2ntgUMckiDHJxCReVmvmH3JOcqtw+fWpJ9WYGfGCHoYJ4=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=elva) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lvgLp-0006kt-Fn for control@debbugs.gnu.org; Tue, 22 Jun 2021 15:22:03 +0200 Date: Tue, 22 Jun 2021 15:22:00 +0200 Message-Id: <875yy6qbk7.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #11033 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 11033 28.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 11033 28.1 quit From unknown Sun Aug 17 22:11:51 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 21 Jul 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator