Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-27 | durand-dict: Add a framework, and add structure to parsing | JSDurand | |
durand-dict.el: Now we have a framework that potentially supports searching other dictionaries than the single agarathi dictionary. Also, the parsing of the agarathi search results is much more structured now, and so is the presentation of the search results: each definition is listed in a separate item, and the examples are grouped under one heading, so that the user can skip these examples at will. And the presentation replaces every continuous block of spaces by one single space. As the consequence of all these, the readability is massively improved. | |||
2025-07-26 | dudict: Add a special mode to be grouped in ibuffer | JSDurand | |
* durand-dict.el (dudict-mode, dudict-parse-agarathi) (dudict-parse-agarathi-panel): Add a special mode so that IBuffer can filter these buffers into the same group. * ibuffer.el (durand-bongo-set-filter): Add this filtering group. | |||
2025-07-26 | durand-dict: An Emacs interface for searching dictionaries. | JSDurand | |
It is at a barebones stage now. Still improvements are needed, but it is already kind of usable now: only the interface needs improvements. |