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

Re: Don't throw out MicroEMACS 3.11c yet!



In <29l2og$mvd@r-node.io.org> taob@r-node.io.org (Brian Tao) writes:

>    I found a bug in uemacs 3.12 while using MuGS with it.  It seems the
>@ input command is messed up.  It is used like this:

>	set %newsgroup @"Enter newsgroup name: "

>    MicroEMACS will prompt for input from the user with the string
>enclosed in quotes and place the result in the variable %newsgroup. 
>This does not work correctly in 3.12.  Rather than printing the prompt
>in the message area, it ignores the string, but begins accepting input
>anyway.

This is probably due to all the Windows stuff they put in, which messed
up the memory-mapped text display modes in a number of places I had to
dig some source out of 3.11c to fix a highlighting problem for
non-color, memory mapped text displays -- I'm not sure why they decided
to cripple these older style displays since that code is #ifdef'd inline
so it would have impacted the Windows stuff.

I'm not going to have any time to look into this soon, but if someone
else does and finds a solution, let me know and I'll be happy to roll it
into the next IIGS release.