Giter Site home page Giter Site logo

Comments (4)

jonathanwilner avatar jonathanwilner commented on May 29, 2024 2

It's a problem with Dirvish on MacOS.

alexluigit/dirvish#192

from minemacs.

abougouffa avatar abougouffa commented on May 29, 2024

Hello @jonathanwilner ,

Thank you for bringing this to my attention;

I can't reproduce it on my machine. Can you please enable debugging SPC t d before launching the command which triggers the issue?

Or, more simply, you can start Emacs with:

MINEMACS_DEBUG=1 emacs

And share the backtrace and mention which Emacs version you are using. These can help me track the issue down.

from minemacs.

jonathanwilner avatar jonathanwilner commented on May 29, 2024

Hi - it's not generating a backtrace at all. :-(

I'm getting a bunch of blank output from Dirvish / Dirvish-preview. Here's the screenshot from the buffers it creates.

Screenshot 2023-04-23 at 9 39 35 AM

Emacs is :
GNU Emacs 30.0.50 (build 1, aarch64-apple-darwin22.4.0, NS appkit-2299.50

from minemacs.

abougouffa avatar abougouffa commented on May 29, 2024

Dirvish do create some temporary buffers while generating previews. These should not cause a problem.

I've tested it on my machine, but I can't reproduce a similar behavior! I don't have access to a Mac machine, so I can't test in the exact same conditions.

One caveat though, I've moved to Emacs 29.0.90 for the moment. The last time I've used Emacs 30.0.50 I've noticed some wired messages (not related to dirvish, I didn't try dirvish on Emacs 30 from a while).

In all cases, I think that this issue should be reported to dirvish's developers, specially if you can reproduce it in a minimal setup (using emacs -Q). You can try something like this dirvish-minimal.el:

;; Install
(package-vc-install "https://github.com/alexluigit/dirvish")

;; Use
(use-package dirvish
  :init (dirvish-override-dired-mode)
  :custom
  (dirvish-attributes '(subtree-state file-size vc-state git-msg))
  (dirvish-mode-line-format '(:left (sort file-time symlink) :right (omit yank index)))
  (dirvish-side-width 30)
  (dirvish-fd-default-dir "~/")
  (dirvish-use-header-line t) ; 'global make header line span all panes
  (dirvish-use-mode-line t))

Then run this to try to reproduce the issue in a minimal setup.:

emacs -Q -l dirvish-minimal.el

from minemacs.

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.