Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With Rustic, Icons and Type information disappear after changing selected completion. #40

Open
asdfer-1234 opened this issue Apr 6, 2024 · 1 comment

Comments

@asdfer-1234
Copy link

Steps to reproduce

  1. Use the following minimal config as init.el
(require 'package)
(setq package-archives
      '(("gnu" . "http://elpa.gnu.org/packages/")
        ("melpa" . "https://melpa.org/packages/")))
(package-initialize)

(package-install 'rustic)
(package-install 'company)
(package-install 'company-fuzzy)
(require 'rustic)
(require 'company)
(require 'company-fuzzy)

(with-eval-after-load 'company-fuzzy
  (add-hook 'company-mode-hook 'company-fuzzy-mode))
  1. Open a rust file within a cargo project.
  2. Install lsp-mode when prompted.
  3. Initiate autocompletion with at least 2 completions available
  4. Press down arrow, changing the selection

Expected behaviour

Next completion gets selected, and icons and type informations remain.

Actual behaviour

Next completion gets selected, icons and type informations disappear. Revealing a new completion by scrolling the completion menu far enough will result in the just-revealed-by-scrolling completion entry having the icon, and scrolling another entry down will remove the icons from it. Below video demonstrates it.

output.mp4
@jcs090218
Copy link
Member

I don't think this error is related to this package since company-fuzzy doesn't impact any frontend code. 🤔

I tested it with emacs -q, and I cannot reproduce this bug.

Screenshot 2024-04-06 143541

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants