unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Jason Kim <jason.w.kim@icloud.com>
Cc: shivers@cs.cmu.edu, emacs-devel@gnu.org
Subject: Re: Small shell-mode patch to handle auto-cd (e.g. shells like zsh)
Date: Thu, 06 May 2021 11:23:01 +0300	[thread overview]
Message-ID: <83v97we0ey.fsf@gnu.org> (raw)
In-Reply-To: <b83ee8b3-0889-0796-e5f0-f18fcb8701b4@icloud.com> (message from Jason Kim on Wed, 5 May 2021 12:55:07 -0700)

> From: Jason Kim <jason.w.kim@icloud.com>
> Date: Wed, 5 May 2021 12:55:07 -0700
> 
> Hi, Please find enclosed a small patch against emacs-lisp (packaged with 
> emacs 26.3 on recent emacsen on recent ubuntu (20.4.0.2 ?)
> 
> I'd be more than happy to do the leg work to get it "install ready" but 
> may need some advice on how to do that.

Thanks.  Some comments on your patch:

 . We prefer patches relative to the current development sources on
   the master branch of the Emacs Git repository.  Would it be
   possible for you to update the patch so it is relative to the
   latest sources?  If so, please also send the diffs using the
   command "git format-patch", as it makes it easier to apply the
   diffs.

 . Please accompany the changeset with a ChangeLog-style commit log
   message; see the file CONTRIBUTE for the details of how to format
   the log message according to our conventions.

 . A few comments on the code itself:

> +(defvar shell-has-auto-cd nil
> +  "if set to true, shell-mode assumes that a command that resolves to a directory
> +is an implicit cd command. Useful for shells like zsh that has this feature.")

This should be a defcustom, so that users could customize it easily.

The first line of the doc string should be a single complete
sentence.  Something like this:

  If non-nil, `shell-mode' will automatically process implicit \"cd\" commands.

(Then in the following text of the doc string explain what does
"implicit cd command" mean in this context.)

Should this variable's value be computed automatically based on the
shell's name?

> -		end cmd arg1)
> +		end cmd arg1 cmdS)

I wonder if you could find a more descriptive name for the cmdS
variable.



  parent reply	other threads:[~2021-05-06  8:23 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-05 19:55 Small shell-mode patch to handle auto-cd (e.g. shells like zsh) Jason Kim
2021-05-06  8:10 ` Michael Albinus
2021-05-06  8:23 ` Eli Zaretskii [this message]
2021-05-07 16:35   ` Jason Kim
2021-05-07 16:51     ` Jason Kim
2021-05-15  8:20       ` Eli Zaretskii
2021-05-24 17:15         ` Jason Kim
2021-05-24 17:20           ` Jason Kim
2021-05-25  7:38             ` Michael Albinus
2021-05-27 17:09               ` Jason Kim
2021-06-09 11:03                 ` Michael Albinus
2021-05-07 17:39     ` Michael Albinus
2021-05-08  6:36     ` Eli Zaretskii
2021-05-08 16:39       ` Jason Kim
2021-05-08 16:48         ` Eli Zaretskii
2021-05-08 17:19           ` Jason Kim
2021-05-08 17:58             ` Jason Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83v97we0ey.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=jason.w.kim@icloud.com \
    --cc=shivers@cs.cmu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).