bymoz089
bymoz089
function `ivy-rich--switch-buffer-root-and-filename` is broken. It returns always `nil` if the file is not part of a project (or projectile is not installed). How to reproduce: open a file like "/tmp/foo.txt"...
opening `sly-inspector` results in many warning messages, which state > Invalid face reference: sly-inspector-label-face Doing a `(copy-face 'shadow 'sly-inspector-label-face)` could fix this. But there is probably a better solution.
Typo in easy-menu definition of `sly-inspector-menu`. Line 7098 [ "Describe this Inspectee" sly-inspector-describe ,C ] must state [ "Describe this Inspectee" sly-inspector-describe-inspectee ,C ]
**The issue is**: custom TODO items (like `MEET` in below example) are not notified about. (Is something like this supported at all?) --- **Example:** Org-mode [allows to configure custom keywords...
Sulimity-map hides the cursor near the right border, vertical scrolling does not happen. How to reproduce: In Emacs set: (sublimity-map-set-delay nil) and then have a long line in your emacs...
## Description: In c-mode origami can not fold an preprocessor `#if` with a loop in it. ## Example to reproduce: ``` #if 0 for(i=0; i origami-fold-node: Tried to construct a...
When folding following code: ``` #if 0 #endif #ifdef foo #endif ``` it looks like ``` #if 0 ...#endif #ifdef...#endif ``` the `#if 0`folding is inconsistent and provokes user errors...
Please enable javadoc folding in c-mode. To do this change `origami-c-parser` function in file `origami-parsers.el` to following code: ``` (defun origami-c-parser (create) (let ((c-style (origami-c-style-parser create)) (macros (origami-c-macro-parser create)) (javadoc...
Run systemd service with realtime priority, to ensure that thinkfan's execution is not delayed in case of sudden rise of CPU load. Deactivated fans on heavy CPU load could otherwise...
When trying to save a page to a dokuwiki server, I sometimes get a password request for login, which is never successful. ## How to reproduce 1. with `dokuwiki-login`, log...