Am Montag, 24. April 2006 19:18 schrieb Bo Peng: > I am sorry but the patch is too big to be digested easily. Could you explain
Just after hitting "send" I realized that I forgot to attach the log, but then I had to leave. Here it comes. > 1. what is noexport? A flag that tells that this format should not be used for exporting (and neither for viewing, since only exportable formats can be viewed) > 2. I do not see anything like shellExecute (my patch), so is it an > addition or a replacement to my windows patch? It is independent of your patch. I wanted to do this for a long time, and it is useful in its own right (get rid of hardcoded stuff). Your patch is still needed (except the configure.py part) > 3. If this is an addition, what will view() get as an format entry if > no viewer is defined for ps? Certainly there is no "auto" flag in your > patch. No, it is simply not needed. configure.py will not find the viewers on windows, and therefore the viewer will be empty. We could think of removing windows viewers from configure.py to ensure this in all cases. Georg