Control: retitle -1 ksh: the status of the options should not depend on $VISUAL
Control: severity -1 wishlist
wrapper to emacs, so that $VISUAL does not match *macs* and the emacs
option is not set in this case. This has the effect to disable the
arrow keys.
I have 2 comments:
1. The fact that the status of the emacs option depends on $VISUAL
is ugly, because the program name does not mean much. And at least
for Debian, I think that this is a very bad idea, because a user
may have VISUAL=sensible-editor, which may correspond to Emacs.
Thus I'm leaving this bug open (with new title and severity).
2. The fact that the arrow keys are not enabled when the emacs option
is not set is also rather surprising: Being able to use the arrow keys
in a text editor is not specific to Emacs! This does not even seem to
be documented.
Actually, this is just because there is currently an issue in my
shell config files for the top-level shell (in this case, the
wrapper to emacs is not used by $VISUAL, but this was unintended).