Kaushal Modi

Results 260 comments of Kaushal Modi

Yes I set the PYTHONPATH and still it gave that error. I believe I should install it on a different machine and check if I get the same problem.

> The easiest way of implementing full-text search would be by using grep on the EPUB sources living in nov-temp-dir, presenting the search results and offering a way to jump...

OK, I got it to jump to the HTML source using this: ```el (defun counsel-rg-nov (&optional initial-input) "Search for a pattern in current ebook using rg. INITIAL-INPUT can be given...

Hello, I got introduced to Nim about 2 years back, and now I can not think of using any other language. The Nim developer and community support has been great....

> Can Vernon use your material? Of course! I'd be happy to help however I can.

Here is [my commit to my emacs setup in which I tested out an alternative highlighting package](https://github.com/kaushalmodi/.emacs.d/commit/0e2b46a0dceda2371f8cdfff85f4617f7fab5a4a?diff=split) and did not require hl-anything and the above issue did not occur. [Here](https://github.com/kaushalmodi/.emacs.d/blob/0e2b46a0dceda2371f8cdfff85f4617f7fab5a4a/setup-files/setup-highlight.el#L5-57)...

No worries! Congratulations! :)

I am able to repeat this issue on both emacs 24.4 and 25.0.50.2 (built from the trunk 2 days back). The OS is RHEL 5.10. Here's an interesting thing I...

I'll update with the screen shot in few hours when I get to my computer.

Hey, thanks for the reply. The issue is that the `hl-*global` functions force the highlights on all the buffers and in the process, it removes any pre-existing highlight. The best...