emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master a154f0aa73b: shell-command-mode: New major mode for async-she


From: Robert Pluim
Subject: Re: master a154f0aa73b: shell-command-mode: New major mode for async-shell-command
Date: Thu, 12 Sep 2024 13:58:39 +0200

>>>>> 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 via email to

[Prev in Thread] Current Thread [Next in Thread]