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

Always hide *Mini buffers? #239

Open
toyboot4e opened this issue Sep 16, 2024 · 5 comments
Open

Always hide *Mini buffers? #239

toyboot4e opened this issue Sep 16, 2024 · 5 comments

Comments

@toyboot4e
Copy link

Currently *Mini buffers visibility policy is unclear. It's sometimes visible in the buffers bar, but I guess they should be always hidden? If so, we would need a dedicated buffer group for them (such as "hidden").

Current *Mini buffer group assignments is as follows:


Note:

@jcs090218
Copy link
Collaborator

As far as I know, mini buffers should be ignored completely. 🤔

toyboot4e added a commit to toyboot4e/centaur-tabs that referenced this issue Sep 16, 2024
toyboot4e added a commit to toyboot4e/centaur-tabs that referenced this issue Sep 16, 2024
toyboot4e added a commit to toyboot4e/centaur-tabs that referenced this issue Sep 16, 2024
@toyboot4e
Copy link
Author

Thanks, I opened a PR. It's just a suggestion and feel free to modify/close.

@jcs090218
Copy link
Collaborator

I'm a little confused. Minibuffer shouldn't show up at all. 🤔 I've tried with emacs -q and cannot seems to produce the situation you've described.

@toyboot4e
Copy link
Author

toyboot4e commented Sep 16, 2024

Hi, thanks a lot for checking. I also failed to reproduce it with minimum config (sorry!). Let me find the real issue.

@toyboot4e
Copy link
Author

I dont' know why, but this time I succeeded in reproducing.

  1. Create init.el in some directory:
(setopt custom-file nil)

(eval-and-compile
    (customize-set-variable
     'package-archives '( ("melpa" . "https://melpa.org/packages/")))
    (package-initialize))

(use-package projectile
    :ensure t
    :config
    (projectile-mode 1))

(use-package centaur-tabs
    :ensure t
    :config
    (centaur-tabs-group-by-projectile-project)
    (centaur-tabs-mode t))
  1. Open Emacs from the directory: emacs --init-directory $(pwd) init.el
  2. Press C-x C-f
  3. You'll see *Minibuf-1* in your buffer bar.

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