Displaying 2 results from an estimated 2 matches for "spacemac".
Did you mean:
spacemap
2019 Jul 25
1
Re: [PATCH libnbd 1/3] generator: Change Closure so it describes single callbacks.
...er to automatically indent the line after typing one of
the words in ‘tuareg-electric-indent-keywords’. Lines starting
with ‘|’, ‘)’, ‘]‘, and ‘}’ are always indented when the
‘electric-indent-mode’ is turned on.
I did not change any tuareg settings from the default, neither can I find any in
the spacemacs ocaml layer, and I'm not using ocp-indent for the indentation when
typing (it is way different than the style used here).
So I tried whether it's related to the electric-indent-mode, but no matter
whether I disable or enable it, it does not change the alignment.
So I created new $HOME, r...
2019 Jul 24
2
Re: [PATCH libnbd 1/3] generator: Change Closure so it describes single callbacks.
On 7/24/19 7:17 AM, Richard W.M. Jones wrote:
> In preparation for closure lifetimes, split up the Closure so it no
> longer describes a list of closures, but a single callback.
>
> This changes the API because functions which take 2 or more closures
> now pass a separate user_data for each one.
> ---
> docs/libnbd.pod | 3 +-
>