Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
grewil
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
grewil
10y ago
Emacs package Chronos: https://libraries.io/emacs/chronos
2.
▲
by
grewil
10y ago
This is very true indeed. Company mode is the completion framework that rules them all. I have abandoned the older ac-alternatives in favour of this. And it's easy to write new backend source plugins too.
3.
▲
by
grewil
10y ago
I find WWW::Mechanize::Firefox an interesting alternative. The API is similar to WWW::Mechanize, but it remote controls an instance of Firefox using the MozRepl addon. This means scraping/interacting with pages using JS works fine. ht