bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#58899: [PATCH v1] Add the "doas" alias to eshell.


From: Eli Zaretskii
Subject: bug#58899: [PATCH v1] Add the "doas" alias to eshell.
Date: Mon, 31 Oct 2022 20:01:35 +0200

> Date: Mon, 31 Oct 2022 12:01:47 -0400
> From:  Brian Cully via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> +*** New eshell built-in command 'doas'.
> +The privilege-escalation program 'doas' has been added to the existing
> +'su' and 'sudo' commands from the 'eshell-tramp' module. The external
> +command may still be accessed by using '*doas'.        ^^

Two spaces between sentences.

> +(defun eshell/doas (&rest args)
> +  "Call Tramp’s doas method with ARGS.
           ^^^^^^^
Please use only ASCII characters in the doc strings.

(I'm guessing you have some electric mode enabled, so please make sure
to have it disabled when you work on our documentation.)

Thanks.





reply via email to

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