rho

Results 7 issues of rho

When you try to drag word when cursor at first char of a word, it drags the left neighbour word illustration: (assuming bold face is the place where cursor is....

tried binding to `smart-hungry-delete-forward-char` as ``` (global-set-key (kbd "") 'smart-hungry-delete-forward-char) ``` it works but kinda makes `(delete-selection-mode 1)` useless, one that replace the text in keystroke, any suggestion how bind...

**linum** is very slow and since it redraws in each key press, which gives terrible flickes. but similar look can be achived using **nlinum** ![screenshot_2018-01-07_23-32-31](https://user-images.githubusercontent.com/1684754/34652188-12b1f3e4-f403-11e7-96ec-5f28a01c83f3.png) ```elisp (require 'nlinum) (setq nlinum-delay...

Investigate

image is still in orphan repo **dump** change the link while merging. no idea how send the orphan repo pull request via github.

rather than using **zoom-frm** which didn't even work in my config of frontmacs we could have simply binded to **text-scale-increase** and **text-scale-decrease** of course add the C-mouse scroll, was missing...

My first python GUI program was using tkinter then I moved to GTK then move to web programming. When I was working with tkinter, It was hard to find the...

While using pyright which does'nt have ID but [config](https://github.com/microsoft/pyright/blob/main/docs/configuration.md) rule string which is not shown by flycheck. ![image](https://user-images.githubusercontent.com/1684754/193491200-02f9c20d-6a2b-4677-9baf-beb3c1c54055.png) To override or ignore the rule with [comment](https://github.com/microsoft/pyright/blob/1f42e17eb3a036271dd17b79a7eb5593c10aae46/docs/comments.md) we need the rule...

kind: user support