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:21:53 +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> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24332"; 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:23:20 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 1lNi7z-0006EV-9Q for ged-emacs-devel@m.gmane-mx.org; Sat, 20 Mar 2021 21:23:19 +0100 Original-Received: from localhost ([::1]:40838 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lNi7y-0001CU-AO for ged-emacs-devel@m.gmane-mx.org; Sat, 20 Mar 2021 16:23:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55670) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lNi6s-0000kK-Og for emacs-devel@gnu.org; Sat, 20 Mar 2021 16:22:13 -0400 Original-Received: from out1.migadu.com ([2001:41d0:2:863f::]:34418) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lNi6g-00064d-RU for emacs-devel@gnu.org; Sat, 20 Mar 2021 16:22:10 -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=1616271714; 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=22P3zthze2qHGx6i0nUFY4Am2+1hkA5XcrX/1ClKJT8=; b=xQei0zPOut36c2kvKhzJy9NOhRBSYUXmG9rR6DFNy0YRElqpCfdxRSG2UtzsR7eCz8H4WA Kld2/MKmrg72Z7vgRAayHdWX+On8ha74szsvMEgeCOZM5TGI3X9vG04m2zoQVBfklFLJT4 88cZde8Rpk97UiiTm0iF/yoCpqeMoDPaXntd1V3N1qImm9x2YtQXkTxKzyeLLBGrA28tXf c259MNdSrGsJUm7l+KbbEV/IqKq+f+4QB8/NF6oc+LCdC+ceQIY0RpXcUj8ev6mbQ30PqT JjzAj+Uti4k3uzSSJycX8JVYztXBu8F7gPrbWANJMK569pkjku6+vORh+dViMg== In-Reply-To: <80a81c94-ebc6-6b07-5aee-81adee0ff33b@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=unavailable 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:266667 Archived-At: > I generally rely on the default behavior in this case except for a few > commands. As far as Emacs windowing woes go, I often get bit by windows > being resized improperly after quit-window. > Same. >>>> Should we force one behavior over another? >>> >>> FWIW, my (moderate) preference is Eshell's behavior because it's also consistent with IELM or Dired. And I use it more. >>> >> >> Yeah, Im inclined to agree, though I dont think we should force it. > > So... use pop-to-buffer-same-window in both cases, then? > Sure - all four cases, then? shell, eshell, project-shell and project-eshell? > It should obey display-buffer-alist anyway, so the user can still > override it, as long as they know how. Good! -- Theo