> Hi, > > we've found a bug that occurs when using emacs mode (using ksh 2009-06-30).
It seems this bug was reproduced between versions 2007-11-05 (this and older work) and 2007-12-15 (this and newer are broken) > > Reproducer: > $ set -o emacs > $ alias foo='echo hello world' > $ if true; then > '> foo > > and when you want to type 'fi', it fails immediately when 'f' is pressed > > '> ksh: syntax error: `then' unmatched > $ fi > ksh: syntax error: `fi' unexpected > > > additional notes: > It works when used in file or on one line ( if true; then foo; fi ) > > Regards, > Michal Hlavinka _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
