> This definately has some little issues that I don't like (for example, typing > "in", which you might want to be the product i*n),
Yes, there are definitely some interface issues that need to be considered. For the moment, you can use spaces to disambiguate situations like this. For example "i n" will get you i*n while "in" gets you the "is an element" symbol. So you would want to type "s in S" to avoid having it read as "sin S", for example. There are also issues about how much to delete when you press the delete key. For example, if you have typed "sum" and obtained the summation symbol, should pressing delete remove the complete symbol, or should it delete just the "m" and leave you with "su"? As I have said, it is very preliminary, and I'm not sure that all the choices are the right ones. Davide --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/ -~----------~----~----~----~------~----~------~--~---