Giter VIP home page Giter VIP logo

Comments (5)

purcell avatar purcell commented on May 28, 2024

Hmm, interesting: if you hit /. very quickly, so that the which-key window doesn't pop up, then this doesn't happen, so I think it's some sort of interaction between which-key and ibuffer. I'll see if I can figure out what the issue is. Interestingly, the equivalent in dired (*.) doesn't have the same issue.

from emacs.d.

bloodofdracula avatar bloodofdracula commented on May 28, 2024

I did a test on a stock emacs (same from snap without which-key) and it is working as it is supposed to do...Thanks for your answer and help.

from emacs.d.

purcell avatar purcell commented on May 28, 2024

I found and fixed it: some kind of weird interaction with the fullframe package, which I plan to replace anyway. So I've just disabled it for that command.

from emacs.d.

bloodofdracula avatar bloodofdracula commented on May 28, 2024

lisp/init-ibuffer.el

(require-package 'fullframe)
(with-eval-after-load 'ibuffer
(fullframe ibuffer ibuffer-quit))

So I only need to suppress those lines..right ? Thanks for your nice work.

from emacs.d.

purcell avatar purcell commented on May 28, 2024

Yes, but I've pushed that change to this repo.

from emacs.d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.