From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: master f198a5c: Revert "emacsclient: ignore --eval parameters when starting alternate editor" Date: Mon, 16 Sep 2019 22:24:33 +0200 Message-ID: <87blvkdm66.fsf@igel.home> References: <20190915121331.17901.64590@vcs0.savannah.gnu.org> <20190915121332.E09E720BC2@vcs0.savannah.gnu.org> <87sgoxlejo.fsf@turtle.gmx.de> <87a7b4v2tx.fsf@gnus.org> <87o8zkz5n8.fsf@turtle.gmx.de> <87impstfif.fsf@gnus.org> <87k1a8dp7x.fsf@igel.home> <87a7b4t578.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="215945"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) Cc: Sven Joachim , emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 16 22:24:47 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i9xYF-000u2o-Do for ged-emacs-devel@m.gmane.org; Mon, 16 Sep 2019 22:24:47 +0200 Original-Received: from localhost ([::1]:39802 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9xYE-0001vQ-9f for ged-emacs-devel@m.gmane.org; Mon, 16 Sep 2019 16:24:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52292) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9xY8-0001vK-1R for emacs-devel@gnu.org; Mon, 16 Sep 2019 16:24:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i9xY6-0004dW-J9 for emacs-devel@gnu.org; Mon, 16 Sep 2019 16:24:39 -0400 Original-Received: from mail-out.m-online.net ([2001:a60:0:28:0:1:25:1]:40486) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i9xY6-0004Zm-D7 for emacs-devel@gnu.org; Mon, 16 Sep 2019 16:24:38 -0400 Original-Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 46XHll0rKkz1r7hd; Mon, 16 Sep 2019 22:24:35 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 46XHll0XXGz1r1kh; Mon, 16 Sep 2019 22:24:35 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id WUFyoO1xlhwc; Mon, 16 Sep 2019 22:24:34 +0200 (CEST) X-Auth-Info: XAkibdrpOnOn4wlvP+PigoAnQtO8mFqKlpDjqyXfUBOWCJjQXv7oxi3ULAeRFX3B Original-Received: from igel.home (ppp-46-244-165-89.dynamic.mnet-online.de [46.244.165.89]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Mon, 16 Sep 2019 22:24:34 +0200 (CEST) Original-Received: by igel.home (Postfix, from userid 1000) id AD3E62C0142; Mon, 16 Sep 2019 22:24:33 +0200 (CEST) X-Yow: Put FIVE DOZEN red GIRDLES in each CIRCULAR OPENING!! In-Reply-To: <87a7b4t578.fsf@gnus.org> (Lars Ingebrigtsen's message of "Mon, 16 Sep 2019 21:24:27 +0200") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:a60:0:28:0:1:25:1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:240085 Archived-At: On Sep 16 2019, Lars Ingebrigtsen wrote: > Andreas Schwab writes: > >> On Sep 16 2019, Lars Ingebrigtsen wrote: >> >>> Sven Joachim writes: >>> >>>> | $ lib-src/emacsclient -a emacs --eval '(server-force-delete)' >>> >>> If you read the bug report, the use case is -a "emacs --eval". >> >> That doesn't make sense, --eval requires an argument. > > The argument is what comes after --eval in the emacsclient command line. emacsclient should pass --eval through to the alternate editor. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 "And now for something completely different."