commit a0f8fb806ff5ce192671d90636aa14a12aa47b8a (HEAD, refs/remotes/origin/master) Author: Stefan Kangas Date: Tue Nov 5 04:19:22 2024 +0100 pcomplete/find: Support new GNU find expressions * lisp/pcmpl-gnu.el (pcomplete/find): Add expressions from new GNU find: "-newerxy" (4.3.3) and "-files0-from" (4.9.0). This list is now complete as of GNU findutils 4.10.0, released on 2024-06-01. diff --git a/lisp/pcmpl-gnu.el b/lisp/pcmpl-gnu.el index 237e3d62526..efba0cc2d34 100644 --- a/lisp/pcmpl-gnu.el +++ b/lisp/pcmpl-gnu.el @@ -354,13 +354,13 @@ Return the new list." (while (pcomplete-here '("-amin" "-anewer" "-atime" "-cmin" "-cnewer" "-context" "-ctime" "-daystart" "-delete" "-depth" "-empty" "-exec" - "-execdir" "-executable" "-false" "-fls" "-follow" + "-execdir" "-executable" "-false" "-files0-from" "-fls" "-follow" "-fprint" "-fprint0" "-fprintf" "-fstype" "-gid" "-group" "-help" "-ignore_readdir_race" "-ilname" "-iname" "-inum" "-ipath" "-iregex" "-iwholename" "-links" "-lname" "-ls" "-maxdepth" "-mindepth" "-mmin" "-mount" "-mtime" - "-name" "-newer" "-nogroup" "-noignore_readdir_race" + "-name" "-newer" "-newerxy" "-nogroup" "-noignore_readdir_race" "-noleaf" "-nouser" "-nowarn" "-ok" "-okdir" "-path" "-perm" "-print" "-print0" "-printf" "-prune" "-quit"