Interesting - edlin.erl is implementing some emacs functions:

https://github.com/erlang/otp/blob/master/lib/stdlib/src/edlin.erl#L22

And ctrl-d actually has a function, which I didn't realize - as in emacs, 
to delete the character ahead of the cursor:

https://github.com/erlang/otp/blob/master/lib/stdlib/src/edlin.erl#L189

-- 
You received this message because you are subscribed to the Google Groups 
"elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elixir-lang-core/cae6c95c-639a-4392-b50e-41fc7ecf6607%40googlegroups.com.

Reply via email to