From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 432c1aa: Use `pop-to-buffer-same-window' in `project-eshell' Date: Sun, 21 Mar 2021 08:10:18 +0200 Message-ID: <83wnu1avg5.fsf@gnu.org> 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> <3f0d7844-a7a1-1e0e-1768-024e3c5567fe@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7098"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org, stefan@marxist.se, simenheg@gmail.com, dgutov@yandex.ru To: Theodor Thornhill Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Mar 21 07:11:39 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 1lNrJL-0001kj-Ds for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Mar 2021 07:11:39 +0100 Original-Received: from localhost ([::1]:46354 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lNrJK-0008Qe-FU for ged-emacs-devel@m.gmane-mx.org; Sun, 21 Mar 2021 02:11:38 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50278) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lNrI6-0007xY-HO for emacs-devel@gnu.org; Sun, 21 Mar 2021 02:10:22 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:35933) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lNrI2-0007wJ-LY; Sun, 21 Mar 2021 02:10:20 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3538 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lNrI1-0004PQ-4I; Sun, 21 Mar 2021 02:10:17 -0400 In-Reply-To: (emacs-devel@gnu.org) 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:266683 Archived-At: > Cc: Stefan Kangas , Simen Heggestøyl > , emacs-devel@gnu.org > Date: Sat, 20 Mar 2021 23:37:40 +0100 > From: Theodor Thornhill via "Emacs development discussions." > > +** 'project-shell' and 'shell' now uses 'pop-to-buffer-same-window' ^^^^ "use", in plural. Also, the first line of a NEWS entry should be a complete sentence, so it should end with a period. > +This is to keep the same behavior as eshell has. I believe our convention is to use "Eshell", capitalized. Thanks.