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

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

bug#66551: [PATCH] Add completion for Unix 'doas' command.


From: Antero Mejr
Subject: bug#66551: [PATCH] Add completion for Unix 'doas' command.
Date: Sat, 21 Oct 2023 18:47:09 +0000

Stefan Kangas <stefankangas@gmail.com> writes:

> Could you send an updated patch based on the above?

Patch is attached.

After some more testing I replaced:
(pcomplete-entries nil #'file-regular-p)
with:
(pcomplete-entries)

because the former makes it difficult to traverse directories to get to
the config file, and I've never seen pcomplete work like that anywhere
else.

Attachment: 0001-Add-completion-for-Unix-doas-command.patch
Description: Text Data


reply via email to

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