Changes in Specialized Modes and Packages in Emacs 29.2
Tramp
New user option 'tramp-show-ad-hoc-proxies'.
When non-nil, ad-hoc definitions are kept in remote file names instead of showing the shortcuts.
Incompatible Lisp Changes in Emacs 29.2
'with-sqlite-transaction' rolls back changes if its BODY fails.
If the BODY of the macro signals an error, or committing the results
of the transaction fails, the changes will now be rolled back.
I'm using emacs + evil. With helm-mode. In the minibuffer / ex mode, if I type lsp then hit tab I see a list of completions as expected. If I type lsp- then tab the nothing happens. No completion list is shown. Nothing happens at all.
Strangely I thought this use to work but updating my packages one day broke this behavior.