Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
githubalphapapa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
githubalphapapa
2y ago
At first I thought that sounded great, but then I realized that that would exclude files that I want to be backed up, like `dir-locals-2.el`, which should be excluded from git, but should also be backed up. There doesn't seem to be a
2.
▲
Show HN: Listen.el (audio/music player for GNU Emacs)
(github.com)
1 points
by
githubalphapapa
2y ago
|
0 comments
3.
▲
by
githubalphapapa
2y ago
> The official spec is a combination of hundreds of tiny specs and extensions, akin to XMPP. You could say the same thing about any specification that involved multiple features. > There may be one single reference, but it's con
4.
▲
by
githubalphapapa
2y ago
> Matrix has a billion different standards There is one specification, available on the official site. It isn't, and never will be, required to implement all of it. > a complex message format It is a very simple format. Here&#x
5.
▲
by
githubalphapapa
5y ago
Wow, Brian, funny running into you here after all these years! You may remember me as a guy who ran the site for you for a year or two when you needed a break. You also helped me get started with Web development on the server-side. You w
6.
▲
by
githubalphapapa
5y ago
Here's a library for writing such classification systems in Emacs Lisp: https://github.com/alphapapa/taxy.el Especially, see this example: https://github.com/alphapapa/taxy.el#sporty-understan
7.
▲
by
githubalphapapa
5y ago
Thanks for the kind words. I'm glad they're useful to you. org-ql is a search tool. It provides an alternative to some parts of org-agenda and integrates with it to some extent. Its searching is much faster and more powerful th
8.
▲
by
githubalphapapa
5y ago
I'm not sure what you mean, but maybe this is what you're looking for: https://github.com/alhassy/org-special-block-extras
9.
▲
by
githubalphapapa
5y ago
I collect some Org resources here: https://alphapapa.github.io/org-almanac/
10.
▲
by
githubalphapapa
5y ago
See https://github.com/alphapapa/org-ql , which can be used to select entries with a SQL-like language, and then you can do whatever you like with the results.
11.
▲
by
githubalphapapa
5y ago
> org-agenda is not fast enough, and is practically unusable with more than a few tens of files. Please see https://github.com/alphapapa/org-ql , which implements agenda-like views with a much faster search backend.
12.
▲
by
githubalphapapa
5y ago
See also https://github.com/alphapapa/org-ql which supports org-super-agenda grouping.
13.
▲
by
githubalphapapa
5y ago
> But I get the vibe that we won't be seeing a client I like anytime soon; or it'll be a very minimalistic client with no support for all the fancy modern features, in which case I'd likely get the same or better experienc
14.
▲
by
githubalphapapa
5y ago
> As for the first point, fine grained control for what goes into a commit, that's definitely a power user feature, but an important one of course. It's not a power-user feature, and it shouldn't be considered one. It sho
15.
▲
by
githubalphapapa
5y ago
As active as you are in the Emacs community, you ought to know that there is a steady stream of commits to "core." Anyway, if that's not enough for you, maybe you could allocate some of your own manpower to fixing those bugs
16.
▲
by
githubalphapapa
5y ago
> as well as red-squiggle-style linting tools like flymake, flycheck, and LSP-related tools.
17.
▲
by
githubalphapapa
5y ago
> In fact, I would have to look up how to even "reopen" an Emacs bug, it is not very clear to users, and this makes it especially frustrating if issues are closed without solution. At the top of your bug report, it says:
18.
▲
by
githubalphapapa
5y ago
> Web tech gives you a greater degree of control: e.g., Emacs Lisp cannot put red sqiggles under text like VSCode does, but rather limits the user interface essentially to one large "textarea" (though in contrast to TTY interfa
19.
▲
by
githubalphapapa
5y ago
The question is almost like asking a fish to describe water. It's the sudden lack of it that produces a really clear example. :) Anyway, here's a random example that comes to mind: I have some sexps in a Lisp file and I want to
20.
▲
by
githubalphapapa
5y ago
Pandoc can read from and export to Org format. As well, there are a number of Org parsing libraries in other languages; see https://alphapapa.github.io/org-almanac/#Parsing
21.
▲
by
githubalphapapa
5y ago
FYI, there are a variety of Org parsing libraries outside of Emacs. Some of them even appear to be robust and well-developed. I collected a list here: https://alphapapa.github.io/org-almanac/#Parsing
22.
▲
by
githubalphapapa
5y ago
> trying to search myriad org agenda files for an ID or text search (e.g. org rifle) will basically lock up emacs. Please try `org-ql` and `helm-org-ql`; these newer search tools perform better than `org-rifle` and generally supersede it
23.
▲
by
githubalphapapa
5y ago
If you're on Linux, libeatmydata might help reduce the number of writes hitting the SSD.
24.
▲
by
githubalphapapa
6y ago
Also: $ cat ~/bin/dired #!/bin/bash # Launch Dired in a plain Emacs configuration. # Arguments are passed to Emacs, e.g. "-nw" works as expected. emacs -q "$@" \ --e
25.
▲
by
githubalphapapa
6y ago
Buffers and strings with range-indexed metadata is also how Emacs's text properties work. For example, this shows the print syntax for strings with properties: (concat (propertize "foo" 'fa
26.
▲
Show HN: Extending a Lisp-based, plain-text query language (Emacs Org mode)
(github.com)
4 points
by
githubalphapapa
6y ago
|
0 comments
27.
▲
by
githubalphapapa
6y ago
Please see also org-ql, which mostly obsoletes org-rifle and is much faster as well.
28.
▲
by
githubalphapapa
6y ago
You posted that code that seems to show calculating some CSS values dynamically.
29.
▲
by
githubalphapapa
6y ago
That's cool, but why are you calculating CSS attributes dynamically at export time instead of just writing a stylesheet and putting that in an export theme? Separating presentation from content, etc.
30.
▲
by
githubalphapapa
6y ago
Thanks, that's a great example of how Org documents can integrate code that provides interactivity. I shared it on Reddit: https://www.reddit.com/r/emacs/comments/jj2ok0/skxorgworklog...
More ›