devdocs.el
devdocs.el copied to clipboard
Emacs viewer for DevDocs
Thanks for devdocs. So far, I've just seen one issue. When devdocs-lookup is called from a non-devdocs buffer, it calls with-selected-window, which restores the prior selected window and buffer when...
Why?: - When looking up documentation for the Nim language, the ID for a specific function for example is an URL encoded anchor fragment. `text-property-search-forward` does not URL decode the...
Currently when I try to save it using `C-x r m` I get the message "Buffer not visiting a file or directory". I wonder if it's possible to using Emacs...
Is there an API conceived (other than search) for drilling down to sub-topics? For example, suppose you are writing a bit of matplotlib, and are reaching for the `fillstyle` property...
Just discovered this brilliant package and project. I hesitate to follow links that will open a browser, especially in full-screen Emacs. I wonder if it would be simple to style...
It seems some docs (e.g. `matplotlib`) make heavy use of `dl`/`dt` with a `classifier` class set in a `span` inside the `dt`, e.g.: ```html xfloat, default: 0 ``` In the...
This does what is asked by #32. Using `bookmark-set` from the devdocs buffer will store that current page.
Hi, good day, everyone! I found that it's hard to navigate through a document once I'm in the `devdocs-mode`. There's a similar command `devdocs-first-page`, but it only goes to the...
Even if the mathjax package is "optional" via `devdocs-use-mathjax` it is not really optional since this require call is here. I propose making the require optional. Alternatively split out the...