Nahuel

Results 10 comments of Nahuel

I think this is a common Emacs "issue". Not really an issue but how Emacs behave on indenting stuff with any mode as I have seem a similar behavior on...

Great fix, thanks! ![image](https://user-images.githubusercontent.com/5782706/147578796-bb510711-3f12-4ae4-aa24-4caa1cb066bf.png)

Thank you for the fix. I will try it out. The spacer issue is one I found, the other ones were: - modeline still showing (sometimes). You opened an issue...

I downloaded #23 but I'm still having the same issues on active and inactive bars, here's the screenshot: ![image](https://user-images.githubusercontent.com/5782706/147525246-5662c4db-8725-4ac6-918d-70162aed5629.png) Updated the original post to mention I'm using Emacs 27.2 EDIT:...

Just left a comment on #23. The fix works. Thanks!

Hi, It really may be an interaction between packages. It happens to me while using `golden-ratio` (which makes sense, since it's changing the size of the windows), if I disable...

I don't use Spacemacs but I have a similar custom function that works well in Firefox and any other EXWM buffer (without using windmove). ```elisp (defun nemacs-create-window-bottom-and-switch () "Creates a...

To be honest they are really similar functions and I cannot reproduce this on my Emacs configuration (again, not Spacemacs), even using `windmove`. Maybe the issue is created by hooks...

Question: Are you using Spacemacs and installed EXWM by yourself or using SpacemacsOS? I cloned and `eval` that function from Spacemacs and still worked for me so I think the...

Hey, I solved this issue by not using `libc` and doing the copy and delete through `sys/windows`. ``` import "core:sys/windows"; import "core:unicode/utf16"; ``` To copy: ``` current_filename_buf, new_filename_buf : [64]u16;...