unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefankangas@gmail.com>
To: Antero Mejr <antero@mailbox.org>, 66551@debbugs.gnu.org
Subject: bug#66551: [PATCH] Add completion for Unix 'doas' command.
Date: Sun, 15 Oct 2023 00:58:04 -0700	[thread overview]
Message-ID: <CADwFkmk6ELCXH0G-orPB7b=w1KWX0G=iD-17zpX6W3s4VuGUJQ@mail.gmail.com> (raw)
In-Reply-To: <87sf6c90s5.fsf@mailbox.org>

Antero Mejr via "Bug reports for GNU Emacs, the Swiss army knife of text
editors" <bug-gnu-emacs@gnu.org> writes:

> The attached patch adds a pcomplete procedure for doas, so shell/eshell
> will do command completion correctly.

Thanks, this is a useful addition.

> +;;;###autoload
> +(defun pcomplete/doas ()
> +  "Completion for the `doas' command."
> +  (pcomplete-opt "su")

Are there any other options that are worth adding?

    https://man.openbsd.org/doas

> +  (funcall pcomplete-command-completion-function)
> +  (funcall (or (pcomplete-find-completion-function (pcomplete-arg 1))
> +	       pcomplete-default-completion-function)))
> +
>  (provide 'pcmpl-unix)
>
>  ;;; pcmpl-unix.el ends here
> --
> 2.41.0





  reply	other threads:[~2023-10-15  7:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-15  0:39 bug#66551: [PATCH] Add completion for Unix 'doas' command Antero Mejr via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-10-15  7:58 ` Stefan Kangas [this message]
2023-10-15 11:29   ` Antero Mejr via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-10-15 12:55     ` Stefan Kangas
2023-10-15 13:41       ` Antero Mejr via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-10-15 14:09         ` Stefan Kangas
2023-10-15 14:35         ` Visuwesh
2023-10-15 16:36           ` Antero Mejr via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-10-21 10:08             ` Stefan Kangas
2023-10-21 18:47               ` Antero Mejr via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-10-22 22:44                 ` Stefan Kangas

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='CADwFkmk6ELCXH0G-orPB7b=w1KWX0G=iD-17zpX6W3s4VuGUJQ@mail.gmail.com' \
    --to=stefankangas@gmail.com \
    --cc=66551@debbugs.gnu.org \
    --cc=antero@mailbox.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).