Results 40 comments of Daniel Nagy

I am having the same issue and setting `x-no-window-manager` non-nil has made it better, thank you, but it is still not 100% fixed. I have noticed that for me the...

I have just switched to libX11 `1.8.4` and that has resolved the issue for me, as far as I can tell. That version includes this commit https://gitlab.freedesktop.org/xorg/lib/libx11/-/commit/eb1c272ab5230d548077b9f59aca4b3457c3a8f8 which seems to...

Since `hy.repr` is now the default output function, I would say this PR can be closed. > hy-repr is now the default REPL output function. https://github.com/hylang/hy/releases/tag/1.0a2

This also needs a man page update along the lines of: ```diff diff --git a/sxiv.1 b/sxiv.1 index eff3d66..8eddf99 100644 --- a/sxiv.1 +++ b/sxiv.1 @@ -14,6 +14,8 @@ sxiv \- Simple...

Unfortunately, disabling of the reader is still sometimes needed yet. For example, when I attempt to inspect the variable `browse-url-handlers` with the `helpful` package, I receive an error when I...

What has worked for me is putting a `(redisplay)` inbetween the two commands like so: ```elisp (defun split-window-right-and-focus () "Split the window horizontally and focus the new window." (interactive) (split-window-right)...

Memoization based on buffer content is useful to put information in the mode-line. However, the current `#'secure-hash` but also the `#'buffer-hash` functions can still take a little bit of time...

That PR has since been merged. I just rebased. Can we merge this?

The main purpose of this PR is that people can always run `nix run nixos-generators` instead of `nix run github:nix-community/nixos-generators`, so its main purpose is only a shortcut. > The...

Great PR, I hope this gets merged. But this also needs a README update here: https://github.com/emacsorphanage/ov/blob/master/README.md?plain=1#L23