]> gitweb.factorcode.org Git - factor.git/commit
FUEL: New option to make listener's prompt non-readonly.
authorJose A. Ortega Ruiz <jao@gnu.org>
Sat, 31 Jul 2010 18:04:00 +0000 (20:04 +0200)
committerJose A. Ortega Ruiz <jao@gnu.org>
Sat, 31 Jul 2010 18:11:36 +0000 (20:11 +0200)
commita4c37338faa7a2fe1528a1e0a7ebe090b392f986
treec051046bf3ed83a59392ada2994d92e16c5866f4
parentaab5db42d9c02ee20083c5f1f5d252e8f528e602
FUEL: New option to make listener's prompt non-readonly.

By setting fuel-listener-prompt-read-only-p to nil, you'll be able to
delete (portions of) the prompt in the listener. This doesn't have
much value by itself, except that, moreover, a non-read-only prompt
makes some i/o operations work. E.g.:

 "input x:" print flush readln

will work with the new variable set to nil.
misc/fuel/fuel-listener.el