Andrii Kolomoiets

Results 92 comments of Andrii Kolomoiets

Data returned by form's `clean` method are not saved to storage. So any changes to `cleaned_data` is lost.

> Is it worth creating a different variable completely for this? As it won't make any sense to enable `include_params_both` without the original one. > Maybe some kind of switch?...

Having only snippets in completion is little annoying indeed so both variants of completion is used now when `include_params` is set.

@LionyxML It's really cute :) But it is not a frame. It's an overlay. See https://github.com/emacs-lsp/lsp-ui/blob/295d8984da06a745b0a36c56e28ce915bc389adb/lsp-ui-doc.el#L828. I don't think it is possible to display minibuffer in overlay.

@pmiddend I've switched to `project-compile` for now. When called with prefix argument (`C-u C-x p c`), it allows to specify the command with arguments to run.

Works for me. Just compiled recent Emacs 29 version and then in `emacs -Q` 1. `M-x package-initialize` 2. `M-x vertico-mode` 3. `M-x mini-frame-mode` 4. `M-x` ``` GNU Emacs 29.1.50 (build...

@zck I've checked latest Emacs-mac build and see the same issue. But I can see the same behaviour without any packages just by using separate mini-buffer frame with `resize-mini-frames` turned...

It is ok that two windows are created because we told Emacs that default frame should not contain mini-buffer, so separate window is created. What is not ok is that...

Can you please report this issue to Emacs bugs tracker?

> Hi, using this command (omitting the second occurrence of `--eval` seems to fix the hanging: > > ``` > emacs -Q --eval "(setq default-frame-alist '((minibuffer . nil))) (setq resize-mini-frames...