From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: master 432c1aa: Use `pop-to-buffer-same-window' in `project-eshell' Date: Sat, 20 Mar 2021 21:33:34 +0100 Message-ID: References: <833481ce-5f13-77d5-deef-8d9f0c51cdd4@yandex.ru> <1BE350C3-A516-4752-8997-91C252F7E9AD@thornhill.no> <80a81c94-ebc6-6b07-5aee-81adee0ff33b@yandex.ru> <484a46c1-2485-4d9d-e2e4-c45849307b52@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31833"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Kangas , Simen =?utf-8?Q?Heggest=C3=B8yl?= , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 20 21:34:34 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lNiIs-0008B8-Se for ged-emacs-devel@m.gmane-mx.org; Sat, 20 Mar 2021 21:34:34 +0100 Original-Received: from localhost ([::1]:50374 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lNiIr-0005h1-UP for ged-emacs-devel@m.gmane-mx.org; Sat, 20 Mar 2021 16:34:33 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57432) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lNiI2-0005Fk-9W for emacs-devel@gnu.org; Sat, 20 Mar 2021 16:33:43 -0400 Original-Received: from out1.migadu.com ([2001:41d0:2:863f::]:33235) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lNiHz-0002dk-3P for emacs-devel@gnu.org; Sat, 20 Mar 2021 16:33:42 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=thornhill.no; s=key1; t=1616272415; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=BG3JhhhtoF6Heqx3JkPbDdc+d/BlsAssZf3MyVwW1b8=; b=i+lzCENSobdFTAo5RRiE8Y0J8RfaAp7hGDaREX174uYNxO5WTZnH2/+UjZFlRrfxs9OZG4 XxpNVAiBSJMf/pdkvNaOrPJH/SFmCppgPRBhvaCCa68NFsOWwk0dDsMQsqrSOHqsXN7Nay xW2l4DJAn+/9oVnFa1RIuwvPjJJcCMV1xd6eBvv/IzKBHQQVJTWxop29q/0XuCrKQxF6yn vvMF9g/5o6H9LHDHwDJAgaExze2YSFLjlc1AdppdSWsYdX4sBSnXf9PQgIVH5tXgwA1AW1 AWDNk1p7VreVOQpj3XRSUCVfyEefNMsNqcjYNqhB46iXkJppbAq7lqPK1Kub1g== In-Reply-To: <484a46c1-2485-4d9d-e2e4-c45849307b52@yandex.ru> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: theo@thornhill.no Received-SPF: pass client-ip=2001:41d0:2:863f::; envelope-from=theo@thornhill.no; helo=out1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:266671 Archived-At: >> Sure - all four cases, then? shell, eshell, project-shell and project-eshell? > > That would be my choice. > > Unless someone here wants to voice a strong disagreement. Unless you're already on it, then I can prepare a patch for that -- Theo