Giter VIP home page Giter VIP logo

Comments (12)

minad avatar minad commented on August 29, 2024 1

Reported here https://debbugs.gnu.org/cgi/bugreport.cgi?bug=48410

EDIT: Duplicate of https://debbugs.gnu.org/cgi/bugreport.cgi?bug=48404

from vertico.

jaor avatar jaor commented on August 29, 2024 1

from vertico.

jaor avatar jaor commented on August 29, 2024 1

@minad just a quick note to let you know that i'm again using emacs 28 (today's master, compiled with native comp) and the corfu flicker i had observed (as well as this problem, as expected) is totally gone. i am pretty pleased :)

from vertico.

minad avatar minad commented on August 29, 2024

Ouch, I am seeing this too. I just compiled the recent Emacs master. It seems a new bug got introduced. I am guessing it is this one: emacs-mirror/emacs@1af91d2. Can you please report this via report-emacs-bug and link it here? The bug also occurs with default completion. It is not vertico specific.

from vertico.

manuel-uberti avatar manuel-uberti commented on August 29, 2024

I experienced this as well. @minad if nobody submits a bug report before this evening (UTC+1 here), let me know and I will do it.

from vertico.

jaor avatar jaor commented on August 29, 2024

from vertico.

manuel-uberti avatar manuel-uberti commented on August 29, 2024

Sure. I too have to work but I just did a hard rest to a working commit before the one pointed out by @minad, and everything's fine now. :)

from vertico.

jaor avatar jaor commented on August 29, 2024

from vertico.

manuel-uberti avatar manuel-uberti commented on August 29, 2024

(aside: are you using corfu with 28? last time i tried there, navigating the pop-up (corfu-next/previous) made it flicker. as i mentioned, in 27.2 is working smoothly)

corfu is working fine with no flickering for me on GNU Emacs 28.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.18, cairo version 1.16.0) of 2021-05-14.

from vertico.

minad avatar minad commented on August 29, 2024

@jaor I am not observing flicker with Corfu on 28 (current master), similar Linux system as @manuel-uberti's. If you can observably reproduce this, please report it as a regression to the Emacs bug tracker. I am not sure if there have been recent changes which affect frames on Linux or other platforms. At least there has been some long discussion on the mailing list about frame adjustments.

In Corfu there was some issue with Gnome/Cinnamon/other gtk desktops (minad/corfu#17). The workaround in the display code could lead to flicker. On these buggy desktops the flicker problem could be worse. I am not sure about the culprit, either the gtk lib itself or the wm/compositor.

from vertico.

minad avatar minad commented on August 29, 2024

At least the M-x issue seems to be fixed in Emacs master. But the fix that has been chosen shows that something is off in the Emacs development process. There is a discussion and in the end we get a suboptimal solution.

  1. First there has been a discussion about not showing or indicating obsolete commands in M-x (Good idea)
  2. A patch got applied which removed the obsolete commands (Problematic)
  3. There was some pushback
  4. A patch got applied which instead annotates the obsolete commands (Better, but why not make this an option? Either hide, annotate or show obsolete commands.)
  5. There was some pushback
  6. A patch gets applied which adds some version checking on the Emacs version, such that only obsolete commands are hidden which got removed without a new name (Wat?)
  7. Then it is noticed that the patch does not work for third party packages and it is even broken for some packages which are part of Emacs and use an "invalid" version string
  8. Instead of fixing the issue properly (for example adding an option to customize the treatment of obsolete commands), an ignore-errors is added around the problematic code

😞

EDIT: The bugfix which as been applied seems to be a temporary measure to unbreak master. At least I hope so. In my eyes it would have been better to simply revert the broken patch.

from vertico.

jaor avatar jaor commented on August 29, 2024

from vertico.

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.