[erlang-questions] Erlang Shell History: enabled.

Fred Hebert mononcqc@REDACTED
Mon Nov 21 19:31:22 CET 2011


Oh yeah, in case anyone is wondering how invasive of a patch this is, this
is the diff between the default R14B04 group.erl file and the new one:

35c35
< put(line_buffer, proplists:get_value(line_buffer, Options,
history:load())),
---
> put(line_buffer, proplists:get_value(line_buffer, Options, [])),
647d646
< history:add(Line),

Literally two lines changed, and it should not harm the current behaviour
of the shell other than loading history.

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20111121/6c6bdad7/attachment.htm>


More information about the erlang-questions mailing list