branch: externals/corfu commit f7c8baf64a8d5e60ddb544d5b6a84602a05aa2b0 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README: Update paragraph about Pcomplete issues --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index f9eed49d0d..c5b726f7a9 100644 --- a/README.org +++ b/README.org @@ -302,10 +302,10 @@ 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). Cape provides wrappers which sanitize the Pcomplete function. If you use Emacs 28 or older installing these advices is strongly recommend such that Pcomplete -works properly. On Emacs 29 the advices are not necessary, since the related -bugs have been fixed. I therefore recommend to not remove the the advices on -Emacs 29 and eventually report any Pcomplete issues upstream, such that they can -be fixed at the root. +works properly. On Emacs 29 the advices are not necessary anymore, since almost +all of the related bugs have been fixed. I therefore recommend to not remove the +the advices on Emacs 29 and eventually report any remaining Pcomplete issues +upstream, such that they can be fixed at the root. #+begin_src emacs-lisp ;; The advices are only needed on Emacs 28 and older.