Tony Zorman

Results 28 issues of Tony Zorman

Emacs recently changed how register jumping/loading is handled. The variable `register-use-preview` may be used to adjust that behaviour; it's read and acted upon by (e.g.) `register-read-with-preview`. That function (which we...

Hi, the unicode characters `φ` (U+03C6, `φ` in HTML) and `ϕ` (U+03D5, `ϕ` in HTML) seem to be swapped in the IBM Plex Serif font: the latter is displayed as...

Supersedes https://github.com/xmonad/xmonad-contrib/pull/582 What I haven't done, yet we probably should (not necessarily in this PR): - ~~Rewrite `IfMax`, `PreScreen`, and `PerWorkspace` with this, which would close https://github.com/xmonad/xmonad-contrib/issues/75~~ - ~~Provide some...

Specifically, as we noticed in https://github.com/xmonad/xmonad-contrib/issues/194, it is not clear to people that `desktopLayoutModifiers` only applies to the default layout and they need to manually add it to their custom...

help wanted
good first issue
needs: documentation

### Feature Description The [EZConfig parser](https://github.com/xmonad/xmonad-contrib/blob/05c4c776af3a8c7a660ef4785c0c45c9f133fc38/XMonad/Util/EZConfig.hs#L139) currently only supports characters "up to" latin1 (for reasons, refactored out to [our prelude](https://github.com/xmonad/xmonad-contrib/blob/master/XMonad/Prelude.hs#L190)). It may be desirable for us to support arbitrary unicode...

help wanted
good first issue

One feature (?) of the default isearch that's extremely convenient is unprettifying `prettify-symbols-mode` symbols while in search. It seems that `ctrlf` does not do this while searching, regardless of the...

A new module, which renders sidenotes directly as HTML, allowing the embedding of arbitrary blocks inside them. I think this is the best overall solution, as it's 100% backwards compatible,...

This affects Emacs 30 right now (I think, anyways), but the fix should be plenty backwards compatible ## Commit Summary ### [esh-autosuggest--prefix: Fix input-start](https://github.com/dieggsy/esh-autosuggest/commit/8335a253d319796ab8972f13867f848a5fb6def9) In Emacs 30+, `eshell-bol` is merely...

Add `renderPandocItemWithTransformM` and `pandocItemCompilerWithTransformM`, which work like the respective functions without the "item" infix, but the transformation function is a monadic "Item Pandoc -> Item Pandoc" instead of just a...

### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [x] You...

bug