Re: Solaris 8 and Iconv

2004-03-05 Thread Marcus Lundblad
Markus can you check that all the new (vs 2.5.7) text conversion stuff are not used too often? I removed some redundant calls. Actually for example when drawing underlines, the width (in pixels) of one character is computed. In this case, if the character consists of one byte (ISO-8859-x) I

Re: Solaris 8 and Iconv

2004-03-05 Thread Dan Espen
Marcus Lundblad [EMAIL PROTECTED] writes: Markus can you check that all the new (vs 2.5.7) text conversion stuff are not used too often? I removed some redundant calls. Actually for example when drawing underlines, the width (in pixels) of one character is computed. In this case, if the

PATCH: FakeKeypress

2004-03-05 Thread Scott Smedley
Hi all, Find attached a patch to allow sending of arbitrary key events to windows. It introduces a new command to FVWM: FakeKeypress Examples of use: # save all GVim sessions: Esc:w\n FvwmCommand 'All (gvim) FakeKeypress press Escape press colon press w press Return' # save exit all GVim