I have problems with "find" menu in GUI-server (letters are hidden somewhere below the fields, on screenshot I have a word "zulo" typed in the find-field):

(//%3C/s%3E%3CURL%20url=%22http://img7.imageshost.ru/imgs/091029/52f65993ca/d437a.png%22%3E%3CLINK_TEXT%20text=%22http://img7.imageshost.ru/imgs/091029/5%20...%20/d437a.png%22%3Ehttp://img7.imageshost.ru/imgs/091029/52f65993ca/d437a.png%3C/LINK_TEXT%3E%3C/URL%3E%3Ce%3E)
System: Ubuntu 8. On Windows everything is ok.
Missing font, perhaps?
Quote from: "cormullion"
Missing font, perhaps?
Aha, I`ll try tomorrow to change it.
I have found a solution. In "newlisp-edit" script there is a function "(openFindDialog)", which sets size of the "Find" window.
After changing width to 500 I can see all my letters:
(gs:dialog 'FindDialog 'TheEditor "Find text" 500 200 nil nil)