Nicholas Hebert

Results 25 comments of Nicholas Hebert

Same result on linux, filed over here: https://github.com/hidetatz/homebrew-tap/issues/5

This works locally -- the build is failing on the containers not running, it seems?

# Workaround Add this to your `.emacs` config: ``` (with-eval-after-load 'evil-maps (define-key evil-motion-state-map (kbd "TAB") nil)) ``` Thank you @wasamasa at https://github.com/wasamasa/dotemacs/blob/master/init.org#keymap-hacking!

Thanks for taking care of this matter @gzur; rest in peace, Einar. If @keevie is happy to do it, add one vote for @keevie !

Hm! I'll get you a config or provide a video for further analysis; maybe it's like #86 and not a mini-frame problem

Got it! It's an interaction with evil. Toss this into your ~/.emacs and try ``` (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (package-initialize) (package-refresh-contents) (unless (package-installed-p 'evil) (package-install 'evil)) (require...

Hm! Is it somehow operating system related? I'm on Pop!_OS 22.04 LTS and Arch Linux. I'll record a screen cast of it and post back, maybe there's something in the...

:grey_exclamation: It's only happening on emacs 29 or later -- version check? My version 27 seems ok.

That's lending credence to the OS constraint. ``` GNU Emacs 29.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.40, cairo version 1.18.0) ``` Perhaps try 29.2, as well? I'm also near the...

heh, excellent. yeah I have spaces through-out my variables but then I add new ones and forget :laughing: Any idea where the fix lies? Mini-frame's codebase or evil or Emacs?...