[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: New Enter routine



Reply to note from Harry Binswanger  Sun, 21 Sep
2008 19:38:53 -0400

> I want to use it with the ENTER routine, because hitting ENTER
> with your routine loaded doesn't work right with spell-
> checking. Maybe it will with the new $X one, which I'll try
> now.

It won't. As you've seen.

The spell-checker expects a carrage return; the Enter routine is
putting out func $X. "$X" is not a carriage return; hence, the
spell-checker does not respond. Rejiggering the code embedded in
func $X is no use. You are not changing the output of the Enter key;
it is still func $X.

You need a plain-vanilla Enter key to use with the spell-checker,
the Help/Menu system and any XPL program that expects a carriage
return. There is no way around it.

--
Carl Distefano
cld@xxxxxxxx