[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: es-0.82



Simi Turner wrote a readline clone, called editline, that I now maintain.
It's been posted to comp.sources.misc, or email me for a copy.  It's much
smaller then readline (obviously sacrificing some features like rebinding).

The rl_meta_chars variable is an incompatible feature of editline.  It
is an int variable that, if non-zero, displays 8bit chars as M-c, rather
than the true 8bit char.

I'm not sure what the best thing to do is.  I'll change editline as needed,
but you'll always have compat problems.  Perhaps just stricking the "extern"
from the rl_meta_chars declaration and letting the common linkage model "fix"
the problem is the highest leverage solution.
	/r$