Philipp Stephani
Philipp Stephani
For example: ``` \input luaotfload.sty \font\1={name:Arial:+tlig}\relax \1 -- --- \bye ``` This works with `mode=base`. Also see http://tug.org/pipermail/lualatex-dev/2011-May/001176.html
Please document everything, e.g. the callback and all Lua structures in the `fonts` package.
Feature request: support shortcut reference links, https://spec.commonmark.org/0.29/#shortcut-reference-link. That is, highlight them as links, and allow C-c C-l to insert them (probably with a customization option). ## Expected Behavior A shortcut...
Currently ```emacs-lisp (with-mock (mock (foo) :times 0)) ``` fails. It would be nice if this worked and had the same effect as `not-called`.
The command ‘google-make-newline-indent’ uses ‘c-mode-base-map’, which is defined in ‘cc-mode’, so we should ‘require’ that library.
Right now this just uses the snippets from the styleguide.
Apologies for not providing a more minimal example, but I don't know enough about Ivy to make an informed guess where the problem lies. To reproduce: 1. clone https://github.com/bazelbuild/emacs-bazel-mode (current...
Currently runfiles.go searches the workspace subdirectories for runfiles (https://github.com/bazelbuild/rules_go/blob/master/go/tools/bazel/runfiles.go#L58). That's inconsistent with all other runfile implementations I'm aware of, and shouldn't be needed, as users are in practice always aware...