summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-05-17 09:29:02 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-05-17 09:30:14 +0200
commit6478973c30c412b6c13351a727f74dddab6dce83 (patch)
tree7e59c480a9a8e408e2129076ecdbcc2a51ee9d87 /README.org
parenta722e983d4dfc39eb7bc222c929cee6ea412895f (diff)
Clarify statement about pcomplete-from-help
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index 42680dd..10c069b 100644
--- a/README.org
+++ b/README.org
@@ -302,10 +302,10 @@ I recommend the [[https://github.com/JonWaltman/pcmpl-args.el][pcmpl-args]] pack
support and helpful annotation support for more commands. Similar to the Fish
shell, =pcmpl-args= uses man page parsing and ~--help~ output parsing to dynamically
generate completions. This package brings Eshell completion to another level!
-(Since Emacs 29, Pcomplete offers the =pcomplete-from-help= function which parses
+Since Emacs 29, Pcomplete offers the =pcomplete-from-help= function which parses
the ~--help~ output of a command and produces completions. This Emacs 29
-functionality is still unfinished and for example doesn't work properly in
-Eshell.)
+functionality is not completely equivalent. For example it does not display
+annotations in Eshell, but this may get fixed in Emacs 30.
Unfortunately Pcomplete had a few technical issues on Emacs 28 and older. We can
work around the issues with the [[https://github.com/minad/cape][Cape]] library (Completion at point extensions).