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: Small shell-mode patch to handle auto-cd (e.g. shells like zsh) Date: Sat, 08 May 2021 09:36:20 +0300 Message-ID: <83v97tag0r.fsf@gnu.org> References: <83v97we0ey.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8774"; mail-complaints-to="usenet@ciao.gmane.io" Cc: jason.kim@revtera.com, michael.albinus@gmx.de, shivers@cs.cmu.edu, emacs-devel@gnu.org To: Jason Kim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat May 08 08:37:18 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 1lfGaU-00029A-Eo for ged-emacs-devel@m.gmane-mx.org; Sat, 08 May 2021 08:37:18 +0200 Original-Received: from localhost ([::1]:42124 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfGaT-0000iu-I6 for ged-emacs-devel@m.gmane-mx.org; Sat, 08 May 2021 02:37:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55624) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfGZe-0008Uv-Jj for emacs-devel@gnu.org; Sat, 08 May 2021 02:36:26 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:53418) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lfGZc-0001jy-7x; Sat, 08 May 2021 02:36:24 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3171 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lfGZb-0005yD-Hs; Sat, 08 May 2021 02:36:24 -0400 In-Reply-To: (message from Jason Kim on Fri, 7 May 2021 09:35:16 -0700) 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:269021 Archived-At: > Cc: emacs-devel@gnu.org, shivers@cs.cmu.edu, jason.kim@revtera.com > From: Jason Kim > Date: Fri, 7 May 2021 09:35:16 -0700 > > > Should this variable's value be computed automatically based on the > > shell's name? > > I don't think so... If only because its an option that needs enabling in > zsh as well? Sorry, I don't think I understand. My understanding was that this feature is supported by some shells whose names are known in advance (like zsh), so Emacs could compute the value as appropriate for that shell without asking the user to set it. If this is not a good idea, can you explain why? Thanks.