Alexander Adolf

Results 15 issues of Alexander Adolf

### 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

`cperl-mode` is quite proactive about doing things automatically for you. It thus can, and often does, conflict with `smartparens`. I am thus proposing to add a few words of warning...

bug
specific-mode-support

WebKitGTK is a nightmare to build on macOS. It takes hours to compile (literally), it needs patches, and it doubles up functionality that is already available on the platform. Hence,...

_[NOTE: Since the amount of code I am proposing is very small (cf. attached patch), compared to the discussions that this might deserve, I've opted to make it an issue...

feature-request

Suggestions for how the message id construction could be enhanced: 1. **Allow the user name part to be empty, i.e. do not add anything to the left of the `@`...

Subject pretty much says it all. I like keeping images and stuff together with the post itself, instead of inflating the `static` directory. Page bundles do not show up on...

help wanted

I am currently using `-` as the bullet character only. Hence, list the current item replacement is visually not doing much for me. I am now toying with `org-list-demote-modify-bullet` to...

enhancement

`cpanm Statocles` breaks when building Mac-FSEvents-0.14. Peeking into the code of that module, it seems it supports macOS only up to, and including major version 10. I.e. macOS 11 (Big...

I have this in my config: ```elisp (setq telephone-line-rhs '((nil . (telephone-line-misc-info-segment)) (accent . ((telephone-line-atom-eol-segment t) (telephone-line-atom-encoding-segment t))) (evil . (telephone-line-airline-position-segment)))) ``` Apparently I'm trying to pass arguments to the...