unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: emacs-devel@gnu.org
Cc: Dmitry Gutov <dmitry@gutov.dev>
Subject: Re: master a154f0aa73b: shell-command-mode: New major mode for async-shell-command
Date: Thu, 12 Sep 2024 13:58:39 +0200	[thread overview]
Message-ID: <87ttelkrrk.fsf@gmail.com> (raw)
In-Reply-To: <20240601150416.5D061C5400F@vcs2.savannah.gnu.org> (Dmitry Gutov's message of "Sat, 1 Jun 2024 11:04:16 -0400 (EDT)")

>>>>> On Sat,  1 Jun 2024 11:04:16 -0400 (EDT), Dmitry Gutov <dgutov@yandex.ru> said:

    Dmitry> branch: master
    Dmitry> commit a154f0aa73bceeaaeefcd243e7db9d09e3f450d7
    Dmitry> Author: Dmitry Gutov <dmitry@gutov.dev>
    Dmitry> Commit: Dmitry Gutov <dmitry@gutov.dev>

    Dmitry>     shell-command-mode: New major mode for async-shell-command
    
    Dmitry>     * etc/NEWS: Mention the additions.
    
    Dmitry>     * lisp/shell.el (shell-command-mode): New major mode (bug#71049).
    
    Dmitry>     * lisp/simple.el (async-shell-command-mode):
    Dmitry>     New variable, with default value pointing to that mode.
    Dmitry>     (shell-command): Refer to it here.
    Dmitry>     (async-shell-command): Update docstring.
    
    Dmitry>     * lisp/net/tramp.el (tramp-handle-shell-command):
    Dmitry>     Use the new variable when available.
    Dmitry> ---
 
    Dmitry> +(defvar async-shell-command-mode 'shell-command-mode
    Dmitry> +  "Major mode to use for the output of asynchronous `shell-command'.")
    Dmitry> +

Itʼs probably too late to change for emacs-30, but any particular
reason this is a `defvar' instead of a `defcustom'?

Robert
-- 



       reply	other threads:[~2024-09-12 11:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <171725425592.12207.12803647035618659064@vcs2.savannah.gnu.org>
     [not found] ` <20240601150416.5D061C5400F@vcs2.savannah.gnu.org>
2024-09-12 11:58   ` Robert Pluim [this message]
2024-09-12 22:25     ` master a154f0aa73b: shell-command-mode: New major mode for async-shell-command Dmitry Gutov
2024-09-13  7:31       ` Robert Pluim

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=87ttelkrrk.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=dmitry@gutov.dev \
    --cc=emacs-devel@gnu.org \
    /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).