branch: externals/vertico commit ccc9ab981ee184a4ac97ea5ced0cd1aba4cdaa71 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README: Link to upstream bug report --- README.org | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index e7f1e07810..315f7f22ae 100644 --- a/README.org +++ b/README.org @@ -589,9 +589,10 @@ can be completed separately. Ideally this issue would be fixed in Org. ** ~tmm-menubar~ The text menu bar works well with Vertico but always shows a =*Completions*= -buffer, which is unwanted if you use the Vertico UI. This completion buffer can -be disabled with an advice. If you disabled the standard GUI menu bar and prefer -the Vertico interface you may also overwrite the default F10 keybinding. +buffer, which is unwanted if you use the Vertico UI. See [[https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74616][bug#74616]] for the +upstream bug report. Right now the completion buffer can be disabled with an +advice. If you disabled the standard GUI menu bar and prefer the Vertico +interface you may also overwrite the default F10 keybinding. #+begin_src emacs-lisp (keymap-global-set "<f10>" #'tmm-menubar)