-
One of the things I like about Rust is that (as long as you're not doing unsafe things) it provides memory safety guarantees. However, #845 brought home to me that it's quite possible to get live data…
-
Cask errors are getting increasingly difficult to diagnose, and the community seems to be moving away from the project for dependency management.
Related issue: #205
-
`\\[negative-argument]` in docstrings is meant to insert a keybinding for `negative-argument` when the docstring gets displayed by e.g. `describe-function`.
Usually `M--` gets inserted, which is fi…
whxvd updated
5 years ago
-
What happened?
-
Hi @ShiroTakeda,
Thanks for giving me the right to push to the repositories.
I will soon leave on vacation, so I won't do anything else before September. In September, I would like to make some …
-
Reproducing is unreliable.
1. Open an Info node (e.g. (Emacs))
2. Press `i` (`Info-index`) and select the first item.
3. Repeat step 2 in rapid succession with the second, third, fourth, etc. ite…
-
Unfortunately, there is currently no serious site generator based on org mode.
Most don't provide anything very different from the standard org-publish. But they carry all the same shortcomings that …
-
I will leave Tokyo tomorrow. So I will give you some attractions:)
Like regex and xcmd, having xml parser class will be useful.
We can cover svg, html, xhtml, ant, docbook, ...xpath can be used to sp…
-
When seeing a Tedit document that has the names of Lisp items (function, variable, property...), typing meta-D should open up the corresponding DINFO man page, if any), typing meta-O should open up th…
-
### Motivation
I wanted to test drive some of the recent fixes in the repo. But I couldn't find a convenient way to switch from the ELPA directory to a local checkout.
### Add a `Makefile` to…