Re: Text editing and UTF-8 conversion

2010-07-16 Thread Keith Maika
On 7/16/2010 4:16 AM, Tor Lillqvist wrote: Is there anything that I could do differently to increase the loading speed or is this just something I need to just deal with and move on to the next item on the list? You need to find out what exactly it is that is taking a lot of time, and experimen

gtk 2.10 key bindings

2010-07-16 Thread Michael Cronenworth
I've got an app on a RHEL 5.5 box that needs the SHIFT+F10 key. However, GTK 2.10 (only version available for RHEL 5) captures the SHIFT+F10 key for the context menu pop-up. I've attempted to bind another command to SHIFT+F10 but it isn't working. cat ~/.gtkrc binding "gtk-override" { bind

Re: Text editing and UTF-8 conversion

2010-07-16 Thread Tor Lillqvist
> Is there anything that I could do differently to increase the loading speed > or is this just something I need to just deal with and move on to the next > item on the list? You need to find out what exactly it is that is taking a lot of time, and experiment with different ways to do that. I.e.,